auto-sd-paint-ext icon indicating copy to clipboard operation
auto-sd-paint-ext copied to clipboard

Extension for AUTOMATIC1111 to add custom backend API for Krita Plugin & more

Results 37 auto-sd-paint-ext issues
Sort by recently updated
recently updated
newest added

After following the installation guide, I keep getting python-script-errors non-stop when running Krita, looking like this: TypeError Python 3.8.1: D:\Programme\Krita\bin\krita.exe Sat Sep 9 17:33:20 2023 A problem occurred in a...

I've added code to check what the associated backend *actually requires* for it's txt2img and img2img calls, then pass only those parameters into `wrap_gradio_gpu_call()`. If a parameter is not in...

Hello I have this console error message when attempting to draw a thing with txt2img (not tested the other options, it's my first attempt). From what I see in the...

Hello! I couldn't wait anymore for a controlnet implementation for this plugin (much needed for me, and the constant swapping between the webui and Krita was driving me crazy), so...

enhancement

**Describe the bug** Error when trying to run txt2img in Krita **To Reproduce** Steps to reproduce the behavior: 1. Install plugin in vlad's fork automatic 2. Follow installation instructions for...

see this bug https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10884 solved by removing auto-sd-paint-extension.

See https://github.com/Interpause/auto-sd-paint-ext/issues/152 Tested and works on my setup

**Describe the bug** The extension worked in automatic 1111, but that project hasn't seen any updates in a month and so it was recommended to switch to vladmandic's fork which...

bug-compat

For some reason, I keep getting this bizarre error that occurs whenever I try to inpaint. I'm not trying to use any scripts, although it doesn't matter if I specify...

bug-compat

Img2Img/Inpaint don't respect Max size/Base size. Creating a rectangle selection of 768X768 will cause an image to be generated at 768x768 instead of whatever is specified in Max Size. Txt2Img...

bug