ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
GNU General Public License v3.0
7.22k stars 953 forks source link

error:AttributeError: module 'sys' has no attribute 'CM_api' #283

Open huangjianyi0701 opened 11 months ago

huangjianyi0701 commented 11 months ago

error:AttributeError: module 'sys' has no attribute 'CM_api'

Lin1031 commented 11 months ago

I am also experiencing this problem in the latest version of the code. Please help me troubleshoot.

image

ltdrdata commented 11 months ago

@huangjianyi0701 Are you also using ComfyUI as a plugin in your A1111?

huangjianyi0701 commented 11 months ago

@huangjianyi0701 Are you also using ComfyUI as a plugin in your A1111?

No, I just installed a LightDiffusionFlow plugin in "sd" and just touched comfyui,manager code is up to date.

huangjianyi0701 commented 11 months ago

@huangjianyi0701 Are you also using ComfyUI as a plugin in your A1111?

may I ask what the problem is?

huangjianyi0701 commented 11 months ago

I am also experiencing this problem in the latest version of the code. Please help me troubleshoot.

image

may I ask if you've solved it?

ltdrdata commented 11 months ago

Just patched. Update and retry.

huangjianyi0701 commented 11 months ago

Just patched. Update and retry.

image

ltdrdata commented 11 months ago

Just patched. Update and retry.

image

It seems your ComfyUI is outdated version.

Lin1031 commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

ltdrdata commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

I just patched again. Now it won't crash. But you need to check ComfyUI version.

Your ComfyUI updating is failing or that is not came from original ComfyUI repository.

Lin1031 commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

I just patched again. Now it won't crash. But you need to check ComfyUI version.

Your ComfyUI updating is failing or that is not came from original ComfyUI repository.

I am now able to successfully execute the manager, but I am still encountering the following issue. Although it does not affect usability. I have confirmed that my ComfyUI version is consistent with the official one.

image

ltdrdata commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

I just patched again. Now it won't crash. But you need to check ComfyUI version.

Your ComfyUI updating is failing or that is not came from original ComfyUI repository.

I am now able to successfully execute the manager, but I am still encountering the following issue. Although it does not affect usability. I have confirmed that my ComfyUI version is consistent with the official one.

image

Your python environment is wrong. TBH, I cannot help you since you are running ComfyUI as a plugin.

Just I recommend that run ComfyUI through separated appropriate venv.

Lin1031 commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

I just patched again. Now it won't crash. But you need to check ComfyUI version. Your ComfyUI updating is failing or that is not came from original ComfyUI repository.

I am now able to successfully execute the manager, but I am still encountering the following issue. Although it does not affect usability. I have confirmed that my ComfyUI version is consistent with the official one. image

Your python environment is wrong. TBH, I cannot help you since you are running ComfyUI as a plugin.

Just I recommend that run ComfyUI through separated appropriate venv.

I'll check my environment. My ComfyUI is standalone, just that the file path for my plugin is located under "a111".

huangjianyi0701 commented 11 months ago

image I have updated the code, and the comfyUI is also up to date. Now I have this situation.

Just patched. Update and retry.刚刚打了补丁。更新并重试。

image

It seems your ComfyUI is outdated version.您的 ComfyUI 似乎已过时。

I just patched again. Now it won't crash. But you need to check ComfyUI version. Your ComfyUI updating is failing or that is not came from original ComfyUI repository.

I am now able to successfully execute the manager, but I am still encountering the following issue. Although it does not affect usability. I have confirmed that my ComfyUI version is consistent with the official one. image

Your python environment is wrong. TBH, I cannot help you since you are running ComfyUI as a plugin. Just I recommend that run ComfyUI through separated appropriate venv.

I'll check my environment. My ComfyUI is standalone, just that the file path for my plugin is located under "a111". updating to the latest code is no longer a problem, thank you very much!

ltdrdata commented 10 months ago

Try installing ComfyUI completely independently, and test it with only ComfyUI-Manager installed. There are too many intertwined components, making it difficult to identify the current issues.