Skip to content

Commit d988d7d

Browse files
ahnjjstevhliu
andauthored
Update src/diffusers/models/adapter.py
Co-authored-by: Steven Liu <[email protected]>
1 parent b88e450 commit d988d7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def forward(self, xs: torch.Tensor, adapter_weights: Optional[List[float]] = Non
8282
The `channel` dimension should be equal to `num_adapter` * number of channel per image.
8383
8484
adapter_weights (`List[float]`, *optional*, defaults to None):
85-
A list of floats representing the weight which will be multiplied to each adapter's output before summing
85+
A list of floats representing the weights which will be multiplied by each adapter's output before summing
8686
them together.
8787
If `None`, equal weights will be used for all adapters.
8888
"""

0 commit comments

Comments
 (0)