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
got prompt
!!! Exception during processing !!! No module named 'scepter.studio'
Traceback (most recent call last):
File "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 327, 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 "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 202, 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 "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\ComfyUI-Scepter\model_node.py", line 72, in execute
self.init_infer(model, cfg)
File "C:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\ComfyUI-Scepter\model_node.py", line 120, in init_infer
from scepter.modules.inference.diffusion_inference import DiffusionInference
File "C:\ComfyUI-aki-v1.6\python\Lib\site-packages\scepter\modules\inference\diffusion_inference.py", line 18, in
from scepter.studio.utils.env import get_available_memory
ModuleNotFoundError: No module named 'scepter.studio'
Prompt executed in 0.05 seconds
The text was updated successfully, but these errors were encountered:
got prompt
!!! Exception during processing !!! No module named 'scepter.studio'
Traceback (most recent call last):
File "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 327, 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 "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 202, 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 "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 174, in _map_node_over_list
process_inputs(input_dict, i)
File "C:\ComfyUI-aki-v1.6\ComfyUI\execution.py", line 163, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\ComfyUI-Scepter\model_node.py", line 72, in execute
self.init_infer(model, cfg)
File "C:\ComfyUI-aki-v1.6\ComfyUI\custom_nodes\ComfyUI-Scepter\model_node.py", line 120, in init_infer
from scepter.modules.inference.diffusion_inference import DiffusionInference
File "C:\ComfyUI-aki-v1.6\python\Lib\site-packages\scepter\modules\inference\diffusion_inference.py", line 18, in
from scepter.studio.utils.env import get_available_memory
ModuleNotFoundError: No module named 'scepter.studio'
Prompt executed in 0.05 seconds
The text was updated successfully, but these errors were encountered: