Skip to content

Commit

Permalink
Update ip_adapter.py (huggingface#8882)
Browse files Browse the repository at this point in the history
update comments of load_ip_adapter function
  • Loading branch information
mkknightr authored Nov 16, 2024
1 parent e255920 commit d38c50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/diffusers/loaders/ip_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def load_ip_adapter(
list is passed, it should have the same length as `weight_name`.
weight_name (`str` or `List[str]`):
The name of the weight file to load. If a list is passed, it should have the same length as
`weight_name`.
`subfolder`.
image_encoder_folder (`str`, *optional*, defaults to `image_encoder`):
The subfolder location of the image encoder within a larger model repository on the Hub or locally.
Pass `None` to not load the image encoder. If the image encoder is located in a folder inside
Expand Down

0 comments on commit d38c50c

Please sign in to comment.