mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-09-13 21:16:09 +00:00
Fix issue on old torch. (#9791)
This commit is contained in:
@@ -426,7 +426,7 @@ class HunYuanDiTBlock(nn.Module):
|
|||||||
text_states_dim=1024,
|
text_states_dim=1024,
|
||||||
qk_norm=False,
|
qk_norm=False,
|
||||||
norm_layer=nn.LayerNorm,
|
norm_layer=nn.LayerNorm,
|
||||||
qk_norm_layer=nn.RMSNorm,
|
qk_norm_layer=True,
|
||||||
qkv_bias=True,
|
qkv_bias=True,
|
||||||
skip_connection=True,
|
skip_connection=True,
|
||||||
timested_modulate=False,
|
timested_modulate=False,
|
||||||
|
Reference in New Issue
Block a user