FizzleDorf / ComfyUI_FizzNodes

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

`pre_text` and `app_text` ignored entirely in `BatchStringSchedule` #71

Closed atmaranto closed 5 months ago

atmaranto commented 6 months ago

Because the interpolate_prompt_series function in BatchFuncs.py ignores the pre_text and app_text arguments, they are never used for the BatchStringSchedule node. As a result, the node will ignore these values when specified in the UI.

image

FizzleDorf commented 5 months ago

I fixed the issue in f36cfef