We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2628b commit 45c08ebCopy full SHA for 45c08eb
src/diffusers/models/adapter.py
@@ -236,7 +236,7 @@ class T2IAdapter(ModelMixin, ConfigMixin):
236
downscale_factor (`int`, *optional*, defaults to `8`):
237
A factor that determines the total downscale factor of the Adapter.
238
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`.
+ Adapter type (`full_adapter` or `full_adapter_xl` or `light_adapter`) to use.
240
"""
241
242
@register_to_config
0 commit comments