You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obviously no wildcards in this freshly created directory
The plugin should be reading the wildcards from /path/to/custom/directory/custom_nodes/comfyui-dynamicprompts/wildcards
This then introduces errors during loading because comfyui tries to load the plugin from base_dir/custom_nodes
Traceback (most recent call last):
File "/home/ryan/git/comfyui/nodes.py", line 1906, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/home/ryan/git/comfyui/custom_nodes/comfyui-dynamicprompts/__init__.py'
The text was updated successfully, but these errors were encountered:
Reproduce:
extra_model_paths.yaml
file in comfyui base directory (EG:/home/foo/ComfyUI
)custom_nodes
directory inother_ui
config in/home/foo/ComfyUI/extra_model_paths.yaml
custom_nodes
directorygit clone https://github.com/adieyal/comfyui-dynamicprompts /path/to/custom/directory/custom_nodes/comfyui-dynamicprompts
/path/to/custom/directory/custom_nodes/comfyui-dynamicprompts/wildcards
/home/foo/ComfyUIc/ustom_nodes/comfyui-dynamicprompts/wildcards
The plugin should be reading the wildcards from
/path/to/custom/directory/custom_nodes/comfyui-dynamicprompts/wildcards
This then introduces errors during loading because comfyui tries to load the plugin from
base_dir/custom_nodes
The text was updated successfully, but these errors were encountered: