Skip to content

Commit b7b6081

Browse files
committed
revert docstring changes.
1 parent f876ea8 commit b7b6081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/loaders/peft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ def set_adapters(
478478
Args:
479479
adapter_names (`list[str]` or `str`):
480480
The names of the adapters to use.
481-
weights (`list[float] | float`, *optional*):
481+
weights (`Union[List[float], float]`, *optional*):
482482
The adapter(s) weights to use with the UNet. If `None`, the weights are set to `1.0` for all the
483483
adapters.
484484

0 commit comments

Comments
 (0)