-
Notifications
You must be signed in to change notification settings - Fork 118
Description
My path is E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI
The program instead reads from 'E:\OpenAi\newcf\ComfyUI-aki-v1'
Could you please tell me where the issue lies that is affecting the path name?
got prompt
Loading weights to: cpu
Diffusion using fp16
Using XFORMERS
!!! Exception during processing !!! No module named 'E:\OpenAi\newcf\ComfyUI-aki-v1'
Traceback (most recent call last):
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-supir\sgm\util.py", line 187, in get_obj_from_str
obj = getattr(importlib.import_module(module, package=os.path.basename(os.path.dirname(os.path.dirname(os.path.abspath(file))))), cls)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'comfyui-supir'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 361, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 236, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 208, in map_node_over_list
process_inputs(input_dict, i)
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 197, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-supir\nodes_v2.py", line 899, in process
self.model = instantiate_from_config(config.model).cpu()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-supir\sgm\util.py", line 175, in instantiate_from_config
return get_obj_from_str(config["target"])(**config.get("params", dict()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\comfyui-supir\sgm\util.py", line 189, in get_obj_from_str
obj = getattr(importlib.import_module(module, package=os.path.dirname(os.path.dirname(os.path.abspath( file )))), cls)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\OpenAi\newcf\ComfyUI-aki-v1.6\python\Lib\importlib_init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1126, in _find_and_load_unlocked
File "", line 241, in _call_with_frames_removed
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'E:\OpenAi\newcf\ComfyUI-aki-v1'