ComfyUI-ArtGallery icon indicating copy to clipboard operation
ComfyUI-ArtGallery copied to clipboard

Cant install it correctly

Open Tobe2d opened this issue 1 year ago • 7 comments

I cant find those to install missing nodes:

image

Any guide on this?

Tobe2d avatar Jan 20 '24 12:01 Tobe2d

This would not install on my comfyUI even to that point. Installation failed and it wreaked my comfyUI pevn - whatever happened it lost the pytorch cuda association so I had to restore from backup. One of the requirements has dependencies that conflict with something else I'm using. Looks cool, but I'm giving up for now.

EricRollei avatar Jan 23 '24 22:01 EricRollei

neither in the manager with git url or in install custom-missing way. Also not with git clone way

cerarslan avatar Jan 24 '24 17:01 cerarslan

yes not working at all, no matter what solution I try

navarisun1982 avatar Jan 25 '24 08:01 navarisun1982

I don't think the developer is receiving notifications to see the issues.

Tobe2d avatar Jan 25 '24 09:01 Tobe2d

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

mskiller avatar Feb 06 '24 08:02 mskiller

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 ;)

mskiller avatar Feb 06 '24 08:02 mskiller

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 "fix" seemed to work once but immediately reverted back to the broken custom node. Is there a fix for this? Would love to try this out.

freshlesh3 avatar May 27 '24 22:05 freshlesh3