How to install extensions w/ command line instead of GUI? #16983
Unanswered
jasonleekungfu
asked this question in
Q&A
Replies: 1 comment 2 replies
-
It's just git.
Dependencies are installed on startup. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi! I am working on an Open OnDemand Stable Diffusion app for our HPC clusters. I will need to enable
--listen
, which disables extension installation in browser. So my goal is to install necessary extensions as admin and offer them to users. Since our Stable Diffusion is containerized, I would much prefer to use command line to install extensions instead of web interface, so that we may have it in recipe for consistency. Is it possible? If so, how? Thank you very much!PS: I am aware of this thread: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Extensions . But it does not appear to be working w/ any extension. For example, one requested extension is controlnet, which requires more dependencies. If there is a command line alternative to the web interface installation, I would much like to use it.
Beta Was this translation helpful? Give feedback.
All reactions