Image-Text-to-Video
Diffusers
text-to-video
image-to-video
video-to-video
text-to-audio-video
multimodal
quantized
comfyui
int4
nvfp4
Instructions to use Abiray/Minimax-H3-nvfp4-INT4-INT8-Convrot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Abiray/Minimax-H3-nvfp4-INT4-INT8-Convrot with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Abiray/Minimax-H3-nvfp4-INT4-INT8-Convrot", 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
Help please
3
#9 opened about 5 hours ago
by
APCOTech
Planning for release "MiniMax_H3_Ref2VA_pruned_mixed_int4_int8_convrot" too, just like FL2VA?
2
#8 opened 1 day ago
by
hornt4il
Can I Reuse the Comfy-Org Text Encoders and VAE?
1
#6 opened 1 day ago
by
nnn149
Runpod template with models baked in
#5 opened 2 days ago
by
Hearmeman
I2V int4 and int8 PLEASE !
15
#4 opened 2 days ago
by
necroryona
smaller text encoder?
2
#3 opened 2 days ago
by
jimzlf