Instructions to use Kagerage/wriggly-s-extra-gum-artstyle-ponydiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Kagerage/wriggly-s-extra-gum-artstyle-ponydiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Kagerage/wriggly-s-extra-gum-artstyle-ponydiffusion", 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
Added safetensors
Browse files
README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
|
|
|
| 5 |
- stable-diffusion
|
| 6 |
---
|
| 7 |
### Wriggly's-Extra-Gum-artstyle-ponydiffusion Dreambooth model trained by Kagerage with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
|
|
|
|
| 2 |
license: creativeml-openrail-m
|
| 3 |
tags:
|
| 4 |
- text-to-image
|
| 5 |
+
- safetensors
|
| 6 |
- stable-diffusion
|
| 7 |
---
|
| 8 |
### Wriggly's-Extra-Gum-artstyle-ponydiffusion Dreambooth model trained by Kagerage with [TheLastBen's fast-DreamBooth](https://colab.research.google.com/github/TheLastBen/fast-stable-diffusion/blob/main/fast-DreamBooth.ipynb) notebook
|