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
- Draw Things
- DiffusionBee
Commit ·
9501a2b
1
Parent(s): d0c2ecd
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,7 +10,7 @@ tags:
|
|
| 10 |
license: creativeml-openrail-m
|
| 11 |
---
|
| 12 |
|
| 13 |
-
__Stable Diffusion fine tuned on [Poolsuite](https://poolsuite.net/) images, by [PromptHero](https://prompthero.com/?utm_source=huggingface).__
|
| 14 |
|
| 15 |
Use prompt: `poolsuite style`
|
| 16 |
|
|
@@ -30,4 +30,4 @@ Prompt: "photography of a car **poolsuite style**"
|
|
| 30 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667238409555-63265d019f9d19bfd4f45031.png" width="30%"/>
|
| 31 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667238409566-63265d019f9d19bfd4f45031.png" width="30%"/>
|
| 32 |
|
| 33 |
-
[Click here](https://prompthero.com/poolsuite-diffusion-prompts?utm_source=huggingface) for more Poolsuite prompts and inspiration.
|
|
|
|
| 10 |
license: creativeml-openrail-m
|
| 11 |
---
|
| 12 |
|
| 13 |
+
__Stable Diffusion fine tuned on [Poolsuite](https://poolsuite.net/) images, by [PromptHero](https://prompthero.com/?utm_source=huggingface&utm_medium=referral).__
|
| 14 |
|
| 15 |
Use prompt: `poolsuite style`
|
| 16 |
|
|
|
|
| 30 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667238409555-63265d019f9d19bfd4f45031.png" width="30%"/>
|
| 31 |
<img src="https://s3.amazonaws.com/moonup/production/uploads/1667238409566-63265d019f9d19bfd4f45031.png" width="30%"/>
|
| 32 |
|
| 33 |
+
[Click here](https://prompthero.com/poolsuite-diffusion-prompts?utm_source=huggingface&utm_medium=referral) for more Poolsuite prompts and inspiration.
|