mgfxer / ComfyUI-FrameFX

21 stars 4 forks source link

Dynamic Animated Weights - Seed #4

Open AtomicPerception opened 1 month ago

AtomicPerception commented 1 month ago

I noticed I can't convert the slider seed on the Dynamic Animated Weights node into an input.

If we make it an INT, this is possible.

I suggest altering the input type to look like this... "random_seed": ("INT", {"default": 0, "min": -10000.0, "max": 10000.0, "step": 1, "display": "number"}),

mgfxer commented 1 month ago

You're right about this, consider it on the to-do list for updates.

brayevalerien commented 1 month ago

I recommend using the following definition instead, which is more conventional.

"random_seed": ("INT", {"default": 0, "min": 0, "max": 0xffffffffffffffff, "step": 1})