Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'scepter.studio' #93

Open
qseen opened this issue Mar 1, 2025 · 1 comment
Open

No module named 'scepter.studio' #93

qseen opened this issue Mar 1, 2025 · 1 comment

Comments

@qseen
Copy link

qseen commented Mar 1, 2025

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

@yaosheng216
Copy link
Contributor

Please upgrade the scepter version or make sure you have the latest version installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants