mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update install script
This commit is contained in:
parent
4a9885a67c
commit
a23b391ab0
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
# ComfyUI Manager
|
||||
|
||||
# Installation[method1] (ComfyUI-Manager only)
|
||||
## Installation[method1] (General installation method: ComfyUI-Manager only)
|
||||
|
||||
To install ComfyUI-Manager in addition to an existing installation of ComfyUI, you can follow the following steps:
|
||||
|
||||
@ -9,7 +9,15 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, y
|
||||
3. Restart ComfyUI
|
||||
|
||||
|
||||
# Installation[method2] (ComfyUI + ComfyUI-Manager on linux+venv)
|
||||
## Installation[method2] (Installation for portable ComfyUI version: ComfyUI-Manager only)
|
||||
|
||||
1. Download [scripts/install-manager-for-portable-version.bat](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/install-manager-for-portable-version.bat) into installed `"ComfyUI_windows_portable"` directory
|
||||
2. double click `install-manager-for-portable-version.bat` batch file
|
||||
|
||||

|
||||
|
||||
|
||||
## Installation[method3] (Installation for linux+venv: ComfyUI + ComfyUI-Manager)
|
||||
|
||||
To install ComfyUI with ComfyUI-Manager on Linux using a venv environment, you can follow these steps:
|
||||
|
||||
|
||||
BIN
misc/portable-install.png
Normal file
BIN
misc/portable-install.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
2
scripts/install-manager-for-portable-version.bat
Normal file
2
scripts/install-manager-for-portable-version.bat
Normal file
@ -0,0 +1,2 @@
|
||||
.\python_embeded\python.exe -s -m pip install gitpython
|
||||
.\python_embeded\python.exe -c "import git; git.Repo.clone_from('https://github.com/ltdrdata/ComfyUI-Manager', './ComfyUI/custom_nodes/ComfyUI-Manager')"
|
||||
Loading…
x
Reference in New Issue
Block a user