[Urgent] Your ComfyUI version 0.3.77 broke OVIS type setting of Load Clip node worked on version 0.3.76
Custom Node Testing
- [ ] I have tried disabling custom nodes and the issue persists (see how to disable custom nodes if you need help)
Expected Behavior
I have updated my ComfyUI to ComfyUI version 0.3.77 from version 0.3.76 today. the update broke "Load Clip node of core". OVIS type setting of Clip node does not work anymore It worked on version 0.3.76 from Yesterday.
I have minimal setting of workflow for OVIS Image model
Load Clip node of the workflow supposed to have ovis type option but it is gone now with the version 0.3.77
Fix it.
Actual Behavior
Workflow stops at Load Clip node(Core)
Steps to Reproduce
Reproduce the workflow from my screen capture and reproduce the error
Debug Logs
# ComfyUI Error Report
## Error Details
- **Node ID:** 34
- **Node Type:** CLIPLoader
- **Exception Type:** RuntimeError
- **Exception Message:** Error(s) in loading state_dict for Qwen3_4B:
size mismatch for model.embed_tokens.weight: copying a param with shape torch.Size([151936, 2048]) from checkpoint, the shape in current model is torch.Size([151936, 2560]).
size mismatch for model.layers.0.self_attn.q_proj.weight: copying a param with shape torch.Size([2048, 2048]) from checkpoint, the shape in current model is torch.Size([4096, 2560]).
size mismatch for model.layers.0.self_attn.k_proj.weight: copying a param with shape torch.Size([1024, 2048]) from checkpoint, the shape in current model is torch.Size([1024, 2560]).
size mismatch for model.layers.0.self_attn.v_proj.weight: copying a param with shape torch.Size([1024, 2048]) from checkpoint, the shape in current model is torch.Size([1024, 2560]).
Other
You hurriedly updated ComfyUI core today and that made rebugging of existing Model. This kind of thing kills.
This update in general is pretty bad tbh, and causing lots of issues.
v0.3.77 is on the stable branch, the ovis model is only implemented in the git/nightly version at the moment.