diff --git a/src/unet_hacked_tryon.py b/src/unet_hacked_tryon.py index 7ee0d746..60ebd589 100644 --- a/src/unet_hacked_tryon.py +++ b/src/unet_hacked_tryon.py @@ -1059,7 +1059,7 @@ def forward( cross_attention_kwargs (`dict`, *optional*): A kwargs dictionary that if specified is passed along to the [`AttnProcessor`]. added_cond_kwargs: (`dict`, *optional*): - A kwargs dictionary containin additional embeddings that if specified are added to the embeddings that + A kwargs dictionary containing additional embeddings that if specified are added to the embeddings that are passed along to the UNet blocks. down_block_additional_residuals (`tuple` of `torch.Tensor`, *optional*): additional residuals to be added to UNet long skip connections from down blocks to up blocks for