Miraihi

Results 30 comments of Miraihi

Temporary solution [here](https://github.com/Interpause/auto-sd-paint-ext/issues/144#issuecomment-1577375848). TL. DR. - Add `req.clip_skip, # ` right on the next line after `req.cfg_scale` at txt2img output and on the next line after `req.cfg_scale, # cfg_scale` for...

Hello @JasonS09, thank you for your work on ControlNet implementation. Unfortunately I get the Script Error `AssertionError: Raw data size:1441792, Expected size:7680000` right after the processing is done. Though I'm...

Heads up for the alternatives for this plugin: 1. [Acly's ComfyAI based complex solution. Love it a lot](https://github.com/Acly/krita-ai-diffusion) 2. [DrCyanide's robust solution that works much better than auto-sd-paint ever did](https://github.com/DrCyanide/cyanic-sd-krita)

Heads up for the alternatives for this plugin: 1. [Acly's ComfyAI based complex solution. Love it a lot](https://github.com/Acly/krita-ai-diffusion) 2. [DrCyanide's robust solution that works much better than auto-sd-paint ever did](https://github.com/DrCyanide/cyanic-sd-krita)

The author pretty much given up on the extension and doesn't even merge pull requests. Here are the alternatives: [Working fork by poipoi300](https://github.com/poipoi300/auto-sd-krita-ext-xl) [New project built from ground up by...

@DrCyanide Thanks for a really good hint, I was wondering what I can do myself about that! Unfortunately, I still can't figure out the value for the "request" argument. Getting...

@DrCyanide `None` produces the same error unfortunately. Switching to vladmandic (SD.Next) is also the option, but it updates way too often so that's not too optimal as I see it.

Yes, exactly the same error that traces back to `modules\img2img.py", line 214` `p.user = request.username`. I didn't modify anything except `app.py`.

"Properly" means pressing ctrl+c on cmd window and closing it. Look, I wouldn't come that far without knowing such basic things.