sddebz / stable-diffusion-krita-plugin

GNU Affero General Public License v3.0
423 stars 34 forks source link

Plugin installation fails. Plugin manager doesn't see it. #45

Open Tanath opened 2 years ago

Tanath commented 2 years ago

Describe the bug I carefully followed the installation instructions for the plugin, but got stuck on 6. I verified the directory contents are in the folder after copy, and restarted each time it was mentioned, but the plugin manager doesn't show the plugin in the list so I can't activate it.

To Reproduce Steps to reproduce the behavior:

  1. Open Krita and go into Settings - Manage Resources... - Open Resource Folder
  2. Go into folder pykrita (create it if it doesn't exist)
  3. Copy from this repository contents of folder krita_plugin into pykrita folder of your Krita. You should have krita_diff folder and krita_diff.desktop file in pykrita folder.
  4. Restart Krita
  5. Go into Settings - Configure Krita... - Python Plugin Manager
  6. Find plugin "Krita Stable Diffusion Plugin" or similar is missing.

Expected behavior Plugin should show in plugin manager.

Screenshots image

Desktop (please complete the following information):

Pmejna commented 2 years ago

I have had the same issue - it is not a bug @Tanath - you probably have copied and pasted the files into PyKrita folder instead to pykrita as I did. The path to the correct folder is: E:\Program Files (x86)\krita\Krita (x64)\share\krita\pykrita in my case. Hope this is helpful.

Pmejna commented 2 years ago

@sddebz - any chance for readme update? I think there might be a lot of newcomers who are not familiar with the Krita folder structure and might do the same mistake (of course I hope that @Tanath havehad the same issue and this will solve the issue ^^) Cheers!

Interpause commented 2 years ago

I am currently maintaining a fork of this repo at https://github.com/Interpause/auto-sd-krita. Also I added new features and stuff.

sddebz commented 2 years ago

Hello. Thank you very much for that new repo. From what I see, you've made it into a proper script for webui. That's actually nice.

Unfortunately I'm currently unable to actively contribute in a meaningful way. I'm kind of forced to travel last two months. So it's for the best that someone forked this repo. I'm really happy it was useful.

I've put a link to https://github.com/Interpause/auto-sd-paint-ext in this repo readme.

Interpause commented 2 years ago

Thanks so much for your initial work. Like navigating the Krita and Qt documentation is frustrating, so it couldn't have been easy for you to make the plugin.