Nourepide / ComfyUI-Allor

ComfyUI plugin for image processing and work with alpha chanel.
MIT License
211 stars 26 forks source link

ImageTextOutlined only shows list of Ubuntu fonts on Windows #24

Open Alan-Baylis opened 9 months ago

Alan-Baylis commented 9 months ago

In Windows 11 I am setting up my workflow as you described. I have downloaded and added the two named fonts to my system and also placed them in the comfy_extras/fonts folder.

I have changed the settings in the config.json file to the following: "fonts": { "folder_path": "comfy_extras/fonts", "system_fonts": true, "user_fonts": false }

Yet when I load the workflow the ImageTextOutlined nodes are red and when I click on the font dropdown list all I can select are ubuntu fonts like Ubuntu-Bold.ttf.

I don't have these fonts installed on Windows.

Can you tell me why the nodes are not finding the system fonts or the ones copied to comfy_extraas/fonts?

Thank you!