From 123922350cf176e4e1e059f3d939b032f6fe293a Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 27 Apr 2024 01:04:17 +0900 Subject: [PATCH] Update unet_hacked_tryon.py containin -> containing --- src/unet_hacked_tryon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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