Diffusion Single File
comfyui
Lexius commited on
Commit
ec1e3aa
Β·
verified Β·
1 Parent(s): 991e620

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -13,24 +13,22 @@ base_model:
13
 
14
  Repackaged model files for ComfyUI.
15
 
16
- Original model repository:
17
-
18
- - https://huggingface.co/FastVideo/FastVideo-FastH3-8-Step-V2
19
 
20
  Place the files in the following folders:
21
 
22
  ```
23
  πŸ“‚ ComfyUI/
24
- β”œβ”€β”€ πŸ“‚ models/
25
- β”‚ β”œβ”€β”€ πŸ“‚ diffusion_models/
26
- β”‚ β”‚ β”œβ”€β”€ fastvideo_fasth3_8step_v2_pruned_bf16.safetensors
27
- β”‚ β”‚ └── fastvideo_fasth3_8step_v2_pruned_int8_convrot.safetensors
28
- β”‚ β”œβ”€β”€ πŸ“‚ text_encoders/
29
- β”‚ β”‚ β”œβ”€β”€ qwen3vl_32b_minimax_h3_bf16.safetensors
30
- β”‚ β”‚ β”œβ”€β”€ qwen3vl_32b_minimax_h3_int8_convrot.safetensors
31
- β”‚ β”‚ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
32
- β”‚ β”œβ”€β”€ πŸ“‚ vae/
33
- β”‚ β”‚ β”œβ”€β”€ minimax_h3_audio_vae_fp32.safetensors
34
- β”‚ β”‚ β”œβ”€β”€ minimax_h3_video_vae_fp16.safetensors
35
- β”‚ β”‚ └── minimax_h3_video_vae_int8_convrot.safetensors
36
  ```
 
13
 
14
  Repackaged model files for ComfyUI.
15
 
16
+ Original model repository: https://huggingface.co/FastVideo/FastVideo-FastH3-8-Step-V2
 
 
17
 
18
  Place the files in the following folders:
19
 
20
  ```
21
  πŸ“‚ ComfyUI/
22
+ └── πŸ“‚ models/
23
+ β”œβ”€β”€ πŸ“‚ diffusion_models/
24
+ β”‚ β”œβ”€β”€ fastvideo_fasth3_8step_v2_pruned_bf16.safetensors
25
+ β”‚ └── fastvideo_fasth3_8step_v2_pruned_int8_convrot.safetensors
26
+ β”œβ”€β”€ πŸ“‚ text_encoders/
27
+ β”‚ β”œβ”€β”€ qwen3vl_32b_minimax_h3_bf16.safetensors
28
+ β”‚ β”œβ”€β”€ qwen3vl_32b_minimax_h3_int8_convrot.safetensors
29
+ β”‚ └── qwen3vl_32b_minimax_h3_nvfp4_awq.safetensors
30
+ β”œβ”€β”€ πŸ“‚ vae/
31
+ β”‚ β”œβ”€β”€ minimax_h3_audio_vae_fp32.safetensors
32
+ β”‚ β”œβ”€β”€ minimax_h3_video_vae_fp16.safetensors
33
+ β”‚ └── minimax_h3_video_vae_int8_convrot.safetensors
34
  ```