mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-02 13:51:40 -08:00
typo
This commit is contained in:
parent
79de09c3df
commit
7ee2114cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@ def set_model_type(model, state_dict):
|
|||
model.is_sd2 = False
|
||||
model.is_sdxl = False
|
||||
model.is_ssd = False
|
||||
model.is_ssd3 = False
|
||||
model.is_sd3 = False
|
||||
|
||||
if "model.diffusion_model.x_embedder.proj.weight" in state_dict:
|
||||
model.is_sd3 = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue