Diffusion Single File
comfyui
Lexius commited on
Commit
0086316
Β·
1 Parent(s): 2fa8a1a

Add ComfyUI model installation guide (#10)

Browse files

- Add ComfyUI model installation guide (b94ad5427557dc6b8a24c40f0329cf0e211ec682)
- Normalize README folder tree formatting (bcdc11e0e411f1bdea68f558abb55fc980a62098)

Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -2,4 +2,46 @@
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - diffusion-single-file
4
  - comfyui
5
+ ---
6
+
7
+ # HunyuanVideo_1.5_repackaged
8
+
9
+ Repackaged model files for ComfyUI.
10
+
11
+ Place the files in the following folders:
12
+
13
+ ```text
14
+ πŸ“‚ ComfyUI/
15
+ β”œβ”€β”€ πŸ“‚ models/
16
+ β”‚ β”œβ”€β”€ πŸ“‚ clip_vision/
17
+ β”‚ β”‚ └── sigclip_vision_patch14_384.safetensors
18
+ β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
19
+ β”‚ β”‚ β”œβ”€β”€ capybara_v0.1.safetensors
20
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_1080p_sr_distilled_fp16.safetensors
21
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_1080p_sr_distilled_fp8_scaled.safetensors
22
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_i2v_cfg_distilled_fp16.safetensors
23
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_i2v_cfg_distilled_fp8_scaled.safetensors
24
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_i2v_fp16.safetensors
25
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_i2v_step_distilled_fp16.safetensors
26
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_i2v_step_distilled_fp8_scaled.safetensors
27
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_t2v_cfg_distilled_fp16.safetensors
28
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_t2v_cfg_distilled_fp8_scaled.safetensors
29
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_480p_t2v_fp16.safetensors
30
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_720p_i2v_cfg_distilled_fp16.safetensors
31
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_720p_i2v_cfg_distilled_fp8_scaled.safetensors
32
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_720p_i2v_fp16.safetensors
33
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_720p_sr_distilled_fp16.safetensors
34
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo1.5_720p_sr_distilled_fp8_scaled.safetensors
35
+ β”‚ β”‚ └── hunyuanvideo1.5_720p_t2v_fp16.safetensors
36
+ β”‚ β”œβ”€β”€ πŸ“‚ latent_upscale_models/
37
+ β”‚ β”‚ β”œβ”€β”€ hunyuanvideo15_latent_upsampler_1080p.safetensors
38
+ β”‚ β”‚ └── hunyuanvideo15_latent_upsampler_720p.safetensors
39
+ β”‚ β”œβ”€β”€ πŸ“‚ loras/
40
+ β”‚ β”‚ └── hunyuanvideo1.5_t2v_480p_lightx2v_4step_lora_rank_32_bf16.safetensors
41
+ β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
42
+ β”‚ β”‚ β”œβ”€β”€ byt5_small_glyphxl_fp16.safetensors
43
+ β”‚ β”‚ β”œβ”€β”€ qwen_2.5_vl_7b.safetensors
44
+ β”‚ β”‚ └── qwen_2.5_vl_7b_fp8_scaled.safetensors
45
+ β”‚ β”œβ”€β”€ πŸ“‚ vae/
46
+ β”‚ β”‚ └── hunyuanvideo15_vae_fp16.safetensors
47
+ ```