Closed atmaranto closed 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.
interpolate_prompt_series
BatchFuncs.py
pre_text
app_text
BatchStringSchedule
I fixed the issue in f36cfef
Because the
interpolate_prompt_series
function inBatchFuncs.py
ignores thepre_text
andapp_text
arguments, they are never used for theBatchStringSchedule
node. As a result, the node will ignore these values when specified in the UI.