Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install it correctly #3

Open
Tobe2d opened this issue Jan 20, 2024 · 7 comments
Open

Cant install it correctly #3

Tobe2d opened this issue Jan 20, 2024 · 7 comments

Comments

@Tobe2d
Copy link

Tobe2d commented Jan 20, 2024

I cant find those to install missing nodes:

image

Any guide on this?

@EricRollei
Copy link

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.

@cerarslan
Copy link

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

@navarisun1982
Copy link

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

@Tobe2d
Copy link
Author

Tobe2d commented Jan 25, 2024

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

@mskiller
Copy link

mskiller commented Feb 6, 2024

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
Copy link

mskiller commented Feb 6, 2024

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

@freshlesh3
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants