Instructions to use prompthero/poolsuite-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use prompthero/poolsuite-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("prompthero/poolsuite-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 Settings
- Draw Things
- DiffusionBee
Commit ·
01c6492
1
Parent(s): ff346e5
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ license: creativeml-openrail-m
|
|
| 12 |
|
| 13 |
__Stable Diffusion fine tuned on [Poolsuite](https://poolsuite.net/) images, by [PromptHero](https://prompthero.com/).__
|
| 14 |
|
| 15 |
-
Use prompt: `poolsuite
|
| 16 |
|
| 17 |
### Sample outputs:
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
__Stable Diffusion fine tuned on [Poolsuite](https://poolsuite.net/) images, by [PromptHero](https://prompthero.com/).__
|
| 14 |
|
| 15 |
+
Use prompt: `poolsuite style`
|
| 16 |
|
| 17 |
### Sample outputs:
|
| 18 |
|