WAS

Results 397 comments of WAS

Can you check your browser console log for script errors with the front end? Maybe there is something there I can pass along to comfy. On Fri, Oct 27, 2023,...

You are driving to save to another drive when comfy locks down the directory to ensure it's same drive and root path to output for On Mon, Jan 8, 2024,...

It may be the symlinks, as I have my output directory on D, while portable is on C drive. On Mon, Jan 8, 2024, 11:02 AM alexbofa ***@***.***> wrote: >...

Remove the pinned version from requirements. I don't even remember what needed numpy so low. Probably blip which needs old transformers. But you should be fine unless you run into...

Naturally, when something like WAS-NS needs to downgrade dependencies, you install it last. If you upgrade other plugins, they run their requirements, and upgrade deps. So the lower versions, like...

Are you using the BLIP Model Loader? I think I forgot to append the repo path. https://github.com/WASasquatch/was-node-suite-comfyui/commit/573464e4ff27b88a0a48f7a5d977b47672d01c97

I am not familiar with tokenizers install or TOML installations, I may not be of much help but I will look into it as soon as possible. On Tue, Sep...

Probably a fair bet you should not have two nodes trying to import the same namespaces if you don't want conflicts. For example, that Comfy Clip Blip says you need...

Does the repo even exist under was-node-suite-comfyui/repos/BLIP? All it's doing is appending the path and importing as normal. So any issue with would be confliction or just not there. On...

> Is it related to this [issue](https://github.com/paulo-coronado/comfy_clip_blip_node/pull/3)? No, that's just a PR to change things, which would likely also break BLIP because BLIP must be imported relative, as it itself...