Closed Malu05 closed 7 months ago
Hey, great implementation...
One thing i noticed, as there is no path substitution in nodes.py under create_load_images_and_save() could fail for custom paths. added a little sequence_dir = sequence_dir.replace("\","/") at line 107 to fix it
hi. https://github.com/vinavfx/nuke_comfyui/commit/a966b371bb79d210d93eb798adabc56a01e39901
https://github.com/vinavfx/nuke_comfyui/commit/a966b371bb79d210d93eb798adabc56a01e39901
Hey, great implementation...
One thing i noticed, as there is no path substitution in nodes.py under create_load_images_and_save() could fail for custom paths. added a little sequence_dir = sequence_dir.replace("\","/") at line 107 to fix it