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 ·
32ef8ba
1
Parent(s): 8620bd7
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,8 @@ _Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 250257155, Size: 512x512_
|
|
| 26 |
**dublex style young Elijah Wood as (Frodo), portrait, dark nature**<br>
|
| 27 |
_Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3717002975, Size: 512x512_
|
| 28 |
|
| 29 |
-
<
|
|
|
|
| 30 |
|
| 31 |
**Example 2:**
|
| 32 |

|
|
|
|
| 26 |
**dublex style young Elijah Wood as (Frodo), portrait, dark nature**<br>
|
| 27 |
_Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3717002975, Size: 512x512_
|
| 28 |
|
| 29 |
+
<br>
|
| 30 |
+
<br>
|
| 31 |
|
| 32 |
**Example 2:**
|
| 33 |

|