WAS
WAS
Most the time, these packages using newer Transformers are just arbitrarily doing so. You can just install WAS-NS last to downgrade transformers. Or install it first and then install other...
https://github.com/WASasquatch/was-node-suite-comfyui/pull/393 Check out this PR guys.
Did, you, like try changing the mode to `single_image`? hehe ``` if mode == 'single_image': image, filename = fl.get_image_by_id(index) if image == None: cstr(f"No valid image was found for the...
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....
Not sure. I didn't have issues with incremented file, and that's exactly what the code does in general with the list: ``` self.load_images(directory_path, pattern) self.image_paths.sort() ``` Which sorts the list...
https://github.com/WASasquatch/was-node-suite-comfyui/pull/393 Refactored BLIP! FYI the reason Art Venture's BLIP works is because it's literally the original BLIP code copy-pasted. It's not transformers based.
I designed it so you can use any model you want that works with transformers. Is the b16 also faster?
https://github.com/WASasquatch/was-node-suite-comfyui/pull/393 Refactored BLIP
BLIP has been refactored https://github.com/WASasquatch/was-node-suite-comfyui/pull/393
Yeah, these nodes aren't batched unfortunately. They are really old, but I have a solution for these coming soon.