Compare commits

..

1 Commits

Author SHA1 Message Date
John Pollock
76f72385fa
Merge 093d17c587 into 985fb9d6ad 2026-07-05 13:55:34 +03:00

View File

@ -75,7 +75,7 @@ def _make_flux_schnell_comfyui_sd():
def _make_seedvr2_7b_separate_mm_sd():
return {
"blocks.35.mlp.vid.proj_out.weight": torch.empty(3072, 1),
"blocks.35.mlp.vid.proj_in.weight": torch.empty(1, 3072),
"positive_conditioning": torch.empty(58, 5120),
"negative_conditioning": torch.empty(64, 5120),
}