ComfyUI_Comfyroll_CustomNodes
ComfyUI_Comfyroll_CustomNodes copied to clipboard
Fixed path compatibility for linux/macOS in LoadTextList node (replaced hardcoded windows strings)
Replaced hardcoded windows directory/extension separators with OS independent os.path.sep and os.path.extsep variables.
This fixes the LoadTextList CR node on linux/macOS.