mirror of
https://www.modelscope.cn/Comfy-Org/HiDream-I1_ComfyUI.git
synced 2026-08-31 00:12:54 +08:00
Update README.md (batch 1/1)
This commit is contained in:
47
README.md
47
README.md
@ -1,6 +1,51 @@
|
||||
---
|
||||
license: mit
|
||||
tags:
|
||||
- diffusion-single-file
|
||||
- comfyui
|
||||
- diffusion-single-file
|
||||
base_model:
|
||||
- HiDream-ai/HiDream-I1-Dev
|
||||
- HiDream-ai/HiDream-I1-Fast
|
||||
- HiDream-ai/HiDream-I1-Full
|
||||
- HiDream-ai/HiDream-E1-1
|
||||
- HiDream-ai/HiDream-E1-Full
|
||||
---
|
||||
|
||||
# HiDream-I1
|
||||
|
||||
Repackaged model files for ComfyUI.
|
||||
|
||||
Original model repository:
|
||||
|
||||
- https://huggingface.co/HiDream-ai/HiDream-E1-1
|
||||
- https://huggingface.co/HiDream-ai/HiDream-E1-Full
|
||||
- https://huggingface.co/HiDream-ai/HiDream-I1-Dev
|
||||
- https://huggingface.co/HiDream-ai/HiDream-I1-Fast
|
||||
- https://huggingface.co/HiDream-ai/HiDream-I1-Full
|
||||
|
||||
Place the files in the following folders:
|
||||
|
||||
```
|
||||
📂 ComfyUI/
|
||||
├── 📂 models/
|
||||
│ ├── 📂 diffusion_models/
|
||||
│ │ ├── hidream_e1_1_bf16.safetensors
|
||||
│ │ ├── hidream_e1_full_bf16.safetensors
|
||||
│ │ ├── hidream_i1_dev_bf16.safetensors
|
||||
│ │ ├── hidream_i1_dev_fp8.safetensors
|
||||
│ │ ├── hidream_i1_fast_bf16.safetensors
|
||||
│ │ ├── hidream_i1_fast_fp8.safetensors
|
||||
│ │ ├── hidream_i1_full_fp16.safetensors
|
||||
│ │ └── hidream_i1_full_fp8.safetensors
|
||||
│ ├── 📂 text_encoders/
|
||||
│ │ ├── clip_g_hidream.safetensors
|
||||
│ │ ├── clip_l_hidream.safetensors
|
||||
│ │ ├── llama_3.1_8b_instruct_fp8_scaled.safetensors
|
||||
│ │ └── t5xxl_fp8_e4m3fn_scaled.safetensors
|
||||
│ ├── 📂 vae/
|
||||
│ │ └── ae.safetensors
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
For how to use this in ComfyUI see: https://comfyanonymous.github.io/ComfyUI_examples/hidream/
|
||||
Reference in New Issue
Block a user