WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.22k stars 177 forks source link

Fix text load index store and get #412

Closed a-lapkov closed 5 months ago

a-lapkov commented 5 months ago

When using several WAS_Text_Load_Line_From_File at the same time, the index value of the current line is overwritten by each next WAS_Text_Load_Line_From_File. As a result, the index value is always equal to that specified in the parameters.

WASasquatch commented 5 months ago

Thanks for the patch!