WAS

Results 397 comments of WAS

Alright so BLIP is now a shipped module of WAS-NS. It doesn't need to download the repo or use it with sys.path.append

If the workflow isn't loading there is an issue, yes. But what I couldn't say without an error log.

Thanks for the error. I'll take a look, but very strange you would have a syntax error. Did you edit WAS-NS? A syntax error would be erroring everyone out including...

So this is because `match` statement is for Python 3.10 and higher. I have patched this code so it should run on older versions now.

Have you tested the latest patch to see if it's working on your ubuntu dist? If there are further compatibility issues please let me know and I was rectify them.

What is the full error in the console? `.startswith` isn't even use in the block where that error originates so that is confusing. Nor is metadata ever passed to anything...

https://github.com/WASasquatch/was-node-suite-comfyui/commit/802acadd8a2abc120c7623c2e8fb2afb7b536e6c If you have https://github.com/Kaharos94/ComfyUI-Saveaswebp you can load from webp workflow now. ![SaveWebp](https://github.com/WASasquatch/was-node-suite-comfyui/assets/1151589/275d1950-b656-4446-b001-0e5ad2d91125)

Well that's a webp file I am demonstrating, so yes, it's saving a webp WAS-NS currently is exclusively backend, so to import the webp it saves you need that custom...

It still doesn't have batch support, though.

There must be an error in your console telling you why WAS-NS didn't import. Without that I am not sure. Something is preventing the nodes from importing. It's likely not...