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 ·
f1fcb2a
1
Parent(s): e643755
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
---
|
| 7 |
**Double Exposure Diffusion**
|
| 8 |
|
| 9 |
-
This is version 2 of the Double Exposure Diffusion model, trained
|
| 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:**
|
|
|
|
| 6 |
---
|
| 7 |
**Double Exposure Diffusion**
|
| 8 |
|
| 9 |
+
This is version 2 of the Double Exposure Diffusion model, trained specifically on 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:**
|