ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

Fixed path compatibility for linux/macOS in LoadTextList node (replaced hardcoded windows strings)

Open coolhaircut opened this issue 5 months ago • 0 comments

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.

coolhaircut avatar Jul 04 '25 09:07 coolhaircut