WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Issues with the Procedural Rock Texture Generator Example #132

Open pto2k opened 1 year ago

pto2k commented 1 year ago

Thanks for making the examples. like to report some issues I run into with the rock texture examples.

  1. The Image Perlin Noise Filter node seems missing. I replaced them with 'Image Perlin Noise' node. Some parameters are different from the screenshot. There is no 'shape' and 'density' but 'scale' and 'persistence'. Are these just name changes?
  2. After replacing that, got Prompt outputs failed validation Image High Pass Filter: - Required input is missing: images. But that node is connected to the Image Blending Mode. And if the Image High Pass Filter is skipped, the process can run and finish.

RockTexture_00004_

WASasquatch commented 1 year ago

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 more memory efficient. The previous method could fill RAM way to easily at low resolution.