Interpause / auto-sd-paint-ext

Extension for AUTOMATIC1111 to add custom backend API for Krita Plugin & more
MIT License
476 stars 41 forks source link

Plugin is not showing up anymore #110

Closed Sheena-Tiger closed 1 year ago

Sheena-Tiger commented 1 year ago

Describe the bug Last Friday the 2023-01-27 I had been working on a picture using the plugin with no issues. Today, Monday the 2023-01-30, I wanted to do so once more on a new picture but I found all dockers missing. Inside the settings the Plugin is not showing up anymore as well, not even grayed out.

I tried to reinstall using the Installation guide once more to make sure everything was in place, doing so several times, but as simple as it is, nothing shows up. Consulting the error log was no help either. The entries from Friday show no errors until "CLOSING SESSION", the logs from today are very short and show nothing interesting.

SESSION: 30 Jan 2023 17:51:03 +0100. Executing D:\Krita (x64)\bin\krita.exe

Krita Version: 5.1.5, Qt version compiled: 5.12.12, loaded: 5.12.12. Process ID: 21784


30 Jan 2023 17:51:03 +0100: Style: fusion. Available styles: windowsvista, Windows, Fusion 30 Jan 2023 17:51:04 +0100: Database is up to date. Version: 0.0.17, created by Krita 5.1.5, at So Jan 8 02:48:32 2023 30 Jan 2023 17:51:04 +0100: Non-store package - creating updater 30 Jan 2023 19:22:46 +0100: CLOSING SESSION

Loaded Python Plugins colorspace comics_project_management_tools documenttools exportlayers filtermanager lastdocumentsdocker plugin_importer quick_settings_docker scripter tenbrushes tenscripts

The only thing changing between Friday and today had been updates to the web-ui... and yes, "--api" is showing up and it is even loading according to the cmd:

[auto-sd-paint-ext] Commit hash: ff82c1dcf9309138d8f5c07546ca26e46ea8c3b7 [auto-sd-paint-ext] Auto-update disabled. auto-sd-paint-ext:INFO: Add --listen to COMMANDLINE_ARGS to enable usage as a remote backend.

Any ideas what I might be missing or could try would, of course, be nice since working inside Krita was much better for inpainting than what little the Webui offers.

Sheena-Tiger commented 1 year ago

okay, I do not know how formatting is working and why some parts are so big... I did no formatting in any way and I see no way to make the text normal sized.

Interpause commented 1 year ago

Try https://github.com/Interpause/auto-sd-paint-ext/wiki/Install-Guide#plugin-installation and https://github.com/Interpause/auto-sd-paint-ext/wiki/Troubleshooting#plugin-docker-didnt-appear.

Sheena-Tiger commented 1 year ago

Try https://github.com/Interpause/auto-sd-paint-ext/wiki/Install-Guide#plugin-installation and https://github.com/Interpause/auto-sd-paint-ext/wiki/Troubleshooting#plugin-docker-didnt-appear.

Hello! Thanks for responding... please read again what I actually wrote about attempting those...

Interpause commented 1 year ago

Sorry about that. Hm, then your case is weird. Can you screenshot the pykrita folder contents?

Sheena-Tiger commented 1 year ago

Bild_2023-01-31_164407327 Bild_2023-01-31_164428060

Interpause commented 1 year ago

In the pykrita folder, both krita_diff and krita_diff.desktop should be present. The .desktop file is actually some plugin metadata needed by Krita. The command generated in the webUI is supposed to try and symlink both. Is there any error when doing mklink for krita_diff.desktop in the command prompt?

Sheena-Tiger commented 1 year ago

In the pykrita folder, both krita_diff and krita_diff.desktop should be present. The .desktop file is actually some plugin metadata needed by Krita. The command generated in the webUI is supposed to try and symlink both. Is there any error when doing mklink for krita_diff.desktop in the command prompt?

okay... now it is working again. Honestly, I executed the commands at least 2 times and the file was there. I mean I am a programmer... not a very experienced one but Installation guides and troubleshooting guides are among the first things I look up when something fails -.-