Instructions to use cicada-ai/Jogg-Avatar-V2V with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use cicada-ai/Jogg-Avatar-V2V with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("cicada-ai/Jogg-Avatar-V2V", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Wan2.2
How to use cicada-ai/Jogg-Avatar-V2V with Wan2.2:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Jogg-Avatar V2V 5B
Jogg-Avatar V2V is an audio-driven video-to-video avatar model based on Wan2.2-TI2V-5B. It preserves the source video's body, camera, and background motion while regenerating the face region to follow a driving audio track.
Use these weights with the Jogg-Avatar-V2V code repository. The model directory must contain:
Jogg-Avatar-Wan2.2-5B/
|-- config.json
`-- diffusion_pytorch_model.safetensors
The Wan2.2 base model and facebook/wav2vec2-base-960h are required separately.
Review their licenses and terms before use. Users are responsible for obtaining
consent for source videos and voices and for clearly disclosing synthetic media.
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for cicada-ai/Jogg-Avatar-V2V
Base model
Wan-AI/Wan2.2-TI2V-5B