Instructions to use junjuice0/VOXO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use junjuice0/VOXO with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("junjuice0/VOXO", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ I may release finetune version of this model in the future, but only God knows i
|
|
| 19 |
|
| 20 |
[JOIN US(日本語)](https://discord.gg/ai-art)
|
| 21 |
|
| 22 |
-
# VOXO-Vtuber (VOXO-v0-vtuber.
|
| 23 |
This model can generate vtubers for Hololive and Nijisanji.
|
| 24 |
Some vtubers may or may not come out well.
|
| 25 |
It is recommended to give the name a weight of about 1.2 (e.g. (ange katrina:1.2))
|
|
|
|
| 19 |
|
| 20 |
[JOIN US(日本語)](https://discord.gg/ai-art)
|
| 21 |
|
| 22 |
+
# VOXO-Vtuber (VOXO-v0-vtuber.safetensors)
|
| 23 |
This model can generate vtubers for Hololive and Nijisanji.
|
| 24 |
Some vtubers may or may not come out well.
|
| 25 |
It is recommended to give the name a weight of about 1.2 (e.g. (ange katrina:1.2))
|