-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Description
Optional inputs don't seem to be working?
I have me inputs like so
return {"required":
{"model": ("MODEL",),
"seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff}),
"steps": ("INT", {"default": 20, "min": 1, "max": 10000}),
"cfg": ("FLOAT", {"default": 8.0, "min": 0.0, "max": 100.0}),
"sampler_name": (comfy.samplers.KSampler.SAMPLERS, ),
"scheduler": (comfy.samplers.KSampler.SCHEDULERS, ),
"positive": ("CONDITIONING", ),
"negative": ("CONDITIONING", ),
"latent_image": ("LATENT", ),
"denoise": ("FLOAT", {"default": 1.0, "min": 0.0, "max": 1.0, "step": 0.01}),
},
"optional":
{"seed_override": ("SEED",),}
}but no seed_override input shows, can they only be required?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels