"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "9ad5c6b2bd483f62eefe0c7d61bda2404ab0c642"
Unverified Commit f2bae746 authored by FizzleDorf's avatar FizzleDorf Committed by GitHub
Browse files

changed default of LatentBatchSeedBehavior to fixed

parent 4c54c2ec
......@@ -126,7 +126,7 @@ class LatentBatchSeedBehavior:
@classmethod
def INPUT_TYPES(s):
return {"required": { "samples": ("LATENT",),
"seed_behavior": (["random", "fixed"],),}}
"seed_behavior": (["random", "fixed"],{"default": "fixed"}),}}
RETURN_TYPES = ("LATENT",)
FUNCTION = "op"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment