Skip to content

Commit

Permalink
Merge branch 'main' into fix-lora-tests-vn
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakpaul authored Dec 23, 2024
2 parents 5a5a803 + 5fcee4a commit bf146c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/loaders/single_file_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ def infer_diffusers_model_type(checkpoint):
elif any(key in checkpoint for key in CHECKPOINT_KEY_NAMES["mochi-1-preview"]):
model_type = "mochi-1-preview"

if CHECKPOINT_KEY_NAMES["hunyuan-video"] in checkpoint:
elif CHECKPOINT_KEY_NAMES["hunyuan-video"] in checkpoint:
model_type = "hunyuan-video"

else:
Expand Down

0 comments on commit bf146c5

Please sign in to comment.