FizzleDorf / ComfyUI_FizzNodes

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

Fixed critical issues in BatchFuncs.py #57

Closed Paero closed 10 months ago

Paero commented 10 months ago

Fixed issue with incorrect prompt weight string replacement in 'prepare_batch_prompt' function. Fixed issue in 'BatchInterpolatePromptsSDXL' function in call to prepare_batch_prompt, where current frame number was missing in the argument list. Fixed error in the console print for loop condition.