Doesn't Work

#12
by qpqpqpqpqpqp - opened

RuntimeError: Error(s) in loading state_dict for ChromaRadiance:
While copying the parameter named "distilled_guidance_layer.norms.0.scale", whose dimensions in the model are torch.Size([5120]) and whose dimensions in the checkpoint are torch.Size([10240]), an exception occurred : ('The size of tensor a (5120) must match the size of tensor b (10240) at non-singleton dimension 0',)....

Make sure you're on the latest comfy lodestone recently committed some changes.

https://github.com/comfyanonymous/ComfyUI/commit/b9fb542703085c58f082b4a822329fb6670e8016

I just generated 50 plus images with the latest release with no technical issues.

I did git pull a day ago, doesn't load

Chroma_latest_x0.safetensors_00001_

I just generated that right now using this:
https://huggingface.co/lodestones/Chroma1-Radiance/blob/main/latest_x0.safetensors

If you post the full stack trace so we can see what line number the exception occurs on we would be able to tell what is happening.

I would presume so.

I'd probably go with https://github.com/city96/ComfyUI-GGUF instead the calcuis one.

The way the calcuis one is managing the source code is a bit... odd.

Like look at file:
https://github.com/calcuis/gguf/blob/main/gguf_connector/y.py

This is its content...

from gguf_comfy import downloader

They have a PDF processor that loads GGUF via llama then it extracts the contents.

https://github.com/calcuis/gguf/blob/main/gguf_connector/pp.py

Lots of odd stuff in that repository.

Sign up or log in to comment