-
-
Notifications
You must be signed in to change notification settings - Fork 48
Initialize failed with lastest code 267379d #134
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
Comments
same problem |
ditto ImportError: cannot import name 'save_combo_settings' from 'ComfyUI-IF_AI_tools.utils' (F:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\utils.py) Cannot import F:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: cannot import name 'save_combo_settings' from 'ComfyUI-IF_AI_tools.utils' (F:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\utils.py) |
So, it's not just me... |
same error |
Same here I am sorry :( |
same error...is there a solution? all happened after updating the Comfyui-if-ai_tools to the latest version.... the new file also doesnt work: 267379d only get the node working by removing those three last save/load/create items from IFImagePromptNode.py... but is ther a good fix that can use those items?? |
adding the following code to the end of utils.py fixed it for me.
|
Yes many thanks, adding these defs at least makes the node load correctly! |
I take this mod is dead, always busted |
I don't think so. The author is active and has an active Youtube channel but likely busy with other projects as he hasn't touched this in 2 weeks. |
Cannot import /home/aigc/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools module for custom nodes: cannot import name 'save_combo_settings' from 'ComfyUI-IF_AI_tools.utils' (/home/aigc/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools/utils.py)
267379d
The text was updated successfully, but these errors were encountered: