Instructions to use Alexmikupro/vtuber-maker with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alexmikupro/vtuber-maker with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Alexmikupro/vtuber-maker", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit History
Update handler.py 6b539a6
Update handler.py f3842fa
Update handler.py 6dfcee3
Retry to add new handler.py 61f066f
return to the previous handler 84ae75b
Added new handler for the model 9540255
Alex Mikulaniec commited on
Added handler.py to manage the model’s endpoints cf991ea
Alex Mikulaniec commited on