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
smaller text encoder?
#3
by jimzlf - opened
is that possible to have TE in a smaller quantization like int4😂 it's even bigger than the diffusion model
Yeah, give me some time
Yeah, give me some time
oh, sorry but I saw one here😂nearly as big as nvfp4 https://huggingface.co/Merserk/MiniMax-H3-INT4-ConvRot/blob/main/qwen3vl_32b_minimax_h3_int4_convrot.safetensors