WAS

Results 528 comments of WAS

> @tuxfamily I think I got it working, the problem I believe was the inference code itself. It works, but needs lot of postprocessing. Here's what worked for me: >...

Replace the high pass filter, it now supposed "Images" rather then a single image. So it can do batches of tensors. Noise filters were revamped and expanded upon to be...

The High Pass Filter node needs to be deleted, and recreated. Maybe others now, it's been awhile. This would load correct JSON and references. There is also a right-click Fix...

https://github.com/WASasquatch/was-node-suite-comfyui/commit/43039ea455fc4a4f99f38048273f72a75a0523c0

You must be having conflict with another custom node, or another custom node modifying WAS-NS, as nothing has changed with the code, as you can see, and I cannot reproduce...

> Ever since the workflow-breaking update to the Image Save node, it saves very slowly. No matter which options or image formats I choose, it takes about 6-7 seconds to...

It's likely cause the upscale model is fixed increments and we size down the image from 2x, 4x etc, but the calculation is done by multiples of 8 from memory....

Recreate your node. It's a breaking change to add batch support and other features. Though I suppose I didn't have to add the "s" to images, but maybe it wouldn't...

The reason search and replace are force running is cause they use text tokens, which if changed, wouldn't reflect in outputs here unless something changed on it and force re-ran.

Oh interesting, that PR did work when added ages ago. Looks like it's just a slice of what the image should be. This was a PR addition from someone else...