Closed masslevel closed 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.
Seed must be between 0 and 2**32 - 1
Hmm okay, yeah didn't take that into account, thanks!
Seems like I can get rid of my %4294967296 approach... :D
%4294967296
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.