Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General purpose
stable-diffusion
stable-diffusion-diffusers
hesw23168
Instructions to use Yntec/Shirayuki with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Shirayuki 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/Shirayuki", 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
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,18 @@ tags:
|
|
| 12 |
- safetensors
|
| 13 |
- hesw23168
|
| 14 |
inference: true
|
| 15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
- safetensors
|
| 13 |
- hesw23168
|
| 14 |
inference: true
|
| 15 |
+
---
|
| 16 |
+
|
| 17 |
+
# Shirayuki General
|
| 18 |
+
|
| 19 |
+
Safetensors version of this model for the inference API.
|
| 20 |
+
|
| 21 |
+
Sample and prompt:
|
| 22 |
+
|
| 23 |
+

|
| 24 |
+
|
| 25 |
+
A pretty cute girl genie making a kissy face, full shot, atmospheric lighting, detailed face, by makoto shinkai, stanley artgerm lau, wlop, rossdraws
|
| 26 |
+
|
| 27 |
+
Source:
|
| 28 |
+
|
| 29 |
+
https://huggingface.co/hesw23168/SD_Shirayuki_Model/
|