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

[Bug] !!! Exception during processing!!! #1082

Open
hashmap521 opened this issue Aug 13, 2024 · 2 comments
Open

[Bug] !!! Exception during processing!!! #1082

hashmap521 opened this issue Aug 13, 2024 · 2 comments
Labels
Request-bug Something isn't working

Comments

@hashmap521
Copy link

Your current environment information

Cache lookup: Key='ef4e9fbc-bdd2-44ab-8e14-5e966ad3ca11', Cached Model Type='<class 'comfy.model_base.BaseModel'>'
Cache lookup: Key='5645c6f1-d0a3-4566-b071-7da1bd597e1d', Cached Model Type='<class 'NoneType'>'
!!! Exception during processing!!!
Traceback (most recent call last):
File "/home/qrcode/comfyui/ComfyUI/execution.py", line 152, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/home/qrcode/comfyui/ComfyUI/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/home/qrcode/comfyui/ComfyUI/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/home/qrcode/comfyui/comfyui-env/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/_nodes.py", line 253, in onediff_load_checkpoint
vae = self.speedup(
File "/home/qrcode/comfyui/comfyui-env/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 116, in decorate_context
return func(*args, **kwargs)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/_nodes.py", line 80, in speedup
return (booster(model, *args, **kwargs),)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/modules/booster_scheduler.py", line 61, in call
return self.compile(model=model, ckpt_name=ckpt_name, **kwargs)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/modules/booster_scheduler.py", line 24, in wrapper
self.cache_service.put(cached_model_key, cached_model)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/modules/booster_cache.py", line 74, in put
cached_model = get_cached_model(model)
File "/usr/lib/python3.10/functools.py", line 889, in wrapper
return dispatch(args[0].class)(*args, **kw)
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/modules/booster_cache.py", line 60, in _
if is_using_oneflow_backend(model):
File "/home/qrcode/comfyui/ComfyUI/custom_nodes/onediff_comfy_nodes/modules/oneflow/utils/booster_utils.py", line 88, in is_using_oneflow_backend
raise RuntimeError("")
RuntimeError

🐛 Describe the bug

WechatIMG428

@hashmap521 hashmap521 added the Request-bug Something isn't working label Aug 13, 2024
@rfan-debug
Copy link

We're running into the same bug with the newest commit of comfy UI node: e771359. Is there any solution for it?

@chenjinxuan
Copy link

I have also encountered the same problem, have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Request-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants