filtered
filtered
Found cause: https://github.com/Comfy-Org/ComfyUI_frontend/blob/main/src/scripts/app.ts#L585-L630 nuking this removes the "need to hold down control-c" part of the copy / paste bug. Needs further work.
Hi there, can you please copy & paste the error report? You can see the very top of the report in the screenshot.
Will check on that! My leaning atm is to use.. well, an example as an example. It should be included in the extension example / skeleton. I agree we should...
Have you reported this to the GGUF node author? That'd be the best place to start.
Sounds like it would be good to have! I have a suspicion that this may end up primarily as a sidebar or the like, rather than directly on a node.
I'm unable to reproduce this issue. Would you be able to check if this issue still occurs with custom nodes disabled? You can test this by simply starting ComfyUI with...
Hi there, assuming you are on Windows, the Desktop app itself will always install to `%APPDATA%`. That said, the best way to free up space would be to move models...
KSampler The size of tensor a (48) must match the size of tensor b (16) at non-singleton dimension 1
Hi there, could you please upload the workflow you're having issues with? This error typically indicates incompatible models (or parameters) being used.
I agree we should not add unique individual types for every combination of low-level operation. Some nodes should just "adapt" to what they're given (when practical). **Reasoning** Too many nodes...
> And using a cast my node set can do that as well: >  This includes the exact thing I do not want; nodes for primitive type conversion. I...