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
safetensors
Do the safetensors go in the same place as the ckpt files?
@Baslim Sorry. I know as little as you about those.
Oh maybe I shouldn't have downloaded them then lol thanks for answering.
@Baslim I don’t believe there’s anything wrong with them. I got help setting that stuff up by people more technically capable than myself. I’m more of an artist than a technician, and I trained the model myself of course. But I don’t know much about diffusers and safetensors.
Yes I just looked it up sorry all of this is new too me but it looks like its on other stuff too. Thank you.
And the model works really good too thank you. You should get a patreon account.
Yes I just looked it up sorry all of this is new too me but it looks like its on other stuff too. Thank you.
And the model works really good too thank you. You should get a patreon account.
🤗