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
|
@@ -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 |
+
```
|