adieyal / comfyui-dynamicprompts

ComfyUI custom nodes for Dynamic Prompts
MIT License
187 stars 20 forks source link

Unable to install application comfyui-dynamicprompts, please help! #33

Closed hzeasy closed 7 months ago

hzeasy commented 8 months ago

Hello,anyone willing to help me please review the information provided. I can confirm that the system environment is normal because other applications can start normally, but dynamicprompts cannot be executed.The installation process should be correct. 6dd22df84708f7eef0ed05a116c0441

b3dd324e6f512fa41ff7e7b6dfdf03c 6cf63a918e3a898d90c8aa9175c37cf

【Traceback (most recent call last): File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1735, 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 "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts\nodes\init__.py", line 1, in from .combinatorial import DPCombinatorialGenerator File "G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts\nodes\combinatorial.py", line 3, in from dynamicprompts.enums import SamplingMethod ModuleNotFoundError: No module named 'dynamicprompts'

Cannot import G:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts module for custom nodes: No module named 'dynamicprompts'】 @adieyal

moctw commented 7 months ago

I also encountered such a situation, I found that comfyUI is running the python environment really necessary package caused by installing the corresponding dynamicprompts package to solve, you can try, I hope it can help you.

hzeasy commented 7 months ago

I also encountered such a situation, I found that comfyUI is running the python environment really necessary package caused by installing the corresponding dynamicprompts package to solve, you can try, I hope it can help you.

Thank you, the problem has been solved after reinstalling the node and updating comfyui to the latest version. @moctw

adieyal commented 7 months ago

glad you solved your problem.