Skip to content

Commit c8bbca0

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

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
@@ -226,7 +226,7 @@ class T2IAdapter(ModelMixin, ConfigMixin):
226226
227227
Args:
228228
in_channels (`int`, *optional*, defaults to `3`):
229-
Number of channels of Aapter's input(*control image*). Set to 1 if you're using gray scale image.
229+
The number of channels in the adapter's input (*control image*). Set it to 1 if you're using a gray scale image.
230230
channels (`List[int]`, *optional*, defaults to `(320, 640, 1280, 1280)`):
231231
The number of channels in each downsample block's output hidden state. The `len(block_out_channels)` determines
232232
the number of downsample blocks in the adapter.

0 commit comments

Comments
 (0)