Instructions to use ilee0022/watercolor_stable_diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use ilee0022/watercolor_stable_diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("ilee0022/watercolor_stable_diffusion", 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
|
@@ -13,6 +13,9 @@ Prompt trained on:
|
|
| 13 |
A watercolour painting by Ivy Jee of a cat sitting on a roof overviewing a bay with a lighthouse during sunset.
|
| 14 |
A watercolour painting by Ivy Jee of a paper boat floating in a creek with green grasses at the bank.
|
| 15 |
|
|
|
|
|
|
|
|
|
|
| 16 |
Best effects achieved by modifying these prompt slightly
|
| 17 |
|
| 18 |
|
|
|
|
| 13 |
A watercolour painting by Ivy Jee of a cat sitting on a roof overviewing a bay with a lighthouse during sunset.
|
| 14 |
A watercolour painting by Ivy Jee of a paper boat floating in a creek with green grasses at the bank.
|
| 15 |
|
| 16 |
+
Try:
|
| 17 |
+
A watercolour painting of winter by Ivy Jee
|
| 18 |
+
|
| 19 |
Best effects achieved by modifying these prompt slightly
|
| 20 |
|
| 21 |
|