Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/diffusers/dynamic_modules_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ def get_cached_module_file(

<Tip>

Passing `` is required when you want to use a private model.
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).

</Tip>

Expand Down Expand Up @@ -306,7 +307,8 @@ def get_class_from_dynamic_module(

<Tip>

Passing `` is required when you want to use a private model.
You may pass a token in `use_auth_token` if you are not logged in (`huggingface-cli long`) and
want to use private or [gated models](https://huggingface.co/docs/hub/models-gated#gated-models).

</Tip>

Expand Down