We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982aa59 commit 8cb2999Copy full SHA for 8cb2999
src/diffusers/loaders/single_file_utils.py
@@ -604,7 +604,6 @@ def infer_diffusers_model_type(checkpoint):
604
if any(
605
g in checkpoint for g in ["guidance_in.in_layer.bias", "model.diffusion_model.guidance_in.in_layer.bias"]
606
):
607
-
608
if "model.diffusion_model.img_in.weight" in checkpoint:
609
key = "model.diffusion_model.img_in.weight"
610
else:
0 commit comments