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
Open-source license for InteractAvatar?
#3
by JJHaggar - opened
Hi! ^_^/
Thank you for creating InteractAvatar! The demo videos look great! :D
I was wondering if you could clarify its license. Knowing the terms of use would help those of us interested in exploring or building upon your work.
If possible, an open license like Apache or MIT could make collaboration and contributions easier, but of course I completely respect whatever you decide :)