Open
Description
``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:
Am i missing something important here or this a bug?
Metadata
Metadata
Assignees
Labels
No labels