Skip to content

Commit 8cb2999

Browse files
committed
update
1 parent 982aa59 commit 8cb2999

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/loaders/single_file_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,6 @@ def infer_diffusers_model_type(checkpoint):
604604
if any(
605605
g in checkpoint for g in ["guidance_in.in_layer.bias", "model.diffusion_model.guidance_in.in_layer.bias"]
606606
):
607-
608607
if "model.diffusion_model.img_in.weight" in checkpoint:
609608
key = "model.diffusion_model.img_in.weight"
610609
else:

0 commit comments

Comments
 (0)