Suzie1 / ComfyUI_Comfyroll_CustomNodes

Custom nodes for SDXL and SD1.5 including Multi-ControlNet, LoRA, Aspect Ratio, Process Switches, and many more nodes.
https://civitai.com/models/183551/comfyui-comfyroll-custom-nodes
502 stars 68 forks source link

(IMPORT FAILED) #169

Closed Nico53425342 closed 1 month ago

Nico53425342 commented 1 month ago

D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\nodes\nodes_list.py:383: SyntaxWarning: invalid escape sequence '\W' "optional": {"folder_path": ("STRING", {"default": "C:\Windows\Fonts", "multiline": False}), D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\nodes\nodes_list.py:393: SyntaxWarning: invalid escape sequence '\W' def make_list(self, source_folder, start_index, max_rows, folder_path="C:\Windows\Fonts"): Comfyroll Studio: Failed to load Essential nodes Comfyroll Studio: Failed to load Graphics nodes Traceback (most recent call last): File "D:\Desktop\Comfy-UI+EX\ComfyUI\nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes__init__.py", line 21, in from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\node_mappings.py", line 87, in "CR Image Size": CR_ImageSize, ^^^^^^^^^^^^ NameError: name 'CR_ImageSize' is not defined. Did you mean: 'CR_ImageList'?

Cannot import D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageSize' is not defined Traceback (most recent call last): File "D:\Desktop\Comfy-UI+EX\ComfyUI\nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "D:\Desktop\Comfy-UI+EX\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes__init__.py", line 1, in from .ttNpy.tinyterraNodes import TTN_VERSIONS

I-kk-a commented 1 month ago

Comfyroll Studio: Failed to load Graphics nodes Traceback (most recent call last): File "C:\StableDiffusion\ComfyUI\nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "C:\StableDiffusion\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes__init__.py", line 21, in from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "C:\StableDiffusion\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes\node_mappings.py", line 87, in "CR Image Size": CR_ImageSize, ^^^^^^^^^^^^ NameError: name 'CR_ImageSize' is not defined

Cannot import C:\StableDiffusion\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageSize' is not defined

OuticNZ commented 1 month ago

This was due to a ComfyUI update. ComfyUI has since been updated to maintain backward compatibility for some custom nodes - https://github.com/comfyanonymous/ComfyUI/commit/16a493a19042227baadd939fc095305716ae58db

Update ComfyUI and it's resolved for now

Nico53425342 commented 1 month ago

no more problem, thx for you help