ComfyUI_Comfyroll_CustomNodes icon indicating copy to clipboard operation
ComfyUI_Comfyroll_CustomNodes copied to clipboard

Update nodes_graphics_text.py

Open Aramatheus opened this issue 4 months ago • 0 comments

Arch-based CachyOS uses a folder named 'TTF' instead of 'truetype' for TrueType fonts in /usr/share/fonts/. Added if-clause to check if platform.release().lower() contains "cachyos". Tested to work on '6.15.7-3-cachyos'. Without this, ComfyUI was unable to load/import the module.

Aramatheus avatar Jul 26 '25 11:07 Aramatheus