⭐️315
# This is an implementation of DragNUWA for ComfyUI [DragNUWA](https://github.com/ProjectNUWA/DragNUWA): DragNUWA enables users to manipulate backgrounds or objects within images directly, and the model seamlessly translates these actions into camera movements or object motions, generating the corresponding video.
Traceback (most recent call last): File "/Users/weixuan/git/peach-icon/comfyui-fork/nodes.py", line 1899, in load_custom_node module_spec.loader.exec_module(module) File "<frozen importlib._bootstrap_external>", line 994, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/Users/weixuan/git/peach-icon/comfyui-fork/custom_nodes/ComfyUI-DragNUWA/__init__.py", line 1, in <module> from .nodes import NODE_CLASS_MAPPINGS File "/Users/weixuan/git/peach-icon/comfyui-fork/custom_nodes/ComfyUI-DragNUWA/nodes.py", line 11, in <module> from .DragNUWA_net import Net, args File "/Users/weixuan/git/peach-icon/comfyui-fork/custom_nodes/ComfyUI-DragNUWA/DragNUWA_net.py", line 9, in <module> from .dragnuwa.svd.models.autoencoder import AutoencodingEngine File "/Users/weixuan/git/peach-icon/comfyui-fork/custom_nodes/ComfyUI-DragNUWA/dragnuwa/svd/models/autoencoder.py", line 8, in <module> import pytorch_lightning as pl File "/Users/weixuan/git/peach-icon/.venv/lib/python3.12/site-packages/pytorch_lightning/__init__.py", line 6, in <module> from lightning_utilities import module_available File "/Users/weixuan/git/peach-icon/.venv/lib/python3.12/site-packages/lightning_utilities/__init__.py", line 6, in <module> from lightning_utilities.core.apply_func import apply_to_collection File "/Users/weixuan/git/peach-icon/.venv/lib/python3.12/site-packages/lightning_utilities/core/__init__.py", line 4, in <module> from lightning_utilities.core.imports import compare_version, module_available File "/Users/weixuan/git/peach-icon/.venv/lib/python3.12/site-packages/lightning_utilities/core/imports.py", line 14, in <module> import pkg_resources File "/Users/weixuan/git/peach-icon/.venv/lib/python3.12/site-packages/pkg_resources/__init__.py", line 2172, in <module> register_finder(pkgutil.ImpImporter, find_on_path) ^^^^^^^^^^^^^^^^^^^ AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'? Cannot import /Users/weixuan/git/peach-icon/comfyui-fork/custom_nodes/ComfyUI-DragNUWA module for custom nodes: module 'pkgutil' has no attribute 'ImpImporter'
Import time
Install time