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", 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 model_index.json 58835bb
Update handler.py f041201
Update handler.py 6b539a6
Update handler.py f3842fa
Update handler.py 6dfcee3
Upload requirements.txt e1150b0
Retry to add new handler.py 61f066f
Upload ESRGAN df3f332
Delete requirements.txt 1ca4388
return to the previous handler 84ae75b
Updated requirements 7c5fa1a
Added requirement.txt 700dfc4
Alex Mikulaniec commited on
Added and updated content in the Real-ESRGAN folder and .DS_Store 49868c8
Alex Mikulaniec commited on
Added esrgan for the model 709cc52
Alex Mikulaniec commited on
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