mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.37
This commit is contained in:
@@ -24,6 +24,7 @@ class RandomModelClipVae:
|
||||
|
||||
RETURN_TYPES = ("MODEL", "CLIP", "VAE")
|
||||
FUNCTION = "random_select"
|
||||
CATEGORY = "Bjornulf"
|
||||
|
||||
def random_select(self, number_of_inputs, **kwargs):
|
||||
random.seed(kwargs.get('seed', 0))
|
||||
|
||||
Reference in New Issue
Block a user