stable_diffusion.openvino icon indicating copy to clipboard operation
stable_diffusion.openvino copied to clipboard

Results 112 stable_diffusion.openvino issues
Sort by recently updated
recently updated
newest added

This PR moves the `Strength` slider into the image expander / dropdown because it's only relevant there. It also adjusts the masking canvas size because 512x512 doesn't fit in the...

Hi @bes-dev, Thank you for your great work. I tried your repo with `poetry`. Do you think if I open a PR for poetry, it will be useful for others?

There is no streamlit_drawable_canvas library in requirements.txt ``` 2022-09-03 08:36:23.931 Uncaught app exception Traceback (most recent call last): File "C:\Users\User\stable_diffusion.openvino-master\lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 556, in _run_script exec(code, module.__dict__) File "C:\Users\User\stable_diffusion.openvino-master\demo_web.py", line 6,...

This PR enables interrupting generation between inference steps by submitting a new generation or by clicking "Stop"

This PR adds a `Show Progress` checkbox that, when checked, renders each inference step to streamlit in real time, instead of waiting for the finished image to display the result...

after generating several hundred images I realised saving prompts, and parameters as separate file is not very effective. made changes to demo.py to save parameters as metadata. had to convert...

This makes demo.py write the parameters used when invoking it as EXIF or as PNG text chunks into the generated images. That should make it a bit easier to go...

Just a suggestion, if possible, if an image output already exist, it will be renamed to output1, output2. Thanks again.

Please, if possible i will ask to you please develop a function that make possible to make multiple images. Thanks.

Thank you for sharing this project. I ran into the following issue when trying to run the web demo inside a docker container using the provided docker image. ![screenshot](https://user-images.githubusercontent.com/66578286/188255582-ce023ad3-0ddb-4c8d-a331-3f2f48b73f63.png) This...