FizzleDorf / ComfyUI_FizzNodes

Custom Nodes for Comfyui
MIT License
399 stars 60 forks source link

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

Closed atmaranto closed 8 months ago

atmaranto commented 8 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 8 months ago

I fixed the issue in f36cfef