Instructions to use lightx2v/Minimax-h3-Turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lightx2v/Minimax-h3-Turbo with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import load_image, export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lightx2v/Minimax-h3-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.to("cuda") prompt = "A man with short gray hair plays a red electric guitar." image = load_image( "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png" ) output = pipe(image=image, prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
does this works with pruned int 8 Ref2va model too?
Title.
Or a seperate version is in training for ref2va?
Thanks for you contribution
I think it should not work, waiting for ref2va
@shadowmonarchforreal @k3soft
Hi,
It's distilled on the FL2V(T2V) base, we will release R2V-turbo later. Please stay tuned
@shadowmonarchforreal @k3soft
Hi,
It's distilled on the FL2V(T2V) base, we will release R2V-turbo later. Please stay tuned
Can this LoRA be used with a standard LoRA loader (model-only)? What is the recommended strength setting? Should the number of steps also be 6–8?
@shadowmonarchforreal @k3soft
Hi,
It's distilled on the FL2V(T2V) base, we will release R2V-turbo later. Please stay tuned
Does it work on the pruned version?Thank you for your answer.
@shadowmonarchforreal @k3soft
Hi,
It's distilled on the FL2V(T2V) base, we will release R2V-turbo later. Please stay tunedDoes it work on the pruned version?Thank you for your answer.
Hey kijay has released comfy ui compatible version use that using normal lora loader.
Thank you guys! It works with R2V only issue is the audio... what should be the shift values i wonder?
Edit - Wanted to add, except from audio, it works way better for r2v than the other turbo alternatives.
Yeah, i am also waiting for rev2va, that's the most usable workflow where you can plug in actors and all kinds of references
Really needed! Thanks