AbdullahAlfaraj / Auto-Photoshop-StableDiffusion-Plugin

A user-friendly plug-in that makes it easy to generate stable diffusion images inside Photoshop using either Automatic or ComfyUI as a backend.
MIT License
6.52k stars 494 forks source link

After upgrading auto1111 SD from 1.7 to 1.9.3, plugin failing randomly #486

Open Jonseed opened 2 months ago

Jonseed commented 2 months ago

This is a great plugin, I use it all the time. Thank you for your work on this. I just upgraded auto1111 SD from 1.7 to 1.9.3 (I also upgraded torch and xformers), and it works fine in the gradio interface. And I thought it was working fine with this plugin in Photoshop. I did some upscales, and it seemed to be working. But it just started failing when I try to run any generation in any mode. It says "Interrupt" for a split second, and then returns to the default buttons, and nothing happens. No popup error and nothing shows up in the console either. I've tried restarting Photoshop, without success. Any idea what might be causing it to fail, and how I can diagnose the problem? If I fiddle with it enough, sometimes I can eventually get it to work again, but I'm not sure if it is a particular setting that is the problem, or a bug somewhere. If I look in the log file, I do see this error. Not sure if it is related:

"warning": "getUniqueDocumentId is deprecated, instead use the methods in IOFolder", "stackTrace": "Error\n at console.warn (index.js:128:31)\n at getUniqueDocumentId (index.js:270:13)\n at Object.getSettings (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\utility\session.js:246:40)\n at Function.getSettings (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\typescripts\dist\bundle.js:2:426933)\n at Function.getSettings (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\typescripts\dist\bundle.js:2:441858)\n at Function.generate (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\typescripts\dist\bundle.js:2:442744)\n at async I (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\typescripts\dist\bundle.js:2:423033)\n at async C (C:\Users\X\AppData\Roaming\Adobe\UXP\Plugins\External\auto.photoshop.stable.diffusion.plugin_1.4.1\typescripts\dist\bundle.js:2:424521)"

cdmusic2019 commented 2 months ago

webui Try not to upgrade to the latest version, just upgrade to 1.8. The plugin has a bit of a problem supporting version 1.9, such as the sampler.

Jonseed commented 2 months ago

Will the plugin be updated to support version 1.9? There haven't been any commits for 5 months. Is the plugin abandoned?

ktee95 commented 1 month ago

Looks like the devs abandoned it

dougbtv commented 1 month ago

See also #488 -- what I'm encountering is similar. I tuned on api logging in auto1111 and I'm seeing 422 responses from the api server

dougbtv commented 1 month ago

any luck with 1.8 by the way?

Jonseed commented 1 month ago

any luck with 1.8 by the way?

Yes, 1.8 seems to work just fine.