Instructions to use FastVideo/FastVideo-FastH3-Comfy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusion Single File
How to use FastVideo/FastVideo-FastH3-Comfy with Diffusion Single File:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
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 |
-
|
| 25 |
-
|
| 26 |
-
β
|
| 27 |
-
β
|
| 28 |
-
|
| 29 |
-
β
|
| 30 |
-
β
|
| 31 |
-
β
|
| 32 |
-
|
| 33 |
-
β
|
| 34 |
-
β
|
| 35 |
-
β
|
| 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 |
```
|