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

I get this message in the web ui when I click on init_image. ``` Your app is having trouble loading the streamlit_drawable_canvas.st_canvas component. (The app is attempting to load the...

Hi, there are some nice projects like https://github.com/hlky/stable-diffusion-webui and https://github.com/altryne/sd-webui-colab, which support a gradio web UI, gradio has many features like blocks which allows multiple apps in one and queueing,...

Hello I test `python demo.py --prompt "Street-art painting of Emilia Clarke in style of Banksy, photorealism"` But where the result image is saved? i don't find it

This is not an issue but a report that I could run the code in Python 3.10. So, you may want to update the description in the Readme. However, I...

In the installation requirements file, the packages require a specific version. When I tried to install it with pip, the installation failed repeatedly in both Python 3.12 and 3.11. In...

Any way to make openvino works with deforum? thanks

I know --model param exists, but I am not sure how to use it. I tried putting the path to the model for another stable diffusion app I'm using, but...

i want to use a model from civitai.com which is in .safetensors format. how can i use it with the openvino toolkit ?

Could you add negative prompt to stable_diffusion.openvino ?

Negative prompting is quite useful––why was unprompt removed from StableDiffusionEngine? Thanks!