Text-to-Video
Diffusers
Safetensors
MiniMax H3
video
audio
text-to-audio-video
distillation
dmd2
few-step
fastvideo
fasth3
preview
Instructions to use FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
File size: 3,312 Bytes
e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 73fd3ad e358bb1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 | {
"_blocks_class_name": "MiniMaxH3Blocks",
"_class_name": "MiniMaxH3ModularPipeline",
"_diffusers_version": "0.36.0.dev0",
"audio_scheduler": [
"diffusers",
"MiniMaxH3Scheduler",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "audio_scheduler",
"type_hint": [
"diffusers",
"MiniMaxH3Scheduler"
],
"variant": null
}
],
"audio_vae": [
"diffusers",
"AutoencoderKLMiniMaxH3Audio",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "audio_vae",
"type_hint": [
"diffusers",
"AutoencoderKLMiniMaxH3Audio"
],
"variant": null
}
],
"processor": [
"transformers",
"Qwen3VLProcessor",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "processor",
"type_hint": [
"transformers",
"Qwen3VLProcessor"
],
"variant": null
}
],
"scheduler": [
"diffusers",
"MiniMaxH3Scheduler",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "scheduler",
"type_hint": [
"diffusers",
"MiniMaxH3Scheduler"
],
"variant": null
}
],
"text_encoder": [
"transformers",
"Qwen3VLForConditionalGeneration",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "text_encoder",
"type_hint": [
"transformers",
"Qwen3VLForConditionalGeneration"
],
"variant": null
}
],
"tokenizer": [
"transformers",
"Qwen2TokenizerFast",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "tokenizer",
"type_hint": [
"transformers",
"Qwen2TokenizerFast"
],
"variant": null
}
],
"transformer": [
"diffusers",
"MiniMaxH3Transformer3DModel",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "transformer",
"type_hint": [
"diffusers",
"MiniMaxH3Transformer3DModel"
],
"variant": null
}
],
"transformer_ref": [
"diffusers",
"MiniMaxH3Transformer3DModel",
{
"pretrained_model_name_or_path": "MiniMaxAI/MiniMax-H3",
"revision": null,
"subfolder": "transformer_ref",
"type_hint": [
"diffusers",
"MiniMaxH3Transformer3DModel"
],
"variant": null
}
],
"vae": [
"diffusers",
"AutoencoderKLMiniMaxH3",
{
"pretrained_model_name_or_path": "FastVideo/FastVideo-FastH3-4-step-Preview-v1-VSA-Synthetic-Step1900",
"revision": null,
"subfolder": "vae",
"type_hint": [
"diffusers",
"AutoencoderKLMiniMaxH3"
],
"variant": null
}
]
}
|