Is it feasible that the container use webui.sh -f to start A1111's webui? #611
Herbert-Zheng
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Best thing I can recommend is to try, maybe it works. You can also update the docker compose file to make the container restart always |
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
-
Thanks for your awesome work first! I think it would be easier to enable or disable extensions if we used
webui.sh
to start A1111's webui instead of executingwebui.py
directly. This is becausewebui.sh
acts as an external controller that can restart the webui after changes in extensions. We can add-f
to forcewebui.sh
to execute as root without switching to another user. Will this cause any potential problems?Beta Was this translation helpful? Give feedback.
All reactions