ComfyUI-Model-Manager
Manage models: browsing, donwload and delete.
File Explorer
Download Latest Version (.zip)- bug-report.yaml
- feature-request.yaml
- eslint.yml
- format.yml
- publish.yml
- pylint.yml
- pre-commit
- extensions.json
- settings.json
- no-preview.png
- scan-model-info.png
- tab-download.png
- tab-model-info-overview.png
- tab-model-node-graph.gif
- tab-models.gif
- tab-models.png
- tab-settings.png
- config.py
- download.py
- information.py
- manager.py
- thread.py
- upload.py
- utils.py
- DialogCreateTask.vue
- DialogDownload.vue
- DialogExplorer.vue
- DialogManager.vue
- DialogModelDetail.vue
- DialogScanning.vue
- DialogUpload.vue
- GlobalDialogStack.vue
- GlobalLoading.vue
- GlobalToast.vue
- ModelBaseInfo.vue
- ModelCard.vue
- ModelContent.vue
- ModelDescription.vue
- ModelMetadata.vue
- ModelPreview.vue
- PreviewVideo.vue
- ResponseBreadcrumb.vue
- ResponseDialog.vue
- ResponseFileUpload.vue
- ResponseImage.vue
- ResponseInput.vue
- ResponseScroll.vue
- ResponseSelect.vue
- SettingApiKey.vue
- SettingCardSize.vue
- config.ts
- container.ts
- dialog.ts
- download.ts
- explorer.ts
- loading.ts
- markdown.ts
- model.ts
- request.ts
- store.ts
- toast.ts
- en.json
- zh.json
- comfyAPI.ts
- global.d.ts
- shims.d.ts
- typings.d.ts
- common.ts
- legacy.ts
- media.ts
- model.ts
- App.vue
- i18n.ts
- main.ts
- style.css
- vite-env.d.ts
- .gitignore
- .prettierrc
- .pylintrc
- __init__.py
- eslint.config.js
- index.html
- LICENSE
- package.json
- pnpm-lock.yaml
- postcss.config.js
- pyproject.toml
- README.md
- requirements.txt
- tailwind.config.js
- tsconfig.json
- tsconfig.tsbuildinfo
- vite.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/hayden-cn/ComfyUI-Model-Manager
Downloads the entire project code from GitHub to your computer.
cd ComfyUI-Model-Manager
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
