"Installing Requirements" every time I run? #10203
-
Can someone explain this to me because I really don't understand. Every single time I load up the UI, it starts off with "Installing requirements" Seeing s how the addons are already installed, why does it do this every time? Is this necessary? If not, how can I make it stop? Closest thing I could find was this: #9864 and it was not answered |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
WebUI will carry out the installation process every time it is started, but because the specific operations are skipped, theoretically it will not consume a lot of time. You can skip it via the |
Beta Was this translation helpful? Give feedback.
-
The real solution to the problem described by @poisenbery is here: #14199 |
Beta Was this translation helpful? Give feedback.
WebUI will carry out the installation process every time it is started, but because the specific operations are skipped, theoretically it will not consume a lot of time. You can skip it via the
--skip-install
parameter.