Instructions to use youliang1233214/InteractAvatar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use youliang1233214/InteractAvatar with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("youliang1233214/InteractAvatar", 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
Add model card and metadata for InteractAvatar
#1
by nielsr HF Staff - opened
Hi! I'm Niels from the community science team at Hugging Face. I've noticed this repository is missing a model card, so I've opened this PR to add one.
This PR adds:
- Metadata for
pipeline_tag(image-to-video) andlibrary_name(diffusers). - Links to the InteractAvatar paper, project page, and GitHub repository.
- A concise description of the model architecture (PIM and AIM).
- Sample usage instructions based on the official repository.
This will improve the discoverability of the model and provide users with the necessary context to use it.