text-generation-webui
text-generation-webui copied to clipboard
I dont get the files in the zip
Describe the bug
when i download the zip for windows, there is a missing file "start-webui.bat" and i cant get the webui to run now, why this happens?
Is there an existing issue for this?
- [X] I have searched the existing issues
Reproduction
i download the zip, and there is the missing file
Screenshot

Logs
none
System Info
amd 6600xt
You don't need "start-webui.bat". Run "start_windows.bat" instead.
You don't need "start-webui.bat". Run "start_windows.bat" instead.
How do you add flags to start_windows.bat? The instructions.txt file still refers to an old line of code from start-webui.bat that no longer exists and no longer works if it's added to the script.
@TheBestBaron you have to add them to the webui.py file now. The line looks like run_cmd("python server.py --auto-devices --chat --model-menu")
This issue has been closed due to inactivity for 30 days. If you believe it is still relevant, please leave a comment below.