Instructions to use Viggle/Viggle-Animate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Viggle/Viggle-Animate with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Viggle/Viggle-Animate", 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
Video ends with the first frame
#5
by Karpedm - opened
Thanks for making this great open source project.
My first test case shows a little bit strange behavior.
It was 9.5 second video, and it worked great before 8 seconds
but from 8 seconds, it suddenly started to morph to the first frame...
If you're in Comfy - this workflow works quite well for longer videos, of course besides model limitations. https://github.com/Saganaki22/ComfyUI-Viggle-Animate-H3/blob/main/example_workflows/viggle-animate-h3_workflow-long-video-advanced.json