Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
newlifezfztty761
Instructions to use Yntec/CuteYuki2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/CuteYuki2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/CuteYuki2", 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
|
@@ -10,8 +10,10 @@ tags:
|
|
| 10 |
- newlifezfztty761
|
| 11 |
---
|
| 12 |
|
| 13 |
-
#
|
|
|
|
|
|
|
| 14 |
|
| 15 |
Original page:
|
| 16 |
|
| 17 |
-
https://civitai.com/models/28169?modelVersionId=
|
|
|
|
| 10 |
- newlifezfztty761
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# CuteYuki2
|
| 14 |
+
|
| 15 |
+
The most cute version of CuteYuki! Future ones sacrificed adorableness for coherence and better anatomy, but if you're going to cute niki, you better use this one!
|
| 16 |
|
| 17 |
Original page:
|
| 18 |
|
| 19 |
+
https://civitai.com/models/28169?modelVersionId=47883
|