FizzleDorf / ComfyUI_FizzNodes

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

dtype: float64 has forbidden control characters. #65

Closed Emersonksc closed 7 months ago

Emersonksc commented 7 months ago

`Error occurred when executing BatchPromptScheduleLatentInput:

Expression 0 1.25 1 1.25 2 1.25 3 1.25 4 1.24 5 1.24 6 1.24 7 1.24 8 1.24 9 1.24 10 1.24 11 1.24 12 1.24 13 1.24 14 1.24 15 1.24 16 1.24 17 1.24 18 1.24 19 1.24 20 1.24 21 1.25 22 1.25 23 1.25 24 1.25 25 1.25 26 1.25 27 1.25 28 1.25 29 1.25 30 1.25 31 1.25 dtype: float64 has forbidden control characters.`

I use the latest commit , but still show the error. It should have been fixed in the commit. I don't why it is here again. Here is the last issue on this error #60

FizzleDorf commented 7 months ago

I pushed a fix in e35f094

FizzleDorf commented 7 months ago

apologies, the fix is here but I believe there is an issue with the value schedule not interpolating the values correctly. I'll be looking into it tonight