Diffusion Single File
comfyui

Add ComfyUI model installation guide

#4
by Lexius - opened
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -2,4 +2,29 @@
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
+ ---
6
+
7
+ # HunyuanImage_2.1_ComfyUI
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Place the files in the following folders:
12
+
13
+ ```text
14
+ πŸ“‚ ComfyUI/
15
+ β”œβ”€β”€ πŸ“‚ models/
16
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
17
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_bf16.safetensors
18
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_bf16.safetensors
19
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_distilled_fp8_e4m3fn.safetensors
20
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_fp8_e4m3fn.safetensors
21
+ β”‚ β”‚ β”œβ”€β”€ hunyuanimage2.1_refiner_bf16.safetensors
22
+ β”‚ β”‚ └── hunyuanimage2.1_refiner_fp8_e4m3fn.safetensors
23
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
24
+ β”‚ β”‚ β”œβ”€β”€ byt5_small_glyphxl_fp16.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
26
+ β”‚ β”‚ └── qwen_2.5_vl_7b_fp8_scaled.safetensors
27
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
28
+ β”‚ β”‚ β”œβ”€β”€ hunyuan_image_2.1_vae_fp16.safetensors
29
+ β”‚ β”‚ └── hunyuan_image_refiner_vae_fp16.safetensors
30
+ ```