Diffusion Single File
comfyui
Lexius commited on
Commit
9d88e46
Β·
verified Β·
1 Parent(s): 14e08f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -0
README.md CHANGED
@@ -2,4 +2,34 @@
2
  license: other
3
  license_name: minimax-h3-community-license-agreement
4
  license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
 
 
 
 
 
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: other
3
  license_name: minimax-h3-community-license-agreement
4
  license_link: https://huggingface.co/MiniMaxAI/MiniMax-H3/blob/main/LICENSE
5
+ tags:
6
+ - comfyui
7
+ - diffusion-single-file
8
+ base_model:
9
+ - MiniMaxAI/MiniMax-H3
10
  ---
11
+
12
+ # FastVideo FastH3
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_int8_convrot.safetensors
27
+ β”‚ β”‚ └── fastvideo_fasth3_8step_v2_fp8_scaled.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
+ ```