docker-diffusers-api icon indicating copy to clipboard operation
docker-diffusers-api copied to clipboard

Blurred & noisy images when used with stable-diffusion-2 and stable-diffusion-2-1

Open jan-thoma opened this issue 1 year ago • 8 comments

``When i try to build the container from the Dockerfile. Passing either stabilityai/stable-diffusion-2-1 or `stabilityai/stable-diffusion-2-1. Im getting very noisy and blurry images with the parameters adapted from the example:

{
  "modelInputs": {
    "prompt": "Super dog",
    "num_inference_steps": 10,
    "guidance_scale": 7.5,
    "width": 1024,
    "height": 1024,
    "seed": 3239022079
  },
  "callInputs": {
    "MODEL_ID": "stabilityai/stable-diffusion-2-1",
    "PIPELINE": "StableDiffusionPipeline",
    "SCHEDULER": "LMSDiscreteScheduler",
    "safety_checker": true
  }
}

The output looks like this:

cbimage

Am i missing something important here or this a bug?

jan-thoma avatar Jan 18 '23 19:01 jan-thoma