mskiller

Results 5 comments of mskiller

did you have this issue as well ? Cannot import ComfyUI-ArtGallery module for custom nodes: 'charmap' codec can't encode characters in position 8036-8044: character maps to

I think I fix it: line 152 of __init__.py 👍 I put with open(file_path, 'w', encoding="utf-8") as file: adding ", encoding="utf-8" after "w" seems to have fix it ;)

this issue come from ComfyUI-Universal-Styler, uninstall it you should be fine.

Well you can already use it using controllnet.

I commented out the line 29 of stage_latent_detailer.py , it let searge loads as module, and I could get back my workflow running. but not sure it will not run...