Instructions to use joachimsallstrom/Double-Exposure-Diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use joachimsallstrom/Double-Exposure-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("joachimsallstrom/Double-Exposure-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 ·
3d10ed9
1
Parent(s): 9a3642f
Update README.md
Browse files
README.md
CHANGED
|
@@ -29,7 +29,7 @@ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3717002975, Size: 512x512_
|
|
| 29 |
**Example 2:**
|
| 30 |

|
| 31 |
|
| 32 |
-
<p><br>
|
| 33 |
|
| 34 |
#### Example prompts and settings
|
| 35 |
|
|
|
|
| 29 |
**Example 2:**
|
| 30 |

|
| 31 |
|
| 32 |
+
<p><br></p>
|
| 33 |
|
| 34 |
#### Example prompts and settings
|
| 35 |
|