We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e255920 commit d38c50cCopy full SHA for d38c50c
src/diffusers/loaders/ip_adapter.py
@@ -74,7 +74,7 @@ def load_ip_adapter(
74
list is passed, it should have the same length as `weight_name`.
75
weight_name (`str` or `List[str]`):
76
The name of the weight file to load. If a list is passed, it should have the same length as
77
- `weight_name`.
+ `subfolder`.
78
image_encoder_folder (`str`, *optional*, defaults to `image_encoder`):
79
The subfolder location of the image encoder within a larger model repository on the Hub or locally.
80
Pass `None` to not load the image encoder. If the image encoder is located in a folder inside
0 commit comments