Features - Interpause/auto-sd-krita GitHub Wiki

See https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features for upstream features.

  • Gradio WebUI is fully functional and runs alongside the Krita plugin.
    • Some things are better done in the WebUI than the Krita Plugin GUI (i.e. training textual inversion)
  • Usage as a remote backend supported.
  • GUI doesn't freeze during image generation.
  • Alternative highres fix implementation that works better.
  • Images always pass through the upscaler when scaling up no matter which mode is being used unless set to "None".
  • Values are preserved between Krita sessions.
  • Reimagined workflow with separate profiles for each.
  • Exposed more features present in WebUI.
    • some not in GUI yet; see and edit auto-generated krita_config.yaml, restart not needed.
  • Added more comments and documentation, especially with respect to the internal API.
  • Strongly type & document the config.
  • Componentized GUI that should be easier to develop in the future.
  • List of upscalers, samplers, face restorers and models are refreshed from the backend!
    • The original plugin refreshed samplers, but hardcoded everything else, and couldn't switch models without the webUI.