Skip to content

Features

John-Henry Lim edited this page Jan 31, 2023 · 8 revisions

Community Videos

List of Features

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

(is outdated):

  • Usage as a remote backend supported.
    • Symmetric Encryption supported.
  • GUI doesn't freeze during image generation.
  • Well-designed GUI with individual dockers for each workflow.
  • Able to use scripts such as SD upscale & Outpainting Mk 2.
  • User can select the image portion seen by the model during inpaint/img2img.
  • 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".
  • Settings, prompts, etc preserved between Krita sessions (even for scripts).
  • Reimagined workflow with separate profiles for each.
  • Exposed more features present in WebUI.
  • 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.