FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
370 stars 56 forks source link

When I input 50 for "start_frame", it does not start from the prompt of frame 50, but instead starts from the prompt of frame 0. #95

Closed 957057 closed 2 weeks ago

957057 commented 3 months ago

QQ截图20240521095556 When I input 50 for "start_frame", it does not start from the prompt of frame 50, but instead starts from the prompt of frame 0.

chris-arsenault commented 2 weeks ago

start and end only seem to control the prompt regexing (possible bug?). I found adding a settings param here: https://github.com/FizzleDorf/ComfyUI_FizzNodes/blob/main/BatchFuncs.py#L316 and then changing the loops on lns: 321 and 325 to look at start/end to work for me

FizzleDorf commented 2 weeks ago

I added this to the latest commit da49dd3