Open dieselino0 opened 1 year ago
Same here...
Same here... Ran fine earlier tonight
Same here, rolling back to previous version for now
Also same. Not pulling model list.
Also same. Not pulling model list.
I am not a coder or anything like it. So, I did get the debug to work using: --ui-debug-mode in the webui-user.bat.
Once in AUTOMATIC1111, it still doesn't generate the model list, but if I use the Reload UI button at the bottom, it will populate.
This line shows in the CMD: ERROR: Exception in ASGI application
Same here, ran fine last night
Same thing here as well. Been using it all day and after a restart i'm getting this error
Quick fix: in modules\sd_models,py, add jit_model_list = None
as line 189, after optimized_model_list = None
with the same indentation.
Quick fix: in modules\sd_models,py, add
jit_model_list = None
as line 189, afteroptimized_model_list = None
with the same indentation.
OMG its work! tysm!
Quick fix: in modules\sd_models,py, add
jit_model_list = None
as line 189, afteroptimized_model_list = None
with the same indentation.
Can confirm this worked, thanks!!
Can confirm this worked for me after a new/clean install
Quick fix: in modules\sd_models,py, add
jit_model_list = None
as line 189, afteroptimized_model_list = None
with the same indentation.
Legend, thank you
Is there an existing issue for this?
What happened?
Launched the cmd file with this error showing up
Traceback (most recent call last): File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\launch.py", line 48, in <module> main() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\launch.py", line 44, in main start() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\launch_utils.py", line 681, in start webui.webui() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\webui.py", line 52, in webui initialize.initialize() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\initialize.py", line 75, in initialize initialize_rest(reload_script_modules=False) File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\initialize.py", line 103, in initialize_rest sd_models.list_models() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\sd_models.py", line 207, in list_models if jit_model_list is not None: UnboundLocalError: local variable 'jit_model_list' referenced before assignment Press any key to continue . . .
Steps to reproduce the problem
What should have happened?
Launched normally after the update
Sysinfo
Traceback (most recent call last): File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\launch.py", line 48, in <module> main() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\launch.py", line 44, in main start() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\launch_utils.py", line 681, in start webui.webui() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\webui.py", line 52, in webui initialize.initialize() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\initialize.py", line 75, in initialize initialize_rest(reload_script_modules=False) File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\initialize.py", line 103, in initialize_rest sd_models.list_models() File "D:\AUTOMATIC1111\stable-diffusion-webui-directml\modules\sd_models.py", line 207, in list_models if jit_model_list is not None: UnboundLocalError: local variable 'jit_model_list' referenced before assignment Press any key to continue . . .
What browsers do you use to access the UI ?
No response
Console logs
Additional information
No response