You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/diffusers/models/model_loading_utils.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -358,6 +358,7 @@ def _fetch_index_file_legacy(
358
358
revision,
359
359
user_agent,
360
360
commit_hash,
361
+
dduf_entries=None,
361
362
):
362
363
ifis_local:
363
364
index_file=Path(
@@ -398,6 +399,7 @@ def _fetch_index_file_legacy(
398
399
subfolder=None,
399
400
user_agent=user_agent,
400
401
commit_hash=commit_hash,
402
+
dduf_entries=dduf_entries,
401
403
)
402
404
index_file=Path(index_file)
403
405
deprecation_message=f"This serialization format is now deprecated to standardize the serialization format between `transformers` and `diffusers`. We recommend you to remove the existing files associated with the current variant ({variant}) and re-obtain them by running a `save_pretrained()`."
0 commit comments