Skip to content

Commit 5c33872

Browse files
Fix issue on old torch. (Comfy-Org#9791)
1 parent 206595f commit 5c33872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/ldm/hunyuan3dv2_1/hunyuandit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ def __init__(
426426
text_states_dim=1024,
427427
qk_norm=False,
428428
norm_layer=nn.LayerNorm,
429-
qk_norm_layer=nn.RMSNorm,
429+
qk_norm_layer=True,
430430
qkv_bias=True,
431431
skip_connection=True,
432432
timested_modulate=False,

0 commit comments

Comments
 (0)