Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DN6 committed Jan 13, 2025
1 parent 8c0632a commit 50bda85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/diffusers/loaders/single_file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@ def infer_diffusers_model_type(checkpoint):

if checkpoint[key].shape[1] == 384:
model_type = "flux-fill"

elif checkpoint[key].shape[1] == 128:
model_type = "flux-depth"
else:
Expand Down

0 comments on commit 50bda85

Please sign in to comment.