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
- Draw Things
- DiffusionBee
Commit ·
3ea23a7
1
Parent(s): e48dbb8
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ tags:
|
|
| 7 |
**Double Exposure Diffusion**
|
| 8 |
|
| 9 |
This is version 2 of the Double Exposure Diffusion model, trained on specifically images of people and a few animals.
|
| 10 |
-
The model file (
|
| 11 |
|
| 12 |
**Example 1:**
|
| 13 |

|
|
|
|
| 7 |
**Double Exposure Diffusion**
|
| 8 |
|
| 9 |
This is version 2 of the Double Exposure Diffusion model, trained on specifically images of people and a few animals.
|
| 10 |
+
The model file (Double_Exposure_v2.ckpt) can be downloaded on the <i>Files</i> page. You trigger double exposure style images using token: **_dublex style_** or just **_dublex_**.
|
| 11 |
|
| 12 |
**Example 1:**
|
| 13 |

|