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 ·
023f881
1
Parent(s): c7a19b4
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,10 @@ The model (ckpt) file can be downloaded on the <i>Files</i> page. You trigger do
|
|
| 12 |
**Example:**
|
| 13 |

|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
#### Prompt and settings:
|
| 16 |
**dbl_ex, white background**<br>
|
| 17 |
**Negative prompt: contrast**<br>
|
|
|
|
| 12 |
**Example:**
|
| 13 |

|
| 14 |
|
| 15 |
+
Example prompts
|
| 16 |
+
|
| 17 |
+
Galaxy man
|
| 18 |
+
|
| 19 |
#### Prompt and settings:
|
| 20 |
**dbl_ex, white background**<br>
|
| 21 |
**Negative prompt: contrast**<br>
|