stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

[Bugfix][API] - Fix API arg in launch script

Open sphuff opened this issue 3 years ago • 3 comments

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

sphuff avatar Oct 20 '22 15:10 sphuff

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?

simcop2387 avatar Oct 20 '22 17:10 simcop2387

No problem 👍 I've got a similarly janky setup Yup, can confirm it works for both launch.py and webui.py

sphuff avatar Oct 20 '22 18:10 sphuff