Stability-AI / stablediffusion

High-Resolution Image Synthesis with Latent Diffusion Models
MIT License
38.33k stars 4.95k forks source link

Diffusers SD-2.1 base model card and ema weights #315

Open bhattg opened 1 year ago

bhattg commented 1 year ago

When instantiated model using diffusers, for ex. pipeline = StableDiffusionPipeline.from_pretrained('stabilityai/stable-diffusion-2-1-base', revision='main')

Does it download the ema weights or non-ema weights?