How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("omeregev/sd-2-1-base-mirror", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

Stable Diffusion v2-1-base (Mirror)

This repository is a mirror of Stable Diffusion v2-1-base. It is hosted here to serve as a frozen dependency for the Click2Mask Project (Accepted to AAAI 2025).

⚠️ Disclaimer

This model is identical to the original. For full documentation, please refer to the original repository: Manojb/stable-diffusion-2-1-base

License

This model is licensed under the CreativeML Open RAIL++-M License.

Downloads last month
141
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for omeregev/sd-2-1-base-mirror

Finetuned
(52)
this model