WAS

Results 528 comments of WAS

Your output path in the Save Image node must be bugged, as all that [line of code](https://github.com/WASasquatch/was-node-suite-comfyui/blob/main/WAS_Node_Suite.py#L7355C10-L7355C94) is doing is handling the output path from the node.

Looks like you are trying to access another pythons files, and likely don't have permission from the Comfy environments python executable. You'll need to change permissions

![Screenshot_20241029_111919_GitHub.jpg](https://github.com/user-attachments/assets/64a8acac-8794-44e3-9050-2234cdd0f493) You need to have BlenderNeko's advanced CLIPTextEncode installed.

Must have been a change in what is sent to is changed method. I'll take a look when I can.

This isn't unfortunately isn't a very helpful error. Did you install with Manager? I would suggest looking at conflicts with dependencies.

What is the actual shape of mask? Wonder if that node is yielding non-default shape

ComfyUI doesn't enforce a version of NumPy. So you have a custom node conflicting with WAS-NS which requires 2.1 or less, as the error suggests. This isn't a torch issue.

The install will probably need add ComfyUI base to sys paths in order to import it's folder management module. Will take a look as soon as I am home.

Yeah I believe all that's needed is to add to sys path, just backup two directories since we don't know users system: `sys.path.append('../../')` added before the import https://github.com/TemryL/ComfyUI-IDM-VTON/blob/main/install.py#L5 I can...

I believe there was a PR that changed some of the functionality to make it more random with seed, and may not have been tested well. I apologize for that,...