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

No module named 'custom_nodes.ComfyUI-DragNUWA' #14

Open
magicwang1111 opened this issue Jan 22, 2024 · 0 comments
Open

No module named 'custom_nodes.ComfyUI-DragNUWA' #14

magicwang1111 opened this issue Jan 22, 2024 · 0 comments

Comments

@magicwang1111
Copy link

Error occurred when executing Load CheckPoint DragNUWA:

No module named 'custom_nodes.ComfyUI-DragNUWA'

File "/mnt/data/wangxi/Comfyui/execution.py", line 154, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/mnt/data/wangxi/Comfyui/execution.py", line 84, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/mnt/data/wangxi/Comfyui/execution.py", line 77, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/nodes.py", line 338, in load_dragnuwa
DragNUWA_net = Drag("cuda:0", ckpt_path, f'{comfy_path}/custom_nodes/ComfyUI-DragNUWA/DragNUWA_net.py', height, width, model_length)
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/nodes.py", line 111, in init
drag_nuwa_net = Net(args)
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/DragNUWA_net.py", line 246, in init
self.denoiser = Denoiser(**args.denoiser_config)
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/dragnuwa/svd/modules/diffusionmodules/denoiser.py", line 15, in init
self.scaling: DenoiserScaling = instantiate_from_config(scaling_config)
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/dragnuwa/svd/util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
File "/mnt/data/wangxi/Comfyui/custom_nodes/ComfyUI-DragNUWA-main/dragnuwa/svd/util.py", line 186, in get_obj_from_str
return getattr(importlib.import_module(module, package=None), cls)
File "/home/wangxi/miniconda3/envs/comfyui/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 992, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1004, in _find_and_load_unlocked

image

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

1 participant