diff --git a/src/diffusers/dynamic_modules_utils.py b/src/diffusers/dynamic_modules_utils.py index b78ec17839..1177c4eff1 100644 --- a/src/diffusers/dynamic_modules_utils.py +++ b/src/diffusers/dynamic_modules_utils.py @@ -198,8 +198,8 @@ def get_cached_module_file( - 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). + 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). @@ -307,8 +307,8 @@ def get_class_from_dynamic_module( - 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). + 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).