Discoveries about Scripts and Extensions #3
Harvester62
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During the localization of the Stable Diffusion Web UI, as well as the Scripts and the Extensions listed and available from the Automatic1111 repository, I've made some discoveries about compatibilities, memory leakage and during testing to help the related developer to discover and fix issues or bugs with their scripts and extensions. Here follow what I found, in case somebody will find it useful.
Dynamic Prompts (Ext) is incompatible with Unprompted, use one or the other, do not activate them together in the Extensions tab.
Aesthetic Image Scorer (Ext) seems to lead to a VRAM memory leakage on my GTX1070 every time the Gradio interface is restarted in the Preferences or in the Extensions tab, and the scripts and extensions are reloaded, until the VRAM is fully used, requiring to close the webui-user console to reset the VRAM memory used on the graphic card. If installed but kept disabled, the VRAM used on my graphic card is about 1.4GB.
Krita Plugin (Ext) increases the VRAM usage from 1.4 to 1.9GB, which is fine overall.
I will keep updating this discussion when I will discover or learn something else.
Beta Was this translation helpful? Give feedback.
All reactions