ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

[Urgent] Your ComfyUI version 0.3.77 broke OVIS type setting of Load Clip node worked on version 0.3.76

Open myonlang opened this issue 4 weeks ago • 2 comments

Custom Node Testing

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 Image

Load Clip node of the workflow supposed to have ovis type option but it is gone now with the version 0.3.77

Image

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.

myonlang avatar Dec 03 '25 10:12 myonlang

This update in general is pretty bad tbh, and causing lots of issues.

Ainaemaet avatar Dec 03 '25 21:12 Ainaemaet

v0.3.77 is on the stable branch, the ovis model is only implemented in the git/nightly version at the moment.

comfyanonymous avatar Dec 03 '25 22:12 comfyanonymous