Instructions to use Hippotes/LTX-2.3-quants with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Hippotes/LTX-2.3-quants with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Hippotes/LTX-2.3-quants", torch_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
Wan 2.2- Animate, Fun control, InfiniteTalk
#5
by ssas123 - opened
Would you be interested in doing them in the nvfp4 format too ?
not really as I don't use these models, I couldn't check how the outputs look.
+ I tried a nvfp4 of the base Wan2.2 (from https://huggingface.co/GitMylo/Wan_2.2_nvfp4) some times ago and the quality hit was quite high, makes me doubt that Wan can handle nvfp4 well.