Image-Text-to-Video
Diffusers
text-to-video
image-to-video
video-to-video
text-to-audio-video
multimodal
comfyui
Instructions to use Abiray/MiniMax-H3-Turbo-Lora-Pruned-ComfyUI with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Abiray/MiniMax-H3-Turbo-Lora-Pruned-ComfyUI 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-Turbo-Lora-Pruned-ComfyUI", 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
[ERROR] !!! Exception during processing !!! Error while deserializing header: incomplete metadata, file not fully covered
#1
by sumirecccp - opened
I think there's something wrong with the lora file...
It is working, I have tested it. Which workflow did you use, and what model?
did you used this one, https://huggingface.co/Abiray/MiniMax-H3-Turbo-Lora-Pruned-ComfyUI/blob/main/Minimax_H3_turbo_workflow.json if not try it, i got no issue with this, and it smoothly generated the 10 second video in less then 8 minutes.
Abiray changed discussion status to closed
Abiray changed discussion status to open