Skip to content

Commit 5c2628b

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/models/adapter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ class T2IAdapter(ModelMixin, ConfigMixin):
229229
in_channels (`int`, *optional*, defaults to `3`):
230230
Number of channels of Aapter's input(*control image*). Set to 1 if you're using gray scale image.
231231
channels (`List[int]`, *optional*, defaults to `(320, 640, 1280, 1280)`):
232-
Number of channel of each downsample block's output hidden state. The `len(block_out_channels)` determines
233-
the number of downsample blocks in the Adapter.
232+
The number of channels in each downsample block's output hidden state. The `len(block_out_channels)` determines
233+
the number of downsample blocks in the adapter.
234234
num_res_blocks (`int`, *optional*, defaults to `2`):
235235
Number of ResNet blocks in each downsample block.
236236
downscale_factor (`int`, *optional*, defaults to `8`):

0 commit comments

Comments
 (0)