WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

seed can't connect to sampler #49

Closed killer8224 closed 1 year ago

killer8224 commented 1 year ago

I tried to connect seed to sampler,but it fails. but int can connect to sampler,may be the seed compoment should return int?

WASasquatch commented 1 year ago

I tried to connect seed to sampler,but it fails. but int can connect to sampler,may be the seed compoment should return int?

Seed only connects to KSampler (WAS) in Nodes -> WAS Suite -> Sampling -> KSampler (WAS)

It's not needed anymore because you can just use a primitive (int) and convert the seed input on regular KSampler to a input. Then the primitive becomes a seed node. Originally you could only input the seed on the node itself, which is why I made the Seed and KSampler (WAS) node.