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 ·
01a764d
1
Parent(s): 023f881
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,6 +15,8 @@ The model (ckpt) file can be downloaded on the <i>Files</i> page. You trigger do
|
|
| 15 |
Example prompts
|
| 16 |
|
| 17 |
Galaxy man
|
|
|
|
|
|
|
| 18 |
|
| 19 |
#### Prompt and settings:
|
| 20 |
**dbl_ex, white background**<br>
|
|
|
|
| 15 |
Example prompts
|
| 16 |
|
| 17 |
Galaxy man
|
| 18 |
+
**dublex man galaxy**
|
| 19 |
+
_Steps: 20, Sampler: Euler a, CFG scale: 7, Seed: 3273014177, Size: 512x512_
|
| 20 |
|
| 21 |
#### Prompt and settings:
|
| 22 |
**dbl_ex, white background**<br>
|