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 ·
8ea6ac3
1
Parent(s): 3d10ed9
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,11 +26,11 @@ _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 |
**Example 2:**
|
| 30 |

|
| 31 |
|
| 32 |
-
<p><br></p>
|
| 33 |
-
|
| 34 |
#### Example prompts and settings
|
| 35 |
|
| 36 |
<i>Scarlett Johansson (image 1):</i><br>
|
|
|
|
| 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 |
+
<p><br></p>
|
| 30 |
+
|
| 31 |
**Example 2:**
|
| 32 |

|
| 33 |
|
|
|
|
|
|
|
| 34 |
#### Example prompts and settings
|
| 35 |
|
| 36 |
<i>Scarlett Johansson (image 1):</i><br>
|