-
Notifications
You must be signed in to change notification settings - Fork 38
Features
John-Henry Lim edited this page Oct 21, 2022
·
8 revisions
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)
- 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.
- some not in GUI yet; see and edit auto-generated
-
--listenwill cause the backend API to also host on0.0.0.0, allowing remote usage of the Krita plugin. - 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.