lilly1987 / ComfyUI_node_Lilly

50 stars 7 forks source link

Latest update breaks Node Loading #10

Open Piscabo opened 11 months ago

Piscabo commented 11 months ago

UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-57: character maps to You may need to add PYTHONIOENCODING=utf-8 to your environment

Cannot import A:\AI_Files\ComfyUI\custom_nodes\ComfyUI_node_Lilly module for custom nodes: 'charmap' codec can't encode characters in position 0-57: character maps to You may need to add PYTHONIOENCODING=utf-8 to your environment image

I did try to set the environment, also not working. "set PYTHONUTF8=1"

Piscabo commented 11 months ago

image

Is anyone looking at this?

name : ComfyUI_node_Lilly file : A:\AI_Files\ComfyUI\custom_nodes\ComfyUI_node_Lilly__init.py os.path.basename(file) : init.py os.path.splitext(os.path.basename(file))[0] : init working directory : A:\AI_Files\ComfyUI Traceback (most recent call last): File "A:\AI_Files\ComfyUI\nodes.py", line 1647, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "A:\AI_Files\ComfyUI\custom_nodes\ComfyUI_node_Lilly__init__.py", line 87, in console.rule(f" init start ", style="bold green") File "A:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\rich\console.py", line 1579, in rule self.print(rule) File "A:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\rich\console.py", line 1672, in print with self: File "A:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\rich\console.py", line 864, in exit__ self._exit_buffer() File "A:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\rich\console.py", line 822, in _exit_buffer self._check_buffer() File "A:\AI_Files\stable-diffusion-webui\venv\lib\site-packages\rich\console.py", line 2038, in _check_buffer write(text) File "A:\AI_Files\ComfyUI\custom_nodes\ComfyUI-Manager\prestartup_script.py", line 22, in write self.file.write(message) File "C:\Program Files\Python310\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 0-57: character maps to You may need to add PYTHONIOENCODING=utf-8 to your environment

Cannot import A:\AI_Files\ComfyUI\custom_nodes\ComfyUI_node_Lilly module for custom nodes: 'charmap' codec can't encode characters in position 0-57: character maps to You may need to add PYTHONIOENCODING=utf-8 to your environment Using pytorch cross attention

Ferniclestix commented 11 months ago

I bypassed this glitch and node won't work correctly so imma uninstall.

Piscabo commented 11 months ago

Yeah me too... NO support. Was trying to make use of it but this is too frustrating!

lilly1987 commented 11 months ago

ComfyUI에게 물어봐야 할 것 같습니다. 아마도 그것을 해결하는 방법. 재현할 방법을 몰라서 검증이 안됨.

I guess I'll have to ask ComfyUI. maybe a way to solve it. I can't verify it because I don't know how to reproduce it.

ComfyUI_windows_portable\run_nvidia_gpu.bat edit
first line input 'chcp 65001'

2023-08-18 10 14 22