Closed RabblerouserGT closed 1 year ago
It goes in the launch block on the line with python3 webui.py
.
But NaN is a pretty severe error. I'd dig a little deeper and make sure there isn't anything else going on. Maybe try recreating your machine?
I avoided this NansException by adding the following text to "Launch the WebUI". (Since this notebook launches webui.py, I assume that the commandline arguments in webui-user.sh are not loaded.)
COMMANDLINE_ARGS = "--disable-nan-check --lowram"
# Launch args go below:
!python webui.py {x_arg} {dd_arg} {mvram_arg} {pickled} {port} {auth} {theme} {queue} {COMMANDLINE_ARGS}
I'm getting the following error on just txt2img, running on Free-RTX4000 GPU on Paperspace.