FizzleDorf / ComfyUI_FizzNodes

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

Fixed critical issues in BatchFuncs.py #57

Closed Paero closed 8 months ago

Paero commented 8 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.