Instructions to use lllyasviel/FramePackI2V_HY with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lllyasviel/FramePackI2V_HY with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("lllyasviel/FramePackI2V_HY", 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
float16 when
#4
by Pinguin - opened
for colab users *sob
Changing the model accuracy is not required here.
What are you doing with your colab that is not supported?
This is for normal NVIDIA, colab is just T4, right? How is this a problem for you?
Original source is hunyuanvideo-community/HunyuanVideo , you can probably find what you need there.
We run this as a bfloat16.