WAS
WAS
I am not sure what this is about. I'll have to look at Comfy docs, or code. It is strange since we are just outputting some primitive numbers.
Math domain error occurs because you are doing an operation outside the domain of the operation potentially, like negative numbers or 0. What are your values and how are you...
Math domain error occurs because you are doing an operation outside the domain of the operation potentially, like negative numbers or 0. What are your values and how are you...
> > 发生数学域错误是因为您可能在运算域之外执行运算,例如负数或 0。您的值是什么以及如何使用它? >  > [package.json](https://github.com/user-attachments/files/17064124/package.json) > > Thank you for your help! Looking forward to your reply > 黑色电平高于中间电平 Black level is higher than the...
No idea what that is. Are you running on a service? The save node just uses PIL save feature, which can't upload anywhere. It can only save local. So I...
There was logic nodes that I made these to compliment originally. But you just need to send a 0/1 to reset it, where 0 is not resetting and 1 is...
Patch for that here: https://github.com/WASasquatch/was-node-suite-comfyui/commit/2d4ed825faab9ade15529d20b0e5d1adcff6b4ad Looks like I didn't fully implement ability to not have it run every workflow run.
These are written ages before anyodel preview images, additionally that is likely JavaScript that only targets specific nodes in vanilla ComfyUI or custom node it's from.
ComfyUI_Pilgram is probably a conflict. My suite uses pilgram package and that custom_node may be overriding it in the namespace, not sure. But all it's doing is importing pilgram, so...
> I solved this like this in 2025. > > in powershell > > 1. activate venv > > 2. `cd /custom-nodes/was-node-suite/` > > 3. `set SETUPTOOLS_USE_DISTUTILS=stdlib` - this installation...