Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
stable-diffusion
mirror
click2mask-dependency
Instructions to use omeregev/sd-2-1-base-mirror with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use omeregev/sd-2-1-base-mirror with Diffusers:
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] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
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
Model tree for omeregev/sd-2-1-base-mirror
Base model
stabilityai/stable-diffusion-2-1-base