Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,8 @@ base_model:
|
|
4 |
- HiDream-ai/HiDream-I1-Full
|
5 |
pipeline_tag: image-to-image
|
6 |
---
|
|
|
|
|
7 |
# HiDream Img2Img ComfyUI Workflow for Replicate
|
8 |
|
9 |
This workflow enables advanced image-to-image generation using the HiDream model suite and Florence-2 prompt generator, designed for use with ComfyUI and Replicate.
|
@@ -17,15 +19,22 @@ You can test this workflow directly on Replicate: [https://replicate.com/goodguy
|
|
17 |
- **Florence-2** for prompt generation and captioning
|
18 |
- **VAE encoding/decoding** and advanced CLIP-based text encoding
|
19 |
- **Negative prompt** support for artifact reduction
|
|
|
20 |
|
21 |
## Required Models & Credits
|
22 |
|
23 |
-
### Diffusion Model
|
24 |
- **hidream_i1_full_fp16.safetensors**
|
25 |
Place in: `ComfyUI/models/diffusion_models`
|
26 |
[Download](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_full_fp16.safetensors)
|
27 |
**Thanks to [HiDream.ai](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI) for the model!**
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
### Text Encoders
|
30 |
Place all in: `ComfyUI/models/text_encoders`
|
31 |
- **clip_g_hidream.safetensors**
|
@@ -54,9 +63,8 @@ Place all in: `ComfyUI/models/text_encoders`
|
|
54 |
|
55 |
---
|
56 |
|
57 |
-
|
58 |
|
59 |
-
- For best performance, use a GPU with more than 12GB VRAM.
|
60 |
- You can replace the standard Diffusion Model Loader with the custom node **Unet LOADER** from [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by city96.
|
61 |
- Download the HiDream-I1 Full GGUF model from: [https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main](https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main)
|
62 |
- Follow the instructions in the custom node repository to set up and use the GGUF model with the Unet LOADER node.
|
|
|
4 |
- HiDream-ai/HiDream-I1-Full
|
5 |
pipeline_tag: image-to-image
|
6 |
---
|
7 |
+
|
8 |
+
|
9 |
# HiDream Img2Img ComfyUI Workflow for Replicate
|
10 |
|
11 |
This workflow enables advanced image-to-image generation using the HiDream model suite and Florence-2 prompt generator, designed for use with ComfyUI and Replicate.
|
|
|
19 |
- **Florence-2** for prompt generation and captioning
|
20 |
- **VAE encoding/decoding** and advanced CLIP-based text encoding
|
21 |
- **Negative prompt** support for artifact reduction
|
22 |
+
- **LOW VRAM MODE**
|
23 |
|
24 |
## Required Models & Credits
|
25 |
|
26 |
+
### Diffusion Model
|
27 |
- **hidream_i1_full_fp16.safetensors**
|
28 |
Place in: `ComfyUI/models/diffusion_models`
|
29 |
[Download](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI/blob/main/split_files/diffusion_models/hidream_i1_full_fp16.safetensors)
|
30 |
**Thanks to [HiDream.ai](https://huggingface.co/Comfy-Org/HiDream-I1_ComfyUI) for the model!**
|
31 |
|
32 |
+
## For low VRAM user - GPU with less than 24GB VRAM:
|
33 |
+
|
34 |
+
- You can replace the standard Diffusion Model Loader with the custom node **Unet LOADER** from [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by city96.
|
35 |
+
- Download the HiDream-I1 Full GGUF model from: [https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main](https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main)
|
36 |
+
- Follow the instructions in the custom node repository to set up and use the GGUF model with the Unet LOADER node.
|
37 |
+
|
38 |
### Text Encoders
|
39 |
Place all in: `ComfyUI/models/text_encoders`
|
40 |
- **clip_g_hidream.safetensors**
|
|
|
63 |
|
64 |
---
|
65 |
|
66 |
+
## For low VRAM user - GPU with less than 24GB VRAM:
|
67 |
|
|
|
68 |
- You can replace the standard Diffusion Model Loader with the custom node **Unet LOADER** from [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) by city96.
|
69 |
- Download the HiDream-I1 Full GGUF model from: [https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main](https://huggingface.co/city96/HiDream-I1-Full-gguf/tree/main)
|
70 |
- Follow the instructions in the custom node repository to set up and use the GGUF model with the Unet LOADER node.
|