Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Illustration
Cartoon
s6yx
diffusionfanatic1173
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/Ponygraphy with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/Ponygraphy 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/Ponygraphy", 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
|
@@ -12,6 +12,10 @@ tags:
|
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- text-to-image
|
| 14 |
- diffusers
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Ponygraphy
|
|
|
|
| 12 |
- stable-diffusion-diffusers
|
| 13 |
- text-to-image
|
| 14 |
- diffusers
|
| 15 |
+
base_model:
|
| 16 |
+
- Yntec/ReVAnimated
|
| 17 |
+
- Yntec/BetterPonyDiffusion
|
| 18 |
+
base_model_relation: merge
|
| 19 |
---
|
| 20 |
|
| 21 |
# Ponygraphy
|