Skip to content

Commit 50bda85

Browse files
committed
update
1 parent 8c0632a commit 50bda85

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
@@ -611,7 +611,6 @@ def infer_diffusers_model_type(checkpoint):
611611

612612
if checkpoint[key].shape[1] == 384:
613613
model_type = "flux-fill"
614-
615614
elif checkpoint[key].shape[1] == 128:
616615
model_type = "flux-depth"
617616
else:

0 commit comments

Comments
 (0)