Yes, I can see a few issues from the ComfyUI error log. This model has QKV stored as separate tensors while in the ComfyUI-repackaged models they're joined together. They're also scaled independently it seems, so to make it work in ComfyUI it's not enough to just concatenate the tensors.