You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.
in the default directory, Ive used the bat and cmd files and worked very hard to find where to flag the server.py or webui.py.
I am having a tough time finding how to add "--xformers", or as a fall back, a session that saver that applies flags.
I have tried:
adding --xformers to start_windows.bat
adding --xformers to webui.py after launching cmd
adding --xformers to server
quick help would be appreciated
@rem setup installer envcall python webui.py --xformers
call python server.py
@rem below are functions for the script next line skips these during normal executiongoto end
:PrintBigMessageecho. &&echo.
echo *******************************************************************
for%%Min (%*) doecho * %%~Mecho *******************************************************************
echo. &&echo.
exit /b
in the default directory, Ive used the bat and cmd files and worked very hard to find where to flag the server.py or webui.py.
I am having a tough time finding how to add "--xformers", or as a fall back, a session that saver that applies flags.
I have tried:
quick help would be appreciated
webui.py: error: unrecognized arguments: --xformers
The text was updated successfully, but these errors were encountered: