Maybe the extension dependencies resolving need to invoke some install.py
#523
SuperMarioSF
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
This should be already fixed in 6365811 is it not the case? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For some reason, sd-dynamic-prompt extension doesn't have a proper
requirements.txt
provided, instead it provided ainstall.py
, and this file will be invoked by auto's sd-webui when installing the extension.I guess it is a good idea to at least run this script once to get the dependencies done. So a search and invoking
install.py
may needed inentrypoint.sh
.ref: issue #400
Beta Was this translation helpful? Give feedback.
All reactions