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 ·
1776988
1
Parent(s): 01c6492
Update README.md (#3)
Browse files- Update README.md (a5e433366de5c36f9ec212b4ac9f776b48b576ad)
Co-authored-by: Multimodal AI art <multimodalart@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
inference:
|
| 3 |
thumbnail: "https://s3.amazonaws.com/moonup/production/uploads/1667267920735-63265d019f9d19bfd4f45031.jpeg"
|
| 4 |
language:
|
| 5 |
- en
|
|
|
|
| 1 |
---
|
| 2 |
+
inference: true
|
| 3 |
thumbnail: "https://s3.amazonaws.com/moonup/production/uploads/1667267920735-63265d019f9d19bfd4f45031.jpeg"
|
| 4 |
language:
|
| 5 |
- en
|