kijai / ComfyUI-Florence2

Inference Microsoft Florence2 VLM
MIT License
768 stars 51 forks source link

Fix for `Seed must be between 0 and 2**32 - 1` when using seed / int generator node #50

Closed masslevel closed 3 months ago

masslevel commented 3 months ago

This implements a seed function and fix for the error Seed must be between 0 and 2**32 - 1 when using a seed or int generator on the seed widget of the Florence2Run node.

kijai commented 3 months ago

Hmm okay, yeah didn't take that into account, thanks!

PrometheusDante commented 3 months ago

Seems like I can get rid of my %4294967296 approach... :D