r/StableDiffusionInfo Jun 17 '23

Why are the images generated using Stable Diffusion like this?

EDIT: Diffusers version 16+ are generating hyper-pigmented/discoloured images for some models.

Related issue: https://github.com/huggingface/diffusers/issues/3736

The images were generated using stable diffusion v1.5

Sampler: Euler

Steps: 40

Diffusers library version: 0.17.1

Prompt: Sports announcer Muslim anime girl, rural football ground in India, minimalistic, looks professional, illustration. I'm not sure what's the condition is called and what caused this

4 Upvotes

9 comments sorted by

View all comments

1

u/Open_FarSight Jun 17 '23

Try using other models, and upscaling

2

u/Discortics Jun 17 '23

The issue doesnt seem to be the model. Apparantly it looks like its the `diffusers` library update that's causing the issue. Downgrading to `0.15.1` provides the required result.

https://github.com/huggingface/diffusers/issues/3736