stable-diffusion-webui
stable-diffusion-webui copied to clipboard
[Bugfix][API] - Fix API arg in launch script
The API flag is currently ignored in launch.py, so users need to run the webui.py command instead. (check out line 201 in launch.py to see why). This fixes that
Thanks for this. I missed it when I added this because I use the webui.py file directly because of some docker compose stuff I have setup to make it easier for me to manage. Can you test that this still works with the webui.py command directly?
No problem 👍 I've got a similarly janky setup
Yup, can confirm it works for both launch.py and webui.py