-
Notifications
You must be signed in to change notification settings - Fork 106
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
[minor-fix] Update booster_cache.py to import utility #1036
Conversation
2024-08-04 03:17:20,713- root:181- ERROR- Traceback (most recent call last): |
how do i resolve it |
Please check onediff_comfy_nodes/modules/booster_cache.py#L8 to see if there is
If not, please update onediff to get the latest onediff_comfy_nodes |
I encountered an issue in ComfyUI where there is an import statement in the file. |
Error occurred when executing OneDiffCheckpointLoaderSimple: name 'is_disable_oneflow_backend' is not defined File "/home/qrcode/comfyui/ComfyUI/execution.py", line 152, in recursive_execute from collections import OrderedDict import torch |
NameError: name 'is_oneflow_available' is not defined