Diffusion Single File
comfyui
Lexius commited on
Commit
dee8260
Β·
1 Parent(s): 874b36f

Add ComfyUI model installation guide

Browse files
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
+ ```