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

ComfyUI Manager do not appear #152

Closed
h34d1sd34d opened this issue Sep 27, 2023 · 4 comments
Closed

ComfyUI Manager do not appear #152

h34d1sd34d opened this issue Sep 27, 2023 · 4 comments

Comments

@h34d1sd34d
Copy link

Hi,

I would like to add the ComfyUI manager in my Stability Matrix version but it's not working (maybe I did a mistake by installing)

I use the first install method with CMD in custom_nodes dirextory with git clone and it's look like great installed :
StabilityMatrix\Data\Packages\ComfyUI\custom_nodes\ComfyUI-Manager

but after relauch, no manager visible in ComfyUI.

In my Standalone version, it's work. (I was use the 2nd method by .bat file)

Any help ? Thanks a lot ! :)

@h34d1sd34d
Copy link
Author

@tobecwb
Copy link

tobecwb commented Nov 4, 2023

I also tried to install ComfyUI Manager, and at startup time, Python reports that a module is missing (GitPython).

For some reason, ComfyUI inside StabilityMatrix doesn't have this module.

After installing it manually, ComfyUI Manager starts normally.

How to install:
For reference, I am using Stability Matrix in portable mode, in a Windows environment, installed in D:\StabilityMatrix (make the necessary changes in your case).

  1. Activate the ComfyUI Python environment within StabilityMatrix
    Open a prompt or terminal (change the path to correct location in your case)
    cd D:\StabilityMatrix\Data\Packages\ComfyUI
    venv\Scripts\activate

  2. Install the missing module
    pip install GitPython

  3. Install ComfyUI Manager (if not already done)
    cd custom_nodes
    git clone https://github.com/ltdrdata/ComfyUI-Manager.git

You can close the terminal and start ComfyUI again through Stability Matrix

@ionite34
Copy link
Member

Implemented with built-in extensions management in newer version, simply search for ComfyUI-Manager and install, https://github.com/LykosAI/StabilityMatrix/releases

image image

@Kelthic
Copy link

Kelthic commented Dec 26, 2024

I also tried to install ComfyUI Manager, and at startup time, Python reports that a module is missing (GitPython).

For some reason, ComfyUI inside StabilityMatrix doesn't have this module.

After installing it manually, ComfyUI Manager starts normally.

How to install: For reference, I am using Stability Matrix in portable mode, in a Windows environment, installed in D:\StabilityMatrix (make the necessary changes in your case).

  1. Activate the ComfyUI Python environment within StabilityMatrix
    Open a prompt or terminal (change the path to correct location in your case)
    cd D:\StabilityMatrix\Data\Packages\ComfyUI
    venv\Scripts\activate
  2. Install the missing module
    pip install GitPython
  3. Install ComfyUI Manager (if not already done)
    cd custom_nodes
    git clone https://github.com/ltdrdata/ComfyUI-Manager.git

You can close the terminal and start ComfyUI again through Stability Matrix

You saved my life tho, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants