Skip to content

Commit 58592bd

Browse files
committed
minor
1 parent c6ad097 commit 58592bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_dc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ class AutoencoderDC(ModelMixin, ConfigMixin, FromOriginalModelMixin):
418418
encoder_out_shortcut (`bool`, defaults to `True`):
419419
Whether to use shortcut at the end of the encoder.
420420
decoder_in_shortcut (`bool`, defaults to `True`):
421-
Whether to use shortcut at the beginning of the encoder.
421+
Whether to use shortcut at the beginning of the decoder.
422422
decoder_conv_act_fn (`str`, defaults to `"relu"`):
423423
The activation function to use at the end of the decoder.
424424
scaling_factor (`float`, defaults to `1.0`):

0 commit comments

Comments
 (0)