Skip to content

Commit 45c08eb

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

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
@@ -236,7 +236,7 @@ class T2IAdapter(ModelMixin, ConfigMixin):
236236
downscale_factor (`int`, *optional*, defaults to `8`):
237237
A factor that determines the total downscale factor of the Adapter.
238238
adapter_type (`str`, *optional*, defaults to `full_adapter`):
239-
Type of Adapter to use. Choose either `full_adapter` or `full_adapter_xl` or `light_adapter`.
239+
Adapter type (`full_adapter` or `full_adapter_xl` or `light_adapter`) to use.
240240
"""
241241

242242
@register_to_config

0 commit comments

Comments
 (0)