Closed Giresharu closed 1 month ago
Oh, I understand now. Don't update to the main branch; need to specify the branch to v1.1.0 instead. So the installation failure in ComfyUI Manager might be due to this reason as well.
No, v1.1.0 is very outdated. You just need to update ComfyUI.
No, v1.1.0 is very outdated. You just need to update ComfyUI.
Sorry, although I switched to the v1.1.0 branch of ComfyUI-Advanced-ControlNet and resolved the issue, I still don’t quite understand what you mean.
I confirmed in the official Comfyui release that the latest version of Comfyui is v0.2.2, which is what I am using, and I have pulled to ensure there is no newer version available.
As for the latest version of ComfyUI-Advanced-ControlNet, I am unsure whether the main branch is a version under development or the latest version?
In any case, cloning the main branch directly will result in the issues mentioned above, so I decided to revert to the v1.1.0 branch. Could it be that normally the main branch is supposed to be the latest usable branch?
StrengthType is a variable defined in ComfyUI that I am referencing, it is not something I defined myself. Since you get an error about it, it means your ComfyUI version is outdated (likely by at least a month or two).
Link to the exact line of code in current ComfyUI where this is defined: https://github.com/comfyanonymous/ComfyUI/blob/master/comfy/controlnet.py#L58
StrengthType is a variable defined in ComfyUI that I am referencing, it is not something I defined myself. Since you get an error about it, it means your ComfyUI version is outdated (likely by at least a month or two).
Link to the exact line of code in current ComfyUI where this is defined: comfyanonymous/ComfyUI@
master
/comfy/controlnet.py#L58
Thank you! It seems just as you said, my comfyui was missing the StrengthType type. I searched in my local files and found that it was not there, which made me realize that the cloned comfyui repository I have is a version modified by a third party. No wonder there were issues even though it was supposed to be the latest version.
log: