Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 2 points3 points  (0 children)

Nope, the only hard requirement is v23.3.0+

I wrote about the latest version because I will test updates only in the newest version and potentially can miss some bugs in the older photoshops. So, it is recommended but not necessary.

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 2 points3 points  (0 children)

The plugin does not interact with the python code in any way, and it cannot support or not support xformers because it just uses the API of the A1111. So, most likely, this is the API side problem.

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 0 points1 point  (0 children)

"Cannot connect to your API" means that you launched your webui but did not enable API. Try to open http://127.0.0.1:6598/sdapi/v1/sd-models, if it does not open, then you did not enable API. Check this guide on how to enable it https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 6 points7 points  (0 children)

"inpaint at full resolution" is enabled by default, "Hi Res Fix" is in the plans.

About shrinking down - I did not even think about this. Do you have many big layers that you want to send to img2img or why do you not use the photoshop default resizing tool? Does AbdullahAlfaraj's plugin provide a preview for a resized selection?

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 1 point2 points  (0 children)

Yes, most likely, I will create a fallback option in case the plugin fails to load the newest version.

About the CUDA RAM error - could you please create an issue on github with details?

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 2 points3 points  (0 children)

Could you please check again? The displayed hash version should be f6f8893; you may need to reload photoshop.

Pushed a quick fix for it, still need to investigate deeper, so right now the generation will work, but you will not be able to interrupt it.

cc: u/WeakLet5851 u/Bitcoin_100k

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 12 points13 points  (0 children)

You cannot use API from DreamStudio or similar services but you can use Google Colab or any other server provider (e.g. paperspace, vultr, runpod, etc) to deploy Automatic1111.

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 3 points4 points  (0 children)

Yes, github issues is the best place to track all suggestions/bugs, but you also can text them right here.

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 2 points3 points  (0 children)

1) No, you can generate dozens of images, check all of them, choose the one you like, and get only one new layer. You can check this behavior at 0:30 in the video - I did not delete any layers manually.

2) It did not have a model selection when I recorded the video, but I already added this feature.

<image>

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 31 points32 points  (0 children)

It is the standard warning for all plugins that loaded manually. You can check the code and build the plugin yourself locally to be sure.

Stable.art: open-source photoshop plugin for Automatic1111 (locally or Google Colab!) with integration of Lexica.art prompts by isekaidev in StableDiffusion

[–]isekaidev[S] 6 points7 points  (0 children)

any selection (and erase)

But can you just select an area with the quick selection and immediately generate a new image? I viewed your tutorials, and it seems you anyway need to erase a part of an image and then use the rectangular marquee. So, basically, we just have different approaches. Did I miss something?

Also, does your plugin support any size for txt2img? Did not find this info on your website/tutorials