Skip to content

Troubleshooting

John-Henry Lim edited this page Nov 20, 2022 · 10 revisions

Plugin Docker didn't appear!

If the SD Plugin docked window doesn't appear and isn't present under Settings > Dockers, follow steps 1 to 4 from Enabling the plugin. Stable Diffusion Plugin will likely be greyed out. Submit an issue with the error message that is shown when hovering over it.

If Stable Diffusion Plugin is not present, ensure you followed Install the plugin closely.

Network Errors

  • Not Found is equivalent to 404. Ensure --api is in COMMANDLINE_ARGS. As a sanity check, there should be a section titled "Interpause Backend API" at the bottom of the auto-generated API documentation at http://127.0.0.1:7860/docs.
  • invalid JSON response check if you accidentally entered anything into "Optional Encryption Key" under the Config tab. If you intended to do so, check the key is correct.
  • response timed out. Be patient.

Others

  • If you used the symlink install, do check you didn't rename/move the repository or otherwise cause the symlink to become invalid.
  • Are you running the modified backend? Do note the plugin isn't compatible with the backend of other plugins or the incomplete official API.
  • Delete krita_diff_plugin.ini and krita_diff_plugin_scripts.ini from %APPDATA%\krita (on Windows) or ~/.config/krita (on Linux) if the plugin is unable to start.
  • If the plugin is able to start but doesn't function as expected, try Restore Defaults under the Config tab.
Clone this wiki locally