bes-dev / stable_diffusion.openvino

Apache License 2.0
1.54k stars 206 forks source link

Inpainting stops at 26 iterations #41

Closed kevin01881 closed 2 years ago

kevin01881 commented 2 years ago

Hello,

I set an --num-inference-steps argument, and gave it a value of 50. However, after 26 steps, the app called it quits and finalized the image. The image looks surprisingly great for having only done 26 steps, but I would have liked it if it did go to 50 instead like I instructed it to.

afbeelding

Any ideas on why this could be happening?

Thanks!

bes-dev commented 2 years ago

@kevin01881 it is a valid behaviour. For inpainting total num of iterations is equal int(strength * num_inference_steps)