• W
    fix initial corrupt model loop · 2b717bb1
    w-e-w 提交于
    if for some reason the initial loading model at loading phase of webui  is corrupted
    after entering this state the user will not be able to load even a good model is selected, due the the unload_model_weights  > send_model_to_cpu > m.lowvram attribute check will fail becaules m is None
    webui will be stuck in the loop unable to recover without manual intervention
    2b717bb1
sd_models.py 33.6 KB