was-node-suite-comfyui icon indicating copy to clipboard operation
was-node-suite-comfyui copied to clipboard

Random mode on Load Image Batch keeps choosing the same images

Open Tromazing opened this issue 1 year ago • 3 comments

I've set up a Load Image Batch node to select from a few hundred different images in several subfolders, using the "*/**" pattern and Random mode. But around 8 out of 10 that come up are the same few on rotation. What could be causing this and is there a way around it?

Tromazing avatar Apr 09 '24 14:04 Tromazing

random is incredibly un-random, is really the issue likely. In ComfyUI you'll notice if you select from a range of numbers you get the same repeated vales all the time. The best way around that is simply a better random number generator.

I can't see anything wrong with the code. It simply grabs a random number between 0 and the number of images detected, and selects a random index.

WAS-PlaiLabs avatar May 02 '24 00:05 WAS-PlaiLabs