asagi4
asagi4
I think your safetensors file is most likely corrupted. MetadataIncompleteBuffer is explained as "The metadata is invalid because the data offsets of the tensor does not fully cover the buffer...
I gave this a quick test. Seems like an improvement. However, I have some design nitpicks. - I would like to be able to move the queue button. I don't...
For point 1, I discovered ComfyUI's user.css and there's a pretty easy way to put the queue button first. I can just have ``` .comfyui-queue-button { order: -1; } ```...
This seems like it would be more appropriate to discuss upstream with the safetensors library devs. What this change does is it reads the file fully into memory and then...
If you want to do this, I think including comfyui-user.sh in the repository is a bad idea. Users will edit it and that's likely to confuse them if they want...
@Bilu47 comfyui.sh still contains things that users might edit, like the Python path. What you'll want to do is something like this: ``` # comfyui.sh if [ -f comfyui-user.sh ];...
I tested this out and it seems to work fine. I got about +1it/s improvement on 512x512 images compared to synchronous taesd, which isn't nothing.
@KerfuffleV2 12GB RTX 3060 on Linux (RHEL 9), with pytorch 2.1.0+cu121