We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07552db commit 2c470fcCopy full SHA for 2c470fc
1 file changed
comfy/ldm/seedvr/model.py
@@ -1092,7 +1092,6 @@ def __init__(
1092
norm_eps: float,
1093
ada,
1094
qk_bias: bool,
1095
- qk_rope: Optional[bool],
1096
qk_norm,
1097
mlp_type: str,
1098
shared_weights: bool,
@@ -1115,7 +1114,7 @@ def __init__(
1115
1114
qk_bias=qk_bias,
1116
qk_norm=qk_norm,
1117
qk_norm_eps=norm_eps,
1118
- rope_type=rope_type if qk_rope else None,
+ rope_type=rope_type,
1119
rope_dim=rope_dim,
1120
shared_weights=shared_weights,
1121
window=kwargs.pop("window", None),
0 commit comments