Compare commits

...

83 Commits

Author SHA1 Message Date
Dr.Lt.Data
29ab428979 fixed: /customnode/versions - Issue where a 400 error occurred when no versions were available in CNR.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1397
2025-01-05 09:17:54 +09:00
Dr.Lt.Data
4e92b06baa update DB 2025-01-05 08:50:26 +09:00
Dr.Lt.Data
faf1209eba fixed: switch_to_default_branch - robust patch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1392#issuecomment-2569675066
2025-01-04 09:48:56 +09:00
Dr.Lt.Data
4dee009d51 update DB 2025-01-04 09:26:22 +09:00
Dr.Lt.Data
9ad54bb86c version marker 2025-01-04 09:03:38 +09:00
PONOTECH
2710d72e07 Fix NameError in get_custom_nodes_paths method (#1393)
This commit addresses the NameError that occurs in the get_custom_nodes_paths method of the Ctx class. The error was caused by the folder_paths module not being properly imported or accessible within the static method. The fix involves the following changes:

1. Add a class variable folder_paths to the Ctx class.
2. Import the folder_paths module in the __init__ method using importlib.
3. Update the get_custom_nodes_paths method to use the class variable.
4. Add error handling to gracefully handle cases where the folder_paths module cannot be imported.

These changes ensure that the folder_paths module is properly imported and accessible within the Ctx class, resolving the NameError and improving the overall stability of the ComfyUI-Manager CLI tool.

Co-authored-by: yhayano-ponotech <yhayano.biz@gmail.com>
2025-01-04 09:02:45 +09:00
Robin Huang
c3a1401960 Only show node versions in active or pending state for installation. (#1395)
* Only list active, pending, and flagged versions.

* Remove flagged versions.
2025-01-04 09:01:33 +09:00
Dr.Lt.Data
585cc0d991 fixed: invalid skipping of pip dependencies installation if ==, ~=
removed: useless badge related code
2025-01-04 03:07:36 +09:00
Dr.Lt.Data
15ecb5b1d4 Fixed: a bug where the updating message for the CNR node pack was not displayed. 2025-01-04 01:41:05 +09:00
Dr.Lt.Data
00a2ac7f2f fixed: switch comfyui error 2025-01-04 01:18:34 +09:00
Dr.Lt.Data
4d34b5a3ee fixed: components path not found 2025-01-04 00:59:53 +09:00
Dr.Lt.Data
32dcedd703 update DB 2025-01-04 00:44:42 +09:00
Sumeth Sathnindu
42d48e4bfb Update custom-node-list.json (#1383)
Add Custom node: ComfyUI-AniDoc

Changed the description of ComfyUI-Golden-Noise, my other custom node, for better clarity.
2025-01-04 00:39:57 +09:00
Dr.Lt.Data
6b12e9902c update DB 2025-01-04 00:18:27 +09:00
Dr.Lt.Data
2801b929e7 update DB 2025-01-04 00:13:17 +09:00
Dr.Lt.Data
16db68aa8e updated: README.md
removed: useless scripts
fixed: robust installation of toml module
2025-01-03 18:55:05 +09:00
Dr.Lt.Data
ae3a525008 update README.md 2025-01-03 15:13:35 +09:00
Dr.Lt.Data
44cead1865 Merge branch 'main' into feat/cnr 2025-01-03 02:25:50 +09:00
Dr.Lt.Data
24b3068203 update DB 2025-01-03 02:24:45 +09:00
SKB
52db726c9b Update custom-node-list.json (#1389) 2025-01-03 01:46:29 +09:00
Dr.Lt.Data
8f4184b887 fix: customConfirm - invalid z-index
https://github.com/ltdrdata/ComfyUI-Manager/issues/1388
2025-01-03 01:45:29 +09:00
Dr.Lt.Data
de2b8fbd88 improved: add aboutBadge 2025-01-02 03:52:18 +09:00
Dr.Lt.Data
c2c8fbec3c improved: back button - better style 2025-01-02 03:21:46 +09:00
Dr.Lt.Data
7de3a7039a version marker 2025-01-02 03:00:45 +09:00
Dr.Lt.Data
3c11361502 Merge branch 'main' into feat/cnr
improved: support new front's prompt, alert api
modified: z-indices
2025-01-02 02:58:55 +09:00
Dr.Lt.Data
a148bb5aeb modified: apply new front's confirm api 2025-01-02 02:23:21 +09:00
Dr.Lt.Data
ad632de6da update DB 2025-01-02 02:08:02 +09:00
Dr.Lt.Data
bde8911dab update DB 2025-01-02 01:45:28 +09:00
Rohit Saini
3c894d83a2 Add custom node: ComfyUI-InstagramDownloader (#1387)
Co-authored-by: Rohit Saini (IND) <rsaini@mafcarrefour.com>
2025-01-02 01:43:37 +09:00
Dr.Lt.Data
d4e1d1e2f7 update DB 2024-12-31 19:33:35 +09:00
Kaifeng Xu
c01aacbcee Update custom-node-list.json (#1386)
add comfyui latentsync node
2024-12-31 19:29:39 +09:00
Dr.Lt.Data
939cb12670 fixed: alternative implementation for confirm
`confirm` cannot be used in electron
2024-12-31 14:37:03 +09:00
Dr.Lt.Data
91736ef29d fix model DB 2024-12-30 04:15:02 +09:00
Dr.Lt.Data
6e303f7cf4 update DB 2024-12-30 03:32:23 +09:00
Dr.Lt.Data
9440d18b25 update DB 2024-12-30 03:10:08 +09:00
Dr.Lt.Data
890ba0f818 fix: Fixed an issue where the ID of nodes registered only in the CNR could not be properly resolved.
https://github.com/ltdrdata/ComfyUI-Manager/issues/1376
2024-12-29 08:10:59 +09:00
Dr.Lt.Data
5a9270de85 update DB 2024-12-29 07:54:35 +09:00
Jurdn
95868c071b Update custom-node-list.json (#1379)
* Update custom-node-list.json

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-12-29 07:48:31 +09:00
Dr.Lt.Data
e427f20158 update DB 2024-12-29 07:45:08 +09:00
ciga2011
664a582576 Update custom-node-list.json (#1375)
Add ComfyUI-MarkItDown.
2024-12-28 19:14:38 +09:00
Dr.Lt.Data
df9ceb0274 update DB 2024-12-27 12:58:56 +09:00
Dr.Lt.Data
118c4e8119 update DB 2024-12-27 12:57:37 +09:00
Yondon Fu
9ea803f89a Update custom-node-list.json (#1372)
Add ComfyUI-Torch-Compile
2024-12-27 12:39:32 +09:00
pollockjj
0d43aba286 Modifed description for clarity (#1370) 2024-12-27 12:37:36 +09:00
Isulion
b6b30edf17 Update custom-node-list.json (#1371) 2024-12-27 12:37:21 +09:00
Ikko Eltociear Ashimine
3784bd7027 docs: update README.md (#1373)
Ouput -> Output
2024-12-27 12:37:07 +09:00
Dr.Lt.Data
806fdd721d Merge branch 'main' into feat/cnr 2024-12-25 15:56:38 +09:00
Dr.Lt.Data
915687f4f4 Strengthening the criteria for granting trust markers. 2024-12-25 15:50:05 +09:00
Dr.Lt.Data
07aa30fccc update DB 2024-12-25 15:43:27 +09:00
York Xiang
e39ab82142 update DB (#1368) 2024-12-25 12:49:09 +09:00
Dr.Lt.Data
f0d5ad122a update DB 2024-12-25 12:48:49 +09:00
licyk
dd4db738fd add nodes (#1366) 2024-12-25 12:46:52 +09:00
Dr.Lt.Data
50b1e3372d update DB 2024-12-25 12:46:03 +09:00
Light-x02
84f6e2e1bf Add FluxSettingsNode (#1365)
* Update custom-node-list.json

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-12-25 12:43:25 +09:00
pharmapsychotic
59e4e0fba4 Add comfy-cliption to custom-node-list.json (#1364) 2024-12-25 11:17:34 +09:00
Dr.Lt.Data
171496c2ca update DB 2024-12-22 19:43:16 +09:00
Dr.Lt.Data
b6e8659371 update DB 2024-12-22 11:59:36 +09:00
Dr.Lt.Data
1553ff1211 update DB 2024-12-22 02:07:37 +09:00
TKRLAB
979a039847 Update DB (#1359) 2024-12-22 02:04:51 +09:00
Dr.Lt.Data
8aa3617a18 ruff check 2024-12-22 01:52:20 +09:00
Dr.Lt.Data
5e5235f5d1 remove suffix for enabled custom nodes 2024-12-22 01:42:32 +09:00
Dr.Lt.Data
f53f1e64c6 update DB 2024-12-21 22:45:25 +09:00
Dr.Lt.Data
cbcd2e14ce Merge branch 'feat/cnr' into feat/cnr-no-suffix 2024-12-21 18:28:46 +09:00
Dr.Lt.Data
b9227b1570 modified: hide migration button temporarily 2024-12-21 18:24:18 +09:00
Dr.Lt.Data
e058140bac Merge branch 'main' into feat/cnr 2024-12-21 18:11:14 +09:00
Dr.Lt.Data
9caf45fd81 update DB 2024-12-21 18:10:56 +09:00
xfgexo
dfa71443ca Add EXO custom node details to custom-node-list.json (#1349) 2024-12-21 17:54:53 +09:00
learningpro
c7511c7aa9 both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT (#1355)
both aria2 and torchvision.datasets.utils.download_url use HF_ENDPOINT to speed up
2024-12-21 17:54:34 +09:00
huchenlei
9503c34d5b Mark usages: 2024-12-20 15:21:52 -08:00
huchenlei
19be1f85da Move to git_utils 2024-12-20 15:02:58 -08:00
huchenlei
4e44c26beb handle installed 2024-12-20 14:56:39 -08:00
huchenlei
9d1ef85af8 Add NodePackage 2024-12-20 14:09:07 -08:00
Dr.Lt.Data
a41d8d6101 update DB 2024-12-20 15:19:52 +09:00
Dr.Lt.Data
46f2a204be update DB 2024-12-20 12:07:06 +09:00
Chenlei Hu
bbc5ba7e2a Merge pull request #1350 from Klace/bfl-api-nodes
Black Forest Labs API Nodes
2024-12-19 16:00:05 -08:00
Chenlei Hu
f8e5521b50 Merge pull request #1353 from huchenlei/attach_node_versions
Add extension to attach node versions
2024-12-19 15:42:24 -08:00
TwoPerCent
ad56608b4d bfl api nodes 2024-12-19 14:55:22 -05:00
Dr.Lt.Data
bc63166f48 update DB 2024-12-19 21:42:47 +09:00
青秋
d2743e1b1e add random prompt node (#1343) 2024-12-19 21:35:14 +09:00
Dr.Lt.Data
376253eb49 update DB 2024-12-19 18:25:33 +09:00
Eagle-CN
4997c3b5a9 Add ComfyUI-Addoor to custom-node-list.json (#1347)
* Add ComfyUI-Addoor to custom-node-list.json

* Add ComfyUI-Addoor to custom-node-list.json

* Update custom-node-list.json

* Update custom-node-list.json

* Add ComfyUI-Addoor to custom-node-list.json

* Add ComfyUI-Addoor to custom-node-list.json

* Update custom-node-list.json

* Update custom-node-list.json

---------

Co-authored-by: iMac <>
2024-12-19 18:22:27 +09:00
Dr.Lt.Data
70af864d2d update DB 2024-12-19 17:18:08 +09:00
pollockjj
067167cc39 Add ComfyUI-MultiGPU to custom-node-list.json (#1345)
* Add ComfyUI-MultiGPU to custom-node-list.json

* Update custom-node-list.json

* Update custom-node-list.json

---------

Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com>
2024-12-19 16:19:59 +09:00
57 changed files with 9380 additions and 5234 deletions

1
.gitignore vendored
View File

@@ -17,3 +17,4 @@ github-stats-cache.json
pip_overrides.json pip_overrides.json
*.json *.json
check2.sh check2.sh
/venv/

171
README.md
View File

@@ -2,15 +2,10 @@
**ComfyUI-Manager** is an extension designed to enhance the usability of [ComfyUI](https://github.com/comfyanonymous/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. **ComfyUI-Manager** is an extension designed to enhance the usability of [ComfyUI](https://github.com/comfyanonymous/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.
![menu](misc/menu.jpg) ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg)
## NOTICE ## NOTICE
* V2.48.1: Security policy has been changed. Downloads of models in the list are allowed under the 'normal' security level. * V3.3.2: Overhauled. Officially supports [https://comfyregistry.org/](https://comfyregistry.org/).
* V2.47: Security policy has been changed. The former 'normal' is now 'normal-', and 'normal' no longer allows high-risk features, even if your ComfyUI is local.
* V2.37 Show a ✅ mark to accounts that have been active on GitHub for more than six months.
* V2.33 Security policy is applied.
* V2.21 [cm-cli](docs/en/cm-cli.md) tool is added.
* V2.18 to V2.18.3 is not functioning due to a severe bug. Users on these versions are advised to promptly update to V2.18.4. Please navigate to the `ComfyUI/custom_nodes/ComfyUI-Manager` directory and execute `git pull` to update.
* You can see whole nodes info on [ComfyUI Nodes Info](https://ltdrdata.github.io/) page. * You can see whole nodes info on [ComfyUI Nodes Info](https://ltdrdata.github.io/) page.
## Installation ## Installation
@@ -20,7 +15,7 @@
To install ComfyUI-Manager in addition to an existing installation of ComfyUI, you can follow the following steps: To install ComfyUI-Manager in addition to an existing installation of ComfyUI, you can follow the following steps:
1. goto `ComfyUI/custom_nodes` dir in terminal(cmd) 1. goto `ComfyUI/custom_nodes` dir in terminal(cmd)
2. `git clone https://github.com/ltdrdata/ComfyUI-Manager.git` 2. `git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager`
3. Restart ComfyUI 3. Restart ComfyUI
@@ -32,7 +27,7 @@ To install ComfyUI-Manager in addition to an existing installation of ComfyUI, y
2. 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. 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
3. double click `install-manager-for-portable-version.bat` batch file 3. double click `install-manager-for-portable-version.bat` batch file
![portable-install](misc/portable-install.png) ![portable-install](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/portable-install.jpg)
### Installation[method3] (Installation through comfy-cli: install ComfyUI and ComfyUI-Manager at once.) ### Installation[method3] (Installation through comfy-cli: install ComfyUI and ComfyUI-Manager at once.)
@@ -68,15 +63,13 @@ To install ComfyUI with ComfyUI-Manager on Linux using a venv environment, you c
3. `./install-comfyui-venv-linux.sh` 3. `./install-comfyui-venv-linux.sh`
### Installation Precautions ### Installation Precautions
* **DO**: `ComfyUI-Manager` files must be accurately located in the path `ComfyUI/custom_nodes/ComfyUI-Manager` * **DO**: `ComfyUI-Manager` files must be accurately located in the path `ComfyUI/custom_nodes/comfyui-manager`
* Installing in a compressed file format is not recommended. * Installing in a compressed file format is not recommended.
* **DON'T**: Decompress directly into the `ComfyUI/custom_nodes` location, resulting in the Manager contents like `__init__.py` being placed directly in that directory. * **DON'T**: Decompress directly into the `ComfyUI/custom_nodes` location, resulting in the Manager contents like `__init__.py` being placed directly in that directory.
* You have to remove all ComfyUI-Manager files from `ComfyUI/custom_nodes` * You have to remove all ComfyUI-Manager files from `ComfyUI/custom_nodes`
* **DON'T**: In a form where decompression occurs in a path such as `ComfyUI/custom_nodes/ComfyUI-Manager/ComfyUI-Manager`. * **DON'T**: In a form where decompression occurs in a path such as `ComfyUI/custom_nodes/ComfyUI-Manager/ComfyUI-Manager`.
* You have to move `ComfyUI/custom_nodes/ComfyUI-Manager/ComfyUI-Manager` to `ComfyUI/custom_nodes/ComfyUI-Manager`
* **DON'T**: In a form where decompression occurs in a path such as `ComfyUI/custom_nodes/ComfyUI-Manager-main`. * **DON'T**: In a form where decompression occurs in a path such as `ComfyUI/custom_nodes/ComfyUI-Manager-main`.
* In such cases, `ComfyUI-Manager` may operate, but it won't be recognized within `ComfyUI-Manager`, and updates cannot be performed. It also poses the risk of duplicate installations. * In such cases, `ComfyUI-Manager` may operate, but it won't be recognized within `ComfyUI-Manager`, and updates cannot be performed. It also poses the risk of duplicate installations. Remove it and install properly via `git clone` method.
* You have to rename `ComfyUI/custom_nodes/ComfyUI-Manager-main` to `ComfyUI/custom_nodes/ComfyUI-Manager`
You can execute ComfyUI by running either `./run_gpu.sh` or `./run_cpu.sh` depending on your system configuration. You can execute ComfyUI by running either `./run_gpu.sh` or `./run_cpu.sh` depending on your system configuration.
@@ -87,42 +80,17 @@ This repository provides Colab notebooks that allow you to install and use Comfy
* Support for basic installation of ComfyUI-Manager * Support for basic installation of ComfyUI-Manager
* Support for automatically installing dependencies of custom nodes upon restarting Colab notebooks. * Support for automatically installing dependencies of custom nodes upon restarting Colab notebooks.
## Changes
* **2.38** `Install Custom Nodes` menu is changed to `Custom Nodes Manager`.
* **2.21** [cm-cli](docs/en/cm-cli.md) tool is added.
* **2.4** Copy the connections of the nearest node by double-clicking.
* **2.2.3** Support Components System
* **0.29** Add `Update all` feature
* **0.25** support db channel
* You can directly modify the db channel settings in the `config.ini` file.
* If you want to maintain a new DB channel, please modify the `channels.list` and submit a PR.
* **0.23** support multiple selection
* **0.18.1** `skip update check` feature added.
* A feature that allows quickly opening windows in environments where update checks take a long time.
* **0.17.1** Bug fix for the issue where enable/disable of the web extension was not working. Compatibility patch for StableSwarmUI.
* Requires latest version of ComfyUI (Revision: 1240)
* **0.17** Support preview method setting feature.
* **0.14** Support robust update.
* **0.13** Support additional 'pip' section for install spec.
* **0.12** Better installation support for Windows.
* **0.9** Support keyword search in installer menu.
* **V0.7.1** Bug fix for the issue where updates were not being applied on Windows.
* **For those who have been using versions 0.6, please perform a manual git pull in the custom_nodes/ComfyUI-Manager directory.**
* **V0.7** To address the issue of a slow list refresh, separate the fetch update and update check processes.
* **V0.6** Support extension installation for missing nodes.
* **V0.5** Removed external git program dependencies.
## How To Use ## How To Use
1. Click "Manager" button on main menu 1. Click "Manager" button on main menu
![mainmenu](misc/main.jpg) ![mainmenu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/topbar.jpg)
2. If you click on 'Install Custom Nodes' or 'Install Models', an installer dialog will open. 2. If you click on 'Install Custom Nodes' or 'Install Models', an installer dialog will open.
![menu](misc/menu.jpg) ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/dialog.jpg)
* There are three DB modes: `DB: Channel (1day cache)`, `DB: Local`, and `DB: Channel (remote)`. * There are three DB modes: `DB: Channel (1day cache)`, `DB: Local`, and `DB: Channel (remote)`.
* `Channel (1day cache)` utilizes Channel cache information with a validity period of one day to quickly display the list. * `Channel (1day cache)` utilizes Channel cache information with a validity period of one day to quickly display the list.
@@ -138,9 +106,9 @@ This repository provides Colab notebooks that allow you to install and use Comfy
3. Click 'Install' or 'Try Install' button. 3. Click 'Install' or 'Try Install' button.
![node-install-dialog](misc/custom-nodes.jpg) ![node-install-dialog](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/custom-nodes.jpg)
![model-install-dialog](misc/models.png) ![model-install-dialog](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/models.jpg)
* Installed: This item is already installed. * Installed: This item is already installed.
* Install: Clicking this button will install the item. * Install: Clicking this button will install the item.
@@ -150,39 +118,46 @@ This repository provides Colab notebooks that allow you to install and use Comfy
* Channel settings have a broad impact, affecting not only the node list but also all functions like "Update all." * Channel settings have a broad impact, affecting not only the node list but also all functions like "Update all."
* Conflicted Nodes with a yellow background show a list of nodes conflicting with other extensions in the respective extension. This issue needs to be addressed by the developer, and users should be aware that due to these conflicts, some nodes may not function correctly and may need to be installed accordingly. * Conflicted Nodes with a yellow background show a list of nodes conflicting with other extensions in the respective extension. This issue needs to be addressed by the developer, and users should be aware that due to these conflicts, some nodes may not function correctly and may need to be installed accordingly.
4. If you set the `Badge:` item in the menu as `Badge: Nickname`, `Badge: Nickname (hide built-in)`, `Badge: #ID Nickname`, `Badge: #ID Nickname (hide built-in)` the information badge will be displayed on the node. 4. Share
* When selecting (hide built-in), it hides the 🦊 icon, which signifies built-in nodes. ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/topbar.jpg) ![share](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/share.jpg)
* Nodes without any indication on the badge are custom nodes that Manager cannot recognize.
* `Badge: Nickname` displays the nickname of custom nodes, while `Badge: #ID Nickname` also includes the internal ID of the node.
![model-install-dialog](misc/nickname.jpg)
5. Share
![menu](misc/main.jpg) ![share](misc/share.jpg)
* You can share the workflow by clicking the Share button at the bottom of the main menu or selecting Share Output from the Context Menu of the Image node. * You can share the workflow by clicking the Share button at the bottom of the main menu or selecting Share Output from the Context Menu of the Image node.
* Currently, it supports sharing via [https://comfyworkflows.com/](https://comfyworkflows.com/), * Currently, it supports sharing via [https://comfyworkflows.com/](https://comfyworkflows.com/),
[https://openart.ai](https://openart.ai/workflows/dev), [https://youml.com](https://youml.com) [https://openart.ai](https://openart.ai/workflows/dev), [https://youml.com](https://youml.com)
as well as through the Matrix channel. as well as through the Matrix channel.
![menu](misc/share-setting.jpg) ![menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/share-setting.jpg)
* Through the Share settings in the Manager menu, you can configure the behavior of the Share button in the Main menu or Share Ouput button on Context Menu. * Through the Share settings in the Manager menu, you can configure the behavior of the Share button in the Main menu or Share Output button on Context Menu.
* `None`: hide from Main menu * `None`: hide from Main menu
* `All`: Show a dialog where the user can select a title for sharing. * `All`: Show a dialog where the user can select a title for sharing.
## Paths
In `ComfyUI-Manager` V3.0 and later, configuration files and dynamically generated files are located under `<USER_DIRECTORY>/default/ComfyUI-Manager/`.
* <USER_DIRECTORY>
* If executed without any options, the path defaults to ComfyUI/user.
* It can be set using --user-directory <USER_DIRECTORY>.
* Basic config files: `<USER_DIRECTORY>/default/ComfyUI-Manager/config.ini`
* Configurable channel lists: `<USER_DIRECTORY>/default/ComfyUI-Manager/channels.ini`
* Configurable pip overrides: `<USER_DIRECTORY>/default/ComfyUI-Manager/pip_overrides.json`
* Saved snapshot files: `<USER_DIRECTORY>/default/ComfyUI-Manager/snapshots`
* Startup script files: `<USER_DIRECTORY>/default/ComfyUI-Manager/startup-scripts`
* Component files: `<USER_DIRECTORY>/default/ComfyUI-Manager/components`
## Snapshot-Manager ## Snapshot-Manager
* When you press `Save snapshot` or use `Update All` on `Manager Menu`, the current installation status snapshot is saved. * When you press `Save snapshot` or use `Update All` on `Manager Menu`, the current installation status snapshot is saved.
* Snapshot file dir: `ComfyUI-Manager/snapshots` * Snapshot file dir: `<USER_DIRECTORY>/default/ComfyUI-Manager/snapshots`
* You can rename snapshot file. * You can rename snapshot file.
* Press the "Restore" button to revert to the installation status of the respective snapshot. * Press the "Restore" button to revert to the installation status of the respective snapshot.
* However, for custom nodes not managed by Git, snapshot support is incomplete. * However, for custom nodes not managed by Git, snapshot support is incomplete.
* When you press `Restore`, it will take effect on the next ComfyUI startup. * When you press `Restore`, it will take effect on the next ComfyUI startup.
* The selected snapshot file is saved in `ComfyUI-Manager/startup-scripts/restore-snapshot.json`, and upon restarting ComfyUI, the snapshot is applied and then deleted. * The selected snapshot file is saved in `<USER_DIRECTORY>/default/ComfyUI-Manager/startup-scripts/restore-snapshot.json`, and upon restarting ComfyUI, the snapshot is applied and then deleted.
![model-install-dialog](misc/snapshot.jpg) ![model-install-dialog](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/snapshot.jpg)
## cm-cli: command line tools for power user ## cm-cli: command line tools for power user
@@ -199,38 +174,7 @@ This repository provides Colab notebooks that allow you to install and use Comfy
## Custom node support guide ## Custom node support guide
* Currently, the system operates by cloning the git repository and sequentially installing the dependencies listed in requirements.txt using pip, followed by invoking the install.py script. In the future, we plan to discuss and determine the specifications for supporting custom nodes. * https://docs.comfy.org/registry/overview
* Please submit a pull request to update either the custom-node-list.json or model-list.json file.
* The scanner currently provides a detection function for missing nodes, which is capable of detecting nodes described by the following two patterns.
```
NODE_CLASS_MAPPINGS = {
"ExecutionSwitch": ExecutionSwitch,
"ExecutionBlocker": ExecutionBlocker,
...
}
NODE_CLASS_MAPPINGS.update({
"UniFormer-SemSegPreprocessor": Uniformer_SemSegPreprocessor,
"SemSegPreprocessor": Uniformer_SemSegPreprocessor,
})
```
* Or you can provide manually `node_list.json` file.
* When you write a docstring in the header of the .py file for the Node as follows, it will be used for managing the database in the Manager.
* Currently, only the `nickname` is being used, but other parts will also be utilized in the future.
* The `nickname` will be the name displayed on the badge of the node.
* If there is no `nickname`, it will be truncated to 20 characters from the arbitrarily written title and used.
```
"""
@author: Dr.Lt.Data
@title: Impact Pack
@nickname: Impact Pack
@description: This extension offers various detector nodes and detailer nodes that allow you to configure a workflow that automatically enhances facial details. And provide iterative upscaler.
"""
```
* **Special purpose files** (optional) * **Special purpose files** (optional)
@@ -259,12 +203,12 @@ NODE_CLASS_MAPPINGS.update({
} }
``` ```
* `<current timestamp>` Ensure that the timestamp is always unique. * `<current timestamp>` Ensure that the timestamp is always unique.
* "components" should have the same structure as the content of the file stored in ComfyUI-Manager/components. * "components" should have the same structure as the content of the file stored in `<USER_DIRECTORY>/default/ComfyUI-Manager/components`.
* `<component name>`: The name should be in the format `<prefix>::<node name>`. * `<component name>`: The name should be in the format `<prefix>::<node name>`.
* `<compnent nodeata>`: In the nodedata of the group node. * `<compnent nodeata>`: In the nodedata of the group node.
* `<version>`: Only two formats are allowed: `major.minor.patch` or `major.minor`. (e.g. `1.0`, `2.2.1`) * `<version>`: Only two formats are allowed: `major.minor.patch` or `major.minor`. (e.g. `1.0`, `2.2.1`)
* `<datetime>`: Saved time * `<datetime>`: Saved time
* `<packname>`: If the packname is not empty, the category becomes packname/workflow, and it is saved in the <packname>.pack file in ComfyUI-Manager/components. * `<packname>`: If the packname is not empty, the category becomes packname/workflow, and it is saved in the <packname>.pack file in `<USER_DIRECTORY>/default/ComfyUI-Manager/components`.
* `<category>`: If there is neither a category nor a packname, it is saved in the components category. * `<category>`: If there is neither a category nor a packname, it is saved in the components category.
``` ```
"version":"1.0", "version":"1.0",
@@ -281,11 +225,11 @@ NODE_CLASS_MAPPINGS.update({
## Support of missing nodes installation ## Support of missing nodes installation
![missing-menu](misc/missing-menu.jpg) ![missing-menu](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/missing-dialog.jpg)
* When you click on the ```Install Missing Custom Nodes``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow. * When you click on the ```Install Missing Custom Nodes``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow.
![missing-list](misc/missing-list.jpg) ![missing-list](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/missing-list.jpg)
## Additional Feature ## Additional Feature
@@ -339,12 +283,8 @@ When you run the `scan.sh` script:
## Troubleshooting ## Troubleshooting
* If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the ComfyUI-Manager/config.ini file that is generated. * If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `<USER_DIRECTORY>/default/ComfyUI-Manager/config.ini` file that is generated.
* If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`. * If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`.
* Alternatively, download the update-fix.py script from [update-fix.py](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/update-fix.py) and place it in the ComfyUI-Manager directory. Then, run it using your Python command.
For the portable version, use `..\..\..\python_embeded\python.exe update-fix.py`.
* For cases where nodes like `PreviewTextNode` from `ComfyUI_Custom_Nodes_AlekPet` are only supported as front-end nodes, we currently do not provide missing nodes for them.
* Currently, `vid2vid` is not being updated, causing compatibility issues.
* If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows * If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows
* Edit `config.ini` file: add `windows_selector_event_loop_policy = True` * Edit `config.ini` file: add `windows_selector_event_loop_policy = True`
* if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. * if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured.
@@ -378,41 +318,6 @@ When you run the `scan.sh` script:
* Update ComfyUI * Update ComfyUI
## TODO: Unconventional form of custom node list
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes
* https://github.com/StartHua/Comfyui_GPT_Story
* https://github.com/NielsGercama/comfyui_customsampling
* https://github.com/wrightdaniel2017/ComfyUI-VideoLipSync
* https://github.com/bxdsjs/ComfyUI-Image-preprocessing
* https://github.com/SMUELDigital/ComfyUI-ONSET
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/icefairy64/comfyui-model-tilt
* https://github.com/andrewharp/ComfyUI-EasyNodes
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/Tcheko243/ComfyUI-Photographer-Alpha7-Nodes
* https://github.com/Limbicnation/ComfyUINodeToolbox
* https://github.com/APZmedia/ComfyUI-APZmedia-srtTools
## Roadmap
- [x] System displaying information about failed custom nodes import.
- [x] Guide for missing nodes in ComfyUI vanilla nodes.
- [x] Collision checking system for nodes with the same ID across extensions.
- [x] Template sharing system. (-> Component system based on Group Nodes)
- [x] 3rd party API system.
- [ ] Auto migration for custom nodes with changed structures.
- [ ] Version control feature for nodes.
- [ ] List of currently used custom nodes.
- [x] Download support multiple model download.
- [x] Model download via url.
- [x] List sorting (custom nodes).
- [x] List sorting (model).
- [ ] Provides description of node.
# Disclaimer # Disclaimer
* This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning. * This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning.

View File

@@ -12,6 +12,7 @@ from rich import print
from typing_extensions import List, Annotated from typing_extensions import List, Annotated
import re import re
import git import git
import importlib
sys.path.append(os.path.dirname(__file__)) sys.path.append(os.path.dirname(__file__))
@@ -88,6 +89,8 @@ read_downgrade_blacklist() # This is a preparation step for manager_core
class Ctx: class Ctx:
folder_paths = None
def __init__(self): def __init__(self):
self.channel = 'default' self.channel = 'default'
self.no_deps = False self.no_deps = False
@@ -95,6 +98,12 @@ class Ctx:
self.user_directory = None self.user_directory = None
self.custom_nodes_paths = [os.path.join(core.comfy_path, 'custom_nodes')] self.custom_nodes_paths = [os.path.join(core.comfy_path, 'custom_nodes')]
if Ctx.folder_paths is None:
try:
Ctx.folder_paths = importlib.import_module('folder_paths')
except ImportError:
print("Warning: Unable to import folder_paths module")
def set_channel_mode(self, channel, mode): def set_channel_mode(self, channel, mode):
if mode is not None: if mode is not None:
self.mode = mode self.mode = mode
@@ -145,7 +154,10 @@ class Ctx:
@staticmethod @staticmethod
def get_custom_nodes_paths(): def get_custom_nodes_paths():
return folder_paths.get_folder_paths('custom_nodes') if Ctx.folder_paths is None:
print("Error: folder_paths module is not available")
return []
return Ctx.folder_paths.get_folder_paths('custom_nodes')
cmd_ctx = Ctx() cmd_ctx = Ctx()
@@ -224,7 +236,7 @@ def fix_node(node_spec_str, is_all=False, cnt_msg=''):
print(f"ERROR: f{res.msg}") print(f"ERROR: f{res.msg}")
def uninstall_node(node_spec_str, is_all=False, cnt_msg=''): def uninstall_node(node_spec_str: str, is_all: bool = False, cnt_msg: str = ''):
spec = node_spec_str.split('@') spec = node_spec_str.split('@')
if len(spec) == 2 and spec[1] == 'unknown': if len(spec) == 2 and spec[1] == 'unknown':
node_name = spec[0] node_name = spec[0]
@@ -481,8 +493,8 @@ def show_list(kind, simple=False):
print(f"{prefix} {title:50} {short_id:30} (author: {author:20}) [UNKNOWN]") print(f"{prefix} {title:50} {short_id:30} (author: {author:20}) [UNKNOWN]")
def show_snapshot(simple_mode=False): async def show_snapshot(simple_mode=False):
json_obj = core.get_current_snapshot() json_obj = await core.get_current_snapshot()
if simple_mode: if simple_mode:
print(f"[{json_obj['comfyui']}] comfyui") print(f"[{json_obj['comfyui']}] comfyui")
@@ -513,8 +525,8 @@ def cancel():
os.remove(cmd_ctx.get_restore_snapshot_path()) os.remove(cmd_ctx.get_restore_snapshot_path())
def auto_save_snapshot(): async def auto_save_snapshot():
path = core.save_snapshot_with_postfix('cli-autosave') path = await core.save_snapshot_with_postfix('cli-autosave')
print(f"Current snapshot is saved as `{path}`") print(f"Current snapshot is saved as `{path}`")
@@ -698,7 +710,7 @@ def update(
cmd_ctx.set_channel_mode(channel, mode) cmd_ctx.set_channel_mode(channel, mode)
if 'all' in nodes: if 'all' in nodes:
auto_save_snapshot() asyncio.run(auto_save_snapshot())
for x in nodes: for x in nodes:
if x.lower() in ['comfyui', 'comfy', 'all']: if x.lower() in ['comfyui', 'comfy', 'all']:
@@ -734,7 +746,7 @@ def disable(
cmd_ctx.set_channel_mode(channel, mode) cmd_ctx.set_channel_mode(channel, mode)
if 'all' in nodes: if 'all' in nodes:
auto_save_snapshot() asyncio.run(auto_save_snapshot())
for_each_nodes(nodes, disable_node, allow_all=True) for_each_nodes(nodes, disable_node, allow_all=True)
@@ -765,7 +777,7 @@ def enable(
cmd_ctx.set_channel_mode(channel, mode) cmd_ctx.set_channel_mode(channel, mode)
if 'all' in nodes: if 'all' in nodes:
auto_save_snapshot() asyncio.run(auto_save_snapshot())
for_each_nodes(nodes, enable_node, allow_all=True) for_each_nodes(nodes, enable_node, allow_all=True)
@@ -796,7 +808,7 @@ def fix(
cmd_ctx.set_channel_mode(channel, mode) cmd_ctx.set_channel_mode(channel, mode)
if 'all' in nodes: if 'all' in nodes:
auto_save_snapshot() asyncio.run(auto_save_snapshot())
for_each_nodes(nodes, fix_node, allow_all=True) for_each_nodes(nodes, fix_node, allow_all=True)
@@ -997,7 +1009,7 @@ def save_snapshot(
): ):
cmd_ctx.set_user_directory(user_directory) cmd_ctx.set_user_directory(user_directory)
path = core.save_snapshot_with_postfix('snapshot', output) path = asyncio.run(core.save_snapshot_with_postfix('snapshot', output))
print(f"Current snapshot is saved as `{path}`") print(f"Current snapshot is saved as `{path}`")
@@ -1123,7 +1135,7 @@ def install_deps(
): ):
cmd_ctx.set_user_directory(user_directory) cmd_ctx.set_user_directory(user_directory)
cmd_ctx.set_channel_mode(channel, mode) cmd_ctx.set_channel_mode(channel, mode)
auto_save_snapshot() asyncio.run(auto_save_snapshot())
if not os.path.exists(deps): if not os.path.exists(deps):
print(f"[bold red]File not found: {deps}[/bold red]") print(f"[bold red]File not found: {deps}[/bold red]")

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -4,6 +4,7 @@
"comfyui-animatediff-evolved", "comfyui-animatediff-evolved",
"comfyui_controlnet_aux", "comfyui_controlnet_aux",
"comfyui-impact-pack", "comfyui-impact-pack",
"comfyui-impact-subpack",
"comfyui-custom-scripts", "comfyui-custom-scripts",
"comfyui-layerdiffuse", "comfyui-layerdiffuse",
"comfyui-liveportraitkj", "comfyui-liveportraitkj",

View File

@@ -127,8 +127,17 @@ def gitcheck(path, do_fetch=False):
def switch_to_default_branch(repo): def switch_to_default_branch(repo):
try:
default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '') default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
repo.git.checkout(default_branch) repo.git.checkout(default_branch)
except:
try:
repo.git.checkout(repo.heads.master)
except:
try:
repo.git.checkout(repo.heads.main)
except:
print("[ComfyUI Manager] Failed to switch to the default branch (master or main)")
def gitpull(path): def gitpull(path):
@@ -206,7 +215,7 @@ def checkout_custom_node_hash(git_custom_node_infos):
repo_name_to_url[repo_name] = url repo_name_to_url[repo_name] = url
for path in os.listdir(working_directory): for path in os.listdir(working_directory):
if '@' in path or path.endswith("ComfyUI-Manager"): if path.endswith("ComfyUI-Manager"):
continue continue
fullpath = os.path.join(working_directory, path) fullpath = os.path.join(working_directory, path)

View File

File diff suppressed because it is too large Load Diff

View File

@@ -2,6 +2,8 @@ import requests
from dataclasses import dataclass from dataclasses import dataclass
from typing import List from typing import List
import manager_util import manager_util
import toml
import os
base_url = "https://api.comfy.org" base_url = "https://api.comfy.org"
@@ -90,7 +92,7 @@ def install_node(node_id, version=None):
def all_versions_of_node(node_id): def all_versions_of_node(node_id):
url = f"https://api.comfy.org/nodes/{node_id}/versions" url = f"https://api.comfy.org/nodes/{node_id}/versions?statuses=NodeVersionStatusActive&statuses=NodeVersionStatusPending"
response = requests.get(url) response = requests.get(url)
if response.status_code == 200: if response.status_code == 200:
@@ -98,3 +100,32 @@ def all_versions_of_node(node_id):
else: else:
return None return None
def read_cnr_info(fullpath):
try:
toml_path = os.path.join(fullpath, 'pyproject.toml')
tracking_path = os.path.join(fullpath, '.tracking')
if not os.path.exists(toml_path) or not os.path.exists(tracking_path):
return None # not valid CNR node pack
with open(toml_path, "r", encoding="utf-8") as f:
data = toml.load(f)
project = data.get('project', {})
name = project.get('name')
version = project.get('version')
urls = project.get('urls', {})
repository = urls.get('Repository')
if name and version: # repository is optional
return {
"id": name,
"version": version,
"url": repository
}
return None
except Exception:
return None # not valid CNR node pack

61
glob/git_utils.py Normal file
View File

@@ -0,0 +1,61 @@
import os
import configparser
def is_git_repo(path: str) -> bool:
""" Check if the path is a git repository. """
# NOTE: Checking it through `git.Repo` must be avoided.
# It locks the file, causing issues on Windows.
return os.path.exists(os.path.join(path, '.git'))
def get_commit_hash(fullpath):
git_head = os.path.join(fullpath, '.git', 'HEAD')
if os.path.exists(git_head):
with open(git_head) as f:
line = f.readline()
if line.startswith("ref: "):
ref = os.path.join(fullpath, '.git', line[5:].strip())
if os.path.exists(ref):
with open(ref) as f2:
return f2.readline().strip()
else:
return "unknown"
else:
return line
return "unknown"
def git_url(fullpath):
"""
resolve version of unclassified custom node based on remote url in .git/config
"""
git_config_path = os.path.join(fullpath, '.git', 'config')
if not os.path.exists(git_config_path):
return None
config = configparser.ConfigParser()
config.read(git_config_path)
for k, v in config.items():
if k.startswith('remote ') and 'url' in v:
return v['url']
return None
def normalize_url(url) -> str:
url = url.replace("git@github.com:", "https://github.com/")
if url.endswith('.git'):
url = url[:-4]
return url
def normalize_url_http(url) -> str:
url = url.replace("https://github.com/", "git@github.com:")
if url.endswith('.git'):
url = url[:-4]
return url

View File

@@ -31,10 +31,12 @@ sys.path.append(glob_path)
import cm_global import cm_global
import cnr_utils import cnr_utils
import manager_util import manager_util
import git_utils
import manager_downloader import manager_downloader
from node_package import InstalledNodePackage
version_code = [3, 1] version_code = [3, 3, 10]
version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '') version_str = f"V{version_code[0]}.{version_code[1]}" + (f'.{version_code[2]}' if len(version_code) > 2 else '')
@@ -104,13 +106,13 @@ def check_invalid_nodes():
if subdir in ['.disabled', '__pycache__']: if subdir in ['.disabled', '__pycache__']:
continue continue
if '@' in subdir:
spec = subdir.split('@') package = unified_manager.installed_node_packages.get(subdir)
if spec[1] in ['unknown', 'nightly']: if not package:
continue continue
if not os.path.exists(os.path.join(root, subdir, '.tracking')): if not package.isValid():
invalid_nodes[spec[0]] = os.path.join(root, subdir) invalid_nodes[subdir] = package.fullpath
node_paths = folder_paths.get_folder_paths("custom_nodes") node_paths = folder_paths.get_folder_paths("custom_nodes")
for x in node_paths: for x in node_paths:
@@ -148,6 +150,7 @@ manager_channel_list_path = None
manager_startup_script_path = None manager_startup_script_path = None
manager_snapshot_path = None manager_snapshot_path = None
manager_pip_overrides_path = None manager_pip_overrides_path = None
manager_components_path = None
def update_user_directory(user_dir): def update_user_directory(user_dir):
global manager_files_path global manager_files_path
@@ -156,6 +159,7 @@ def update_user_directory(user_dir):
global manager_startup_script_path global manager_startup_script_path
global manager_snapshot_path global manager_snapshot_path
global manager_pip_overrides_path global manager_pip_overrides_path
global manager_components_path
manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager')) manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager'))
if not os.path.exists(manager_files_path): if not os.path.exists(manager_files_path):
@@ -172,6 +176,7 @@ def update_user_directory(user_dir):
manager_config_path = os.path.join(manager_files_path, 'config.ini') manager_config_path = os.path.join(manager_files_path, 'config.ini')
manager_channel_list_path = os.path.join(manager_files_path, 'channels.list') manager_channel_list_path = os.path.join(manager_files_path, 'channels.list')
manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json") manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json")
manager_components_path = os.path.join(manager_files_path, "components")
try: try:
import folder_paths import folder_paths
@@ -258,6 +263,27 @@ def is_installed(name):
print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'") print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'")
return True return True
pkg = manager_util.get_installed_packages().get(name.lower())
if pkg is None:
return False # update if not installed
if match is None:
return True # don't update if version is not specified
if match.group(2) in ['>', '>=']:
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
return False
elif manager_util.StrictVersion(pkg) > manager_util.StrictVersion(match.group(3)):
print(f"[SKIP] Downgrading pip package isn't allowed: {name.lower()} (cur={pkg})")
if match.group(2) == '==':
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
return False
if match.group(2) == '~=':
if manager_util.StrictVersion(pkg) == manager_util.StrictVersion(match.group(3)):
return False
return name.lower() in manager_util.get_installed_packages() return name.lower() in manager_util.get_installed_packages()
@@ -308,27 +334,10 @@ class ManagedResult:
return self return self
def get_commit_hash(fullpath):
git_head = os.path.join(fullpath, '.git', 'HEAD')
if os.path.exists(git_head):
with open(git_head) as f:
line = f.readline()
if line.startswith("ref: "):
ref = os.path.join(fullpath, '.git', line[5:].strip())
if os.path.exists(ref):
with open(ref) as f2:
return f2.readline().strip()
else:
return "unknown"
else:
return line
return "unknown"
class UnifiedManager: class UnifiedManager:
def __init__(self): def __init__(self):
self.installed_node_packages: dict[str, InstalledNodePackage] = {}
self.cnr_inactive_nodes = {} # node_id -> node_version -> fullpath self.cnr_inactive_nodes = {} # node_id -> node_version -> fullpath
self.nightly_inactive_nodes = {} # node_id -> fullpath self.nightly_inactive_nodes = {} # node_id -> fullpath
self.unknown_inactive_nodes = {} # node_id -> repo url * fullpath self.unknown_inactive_nodes = {} # node_id -> repo url * fullpath
@@ -339,9 +348,9 @@ class UnifiedManager:
self.custom_node_map_cache = {} # (channel, mode) -> augmented custom node list json self.custom_node_map_cache = {} # (channel, mode) -> augmented custom node list json
self.processed_install = set() self.processed_install = set()
def get_cnr_by_repo(self, url): def get_cnr_by_repo(self, url):
normalized_url = url.replace("git@github.com:", "https://github.com/") return self.repo_cnr_map.get(git_utils.normalize_url(url))
return self.repo_cnr_map.get(normalized_url)
def resolve_unspecified_version(self, node_name, guess_mode=None): def resolve_unspecified_version(self, node_name, guess_mode=None):
if guess_mode == 'active': if guess_mode == 'active':
@@ -442,114 +451,50 @@ class UnifiedManager:
return node_name, version_spec, len(spec) > 1 return node_name, version_spec, len(spec) > 1
def resolve_ver(self, fullpath): def resolve_from_path(self, fullpath):
""" url = git_utils.git_url(fullpath)
resolve version of unclassified custom node based on remote url in .git/config if url:
""" cnr = self.get_cnr_by_repo(url)
git_config_path = os.path.join(fullpath, '.git', 'config') commit_hash = git_utils.get_commit_hash(fullpath)
if not os.path.exists(git_config_path):
return "unknown"
config = configparser.ConfigParser()
config.read(git_config_path)
for k, v in config.items():
if k.startswith('remote ') and 'url' in v:
cnr = self.get_cnr_by_repo(v['url'])
if cnr: if cnr:
return "nightly" return {'id': cnr['id'], 'cnr': cnr, 'ver': 'nightly', 'hash': commit_hash}
else: else:
return "unknown" url = os.path.basename(url)
if url.endswith('.git'):
url = url[:-4]
return {'id': url, 'ver': 'unknown', 'hash': commit_hash}
else:
info = cnr_utils.read_cnr_info(fullpath)
def resolve_id_from_repo(self, fullpath): if info:
git_config_path = os.path.join(fullpath, '.git', 'config') cnr = self.cnr_map.get(info['id'])
if cnr:
if not os.path.exists(git_config_path): return {'id': cnr['id'], 'cnr': cnr, 'ver': info['version']}
else:
return None
else:
return None return None
config = configparser.ConfigParser() def update_cache_at_path(self, fullpath):
config.read(git_config_path) node_package = InstalledNodePackage.from_fullpath(fullpath, self.resolve_from_path)
self.installed_node_packages[node_package.id] = node_package
for k, v in config.items(): if node_package.is_disabled and node_package.is_unknown:
if k.startswith('remote ') and 'url' in v: # NOTE: unknown package does not have an url.
cnr = self.get_cnr_by_repo(v['url']) self.unknown_inactive_nodes[node_package.id] = ('', node_package.fullpath)
if cnr:
return "nightly", cnr['id'], v['url']
else:
return "unknown", v['url'].split('/')[-1], v['url']
def resolve_unknown(self, node_id, fullpath): if node_package.is_disabled and node_package.is_nightly:
res = self.resolve_id_from_repo(fullpath) self.nightly_inactive_nodes[node_package.id] = node_package.fullpath
if res is None: if node_package.is_enabled:
self.unknown_inactive_nodes[node_id] = '', fullpath self.active_nodes[node_package.id] = node_package.version, node_package.fullpath
return
ver_spec, node_id, url = res if node_package.is_enabled and node_package.is_unknown:
# NOTE: unknown package does not have an url.
self.unknown_active_nodes[node_package.id] = ('', node_package.fullpath)
if ver_spec == 'nightly': if node_package.is_from_cnr and node_package.is_disabled:
self.nightly_inactive_nodes[node_id] = fullpath self.add_to_cnr_inactive_nodes(node_package.id, node_package.version, node_package.fullpath)
else:
self.unknown_inactive_nodes[node_id] = url, fullpath
def update_cache_at_path(self, fullpath, is_disabled):
name = os.path.basename(fullpath)
if name.endswith(".disabled"):
node_spec = name[:-9]
is_disabled = True
else:
node_spec = name
if '@' in node_spec:
node_spec = node_spec.split('@')
node_id = node_spec[0]
if node_id is None:
node_version = 'unknown'
else:
node_version = node_spec[1].replace("_", ".")
if node_version != 'unknown':
if node_id not in self.cnr_map:
# fallback
v = node_version
self.cnr_map[node_id] = {
'id': node_id,
'name': node_id,
'latest_version': {'version': v},
'publisher': {'id': 'N/A', 'name': 'N/A'}
}
elif node_version == 'unknown':
res = self.resolve_id_from_repo(fullpath)
if res is None:
print(f"Custom node unresolved: {fullpath}")
return
node_version, node_id, _ = res
else:
res = self.resolve_id_from_repo(fullpath)
if res is None:
print(f"Custom node unresolved: {fullpath}")
return
node_version, node_id, _ = res
if not is_disabled:
# active nodes
if node_version == 'unknown':
self.unknown_active_nodes[node_id] = node_version, fullpath
else:
self.active_nodes[node_id] = node_version, fullpath
else:
if node_version == 'unknown':
self.resolve_unknown(node_id, fullpath)
elif node_version == 'nightly':
self.nightly_inactive_nodes[node_id] = fullpath
else:
self.add_to_cnr_inactive_nodes(node_id, node_version, fullpath)
def is_updatable(self, node_id): def is_updatable(self, node_id):
cur_ver = self.get_cnr_active_version(node_id) cur_ver = self.get_cnr_active_version(node_id)
@@ -713,7 +658,7 @@ class UnifiedManager:
self.cnr_map[x['id']] = x self.cnr_map[x['id']] = x
if 'repository' in x: if 'repository' in x:
normalized_url = x['repository'].replace("git@github.com:", "https://github.com/") normalized_url = git_utils.normalize_url(x['repository'])
self.repo_cnr_map[normalized_url] = x self.repo_cnr_map[normalized_url] = x
# reload node status info from custom_nodes/* # reload node status info from custom_nodes/*
@@ -722,7 +667,7 @@ class UnifiedManager:
fullpath = os.path.join(custom_nodes_path, x) fullpath = os.path.join(custom_nodes_path, x)
if os.path.isdir(fullpath): if os.path.isdir(fullpath):
if x not in ['__pycache__', '.disabled']: if x not in ['__pycache__', '.disabled']:
self.update_cache_at_path(fullpath, is_disabled=False) self.update_cache_at_path(fullpath)
# reload node status info from custom_nodes/.disabled/* # reload node status info from custom_nodes/.disabled/*
for custom_nodes_path in folder_paths.get_folder_paths('custom_nodes'): for custom_nodes_path in folder_paths.get_folder_paths('custom_nodes'):
@@ -731,7 +676,7 @@ class UnifiedManager:
for x in os.listdir(disabled_dir): for x in os.listdir(disabled_dir):
fullpath = os.path.join(disabled_dir, x) fullpath = os.path.join(disabled_dir, x)
if os.path.isdir(fullpath): if os.path.isdir(fullpath):
self.update_cache_at_path(fullpath, is_disabled=True) self.update_cache_at_path(fullpath)
@staticmethod @staticmethod
async def load_nightly(channel, mode): async def load_nightly(channel, mode):
@@ -890,7 +835,7 @@ class UnifiedManager:
zip_url = node_info.download_url zip_url = node_info.download_url
from_path = self.active_nodes[node_id][1] from_path = self.active_nodes[node_id][1]
target = f"{node_id}@{version_spec.replace('.', '_')}" target = node_id
to_path = os.path.join(get_default_custom_nodes_path(), target) to_path = os.path.join(get_default_custom_nodes_path(), target)
def postinstall(): def postinstall():
@@ -925,7 +870,7 @@ class UnifiedManager:
download_path = os.path.join(get_default_custom_nodes_path(), archive_name) download_path = os.path.join(get_default_custom_nodes_path(), archive_name)
manager_downloader.download_url(node_info.download_url, get_default_custom_nodes_path(), archive_name) manager_downloader.download_url(node_info.download_url, get_default_custom_nodes_path(), archive_name)
# 2. extract files into <node_id>@<cur_ver> # 2. extract files into <node_id>
install_path = self.active_nodes[node_id][1] install_path = self.active_nodes[node_id][1]
extracted = manager_util.extract_package_as_zip(download_path, install_path) extracted = manager_util.extract_package_as_zip(download_path, install_path)
os.remove(download_path) os.remove(download_path)
@@ -956,21 +901,16 @@ class UnifiedManager:
if not os.listdir(x): if not os.listdir(x):
os.rmdir(x) os.rmdir(x)
# 5. rename dir name <node_id>@<prev_ver> ==> <node_id>@<cur_ver> # 5. create .tracking file
new_install_path = os.path.join(get_default_custom_nodes_path(), f"{node_id}@{version_spec.replace('.', '_')}") tracking_info_file = os.path.join(install_path, '.tracking')
print(f"'{install_path}' is moved to '{new_install_path}'")
shutil.move(install_path, new_install_path)
# 6. create .tracking file
tracking_info_file = os.path.join(new_install_path, '.tracking')
with open(tracking_info_file, "w", encoding='utf-8') as file: with open(tracking_info_file, "w", encoding='utf-8') as file:
file.write('\n'.join(list(extracted))) file.write('\n'.join(list(extracted)))
# 7. post install # 6. post install
result.target = version_spec result.target = version_spec
def postinstall(): def postinstall():
res = self.execute_install_script(f"{node_id}@{version_spec}", new_install_path, instant_execution=instant_execution, no_deps=no_deps) res = self.execute_install_script(f"{node_id}@{version_spec}", install_path, instant_execution=instant_execution, no_deps=no_deps)
return res return res
if return_postinstall: if return_postinstall:
@@ -1012,8 +952,7 @@ class UnifiedManager:
if repo_and_path is None: if repo_and_path is None:
return result.fail(f'Specified inactive node not exists: {node_id}@unknown') return result.fail(f'Specified inactive node not exists: {node_id}@unknown')
from_path = repo_and_path[1] from_path = repo_and_path[1]
# NOTE: Keep original name as possible if unknown node
# to_path = os.path.join(get_default_custom_nodes_path(), f"{node_id}@unknown")
base_path = extract_base_custom_nodes_dir(from_path) base_path = extract_base_custom_nodes_dir(from_path)
to_path = os.path.join(base_path, node_id) to_path = os.path.join(base_path, node_id)
elif version_spec == 'nightly': elif version_spec == 'nightly':
@@ -1022,7 +961,7 @@ class UnifiedManager:
if from_path is None: if from_path is None:
return result.fail(f'Specified inactive node not exists: {node_id}@nightly') return result.fail(f'Specified inactive node not exists: {node_id}@nightly')
base_path = extract_base_custom_nodes_dir(from_path) base_path = extract_base_custom_nodes_dir(from_path)
to_path = os.path.join(base_path, f"{node_id}@nightly") to_path = os.path.join(base_path, node_id)
elif version_spec is not None: elif version_spec is not None:
self.unified_disable(node_id, False) self.unified_disable(node_id, False)
cnr_info = self.cnr_inactive_nodes.get(node_id) cnr_info = self.cnr_inactive_nodes.get(node_id)
@@ -1038,7 +977,7 @@ class UnifiedManager:
from_path = cnr_info[version_spec] from_path = cnr_info[version_spec]
base_path = extract_base_custom_nodes_dir(from_path) base_path = extract_base_custom_nodes_dir(from_path)
to_path = os.path.join(base_path, f"{node_id}@{version_spec.replace('.', '_')}") to_path = os.path.join(base_path, node_id)
if from_path is None or not os.path.exists(from_path): if from_path is None or not os.path.exists(from_path):
return result.fail(f'Specified inactive node path not exists: {from_path}') return result.fail(f'Specified inactive node path not exists: {from_path}')
@@ -1080,9 +1019,6 @@ class UnifiedManager:
return result.fail(f'Specified active node not exists: {node_id}') return result.fail(f'Specified active node not exists: {node_id}')
base_path = extract_base_custom_nodes_dir(repo_and_path[1]) base_path = extract_base_custom_nodes_dir(repo_and_path[1])
# NOTE: Keep original name as possible if unknown node
# to_path = os.path.join(get_default_custom_nodes_path(), '.disabled', f"{node_id}@unknown")
to_path = os.path.join(base_path, '.disabled', node_id) to_path = os.path.join(base_path, '.disabled', node_id)
shutil.move(repo_and_path[1], to_path) shutil.move(repo_and_path[1], to_path)
@@ -1099,6 +1035,8 @@ class UnifiedManager:
return result.fail(f'Specified active node not exists: {node_id}') return result.fail(f'Specified active node not exists: {node_id}')
base_path = extract_base_custom_nodes_dir(ver_and_path[1]) base_path = extract_base_custom_nodes_dir(ver_and_path[1])
# NOTE: A disabled node may have multiple versions, so preserve it using the `@ suffix`.
to_path = os.path.join(base_path, '.disabled', f"{node_id}@{ver_and_path[0].replace('.', '_')}") to_path = os.path.join(base_path, '.disabled', f"{node_id}@{ver_and_path[0].replace('.', '_')}")
shutil.move(ver_and_path[1], to_path) shutil.move(ver_and_path[1], to_path)
result.append((ver_and_path[1], to_path)) result.append((ver_and_path[1], to_path))
@@ -1112,7 +1050,7 @@ class UnifiedManager:
return result return result
def unified_uninstall(self, node_id, is_unknown): def unified_uninstall(self, node_id: str, is_unknown: bool):
""" """
Remove whole installed custom nodes including inactive nodes Remove whole installed custom nodes including inactive nodes
""" """
@@ -1189,7 +1127,7 @@ class UnifiedManager:
os.remove(download_path) os.remove(download_path)
# install_path # install_path
install_path = os.path.join(get_default_custom_nodes_path(), f"{node_id}@{version_spec.replace('.', '_')}") install_path = os.path.join(get_default_custom_nodes_path(), node_id)
if os.path.exists(install_path): if os.path.exists(install_path):
return result.fail(f'Install path already exists: {install_path}') return result.fail(f'Install path already exists: {install_path}')
@@ -1320,6 +1258,8 @@ class UnifiedManager:
return ManagedResult('skip').with_msg('Up to date') return ManagedResult('skip').with_msg('Up to date')
def unified_update(self, node_id, version_spec=None, instant_execution=False, no_deps=False, return_postinstall=False): def unified_update(self, node_id, version_spec=None, instant_execution=False, no_deps=False, return_postinstall=False):
orig_print(f"\x1b[2K\rUpdating: {node_id}", end='')
if version_spec is None: if version_spec is None:
version_spec = self.resolve_unspecified_version(node_id, guess_mode='active') version_spec = self.resolve_unspecified_version(node_id, guess_mode='active')
@@ -1372,10 +1312,7 @@ class UnifiedManager:
if self.is_enabled(node_id, 'cnr'): if self.is_enabled(node_id, 'cnr'):
self.unified_disable(node_id, False) self.unified_disable(node_id, False)
if version_spec == 'unknown': to_path = os.path.abspath(os.path.join(get_default_custom_nodes_path(), node_id))
to_path = os.path.abspath(os.path.join(get_default_custom_nodes_path(), node_id)) # don't attach @unknown
else:
to_path = os.path.abspath(os.path.join(get_default_custom_nodes_path(), f"{node_id}@{version_spec.replace('.', '_')}"))
res = self.repo_install(repo_url, to_path, instant_execution=instant_execution, no_deps=no_deps, return_postinstall=return_postinstall) res = self.repo_install(repo_url, to_path, instant_execution=instant_execution, no_deps=no_deps, return_postinstall=return_postinstall)
if res.result: if res.result:
if version_spec == 'unknown': if version_spec == 'unknown':
@@ -1425,18 +1362,6 @@ class UnifiedManager:
new_path = os.path.join(get_default_custom_nodes_path(), '.disabled', f"{x}@nightly") new_path = os.path.join(get_default_custom_nodes_path(), '.disabled', f"{x}@nightly")
moves.append((v, new_path)) moves.append((v, new_path))
print("Migration: STAGE 2")
# migrate active nodes
for x, v in self.active_nodes.items():
if v[0] not in ['nightly']:
continue
if v[1].endswith('@nightly'):
continue
new_path = os.path.join(get_default_custom_nodes_path(), f"{x}@nightly")
moves.append((v[1], new_path))
self.reserve_migration(moves) self.reserve_migration(moves)
print("DONE (Migration reserved)") print("DONE (Migration reserved)")
@@ -1501,7 +1426,6 @@ def write_config():
config = configparser.ConfigParser() config = configparser.ConfigParser()
config['default'] = { config['default'] = {
'preview_method': manager_funcs.get_current_preview_method(), 'preview_method': manager_funcs.get_current_preview_method(),
'badge_mode': get_config()['badge_mode'],
'git_exe': get_config()['git_exe'], 'git_exe': get_config()['git_exe'],
'channel_url': get_config()['channel_url'], 'channel_url': get_config()['channel_url'],
'share_option': get_config()['share_option'], 'share_option': get_config()['share_option'],
@@ -1542,7 +1466,6 @@ def read_config():
return { return {
'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(), 'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(),
'badge_mode': default_conf['badge_mode'] if 'badge_mode' in default_conf else 'none',
'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '', 'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '',
'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL, 'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL,
'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all', 'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all',
@@ -1561,7 +1484,6 @@ def read_config():
except Exception: except Exception:
return { return {
'preview_method': manager_funcs.get_current_preview_method(), 'preview_method': manager_funcs.get_current_preview_method(),
'badge_mode': 'none',
'git_exe': '', 'git_exe': '',
'channel_url': DEFAULT_CHANNEL, 'channel_url': DEFAULT_CHANNEL,
'share_option': 'all', 'share_option': 'all',
@@ -1588,8 +1510,17 @@ def get_config():
def switch_to_default_branch(repo): def switch_to_default_branch(repo):
try:
default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '') default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
repo.git.checkout(default_branch) repo.git.checkout(default_branch)
except:
try:
repo.git.checkout(repo.heads.master)
except:
try:
repo.git.checkout(repo.heads.main)
except:
print("[ComfyUI Manager] Failed to switch to the default branch (master or main)")
def try_install_script(url, repo_path, install_cmd, instant_execution=False): def try_install_script(url, repo_path, install_cmd, instant_execution=False):
@@ -1762,7 +1693,7 @@ def git_repo_update_check_with(path, do_fetch=False, do_update=False, no_deps=Fa
# Check if the path is a git repository # Check if the path is a git repository
if not os.path.exists(os.path.join(path, '.git')): if not os.path.exists(os.path.join(path, '.git')):
raise ValueError(f'Not a git repository: {path}') raise ValueError(f'[ComfyUI-Manager] Not a valid git repository: {path}')
if platform.system() == "Windows": if platform.system() == "Windows":
updated, success = __win_check_git_update(path, do_fetch, do_update) updated, success = __win_check_git_update(path, do_fetch, do_update)
@@ -1796,7 +1727,7 @@ def git_repo_update_check_with(path, do_fetch=False, do_update=False, no_deps=Fa
if do_update: if do_update:
if repo.is_dirty(): if repo.is_dirty():
print(f"STASH: '{path}' is dirty.") print(f"\nSTASH: '{path}' is dirty.")
repo.git.stash() repo.git.stash()
if f'{remote_name}/{branch_name}' not in repo.refs: if f'{remote_name}/{branch_name}' not in repo.refs:
@@ -2343,7 +2274,10 @@ def get_installed_pip_packages():
return res return res
def get_current_snapshot(): async def get_current_snapshot():
await unified_manager.reload('cache')
await unified_manager.get_custom_nodes('default', 'cache')
# Get ComfyUI hash # Get ComfyUI hash
repo_path = comfy_path repo_path = comfy_path
@@ -2360,36 +2294,33 @@ def get_current_snapshot():
# Get custom nodes hash # Get custom nodes hash
for custom_nodes_dir in get_custom_nodes_paths(): for custom_nodes_dir in get_custom_nodes_paths():
for path in os.listdir(custom_nodes_dir): paths = os.listdir(custom_nodes_dir)
disabled_path = os.path.join(custom_nodes_dir, '.disabled')
if os.path.exists(disabled_path):
for x in os.listdir(disabled_path):
paths.append(os.path.join(disabled_path, x))
for path in paths:
if path in ['.disabled', '__pycache__']: if path in ['.disabled', '__pycache__']:
continue continue
fullpath = os.path.join(custom_nodes_dir, path) fullpath = os.path.join(custom_nodes_dir, path)
if os.path.isdir(fullpath): if os.path.isdir(fullpath):
is_disabled = path.endswith(".disabled") is_disabled = path.endswith(".disabled") or os.path.basename(os.path.dirname(fullpath)) == ".disabled"
try: try:
git_dir = os.path.join(fullpath, '.git') info = unified_manager.resolve_from_path(fullpath)
parsed_spec = path.split('@') if info is None:
continue
if len(parsed_spec) == 1: if info['ver'] not in ['nightly', 'latest', 'unknown']:
node_id = parsed_spec[0]
ver_spec = 'unknown'
else:
node_id, ver_spec = parsed_spec
ver_spec = ver_spec.replace('_', '.')
if len(ver_spec) > 1 and ver_spec not in ['nightly', 'latest', 'unknown']:
if is_disabled: if is_disabled:
continue # don't restore disabled state of CNR node. continue # don't restore disabled state of CNR node.
cnr_custom_nodes[node_id] = ver_spec cnr_custom_nodes[info['id']] = info['ver']
elif not os.path.exists(git_dir):
continue
else: else:
repo = git.Repo(fullpath) repo = git.Repo(fullpath)
commit_hash = repo.head.commit.hexsha commit_hash = repo.head.commit.hexsha
@@ -2419,7 +2350,7 @@ def get_current_snapshot():
} }
def save_snapshot_with_postfix(postfix, path=None): async def save_snapshot_with_postfix(postfix, path=None):
if path is None: if path is None:
now = datetime.now() now = datetime.now()
@@ -2431,7 +2362,7 @@ def save_snapshot_with_postfix(postfix, path=None):
file_name = path.replace('\\', '/').split('/')[-1] file_name = path.replace('\\', '/').split('/')[-1]
file_name = file_name.split('.')[-2] file_name = file_name.split('.')[-2]
snapshot = get_current_snapshot() snapshot = await get_current_snapshot()
if path.endswith('.json'): if path.endswith('.json'):
with open(path, "w") as json_file: with open(path, "w") as json_file:
json.dump(snapshot, json_file, indent=4) json.dump(snapshot, json_file, indent=4)
@@ -2733,7 +2664,7 @@ def populate_github_stats(node_packs, json_obj_github):
if url in json_obj_github: if url in json_obj_github:
v['stars'] = json_obj_github[url]['stars'] v['stars'] = json_obj_github[url]['stars']
v['last_update'] = json_obj_github[url]['last_update'] v['last_update'] = json_obj_github[url]['last_update']
v['trust'] = json_obj_github[url]['author_account_age_days'] > 180 v['trust'] = json_obj_github[url]['author_account_age_days'] > 600
else: else:
v['stars'] = -1 v['stars'] = -1
v['last_update'] = -1 v['last_update'] = -1
@@ -2831,8 +2762,8 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None):
if v[0] == 'nightly' and cnr_repo_map.get(k): if v[0] == 'nightly' and cnr_repo_map.get(k):
repo_url = cnr_repo_map.get(k) repo_url = cnr_repo_map.get(k)
normalized_url1 = repo_url.replace("git@github.com:", "https://github.com/") normalized_url1 = git_utils.normalize_url(repo_url)
normalized_url2 = repo_url.replace("https://github.com/", "git@github.com:") normalized_url2 = git_utils.normalize_url_http(repo_url)
if normalized_url1 not in git_info and normalized_url2 not in git_info: if normalized_url1 not in git_info and normalized_url2 not in git_info:
todo_disable.append(k) todo_disable.append(k)
@@ -2851,8 +2782,8 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None):
if cnr_repo_map.get(k): if cnr_repo_map.get(k):
repo_url = cnr_repo_map.get(k) repo_url = cnr_repo_map.get(k)
normalized_url1 = repo_url.replace("git@github.com:", "https://github.com/") normalized_url1 = git_utils.normalize_url(repo_url)
normalized_url2 = repo_url.replace("https://github.com/", "git@github.com:") normalized_url2 = git_utils.normalize_url_http(repo_url)
if normalized_url1 in git_info: if normalized_url1 in git_info:
commit_hash = git_info[normalized_url1]['hash'] commit_hash = git_info[normalized_url1]['hash']
@@ -2889,7 +2820,7 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None):
skip_node_packs.append(x[0]) skip_node_packs.append(x[0])
for x in git_info.keys(): for x in git_info.keys():
normalized_url = x.replace("git@github.com:", "https://github.com/") normalized_url = git_utils.normalize_url(x)
cnr = unified_manager.repo_cnr_map.get(normalized_url) cnr = unified_manager.repo_cnr_map.get(normalized_url)
if cnr is not None: if cnr is not None:
pack_id = cnr['id'] pack_id = cnr['id']
@@ -2915,8 +2846,8 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None):
if repo_url is None: if repo_url is None:
continue continue
normalized_url1 = repo_url.replace("git@github.com:", "https://github.com/") normalized_url1 = git_utils.normalize_url(repo_url)
normalized_url2 = repo_url.replace("https://github.com/", "git@github.com:") normalized_url2 = git_utils.normalize_url_http(repo_url)
if normalized_url1 not in git_info and normalized_url2 not in git_info: if normalized_url1 not in git_info and normalized_url2 not in git_info:
todo_disable.append(k2) todo_disable.append(k2)
@@ -2937,8 +2868,8 @@ async def restore_snapshot(snapshot_path, git_helper_extras=None):
if repo_url is None: if repo_url is None:
continue continue
normalized_url1 = repo_url.replace("git@github.com:", "https://github.com/") normalized_url1 = git_utils.normalize_url(repo_url)
normalized_url2 = repo_url.replace("https://github.com/", "git@github.com:") normalized_url2 = git_utils.normalize_url_http(repo_url)
if normalized_url1 in git_info: if normalized_url1 in git_info:
commit_hash = git_info[normalized_url1]['hash'] commit_hash = git_info[normalized_url1]['hash']
@@ -3047,7 +2978,7 @@ def get_comfyui_versions():
versions = sorted(versions + [current_tag], reverse=True) versions = sorted(versions + [current_tag], reverse=True)
versions = versions[:4] versions = versions[:4]
main_branch = repo.heads.main main_branch = repo.heads.master
latest_commit = main_branch.commit latest_commit = main_branch.commit
latest_tag = repo.git.describe('--tags', latest_commit.hexsha) latest_tag = repo.git.describe('--tags', latest_commit.hexsha)

View File

@@ -38,6 +38,8 @@ def basic_download_url(url, dest_folder, filename):
def download_url(model_url: str, model_dir: str, filename: str): def download_url(model_url: str, model_dir: str, filename: str):
if HF_ENDPOINT:
model_url = model_url.replace('https://huggingface.co', HF_ENDPOINT)
if aria2: if aria2:
return aria2_download_url(model_url, model_dir, filename) return aria2_download_url(model_url, model_dir, filename)
else: else:
@@ -66,9 +68,6 @@ def aria2_download_url(model_url: str, model_dir: str, filename: str):
if model_dir.startswith(core.comfy_path): if model_dir.startswith(core.comfy_path):
model_dir = model_dir[len(core.comfy_path) :] model_dir = model_dir[len(core.comfy_path) :]
if HF_ENDPOINT:
model_url = model_url.replace('https://huggingface.co', HF_ENDPOINT)
download_dir = model_dir if model_dir.startswith('/') else os.path.join('/models', model_dir) download_dir = model_dir if model_dir.startswith('/') else os.path.join('/models', model_dir)
download = aria2_find_task(download_dir, filename) download = aria2_find_task(download_dir, filename)

View File

@@ -135,7 +135,6 @@ local_db_model = os.path.join(manager_util.comfyui_manager_path, "model-list.jso
local_db_alter = os.path.join(manager_util.comfyui_manager_path, "alter-list.json") local_db_alter = os.path.join(manager_util.comfyui_manager_path, "alter-list.json")
local_db_custom_node_list = os.path.join(manager_util.comfyui_manager_path, "custom-node-list.json") local_db_custom_node_list = os.path.join(manager_util.comfyui_manager_path, "custom-node-list.json")
local_db_extension_node_mappings = os.path.join(manager_util.comfyui_manager_path, "extension-node-map.json") local_db_extension_node_mappings = os.path.join(manager_util.comfyui_manager_path, "extension-node-map.json")
components_path = os.path.join(manager_util.comfyui_manager_path, 'components')
def set_preview_method(method): def set_preview_method(method):
@@ -154,10 +153,6 @@ def set_preview_method(method):
set_preview_method(core.get_config()['preview_method']) set_preview_method(core.get_config()['preview_method'])
def set_badge_mode(mode):
core.get_config()['badge_mode'] = mode
def set_default_ui_mode(mode): def set_default_ui_mode(mode):
core.get_config()['default_ui'] = mode core.get_config()['default_ui'] = mode
@@ -460,7 +455,7 @@ async def update_all(request):
return web.Response(status=403) return web.Response(status=403)
try: try:
core.save_snapshot_with_postfix('autosave') await core.save_snapshot_with_postfix('autosave')
if request.rel_url.query["mode"] == "local": if request.rel_url.query["mode"] == "local":
channel = 'local' channel = 'local'
@@ -544,37 +539,15 @@ def populate_markdown(x):
@routes.get("/customnode/installed") @routes.get("/customnode/installed")
async def installed_list(request): async def installed_list(request):
result = {} unified_manager = core.unified_manager
for x in folder_paths.get_folder_paths('custom_nodes'):
for module_name in os.listdir(x):
if (
module_name.endswith('.disabled') or
module_name == '__pycache__' or
module_name.endswith('.py') or
module_name.endswith('.example') or
module_name.endswith('.pyc')
):
continue
spec = module_name.split('@') await unified_manager.reload('cache')
await unified_manager.get_custom_nodes('default', 'cache')
if len(spec) == 2: return web.json_response({
node_package_name = spec[0] node_id: package.version if package.is_from_cnr else package.get_commit_hash()
ver = spec[1].replace('_', '.') for node_id, package in unified_manager.installed_node_packages.items() if not package.disabled
}, content_type='application/json')
if ver == 'nightly':
ver = None
else:
node_package_name = module_name
ver = None
# extract commit hash
if ver is None:
ver = core.get_commit_hash(os.path.join(x, node_package_name))
result[node_package_name] = ver
return web.json_response(result, content_type='application/json')
@routes.get("/customnode/getlist") @routes.get("/customnode/getlist")
@@ -721,7 +694,7 @@ async def restore_snapshot(request):
@routes.get("/snapshot/get_current") @routes.get("/snapshot/get_current")
async def get_current_snapshot_api(request): async def get_current_snapshot_api(request):
try: try:
return web.json_response(core.get_current_snapshot(), content_type='application/json') return web.json_response(await core.get_current_snapshot(), content_type='application/json')
except: except:
return web.Response(status=400) return web.Response(status=400)
@@ -729,7 +702,7 @@ async def get_current_snapshot_api(request):
@routes.get("/snapshot/save") @routes.get("/snapshot/save")
async def save_snapshot(request): async def save_snapshot(request):
try: try:
core.save_snapshot_with_postfix('snapshot') await core.save_snapshot_with_postfix('snapshot')
return web.Response(status=200) return web.Response(status=200)
except: except:
return web.Response(status=400) return web.Response(status=400)
@@ -843,7 +816,7 @@ async def get_cnr_versions(request):
node_name = request.match_info.get("node_name", None) node_name = request.match_info.get("node_name", None)
versions = core.cnr_utils.all_versions_of_node(node_name) versions = core.cnr_utils.all_versions_of_node(node_name)
if versions: if versions is not None:
return web.json_response(versions, content_type='application/json') return web.json_response(versions, content_type='application/json')
return web.Response(status=400) return web.Response(status=400)
@@ -1176,17 +1149,6 @@ async def preview_method(request):
return web.Response(status=200) return web.Response(status=200)
@routes.get("/manager/badge_mode")
async def badge_mode(request):
if "value" in request.rel_url.query:
set_badge_mode(request.rel_url.query['value'])
core.write_config()
else:
return web.Response(text=core.get_config()['badge_mode'], status=200)
return web.Response(status=200)
@routes.get("/manager/default_ui") @routes.get("/manager/default_ui")
async def default_ui_mode(request): async def default_ui_mode(request):
if "value" in request.rel_url.query: if "value" in request.rel_url.query:
@@ -1336,15 +1298,15 @@ async def save_component(request):
name = data['name'] name = data['name']
workflow = data['workflow'] workflow = data['workflow']
if not os.path.exists(components_path): if not os.path.exists(core.manager_components_path):
os.mkdir(components_path) os.mkdir(core.manager_components_path)
if 'packname' in workflow and workflow['packname'] != '': if 'packname' in workflow and workflow['packname'] != '':
sanitized_name = manager_util.sanitize_filename(workflow['packname']) + '.pack' sanitized_name = manager_util.sanitize_filename(workflow['packname']) + '.pack'
else: else:
sanitized_name = manager_util.sanitize_filename(name) + '.json' sanitized_name = manager_util.sanitize_filename(name) + '.json'
filepath = os.path.join(components_path, sanitized_name) filepath = os.path.join(core.manager_components_path, sanitized_name)
components = {} components = {}
if os.path.exists(filepath): if os.path.exists(filepath):
with open(filepath) as f: with open(filepath) as f:
@@ -1361,13 +1323,14 @@ async def save_component(request):
@routes.post("/manager/component/loads") @routes.post("/manager/component/loads")
async def load_components(request): async def load_components(request):
if os.path.exists(core.manager_components_path):
try: try:
json_files = [f for f in os.listdir(components_path) if f.endswith('.json')] json_files = [f for f in os.listdir(core.manager_components_path) if f.endswith('.json')]
pack_files = [f for f in os.listdir(components_path) if f.endswith('.pack')] pack_files = [f for f in os.listdir(core.manager_components_path) if f.endswith('.pack')]
components = {} components = {}
for json_file in json_files + pack_files: for json_file in json_files + pack_files:
file_path = os.path.join(components_path, json_file) file_path = os.path.join(core.manager_components_path, json_file)
with open(file_path, 'r') as file: with open(file_path, 'r') as file:
try: try:
# When there is a conflict between the .pack and the .json, the pack takes precedence and overrides. # When there is a conflict between the .pack and the .json, the pack takes precedence and overrides.
@@ -1379,6 +1342,13 @@ async def load_components(request):
except Exception as e: except Exception as e:
logging.error(f"[ComfyUI-Manager] failed to load components\n{e}") logging.error(f"[ComfyUI-Manager] failed to load components\n{e}")
return web.Response(status=400) return web.Response(status=400)
else:
return web.json_response({})
@routes.get("/manager/version")
async def get_version(request):
return web.Response(text=core.version_str, status=200)
async def _confirm_try_install(sender, custom_node_url, msg): async def _confirm_try_install(sender, custom_node_url, msg):
@@ -1425,10 +1395,11 @@ async def default_cache_update():
await asyncio.gather(a, b, c, d, e) await asyncio.gather(a, b, c, d, e)
if not core.get_config()['skip_migration_check']: # NOTE: hide migration button temporarily.
await core.check_need_to_migrate() # if not core.get_config()['skip_migration_check']:
else: # await core.check_need_to_migrate()
logging.info("[ComfyUI-Manager] Migration check is skipped...") # else:
# logging.info("[ComfyUI-Manager] Migration check is skipped...")
threading.Thread(target=lambda: asyncio.run(default_cache_update())).start() threading.Thread(target=lambda: asyncio.run(default_cache_update())).start()

View File

@@ -103,7 +103,12 @@ async def get_data(uri, silent=False):
if uri.startswith("http"): if uri.startswith("http"):
async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session: async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session:
async with session.get(uri) as resp: headers = {
'Cache-Control': 'no-cache',
'Pragma': 'no-cache',
'Expires': '0'
}
async with session.get(uri, headers=headers) as resp:
json_text = await resp.text() json_text = await resp.text()
else: else:
with cache_lock: with cache_lock:

72
glob/node_package.py Normal file
View File

@@ -0,0 +1,72 @@
from __future__ import annotations
from dataclasses import dataclass
import os
from git_utils import get_commit_hash
@dataclass
class InstalledNodePackage:
"""Information about an installed node package."""
id: str
fullpath: str
disabled: bool
version: str
@property
def is_unknown(self) -> bool:
return self.version == "unknown"
@property
def is_nightly(self) -> bool:
return self.version == "nightly"
@property
def is_from_cnr(self) -> bool:
return not self.is_unknown and not self.is_nightly
@property
def is_enabled(self) -> bool:
return not self.disabled
@property
def is_disabled(self) -> bool:
return self.disabled
def get_commit_hash(self) -> str:
return get_commit_hash(self.fullpath)
def isValid(self) -> bool:
if self.is_from_cnr:
return os.path.exists(os.path.join(self.fullpath, '.tracking'))
return True
@staticmethod
def from_fullpath(fullpath: str, resolve_from_path) -> InstalledNodePackage:
parent_folder_name = os.path.basename(os.path.dirname(fullpath))
module_name = os.path.basename(fullpath)
if module_name.endswith(".disabled"):
node_id = module_name[:-9]
disabled = True
elif parent_folder_name == ".disabled":
# Nodes under custom_nodes/.disabled/* are disabled
node_id = module_name
disabled = True
else:
node_id = module_name
disabled = False
info = resolve_from_path(fullpath)
if info is None:
version = 'unknown'
else:
node_id = info['id'] # robust module guessing
version = info['ver']
return InstalledNodePackage(
id=node_id, fullpath=fullpath, disabled=disabled, version=version
)

View File

@@ -317,7 +317,7 @@ async def share_art(request):
form.add_field("shareWorkflowTitle", title) form.add_field("shareWorkflowTitle", title)
form.add_field("shareWorkflowDescription", description) form.add_field("shareWorkflowDescription", description)
form.add_field("shareWorkflowIsNSFW", str(is_nsfw).lower()) form.add_field("shareWorkflowIsNSFW", str(is_nsfw).lower())
form.add_field("currentSnapshot", json.dumps(core.get_current_snapshot())) form.add_field("currentSnapshot", json.dumps(await core.get_current_snapshot()))
form.add_field("modelsInfo", json.dumps(models_info)) form.add_field("modelsInfo", json.dumps(models_info))
async with session.post( async with session.post(

View File

@@ -1,6 +1,6 @@
import { api } from "../../scripts/api.js"; import { api } from "../../scripts/api.js";
import { app } from "../../scripts/app.js"; import { app } from "../../scripts/app.js";
import { sleep } from "./common.js"; import { sleep, customConfirm, customAlert } from "./common.js";
async function tryInstallCustomNode(event) { async function tryInstallCustomNode(event) {
let msg = '-= [ComfyUI Manager] extension installation request =-\n\n'; let msg = '-= [ComfyUI Manager] extension installation request =-\n\n';
@@ -19,11 +19,10 @@ async function tryInstallCustomNode(event) {
msg += `\n\nRequest message:\n${event.detail.msg}`; msg += `\n\nRequest message:\n${event.detail.msg}`;
if(event.detail.target.installed == 'True') { if(event.detail.target.installed == 'True') {
alert(msg); customAlert(msg);
return; return;
} }
const res = await customConfirm(msg);
let res = confirm(msg);
if(res) { if(res) {
if(event.detail.target.installed == 'Disabled') { if(event.detail.target.installed == 'Disabled') {
const response = await api.fetchApi(`/customnode/toggle_active`, { const response = await api.fetchApi(`/customnode/toggle_active`, {

View File

@@ -11,7 +11,9 @@ import {
showYouMLShareDialog showYouMLShareDialog
} from "./comfyui-share-common.js"; } from "./comfyui-share-common.js";
import { OpenArtShareDialog } from "./comfyui-share-openart.js"; import { OpenArtShareDialog } from "./comfyui-share-openart.js";
import { free_models, install_pip, install_via_git_url, manager_instance, rebootAPI, migrateAPI, setManagerInstance, show_message } from "./common.js"; import {
free_models, install_pip, install_via_git_url, manager_instance,
rebootAPI, migrateAPI, setManagerInstance, show_message, customAlert, customPrompt } from "./common.js";
import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js"; import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js";
import { CustomNodesManager } from "./custom-nodes-manager.js"; import { CustomNodesManager } from "./custom-nodes-manager.js";
import { ModelManager } from "./model-manager.js"; import { ModelManager } from "./model-manager.js";
@@ -41,7 +43,7 @@ docStyle.innerHTML = `
width: 1000px; width: 1000px;
height: 520px; height: 520px;
box-sizing: content-box; box-sizing: content-box;
z-index: 10000; z-index: 1000;
overflow-y: auto; overflow-y: auto;
} }
@@ -49,7 +51,7 @@ docStyle.innerHTML = `
width: 400px; width: 400px;
height: 25px; height: 25px;
box-sizing: border-box; box-sizing: border-box;
z-index: 10000; z-index: 1000;
margin-top: 10px; margin-top: 10px;
margin-bottom: 5px; margin-bottom: 5px;
} }
@@ -101,24 +103,6 @@ docStyle.innerHTML = `
vertical-align: middle; vertical-align: middle;
} }
#cm-channel-badge {
color: white;
background-color: #AA0000;
width: 220px;
height: 23px;
font-size: 13px;
border-radius: 5px;
left: 5px;
top: 5px;
align-content: center;
justify-content: center;
text-align: center;
font-weight: bold;
float: left;
vertical-align: middle;
position: relative;
}
#custom-nodes-grid a { #custom-nodes-grid a {
color: #5555FF; color: #5555FF;
font-weight: bold; font-weight: bold;
@@ -242,7 +226,6 @@ var update_comfyui_button = null;
var switch_comfyui_button = null; var switch_comfyui_button = null;
var fetch_updates_button = null; var fetch_updates_button = null;
var update_all_button = null; var update_all_button = null;
var badge_mode = "none";
let share_option = 'all'; let share_option = 'all';
// copied style from https://github.com/pythongosssss/ComfyUI-Custom-Scripts // copied style from https://github.com/pythongosssss/ComfyUI-Custom-Scripts
@@ -424,14 +407,6 @@ const style = `
} }
`; `;
async function init_badge_mode() {
api.fetchApi('/manager/badge_mode')
.then(response => response.text())
.then(data => { badge_mode = data; })
}
async function init_share_option() { async function init_share_option() {
api.fetchApi('/manager/share_option') api.fetchApi('/manager/share_option')
.then(response => response.text()) .then(response => response.text())
@@ -448,7 +423,6 @@ async function init_notice(notice) {
}) })
} }
await init_badge_mode();
await init_share_option(); await init_share_option();
async function fetchNicknames() { async function fetchNicknames() {
@@ -515,65 +489,6 @@ function getNickname(node, nodename) {
} }
} }
function drawBadge(node, orig, restArgs) {
let ctx = restArgs[0];
const r = orig?.apply?.(node, restArgs);
if (!node.flags.collapsed && badge_mode != 'none' && node.constructor.title_mode != LiteGraph.NO_TITLE) {
let text = "";
if (badge_mode.startsWith('id_nick'))
text = `#${node.id} `;
let nick = node.getNickname();
if (nick) {
if (nick == 'ComfyUI') {
if(badge_mode.endsWith('hide')) {
nick = "";
}
else {
nick = "🦊"
}
}
if (nick.length > 25) {
text += nick.substring(0, 23) + "..";
}
else {
text += nick;
}
}
if (text != "") {
let fgColor = "white";
let bgColor = "#0F1F0F";
let visible = true;
ctx.save();
ctx.font = "12px sans-serif";
const sz = ctx.measureText(text);
ctx.fillStyle = bgColor;
ctx.beginPath();
ctx.roundRect(node.size[0] - sz.width - 12, -LiteGraph.NODE_TITLE_HEIGHT - 20, sz.width + 12, 20, 5);
ctx.fill();
ctx.fillStyle = fgColor;
ctx.fillText(text, node.size[0] - sz.width - 6, -LiteGraph.NODE_TITLE_HEIGHT - 6);
ctx.restore();
if (node.has_errors) {
ctx.save();
ctx.font = "bold 14px sans-serif";
const sz2 = ctx.measureText(node.type);
ctx.fillStyle = 'white';
ctx.fillText(node.type, node.size[0] / 2 - sz2.width / 2, node.size[1] / 2);
ctx.restore();
}
}
}
return r;
}
async function updateComfyUI() { async function updateComfyUI() {
let prev_text = update_comfyui_button.innerText; let prev_text = update_comfyui_button.innerText;
update_comfyui_button.innerText = "Updating ComfyUI..."; update_comfyui_button.innerText = "Updating ComfyUI...";
@@ -610,7 +525,7 @@ async function updateComfyUI() {
function showVersionSelectorDialog(versions, current, onSelect) { function showVersionSelectorDialog(versions, current, onSelect) {
const dialog = new ComfyDialog(); const dialog = new ComfyDialog();
dialog.element.style.zIndex = 100003; dialog.element.style.zIndex = 1100;
dialog.element.style.width = "300px"; dialog.element.style.width = "300px";
dialog.element.style.padding = "0"; dialog.element.style.padding = "0";
dialog.element.style.backgroundColor = "#2a2a2a"; dialog.element.style.backgroundColor = "#2a2a2a";
@@ -710,7 +625,7 @@ function showVersionSelectorDialog(versions, current, onSelect) {
onSelect(selectedVersion); onSelect(selectedVersion);
dialog.close(); dialog.close();
} else { } else {
alert("Please select a version."); customAlert("Please select a version.");
} }
}, },
style: { style: {
@@ -972,8 +887,8 @@ class ManagerMenuDialog extends ComfyDialog {
$el("button.cm-button", { $el("button.cm-button", {
type: "button", type: "button",
textContent: "Install via Git URL", textContent: "Install via Git URL",
onclick: () => { onclick: async () => {
var url = prompt("Please enter the URL of the Git repository to install", ""); var url = await customPrompt("Please enter the URL of the Git repository to install", "");
if (url !== null) { if (url !== null) {
install_via_git_url(url, self); install_via_git_url(url, self);
@@ -1067,32 +982,9 @@ class ManagerMenuDialog extends ComfyDialog {
api.fetchApi(`/manager/preview_method?value=${event.target.value}`); api.fetchApi(`/manager/preview_method?value=${event.target.value}`);
}); });
// nickname
let badge_combo = "";
if(is_legacy_front()) {
badge_combo = document.createElement("select");
badge_combo.setAttribute("title", "Configure the content to be displayed on the badge at the top right corner of the node. The ID is the identifier of the node. If 'hide built-in' is selected, both unknown nodes and built-in nodes will be omitted, making them indistinguishable");
badge_combo.className = "cm-menu-combo";
badge_combo.appendChild($el('option', { value: 'none', text: 'Badge: None' }, []));
badge_combo.appendChild($el('option', { value: 'nick', text: 'Badge: Nickname' }, []));
badge_combo.appendChild($el('option', { value: 'nick_hide', text: 'Badge: Nickname (hide built-in)' }, []));
badge_combo.appendChild($el('option', { value: 'id_nick', text: 'Badge: #ID Nickname' }, []));
badge_combo.appendChild($el('option', { value: 'id_nick_hide', text: 'Badge: #ID Nickname (hide built-in)' }, []));
api.fetchApi('/manager/badge_mode')
.then(response => response.text())
.then(data => { badge_combo.value = data; badge_mode = data; });
badge_combo.addEventListener('change', function (event) {
api.fetchApi(`/manager/badge_mode?value=${event.target.value}`);
badge_mode = event.target.value;
app.graph.setDirtyCanvas(true);
});
}
// channel // channel
let channel_combo = document.createElement("select"); let channel_combo = document.createElement("select");
channel_combo.setAttribute("title", "Configure the channel for retrieving data from the Custom Node list (including missing nodes) or the Model list. Note that the badge utilizes local information."); channel_combo.setAttribute("title", "Configure the channel for retrieving data from the Custom Node list (including missing nodes) or the Model list.");
channel_combo.className = "cm-menu-combo"; channel_combo.className = "cm-menu-combo";
api.fetchApi('/manager/channel_url_list') api.fetchApi('/manager/channel_url_list')
.then(response => response.json()) .then(response => response.json())
@@ -1216,7 +1108,6 @@ class ManagerMenuDialog extends ComfyDialog {
this.datasrc_combo, this.datasrc_combo,
channel_combo, channel_combo,
preview_combo, preview_combo,
badge_combo,
default_ui_combo, default_ui_combo,
share_combo, share_combo,
component_policy_combo, component_policy_combo,
@@ -1240,8 +1131,8 @@ class ManagerMenuDialog extends ComfyDialog {
type: "button", type: "button",
textContent: "Install PIP packages", textContent: "Install PIP packages",
onclick: onclick:
() => { async () => {
var url = prompt("Please enumerate the pip packages to be installed.\n\nExample: insightface opencv-python-headless>=4.1.1\n", ""); var url = await customPrompt("Please enumerate the pip packages to be installed.\n\nExample: insightface opencv-python-headless>=4.1.1\n", "");
if (url !== null) { if (url !== null) {
install_pip(url, self); install_pip(url, self);
@@ -1505,9 +1396,23 @@ class ManagerMenuDialog extends ComfyDialog {
} }
} }
async function getVersion() {
let version = await api.fetchApi(`/manager/version`);
return await version.text();
}
app.registerExtension({ app.registerExtension({
name: "Comfy.ManagerMenu", name: "Comfy.ManagerMenu",
aboutPageBadges: [
{
label: `ComfyUI-Manager ${await getVersion()}`,
url: 'https://github.com/ltdrdata/ComfyUI-Manager',
icon: 'pi pi-th-large'
}
],
init() { init() {
$el("style", { $el("style", {
textContent: style, textContent: style,
@@ -1647,32 +1552,6 @@ app.registerExtension({
this._addExtraNodeContextMenu(nodeType, app); this._addExtraNodeContextMenu(nodeType, app);
}, },
async nodeCreated(node, app) {
if(is_legacy_front()) {
if(!node.badge_enabled) {
node.getNickname = function () { return getNickname(node, node.comfyClass.trim()) };
let orig = node.onDrawForeground;
if(!orig)
orig = node.__proto__.onDrawForeground;
node.onDrawForeground = function (ctx) {
drawBadge(node, orig, arguments)
};
node.badge_enabled = true;
}
}
},
async loadedGraphNode(node, app) {
if(is_legacy_front()) {
if(!node.badge_enabled) {
const orig = node.onDrawForeground;
node.getNickname = function () { return getNickname(node, node.type.trim()) };
node.onDrawForeground = function (ctx) { drawBadge(node, orig, arguments) };
}
}
},
_addExtraNodeContextMenu(node, app) { _addExtraNodeContextMenu(node, app) {
const origGetExtraMenuOptions = node.prototype.getExtraMenuOptions; const origGetExtraMenuOptions = node.prototype.getExtraMenuOptions;
node.prototype.cm_menu_added = true; node.prototype.cm_menu_added = true;

View File

@@ -4,6 +4,7 @@ import { $el, ComfyDialog } from "../../scripts/ui.js";
import { CopusShareDialog } from "./comfyui-share-copus.js"; import { CopusShareDialog } from "./comfyui-share-copus.js";
import { OpenArtShareDialog } from "./comfyui-share-openart.js"; import { OpenArtShareDialog } from "./comfyui-share-openart.js";
import { YouMLShareDialog } from "./comfyui-share-youml.js"; import { YouMLShareDialog } from "./comfyui-share-youml.js";
import { customAlert } from "./common.js";
export const SUPPORTED_OUTPUT_NODE_TYPES = [ export const SUPPORTED_OUTPUT_NODE_TYPES = [
"PreviewImage", "PreviewImage",
@@ -252,9 +253,9 @@ export const showShareDialog = async (share_option) => {
if (potential_output_nodes.length === 0) { if (potential_output_nodes.length === 0) {
// todo: add support for other output node types (animatediff combine, etc.) // todo: add support for other output node types (animatediff combine, etc.)
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", "); const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
alert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`); customAlert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
} else { } else {
alert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported."); customAlert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
} }
return false; return false;
} }
@@ -512,7 +513,7 @@ export class ShareDialogChooser extends ComfyDialog {
} }
show() { show() {
this.element.style.display = "block"; this.element.style.display = "block";
this.element.style.zIndex = 10001; this.element.style.zIndex = 1099;
} }
} }
export class ShareDialog extends ComfyDialog { export class ShareDialog extends ComfyDialog {
@@ -861,7 +862,7 @@ export class ShareDialog extends ComfyDialog {
if (destinations.includes("matrix")) { if (destinations.includes("matrix")) {
let definedMatrixAuth = !!this.matrix_homeserver_input.value && !!this.matrix_username_input.value && !!this.matrix_password_input.value; let definedMatrixAuth = !!this.matrix_homeserver_input.value && !!this.matrix_username_input.value && !!this.matrix_password_input.value;
if (!definedMatrixAuth) { if (!definedMatrixAuth) {
alert("Please set your Matrix account details."); customAlert("Please set your Matrix account details.");
return; return;
} }
} }
@@ -878,9 +879,9 @@ export class ShareDialog extends ComfyDialog {
if (potential_output_nodes.length === 0) { if (potential_output_nodes.length === 0) {
// todo: add support for other output node types (animatediff combine, etc.) // todo: add support for other output node types (animatediff combine, etc.)
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", "); const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
alert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`); customAlert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
} else { } else {
alert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported."); customAlert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
} }
this.selectedOutputIndex = 0; this.selectedOutputIndex = 0;
this.close(); this.close();
@@ -918,16 +919,16 @@ export class ShareDialog extends ComfyDialog {
try { try {
const response_json = await response.json(); const response_json = await response.json();
if (response_json.error) { if (response_json.error) {
alert(response_json.error); customAlert(response_json.error);
this.close(); this.close();
return; return;
} else { } else {
alert("Failed to share your art. Please try again."); customAlert("Failed to share your art. Please try again.");
this.close(); this.close();
return; return;
} }
} catch (e) { } catch (e) {
alert("Failed to share your art. Please try again."); customAlert("Failed to share your art. Please try again.");
this.close(); this.close();
return; return;
} }

View File

@@ -1,5 +1,7 @@
import { app } from "../../scripts/app.js"; import { app } from "../../scripts/app.js";
import { $el, ComfyDialog } from "../../scripts/ui.js"; import { $el, ComfyDialog } from "../../scripts/ui.js";
import { customAlert } from "./common.js";
const env = "prod"; const env = "prod";
let DEFAULT_HOMEPAGE_URL = "https://copus.io"; let DEFAULT_HOMEPAGE_URL = "https://copus.io";
@@ -603,7 +605,7 @@ export class CopusShareDialog extends ComfyDialog {
this.shareButton.textContent = "Sharing..."; this.shareButton.textContent = "Sharing...";
await this.share(); await this.share();
} catch (e) { } catch (e) {
alert(e.message); customAlert(e.message);
} }
this.shareButton.disabled = false; this.shareButton.disabled = false;
this.shareButton.textContent = "Share"; this.shareButton.textContent = "Share";

View File

@@ -1,6 +1,7 @@
import {app} from "../../scripts/app.js"; import {app} from "../../scripts/app.js";
import {api} from "../../scripts/api.js"; import {api} from "../../scripts/api.js";
import {ComfyDialog, $el} from "../../scripts/ui.js"; import {ComfyDialog, $el} from "../../scripts/ui.js";
import { customAlert } from "./common.js";
const LOCAL_STORAGE_KEY = "openart_comfy_workflow_key"; const LOCAL_STORAGE_KEY = "openart_comfy_workflow_key";
const DEFAULT_HOMEPAGE_URL = "https://openart.ai/workflows/dev?developer=true"; const DEFAULT_HOMEPAGE_URL = "https://openart.ai/workflows/dev?developer=true";
@@ -431,7 +432,7 @@ export class OpenArtShareDialog extends ComfyDialog {
this.shareButton.textContent = "Sharing..."; this.shareButton.textContent = "Sharing...";
await this.share(); await this.share();
} catch (e) { } catch (e) {
alert(e.message); customAlert(e.message);
} }
this.shareButton.disabled = false; this.shareButton.disabled = false;
this.shareButton.textContent = "Share"; this.shareButton.textContent = "Share";

View File

@@ -1,6 +1,7 @@
import {app} from "../../scripts/app.js"; import {app} from "../../scripts/app.js";
import {api} from "../../scripts/api.js"; import {api} from "../../scripts/api.js";
import {ComfyDialog, $el} from "../../scripts/ui.js"; import {ComfyDialog, $el} from "../../scripts/ui.js";
import { customAlert } from "./common.js";
const BASE_URL = "https://youml.com"; const BASE_URL = "https://youml.com";
//const BASE_URL = "http://localhost:3000"; //const BASE_URL = "http://localhost:3000";
@@ -347,7 +348,7 @@ export class YouMLShareDialog extends ComfyDialog {
this.shareButton.textContent = "Sharing..."; this.shareButton.textContent = "Sharing...";
await this.share(); await this.share();
} catch (e) { } catch (e) {
alert(e.message); customAlert(e.message);
} finally { } finally {
this.shareButton.disabled = false; this.shareButton.disabled = false;
this.shareButton.textContent = "Share"; this.shareButton.textContent = "Share";

View File

@@ -2,36 +2,174 @@ import { app } from "../../scripts/app.js";
import { api } from "../../scripts/api.js"; import { api } from "../../scripts/api.js";
import { $el, ComfyDialog } from "../../scripts/ui.js"; import { $el, ComfyDialog } from "../../scripts/ui.js";
function internalCustomConfirm(message, confirmMessage, cancelMessage) {
return new Promise((resolve) => {
// transparent bg
const modalOverlay = document.createElement('div');
modalOverlay.style.position = 'fixed';
modalOverlay.style.top = 0;
modalOverlay.style.left = 0;
modalOverlay.style.width = '100%';
modalOverlay.style.height = '100%';
modalOverlay.style.backgroundColor = 'rgba(0, 0, 0, 0.8)';
modalOverlay.style.display = 'flex';
modalOverlay.style.alignItems = 'center';
modalOverlay.style.justifyContent = 'center';
modalOverlay.style.zIndex = '1101';
// Modal window container (dark bg)
const modalDialog = document.createElement('div');
modalDialog.style.backgroundColor = '#333';
modalDialog.style.padding = '20px';
modalDialog.style.borderRadius = '4px';
modalDialog.style.maxWidth = '400px';
modalDialog.style.width = '80%';
modalDialog.style.boxShadow = '0 2px 8px rgba(0, 0, 0, 0.5)';
modalDialog.style.color = '#fff';
// Display message
const modalMessage = document.createElement('p');
modalMessage.textContent = message;
modalMessage.style.margin = '0';
modalMessage.style.padding = '0 0 20px';
modalMessage.style.wordBreak = 'keep-all';
// Button container
const modalButtons = document.createElement('div');
modalButtons.style.display = 'flex';
modalButtons.style.justifyContent = 'flex-end';
// Confirm button (green)
const confirmButton = document.createElement('button');
if(confirmMessage)
confirmButton.textContent = confirmMessage;
else
confirmButton.textContent = 'Confirm';
confirmButton.style.marginLeft = '10px';
confirmButton.style.backgroundColor = '#28a745'; // green
confirmButton.style.color = '#fff';
confirmButton.style.border = 'none';
confirmButton.style.padding = '6px 12px';
confirmButton.style.borderRadius = '4px';
confirmButton.style.cursor = 'pointer';
confirmButton.style.fontWeight = 'bold';
// Cancel button (red)
const cancelButton = document.createElement('button');
if(cancelMessage)
cancelButton.textContent = cancelMessage;
else
cancelButton.textContent = 'Cancel';
cancelButton.style.marginLeft = '10px';
cancelButton.style.backgroundColor = '#dc3545'; // red
cancelButton.style.color = '#fff';
cancelButton.style.border = 'none';
cancelButton.style.padding = '6px 12px';
cancelButton.style.borderRadius = '4px';
cancelButton.style.cursor = 'pointer';
cancelButton.style.fontWeight = 'bold';
const closeModal = () => {
document.body.removeChild(modalOverlay);
};
confirmButton.addEventListener('click', () => {
closeModal();
resolve(true);
});
cancelButton.addEventListener('click', () => {
closeModal();
resolve(false);
});
modalButtons.appendChild(confirmButton);
modalButtons.appendChild(cancelButton);
modalDialog.appendChild(modalMessage);
modalDialog.appendChild(modalButtons);
modalOverlay.appendChild(modalDialog);
document.body.appendChild(modalOverlay);
});
}
export function show_message(msg) { export function show_message(msg) {
app.ui.dialog.show(msg); app.ui.dialog.show(msg);
app.ui.dialog.element.style.zIndex = 10010; app.ui.dialog.element.style.zIndex = 1099;
} }
export async function sleep(ms) { export async function sleep(ms) {
return new Promise(resolve => setTimeout(resolve, ms)); return new Promise(resolve => setTimeout(resolve, ms));
} }
export async function customConfirm(message) {
try {
let res = await
window['app'].extensionManager.dialog
.confirm({
title: 'Confirm',
message: message
});
return res;
}
catch {
let res = await internalCustomConfirm(message);
return res;
}
}
export function customAlert(message) {
try {
window['app'].extensionManager.toast.addAlert(message);
}
catch {
alert(message);
}
}
export async function customPrompt(title, message) {
try {
let res = await
window['app'].extensionManager.dialog
.prompt({
title: title,
message: message
});
return res;
}
catch {
return prompt(title, message)
}
}
export function rebootAPI() { export function rebootAPI() {
if ('electronAPI' in window) { if ('electronAPI' in window) {
window.electronAPI.restartApp(); window.electronAPI.restartApp();
return true; return true;
} }
if (confirm("Are you sure you'd like to reboot the server?")) {
customConfirm("Are you sure you'd like to reboot the server?").then((isConfirmed) => {
if (isConfirmed) {
try { try {
api.fetchApi("/manager/reboot"); api.fetchApi("/manager/reboot");
} }
catch(exception) { catch(exception) {}
}
return true;
} }
});
return false; return false;
} }
export async function migrateAPI() { export async function migrateAPI() {
if (confirm("When performing a migration, existing installed custom nodes will be renamed and the server will be restarted. Are you sure you want to apply this?\n\n(If you don't perform the migration, ComfyUI-Manager's start-up time will be longer each time due to re-checking during startup.)")) { let confirmed = await customConfirm("When performing a migration, existing installed custom nodes will be renamed and the server will be restarted. Are you sure you want to apply this?\n\n(If you don't perform the migration, ComfyUI-Manager's start-up time will be longer each time due to re-checking during startup.)")
if (confirmed) {
try { try {
await api.fetchApi("/manager/migrate_unmanaged_nodes"); await api.fetchApi("/manager/migrate_unmanaged_nodes");
api.fetchApi("/manager/reboot"); api.fetchApi("/manager/reboot");

View File

@@ -1,6 +1,6 @@
import { app } from "../../scripts/app.js"; import { app } from "../../scripts/app.js";
import { api } from "../../scripts/api.js" import { api } from "../../scripts/api.js"
import { sleep, show_message } from "./common.js"; import { sleep, show_message, customConfirm, customAlert } from "./common.js";
import { GroupNodeConfig, GroupNodeHandler } from "../../extensions/core/groupNode.js"; import { GroupNodeConfig, GroupNodeHandler } from "../../extensions/core/groupNode.js";
import { ComfyDialog, $el } from "../../scripts/ui.js"; import { ComfyDialog, $el } from "../../scripts/ui.js";
@@ -365,7 +365,7 @@ function checkVersion(name, component) {
return msg; return msg;
} }
function handle_import_components(components) { async function handle_import_components(components) {
let msg = 'Components:\n'; let msg = 'Components:\n';
let cnt = 0; let cnt = 0;
for(let name in components) { for(let name in components) {
@@ -387,8 +387,9 @@ function handle_import_components(components) {
let last_name = null; let last_name = null;
msg += '\nWill you load components?\n'; msg += '\nWill you load components?\n';
if(confirm(msg)) { const confirmed = await customConfirm(msg);
let mode = confirm('\nWill you save components?\n(cancel=load without save)'); if(confirmed) {
const mode = await customConfirm('\nWill you save components?\n(cancel=load without save)');
for(let name in components) { for(let name in components) {
let component = components[name]; let component = components[name];
@@ -411,7 +412,7 @@ function handle_import_components(components) {
} }
} }
function handlePaste(e) { async function handlePaste(e) {
let data = (e.clipboardData || window.clipboardData); let data = (e.clipboardData || window.clipboardData);
const items = data.items; const items = data.items;
for(const item of items) { for(const item of items) {
@@ -421,7 +422,7 @@ function handlePaste(e) {
let json_data = JSON.parse(data); let json_data = JSON.parse(data);
if(json_data.kind == 'ComfyUI Components' && last_paste_timestamp != json_data.timestamp) { if(json_data.kind == 'ComfyUI Components' && last_paste_timestamp != json_data.timestamp) {
last_paste_timestamp = json_data.timestamp; last_paste_timestamp = json_data.timestamp;
handle_import_components(json_data.components); await handle_import_components(json_data.components);
// disable paste node // disable paste node
localStorage.removeItem("litegrapheditor_clipboard", null); localStorage.removeItem("litegrapheditor_clipboard", null);
@@ -455,7 +456,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
this.invalidateControl(); this.invalidateControl();
this.element.style.display = "block"; this.element.style.display = "block";
this.element.style.zIndex = 10001; this.element.style.zIndex = 1099;
this.element.style.width = "500px"; this.element.style.width = "500px";
this.element.style.height = "480px"; this.element.style.height = "480px";
} }
@@ -621,7 +622,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
self.version_string.value = self.default_ver; self.version_string.value = self.default_ver;
} }
else { else {
alert('If you are not the author, it is not recommended to change the version, as it may cause component update issues.'); customAlert('If you are not the author, it is not recommended to change the version, as it may cause component update issues.');
} }
}; };
@@ -677,7 +678,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
let orig_handleFile = app.handleFile; let orig_handleFile = app.handleFile;
function handleFile(file) { async function handleFile(file) {
if (file.name?.endsWith(".json") || file.name?.endsWith(".pack")) { if (file.name?.endsWith(".json") || file.name?.endsWith(".pack")) {
const reader = new FileReader(); const reader = new FileReader();
reader.onload = async () => { reader.onload = async () => {
@@ -690,7 +691,7 @@ function handleFile(file) {
} }
if(is_component) { if(is_component) {
handle_import_components(jsonContent); await handle_import_components(jsonContent);
} }
else { else {
orig_handleFile.call(app, file); orig_handleFile.call(app, file);

View File

@@ -4,7 +4,7 @@ import { api } from "../../scripts/api.js";
import { import {
manager_instance, rebootAPI, install_via_git_url, manager_instance, rebootAPI, install_via_git_url,
fetchData, md5, icons, show_message fetchData, md5, icons, show_message, customConfirm, customAlert, customPrompt
} from "./common.js"; } from "./common.js";
// https://cenfun.github.io/turbogrid/api.html // https://cenfun.github.io/turbogrid/api.html
@@ -13,7 +13,7 @@ import TG from "./turbogrid.esm.js";
const pageCss = ` const pageCss = `
.cn-manager { .cn-manager {
--grid-font: -apple-system, BlinkMacSystemFont, "Segue UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --grid-font: -apple-system, BlinkMacSystemFont, "Segue UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
z-index: 10001; z-index: 1099;
width: 80%; width: 80%;
height: 80%; height: 80%;
display: flex; display: flex;
@@ -55,6 +55,18 @@ const pageCss = `
color: white; color: white;
} }
.cn-manager .cn-manager-back {
align-items: center;
justify-content: center;
}
.arrow-icon {
height: 1em;
width: 1em;
margin-right: 5px;
transform: translateY(2px);
}
.cn-manager-header { .cn-manager-header {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@@ -325,7 +337,12 @@ const pageHtml = `
<div class="cn-manager-selection"></div> <div class="cn-manager-selection"></div>
<div class="cn-manager-message"></div> <div class="cn-manager-message"></div>
<div class="cn-manager-footer"> <div class="cn-manager-footer">
<button class="cn-manager-back">◀ Back</button> <button class="cn-manager-back">
<svg class="arrow-icon" width="14" height="14" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 8H18M2 8L8 2M2 8L8 14" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
Back
</button>
<button class="cn-manager-restart">Restart</button> <button class="cn-manager-restart">Restart</button>
<div class="cn-flex-auto"></div> <div class="cn-flex-auto"></div>
<button class="cn-manager-check-update">Check Update</button> <button class="cn-manager-check-update">Check Update</button>
@@ -389,7 +406,7 @@ export class CustomNodesManager {
showVersionSelectorDialog(versions, onSelect) { showVersionSelectorDialog(versions, onSelect) {
const dialog = new ComfyDialog(); const dialog = new ComfyDialog();
dialog.element.style.zIndex = 100003; dialog.element.style.zIndex = 1100;
dialog.element.style.width = "300px"; dialog.element.style.width = "300px";
dialog.element.style.padding = "0"; dialog.element.style.padding = "0";
dialog.element.style.backgroundColor = "#2a2a2a"; dialog.element.style.backgroundColor = "#2a2a2a";
@@ -489,7 +506,7 @@ export class CustomNodesManager {
onSelect(selectedVersion); onSelect(selectedVersion);
dialog.close(); dialog.close();
} else { } else {
alert("Please select a version."); customAlert("Please select a version.");
} }
}, },
style: { style: {
@@ -753,8 +770,8 @@ export class CustomNodesManager {
}, },
".cn-manager-install-url": { ".cn-manager-install-url": {
click: (e) => { click: async (e) => {
const url = prompt("Please enter the URL of the Git repository to install", ""); const url = await customPrompt("Please enter the URL of the Git repository to install", "");
if (url !== null) { if (url !== null) {
install_via_git_url(url, this.manager_dialog); install_via_git_url(url, this.manager_dialog);
} }
@@ -1173,7 +1190,7 @@ export class CustomNodesManager {
version_cnt++; version_cnt++;
} }
if(rowItem.cnr_latest != rowItem.originalData.active_version) { if(rowItem.cnr_latest != rowItem.originalData.active_version && obj.length > 0) {
versions.push('latest'); versions.push('latest');
} }
} }
@@ -1200,14 +1217,18 @@ export class CustomNodesManager {
if(mode === "uninstall") { if(mode === "uninstall") {
title = title || `${list.length} custom nodes`; title = title || `${list.length} custom nodes`;
if (!confirm(`Are you sure uninstall ${title}?`)) {
const confirmed = await customConfirm(`Are you sure uninstall ${title}?`);
if (!confirmed) {
return; return;
} }
} }
if(mode === "reinstall") { if(mode === "reinstall") {
title = title || `${list.length} custom nodes`; title = title || `${list.length} custom nodes`;
if (!confirm(`Are you sure reinstall ${title}?`)) {
const confirmed = await customConfirm(`Are you sure reinstall ${title}?`);
if (!confirmed) {
return; return;
} }
} }
@@ -1522,6 +1543,9 @@ export class CustomNodesManager {
for (const k in node_packs) { for (const k in node_packs) {
let item = node_packs[k]; let item = node_packs[k];
item.originalData = JSON.parse(JSON.stringify(item)); item.originalData = JSON.parse(JSON.stringify(item));
if(item.originalData.id == undefined) {
item.originalData.id = k;
}
item.hash = md5(k); item.hash = md5(k);
} }

View File

@@ -10,7 +10,7 @@ import TG from "./turbogrid.esm.js";
const pageCss = ` const pageCss = `
.cmm-manager { .cmm-manager {
--grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; --grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
z-index: 10001; z-index: 1099;
width: 80%; width: 80%;
height: 80%; height: 80%;
display: flex; display: flex;

View File

@@ -291,7 +291,7 @@ export class SnapshotManager extends ComfyDialog {
try { try {
this.invalidateControl(); this.invalidateControl();
this.element.style.display = "block"; this.element.style.display = "block";
this.element.style.zIndex = 10001; this.element.style.zIndex = 1099;
} }
catch(exception) { catch(exception) {
app.ui.dialog.show(`Failed to get external model list. / ${exception}`); app.ui.dialog.show(`Failed to get external model list. / ${exception}`);

View File

@@ -47,7 +47,7 @@ class WorkflowMetadataExtension {
const modules = nodeData.python_module.split("."); const modules = nodeData.python_module.split(".");
if (modules[0] === "custom_nodes") { if (modules[0] === "custom_nodes") {
const nodePackageName = modules[1].split("@")[0]; const nodePackageName = modules[1];
const nodeVersion = this.installedNodeVersions[nodePackageName]; const nodeVersion = this.installedNodeVersions[nodePackageName];
nodeVersions[nodePackageName] = nodeVersion; nodeVersions[nodePackageName] = nodeVersion;
} else if (["nodes", "comfy_extras"].includes(modules[0])) { } else if (["nodes", "comfy_extras"].includes(modules[0])) {

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

View File

@@ -3943,8 +3943,9 @@
"url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp32.safetensors", "url": "https://huggingface.co/Kijai/DepthAnythingV2-safetensors/resolve/main/depth_anything_v2_vits_fp32.safetensors",
"size": "99.2MB" "size": "99.2MB"
}, },
{ {
"name": "PixArt-Sigma-XL-2-1024-MS.pth", "name": "PixArt-Sigma-XL-2-1024-MS.pth (checkpoint)",
"type": "checkpoint", "type": "checkpoint",
"base": "pixart-sigma", "base": "pixart-sigma",
"save_path": "checkpoints/PixArt-Sigma", "save_path": "checkpoints/PixArt-Sigma",
@@ -3955,6 +3956,41 @@
"size": "2.47GB" "size": "2.47GB"
}, },
{
"name": "PixArt-Sigma-XL-2-512-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS",
"filename": "PixArt-Sigma-XL-2-512-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-Sigma-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
"filename": "PixArt-Sigma-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-alpha",
"save_path": "diffusion_models/PixArt-Alpha",
"description": "PixArt-Alpha Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS",
"filename": "PixArt-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.45GB"
},
{ {
"name": "hunyuan_dit_1.2.safetensors", "name": "hunyuan_dit_1.2.safetensors",
"type": "checkpoint", "type": "checkpoint",
@@ -3989,6 +4025,52 @@
"size": "8.24GB" "size": "8.24GB"
}, },
{
"name": "Comfy-Org/hunyuan_video_t2v_720p_bf16.safetensors",
"type": "diffusion_model",
"base": "Hunyuan Video",
"save_path": "diffusion_models/hunyuan_video",
"description": "Huyuan Video diffusion model. repackaged version.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "hunyuan_video_t2v_720p_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/diffusion_models/hunyuan_video_t2v_720p_bf16.safetensors",
"size": "25.6GB"
},
{
"name": "Comfy-Org/hunyuan_video_vae_bf16.safetensors",
"type": "VAE",
"base": "Hunyuan Video",
"save_path": "VAE",
"description": "Huyuan Video VAE model. repackaged version.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "hunyuan_video_vae_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/vae/hunyuan_video_vae_bf16.safetensors",
"size": "493MB"
},
{
"name": "Comfy-Org/llava_llama3_fp8_scaled.safetensors",
"type": "clip",
"base": "LLaVA-Llama-3",
"save_path": "text_encoders",
"description": "llava_llama3_fp8_scaled text encoder model. This is required for using Hunyuan Video.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "llava_llama3_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp8_scaled.safetensors",
"size": "9.09GB"
},
{
"name": "Comfy-Org/llava_llama3_fp16.safetensors",
"type": "clip",
"base": "LLaVA-Llama-3",
"save_path": "text_encoders",
"description": "llava_llama3_fp16 text encoder model. This is required for using Hunyuan Video.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "llava_llama3_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp16.safetensors",
"size": "16.1GB"
},
{ {
"name": "FLUX.1 [Schnell] Diffusion model", "name": "FLUX.1 [Schnell] Diffusion model",
"type": "diffusion_model", "type": "diffusion_model",
@@ -4552,6 +4634,97 @@
"filename": "ltx-video-2b-v0.9.safetensors", "filename": "ltx-video-2b-v0.9.safetensors",
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors", "url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.safetensors",
"size": "9.37GB" "size": "9.37GB"
},
{
"name": "LTX-Video 2B v0.9.1 Checkpoint",
"type": "checkpoint",
"base": "LTX-Video",
"save_path": "checkpoints/LTXV",
"description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.",
"reference": "https://huggingface.co/Lightricks/LTX-Video",
"filename": "ltx-video-2b-v0.9.1.safetensors",
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.1.safetensors",
"size": "5.72GB"
},
{
"name": "XLabs-AI/flux-canny-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-canny-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-canny-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/flux-depth-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-depth-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-depth-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/flux-hed-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-hed-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-hed-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/realism_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "realism_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/art_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "art_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/mjv6_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "mjv6_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/flux-ip-adapter",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/ipadapters",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-ip-adapter",
"filename": "ip_adapter.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-ip-adapter/resolve/main/ip_adapter.safetensors",
"size": "982MB"
} }
] ]
} }

View File

@@ -11,6 +11,297 @@
{
"author": "power88",
"title": "ComfyUI-PDiD-Nodes [WIP]",
"reference": "https://github.com/power88/ComfyUI-PDiD-Nodes",
"files": [
"https://github.com/power88/ComfyUI-PDiD-Nodes"
],
"install_type": "git-clone",
"description": "NODES: Get Image Size, Check Character Tag, Nearest SDXL Resolution divided by 64, Get Image Main Color, Blend Images, List Operations, Make Image Gray.\nNOTE: not working"
},
{
"author": "FinetunersAI",
"title": "ComfyUI Finetuners [WIP]",
"reference": "https://github.com/FinetunersAI/finetuners",
"files": [
"https://github.com/FinetunersAI/finetuners"
],
"install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI to enhance your workflow.\nNOTE: The files in the repo are not organized."
},
{
"author": "sourceful-official",
"title": "ComfyUI_InstructPixToPixConditioningLatent [WIP]",
"reference": "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent",
"files": [
"https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent"
],
"description": "ComfyUI-ComfyUI_InstructPixToPixConditioningLatent\nNOTE:invalid pyproject.toml",
"install_type": "git-clone"
},
{
"author": "fritzprix",
"title": "ComfyUI-LLM-Utils [WIP]",
"reference": "https://github.com/fritzprix/ComfyUI-LLM-Utils",
"files": [
"https://github.com/fritzprix/ComfyUI-LLM-Utils"
],
"install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI focused on text and LLM-related operations\nNOTE: The files in the repo are not organized."
},
{
"author": "ciga2011",
"title": "ComfyUI-AppGen [UNSAFE]",
"reference": "https://github.com/ciga2011/ComfyUI-AppGen",
"files": [
"https://github.com/ciga2011/ComfyUI-AppGen"
],
"install_type": "git-clone",
"description": "A ComfyUI node pack designed to generate and edit Single Page Applications (SPAs) using natural language.[w/This extension allows arbitrary JavaScript code to be executed through the execution of workflows.]"
},
{
"author": "DraconicDragon",
"title": "ComfyUI e621 booru Toolkit",
"reference": "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit",
"files": [
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit"
],
"install_type": "git-clone",
"description": "for now: just custom node(s) to fetch tags from a given danbooru (soon e621 too) post link\ncurrently only supports danbooru-style urls + api response formats\nthis repo is a rewrite of: [a/https://github.com/yffyhk/comfyui_auto_danbooru](https://github.com/yffyhk/comfyui_auto_danbooru)"
},
{
"author": "ai-business-hql",
"title": "comfyUIAgent [WIP]",
"reference": "https://github.com/ai-business-hql/comfyUIAgent",
"files": [
"https://github.com/ai-business-hql/comfyUIAgent"
],
"install_type": "git-clone",
"description": "test"
},
{
"author": "Grey3016",
"title": "Save2Icon",
"reference": "https://github.com/Grey3016/Save2Icon",
"files": [
"https://github.com/Grey3016/Save2Icon"
],
"install_type": "git-clone",
"description": "NODES: Save2Icon"
},
{
"author": "sh570655308",
"title": "ComfyUI-TopazVideoAI [WIP]",
"reference": "https://github.com/sh570655308/ComfyUI-TopazVideoAI",
"files": [
"https://github.com/sh570655308/ComfyUI-TopazVideoAI"
],
"install_type": "git-clone",
"description": "NODES: Topaz Video AI (Upscale & Frame Interpolation)\nNOTE1:Requirements: Licensed installation of TopazVideoAI\nNOTE2: The files in the repo are not organized."
},
{
"author": "Chargeuk",
"title": "ComfyUI-vts-nodes [WIP]",
"reference": "https://github.com/Chargeuk/ComfyUI-vts-nodes",
"files": [
"https://github.com/Chargeuk/ComfyUI-vts-nodes"
],
"install_type": "git-clone",
"description": "NODES: Clean Text, Color Mask To Mask, Conditioning Set Batch Mask, Merge Delimited Text, Reduce Batch Size, Text To Batch Prompt, To Text, "
},
{
"author": "ryanontheinside",
"title": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]",
"reference": "https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt",
"files": [
"https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt"
],
"install_type": "git-clone",
"description": "ComfyUI YOLO NAS Object Detection with TensorRT"
},
{
"author": "steelan9199",
"title": "ComfyUI-Teeth [UNSAFE]",
"reference": "https://github.com/steelan9199/ComfyUI-Teeth",
"files": [
"https://github.com/steelan9199/ComfyUI-Teeth"
],
"install_type": "git-clone",
"description": "Run Python code, Outline, List, Four-quadrant grid, Nine-square grid[w/This extension poses a risk of executing arbitrary commands through workflow execution. Please be cautious.]"
},
{
"author": "aiden1020",
"title": "ComfyUI_Artcoder [WIP]",
"reference": "https://github.com/aiden1020/ComfyUI_Artcoder",
"files": [
"https://github.com/aiden1020/ComfyUI_Artcoder"
],
"install_type": "git-clone",
"description": "This project is a custom node for ComfyUI that uses [a/ArtCoder](https://arxiv.org/abs/2011.07815) [CVPR 2021] to refine videos generated by [a/AnimateDiff](https://arxiv.org/abs/2307.04725) [ICLR2024 Spotlight] or the other video. The node is to transform these videos into functional QR code videos that can be scanned.\nNOTE: The files in the repo are not organized."
},
{
"author": "A4P7J1N7M05OT",
"title": "ComfyUI-ManualSigma",
"reference": "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma",
"files": [
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma"
],
"install_type": "git-clone",
"description": "NODES: Manual Sigma"
},
{
"author": "neverbiasu",
"title": "ComfyUI-StereoCrafter [WIP]",
"reference": "https://github.com/neverbiasu/ComfyUI-StereoCrafter",
"files": [
"https://github.com/neverbiasu/ComfyUI-StereoCrafter"
],
"install_type": "git-clone",
"description": "NODES: Depth Splatting Model Loader, Depth Splatting Node, Inpainting Inference Node"
},
{
"author": "watarika",
"title": "ComfyUI-exit [UNSAFE]",
"reference": "https://github.com/watarika/ComfyUI-exit",
"files": [
"https://github.com/watarika/ComfyUI-exit"
],
"install_type": "git-clone",
"description": "Custom node to handle text.[w/This custom node includes a custom node that can terminate ComfyUI.]"
},
{
"author": "watarika",
"title": "ComfyUI-Text-Utility [UNSAFE]",
"reference": "https://github.com/watarika/ComfyUI-Text-Utility",
"files": [
"https://github.com/watarika/ComfyUI-Text-Utility"
],
"install_type": "git-clone",
"description": "Custom node to handle text.[w/This node pack contains a custom node that poses a security risk by providing the ability to read text from arbitrary paths.]"
},
{
"author": "mehbebe",
"title": "ComfyLoraGallery [WIP]",
"reference": "https://github.com/mehbebe/ComfyLoraGallery",
"files": [
"https://github.com/mehbebe/ComfyLoraGallery"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that will provide a gallery style lora selector similar to the 'lora' tab in Automatic1111."
},
{
"author": "karthikg-09",
"title": "ComfyUI-KG09 [WIP]",
"reference": "https://github.com/karthikg-09/ComfyUI-3ncrypt",
"files": [
"https://github.com/karthikg-09/ComfyUI-3ncrypt"
],
"install_type": "git-clone",
"description": "NODES: Save Image+[w/The web extension of this node pack modifies part of ComfyUI's asset files.]"
},
{
"author": "AustinMroz",
"title": "ComfyUI-MinCache",
"id": "comfyui-mincache",
"reference": "https://github.com/AustinMroz/ComfyUI-MinCache",
"files": [
"https://github.com/AustinMroz/ComfyUI-MinCache"
],
"install_type": "git-clone",
"description": "Modifies execution to minimize RAM at the cost of performance"
},
{
"author": "glamorfleet0i",
"title": "ComfyUI Firewall",
"reference": "https://github.com/glamorfleet0i/ComfyUI-Firewall",
"files": [
"https://github.com/glamorfleet0i/ComfyUI-Firewall"
],
"install_type": "git-clone",
"description": "A very basic firewall-like middleware that restricts access to your ComfyUI server based on a list of specified IP addresses. As this is configured as middleware, the firewall will restrict both the web UI and any API endpoints."
},
{
"author": "warshanks",
"title": "Shank-Tools",
"reference": "https://github.com/warshanks/Shank-Tools",
"files": [
"https://github.com/warshanks/Shank-Tools"
],
"install_type": "git-clone",
"description": "NODES: Tile Calculator"
},
{
"author": "BaronVonBoolean",
"title": "ComfyUI-FileOps [UNSAFE]",
"reference": "https://github.com/BaronVonBoolean/ComfyUI-FileOps",
"files": [
"https://github.com/BaronVonBoolean/ComfyUI-FileOps"
],
"install_type": "git-clone",
"description": "NODES: File Mv, File Path, File Dir.\n[w/This is dangerous as it provides the ability to manipulate arbitrary user files.]"
},
{
"author": "scottmudge",
"title": "ComfyUI_BiscuitNodes",
"reference": "https://github.com/scottmudge/ComfyUI_BiscuitNodes",
"files": [
"https://github.com/scottmudge/ComfyUI_BiscuitNodes"
],
"install_type": "git-clone",
"description": "Load Image From Path Using File Selector"
},
{
"author": "JissiChoi",
"title": "ComfyUI-Jissi-List [WIP]",
"reference": "https://github.com/JissiChoi/ComfyUI-Jissi-List",
"files": [
"https://github.com/JissiChoi/ComfyUI-Jissi-List"
],
"install_type": "git-clone",
"description": "Data List Management for ComfyUI\nNOTE: The files in the repo are not organized."
},
{
"author": "Maxim-Dey",
"title": "ComfyUI-MS_Tools [WIP]",
"reference": "https://github.com/Maxim-Dey/ComfyUI-MaksiTools",
"files": [
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools"
],
"install_type": "git-clone",
"description": "NODES: MS Time Measure NodeMaksiTools"
},
{
"author": "jammyfu",
"title": "ComfyUI PaintingCoderUtils Nodes [WIP]",
"reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils",
"files": [
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
],
"install_type": "git-clone",
"description": "A collection of utility nodes designed for ComfyUI, offering convenient image processing tools.\nNOTE: The files in the repo are not organized.\nNOTE: The files in the repo are not organized."
},
{
"author": "krich-cto",
"title": "ComfyUI Flow Control [UNSTABLE]",
"reference": "https://github.com/krich-cto/ComfyUI-Flow-Control",
"files": [
"https://github.com/krich-cto/ComfyUI-Flow-Control"
],
"install_type": "git-clone",
"description": "This is an Extension for ComfyUI. This project will help you control the flow logic via many controls.[w/Installing this custom node currently causes a conflict with the UnetLoaderGGUF of ComfyUI-GGUF.]"
},
{
"author": "dihan",
"title": "ComfyUI Random Keypoints for InstantID [WIP]",
"reference": "https://github.com/dihan/comfyui-random-kps",
"files": [
"https://github.com/dihan/comfyui-random-kps"
],
"install_type": "git-clone",
"description": "A custom node for ComfyUI that generates random facial keypoints compatible with InstantID.\nNOTE: The files in the repo are not organized."
},
{ {
"author": "emranemran", "author": "emranemran",
"title": "ComfyUI-FasterLivePortrait", "title": "ComfyUI-FasterLivePortrait",
@@ -82,16 +373,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: AD_BatchImageLoadFromDir, AD_DeleteLocalAny, AD_TextListToString, AD_AnyFileList, AD_ZipSave, AD_ImageSaver, AD_FluxTrainStepMath, AD_TextSaver, AD_PromptReplace.\nNOTE: This node pack includes nodes that can delete arbitrary files." "description": "NODES: AD_BatchImageLoadFromDir, AD_DeleteLocalAny, AD_TextListToString, AD_AnyFileList, AD_ZipSave, AD_ImageSaver, AD_FluxTrainStepMath, AD_TextSaver, AD_PromptReplace.\nNOTE: This node pack includes nodes that can delete arbitrary files."
}, },
{
"author": "jefferyharrell",
"title": "ComfyUI_XMPMetadataNodes",
"reference": "https://github.com/jefferyharrell/ComfyUI_XMPMetadataNodes",
"files": [
"https://github.com/jefferyharrell/ComfyUI_XMPMetadataNodes"
],
"install_type": "git-clone",
"description": "NODES: Format Instructions, Path to Stem, Save Image With XMP Metadata, Load Image With XMP Metadata, Get Widget Value (String/Integer/Float), ..."
},
{ {
"author": "backearth1", "author": "backearth1",
"title": "Comfyui-MiniMax-Video [WIP]", "title": "Comfyui-MiniMax-Video [WIP]",
@@ -123,16 +404,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes to use [a/MMAudio](https://github.com/hkchengrex/MMAudio)" "description": "ComfyUI nodes to use [a/MMAudio](https://github.com/hkchengrex/MMAudio)"
}, },
{
"author": "Aksaz",
"title": "seamless-clone-comfyui",
"reference": "https://github.com/Aksaz/seamless-clone-comfyui",
"files": [
"https://github.com/Aksaz/seamless-clone-comfyui"
],
"install_type": "git-clone",
"description": "NODES: Seamless Cloning"
},
{ {
"author": "kuschanow", "author": "kuschanow",
"title": "ComfyUI-SD-Slicer", "title": "ComfyUI-SD-Slicer",
@@ -213,16 +484,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "This repo contains signal processing nodes for ComfyUI allowing for audio manipulation." "description": "This repo contains signal processing nodes for ComfyUI allowing for audio manipulation."
}, },
{
"author": "Aksaz",
"title": "seamless-clone-comfyui",
"reference": "https://github.com/Aksaz/seamless-clone-comfyui",
"files": [
"https://github.com/Aksaz/seamless-clone-comfyui"
],
"install_type": "git-clone",
"description": "NODES: Seamless Cloning"
},
{ {
"author": "Junst", "author": "Junst",
"title": "ComfyUI-PNG2SVG2PNG", "title": "ComfyUI-PNG2SVG2PNG",
@@ -251,7 +512,7 @@
"https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset" "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: MojenLogPercent, MojenTagProcessor, MojenStyleExtractor, MojenAnalyzeProcessor" "description": "A collection of powerful, versatile, and community-driven custom nodes for ComfyUI, designed to elevate AI workflows!"
}, },
{ {
"author": "kijai", "author": "kijai",
@@ -966,7 +1227,7 @@
"https://github.com/wilzamguerrero/Comfyui-zZzZz" "https://github.com/wilzamguerrero/Comfyui-zZzZz"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Download Z, Compress Z, Move Z, Delete Z, Rename Z, Create Z" "description": "NODES:Download Z, Compress Z, Move Z, Delete Z, Rename Z, Create Z, Infinite Z, Share Screen Z"
}, },
{ {
"author": "monate0615", "author": "monate0615",
@@ -1603,16 +1864,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]" "description": "ComfyUI_EnvAutopsyAPI is a powerful debugging tool designed for ComfyUI that provides in-depth analysis of your environment and dependencies through an API interface. This tool allows you to inspect environment variables, pip packages, and dependency trees, making it easier to diagnose and resolve issues in your ComfyUI setup.[w/This tool may expose sensitive system information if used on a public server. MUST READ [a/THIS](https://github.com/chrisdreid/ComfyUI_EnvAutopsyAPI#%EF%B8%8F-warning-security-risk-%EF%B8%8F) before install.]"
}, },
{
"author": "neuratech-ai",
"title": "ComfyUI-MultiGPU",
"reference": "https://github.com/neuratech-ai/ComfyUI-MultiGPU",
"files": [
"https://github.com/neuratech-ai/ComfyUI-MultiGPU"
],
"install_type": "git-clone",
"description": "Experimental nodes for using multiple GPUs in a single ComfyUI workflow.\nThis extension adds new nodes for model loading that allow you to specify the GPU to use for each model. It monkey patches the memory management of ComfyUI in a hacky way and is neither a comprehensive solution nor a well-tested one. Use at your own risk.\nNote that this does not add parallelism. The workflow steps are still executed sequentially just on different GPUs. Any potential speedup comes from not having to constantly load and unload models from VRAM."
},
{ {
"author": "Futureversecom", "author": "Futureversecom",
"title": "ComfyUI-JEN", "title": "ComfyUI-JEN",

View File

@@ -154,6 +154,14 @@
"title_aux": "ComfyUI_Fooocus" "title_aux": "ComfyUI_Fooocus"
} }
], ],
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [
[
"ManualSigma"
],
{
"title_aux": "ComfyUI-ManualSigma"
}
],
"https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": [ "https://github.com/A719689614/ComfyUI_AC_FUNV8Beta1": [
[ [
"\u2b1b(TODO)AC_Super_Come_Ckpt", "\u2b1b(TODO)AC_Super_Come_Ckpt",
@@ -319,14 +327,6 @@
"title_aux": "comfyui-textools [WIP]" "title_aux": "comfyui-textools [WIP]"
} }
], ],
"https://github.com/Aksaz/seamless-clone-comfyui": [
[
"Seamless Cloning"
],
{
"title_aux": "seamless-clone-comfyui"
}
],
"https://github.com/AlexXi19/ComfyUI-OpenAINode": [ "https://github.com/AlexXi19/ComfyUI-OpenAINode": [
[ [
"ImageWithPrompt", "ImageWithPrompt",
@@ -418,6 +418,16 @@
"title_aux": "execution-inversion-demo-comfyui" "title_aux": "execution-inversion-demo-comfyui"
} }
], ],
"https://github.com/BaronVonBoolean/ComfyUI-FileOps": [
[
"File Mv",
"File Path",
"Make Dir"
],
{
"title_aux": "ComfyUI-FileOps [UNSAFE]"
}
],
"https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [ "https://github.com/BenjaMITM/ComfyUI_On_The_Fly_Wildcards": [
[ [
"Display String", "Display String",
@@ -497,6 +507,22 @@
"title_aux": "ComfyUI_bd_customNodes" "title_aux": "ComfyUI_bd_customNodes"
} }
], ],
"https://github.com/Chargeuk/ComfyUI-vts-nodes": [
[
"VTS Clean Text",
"VTS Clip Text Encode",
"VTS Color Mask To Mask",
"VTS Conditioning Set Batch Mask",
"VTS Images Crop From Masks",
"VTS Merge Delimited Text",
"VTS Reduce Batch Size",
"VTS To Text",
"Vts Text To Batch Prompt"
],
{
"title_aux": "ComfyUI-vts-nodes [WIP]"
}
],
"https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [ "https://github.com/ChrisColeTech/ComfyUI-Get-Random-File": [
[ [
"Get Image File By Index", "Get Image File By Index",
@@ -538,8 +564,10 @@
"DevToolsNodeWithOnlyOptionalInput", "DevToolsNodeWithOnlyOptionalInput",
"DevToolsNodeWithOptionalInput", "DevToolsNodeWithOptionalInput",
"DevToolsNodeWithOutputList", "DevToolsNodeWithOutputList",
"DevToolsNodeWithSeedInput",
"DevToolsNodeWithStringInput", "DevToolsNodeWithStringInput",
"DevToolsNodeWithUnionInput", "DevToolsNodeWithUnionInput",
"DevToolsObjectPatchNode",
"DevToolsSimpleSlider" "DevToolsSimpleSlider"
], ],
{ {
@@ -626,16 +654,34 @@
"title_aux": "ComfyUI_LineBreakInserter" "title_aux": "ComfyUI_LineBreakInserter"
} }
], ],
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": [
[
"GetBooruPost",
"TagEncode"
],
{
"title_aux": "ComfyUI e621 booru Toolkit"
}
],
"https://github.com/Eagle-CN/ComfyUI-Addoor": [ "https://github.com/Eagle-CN/ComfyUI-Addoor": [
[ [
"AD_AnyFileList", "AD_AnyFileList",
"AD_BatchImageLoadFromDir", "AD_BatchImageLoadFromDir",
"AD_CSVPromptStyler",
"AD_CSVReader",
"AD_CSVTranslator",
"AD_DeleteLocalAny", "AD_DeleteLocalAny",
"AD_FluxTrainStepMath", "AD_FluxTrainStepMath",
"AD_HFDownload",
"AD_ImageDrawRectangleSimple",
"AD_ImageIndexer",
"AD_ImageSaver", "AD_ImageSaver",
"AD_LoadImageAdvanced",
"AD_PromptReplace", "AD_PromptReplace",
"AD_TextIndexer",
"AD_TextListToString", "AD_TextListToString",
"AD_TextSaver", "AD_TextSaver",
"AD_TxtToCSVCombiner",
"AD_ZipSave" "AD_ZipSave"
], ],
{ {
@@ -700,6 +746,16 @@
"title_aux": "Fast Group Link [WIP]" "title_aux": "Fast Group Link [WIP]"
} }
], ],
"https://github.com/FinetunersAI/finetuners": [
[
"AutoImageResize",
"GroupLink",
"VariablesInjector"
],
{
"title_aux": "ComfyUI Finetuners [WIP]"
}
],
"https://github.com/Fucci-Mateo/ComfyUI-Airtable": [ "https://github.com/Fucci-Mateo/ComfyUI-Airtable": [
[ [
"Push pose to Airtable" "Push pose to Airtable"
@@ -725,6 +781,14 @@
"title_aux": "ComfyUI-LivePortraitKJ-MPS" "title_aux": "ComfyUI-LivePortraitKJ-MPS"
} }
], ],
"https://github.com/Grey3016/Save2Icon": [
[
"Save2Icon"
],
{
"title_aux": "Save2Icon"
}
],
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
[ [
"GHImg_Sizer", "GHImg_Sizer",
@@ -837,6 +901,21 @@
"title_aux": "ComfyUI-SaveImagePlus" "title_aux": "ComfyUI-SaveImagePlus"
} }
], ],
"https://github.com/JissiChoi/ComfyUI-Jissi-List": [
[
"JissiFloatList",
"JissiList",
"JissiMatching",
"JissiMultiplePrompts",
"JissiText",
"JissiTextFileToListDisplay",
"JissiTextTemplate",
"JissiView"
],
{
"title_aux": "ComfyUI-Jissi-List [WIP]"
}
],
"https://github.com/Jordach/comfy-consistency-vae": [ "https://github.com/Jordach/comfy-consistency-vae": [
[ [
"Comfy_ConsistencyVAE" "Comfy_ConsistencyVAE"
@@ -1008,6 +1087,14 @@
"title_aux": "ComfyUI-MoviePy" "title_aux": "ComfyUI-MoviePy"
} }
], ],
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools": [
[
"MT Time Measure Node"
],
{
"title_aux": "ComfyUI-MS_Tools [WIP]"
}
],
"https://github.com/MrAdamBlack/CheckProgress": [ "https://github.com/MrAdamBlack/CheckProgress": [
[ [
"CHECK_PROGRESS" "CHECK_PROGRESS"
@@ -1169,9 +1256,12 @@
"https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": [ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": [
[ [
"MojenAnalyzeProcessor", "MojenAnalyzeProcessor",
"MojenAspectRatio",
"MojenImageLoader",
"MojenLogPercent", "MojenLogPercent",
"MojenNSFWClassifier", "MojenNSFWClassifier",
"MojenNSFWClassifierSave", "MojenNSFWClassifierSave",
"MojenStringLength",
"MojenStyleExtractor", "MojenStyleExtractor",
"MojenTagProcessor" "MojenTagProcessor"
], ],
@@ -1188,8 +1278,11 @@
"Clip Tokens Encode (Shinsplat)", "Clip Tokens Encode (Shinsplat)",
"Green Box (Shinsplat)", "Green Box (Shinsplat)",
"Hex To Other (Shinsplat)", "Hex To Other (Shinsplat)",
"KSampler (Shinsplat)",
"Lora Loader (Shinsplat)", "Lora Loader (Shinsplat)",
"Nupoma (Shinsplat)",
"Seed (Shinsplat)", "Seed (Shinsplat)",
"Shinsplat_CLIPTextEncodeFlux",
"String Interpolated (Shinsplat)", "String Interpolated (Shinsplat)",
"Sum Wrap (Shinsplat)", "Sum Wrap (Shinsplat)",
"Tensor Toys (Shinsplat)", "Tensor Toys (Shinsplat)",
@@ -1381,6 +1474,14 @@
"title_aux": "ComfyUI-PuLID-ZHO [WIP]" "title_aux": "ComfyUI-PuLID-ZHO [WIP]"
} }
], ],
"https://github.com/aiden1020/ComfyUI_Artcoder": [
[
"ArtCoder"
],
{
"title_aux": "ComfyUI_Artcoder [WIP]"
}
],
"https://github.com/ainanoha/etm_comfyui_nodes": [ "https://github.com/ainanoha/etm_comfyui_nodes": [
[ [
"ETM_LoadImageFromLocal", "ETM_LoadImageFromLocal",
@@ -1755,9 +1856,11 @@
[ [
"SignalProcessingBaxandall3BandEQ", "SignalProcessingBaxandall3BandEQ",
"SignalProcessingBaxandallEQ", "SignalProcessingBaxandallEQ",
"SignalProcessingCompressor",
"SignalProcessingConvolutionReverb", "SignalProcessingConvolutionReverb",
"SignalProcessingFilter", "SignalProcessingFilter",
"SignalProcessingHarmonicsEnhancer", "SignalProcessingHarmonicsEnhancer",
"SignalProcessingLimiter",
"SignalProcessingLoadAudio", "SignalProcessingLoadAudio",
"SignalProcessingLoudness", "SignalProcessingLoudness",
"SignalProcessingMixdown", "SignalProcessingMixdown",
@@ -1766,6 +1869,7 @@
"SignalProcessingPadSynthChoir", "SignalProcessingPadSynthChoir",
"SignalProcessingPaulStretch", "SignalProcessingPaulStretch",
"SignalProcessingPitchShifter", "SignalProcessingPitchShifter",
"SignalProcessingSaturation",
"SignalProcessingSpectrogram", "SignalProcessingSpectrogram",
"SignalProcessingStereoWidening", "SignalProcessingStereoWidening",
"SignalProcessingWaveform" "SignalProcessingWaveform"
@@ -1840,6 +1944,17 @@
"title_aux": "Python Interpreter ComfyUI Node [UNSAFE]" "title_aux": "Python Interpreter ComfyUI Node [UNSAFE]"
} }
], ],
"https://github.com/ciga2011/ComfyUI-AppGen": [
[
"AG_APP_EDIT",
"AG_APP_GEN",
"AG_APP_SANDBOX",
"AG_CODER_LLM"
],
{
"title_aux": "ComfyUI-AppGen [UNSAFE]"
}
],
"https://github.com/comfyanonymous/ComfyUI": [ "https://github.com/comfyanonymous/ComfyUI": [
[ [
"AddNoise", "AddNoise",
@@ -1859,6 +1974,7 @@
"CLIPTextEncodeControlnet", "CLIPTextEncodeControlnet",
"CLIPTextEncodeFlux", "CLIPTextEncodeFlux",
"CLIPTextEncodeHunyuanDiT", "CLIPTextEncodeHunyuanDiT",
"CLIPTextEncodePixArtAlpha",
"CLIPTextEncodeSD3", "CLIPTextEncodeSD3",
"CLIPTextEncodeSDXL", "CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner", "CLIPTextEncodeSDXLRefiner",
@@ -1876,6 +1992,7 @@
"ConditioningSetAreaStrength", "ConditioningSetAreaStrength",
"ConditioningSetMask", "ConditioningSetMask",
"ConditioningSetTimestepRange", "ConditioningSetTimestepRange",
"ConditioningStableAudio",
"ConditioningZeroOut", "ConditioningZeroOut",
"ControlNetApply", "ControlNetApply",
"ControlNetApplyAdvanced", "ControlNetApplyAdvanced",
@@ -2181,6 +2298,8 @@
"BlendStyleGANLatents", "BlendStyleGANLatents",
"GenerateStyleGANLatent", "GenerateStyleGANLatent",
"LoadStyleGAN", "LoadStyleGAN",
"LoadStyleGANLatentImg",
"SaveStyleGANLatentImg",
"StyleGANInversion", "StyleGANInversion",
"StyleGANLatentFromBatch", "StyleGANLatentFromBatch",
"StyleGANSampler" "StyleGANSampler"
@@ -2189,6 +2308,14 @@
"title_aux": "comfyui-stylegan" "title_aux": "comfyui-stylegan"
} }
], ],
"https://github.com/dihan/comfyui-random-kps": [
[
"RandomFaceKeypoints"
],
{
"title_aux": "ComfyUI Random Keypoints for InstantID [WIP]"
}
],
"https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [ "https://github.com/doucx/ComfyUI_WcpD_Utility_Kit": [
[ [
"BlackImage", "BlackImage",
@@ -2331,7 +2458,10 @@
[ [
"Genera.BatchPreviewer", "Genera.BatchPreviewer",
"Genera.BatchTester", "Genera.BatchTester",
"Genera.GCPStorageNode" "Genera.GCPStorageNode",
"Genera.MaskDrawer",
"Genera.Utils",
"PainterNode"
], ],
{ {
"title_aux": "ComfyUI-GeneraNodes" "title_aux": "ComfyUI-GeneraNodes"
@@ -2384,6 +2514,19 @@
"title_aux": "comfyui-cem-tools" "title_aux": "comfyui-cem-tools"
} }
], ],
"https://github.com/fritzprix/ComfyUI-LLM-Utils": [
[
"WeightedDict",
"WeightedDictConcat",
"WeightedDictInput",
"WeightedDictSelect",
"WeightedDictSelectGroup",
"WeightedDictToPrompt"
],
{
"title_aux": "ComfyUI-LLM-Utils [WIP]"
}
],
"https://github.com/galoreware/ComfyUI-GaloreNodes": [ "https://github.com/galoreware/ComfyUI-GaloreNodes": [
[ [
"GNI_HEX_TO_COLOR", "GNI_HEX_TO_COLOR",
@@ -2504,7 +2647,9 @@
"ACE_TextPreview", "ACE_TextPreview",
"ACE_TextSelector", "ACE_TextSelector",
"ACE_TextToResolution", "ACE_TextToResolution",
"ACE_TextTranslate" "ACE_TextTranslate",
"ACE_VideoLoad",
"ACE_VideoPreview"
], ],
{ {
"title_aux": "ComfyUI AceNodes [UNSAFE]" "title_aux": "ComfyUI AceNodes [UNSAFE]"
@@ -2514,7 +2659,8 @@
[ [
"WWAA-BuildString", "WWAA-BuildString",
"WWAA-LineCount", "WWAA-LineCount",
"WWAA_DitherNode" "WWAA_DitherNode",
"WWAA_ImageLoader"
], ],
{ {
"title_aux": "WWAA-CustomNodes" "title_aux": "WWAA-CustomNodes"
@@ -2676,6 +2822,25 @@
"title_aux": "ComfyUI-LuminaNext [WIP]" "title_aux": "ComfyUI-LuminaNext [WIP]"
} }
], ],
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils": [
[
"ClickPopup",
"ColorPicker",
"DynamicImageCombiner",
"DynamicMaskCombiner",
"ImageResolutionAdjuster",
"MaskPreview",
"MultilineTextInput",
"RemoveEmptyLinesAndLeadingSpaces",
"RemoveEmptyLinesAndLeadingSpacesAdvance",
"ShowTextPlus",
"SimpleTextInput",
"TextCombiner"
],
{
"title_aux": "ComfyUI PaintingCoderUtils Nodes [WIP]"
}
],
"https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": [ "https://github.com/jgbrblmd/ComfyUI-ComfyFluxSize": [
[ [
"ComfyFluxSize" "ComfyFluxSize"
@@ -2790,6 +2955,9 @@
"https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [ "https://github.com/jonnydolake/ComfyUI-AIR-Nodes": [
[ [
"ForceMinimumBatchSize", "ForceMinimumBatchSize",
"ImageCompositeChained",
"MatchImageCountToMaskCount",
"RandomCharacterPrompts",
"TargetLocationCrop", "TargetLocationCrop",
"TargetLocationPaste", "TargetLocationPaste",
"string_list_to_prompt_schedule" "string_list_to_prompt_schedule"
@@ -2858,6 +3026,15 @@
"title_aux": "ComfyUI_Usability (WIP)" "title_aux": "ComfyUI_Usability (WIP)"
} }
], ],
"https://github.com/karthikg-09/ComfyUI-3ncrypt": [
[
"Enhanced Save Image",
"Markdown Editor"
],
{
"title_aux": "ComfyUI-KG09 [WIP]"
}
],
"https://github.com/kijai/ComfyUI-CV-VAE": [ "https://github.com/kijai/ComfyUI-CV-VAE": [
[ [
"CV_VAE_Decode", "CV_VAE_Decode",
@@ -2928,10 +3105,12 @@
"DownloadAndLoadHyVideoTextEncoder", "DownloadAndLoadHyVideoTextEncoder",
"HyVideoBlockSwap", "HyVideoBlockSwap",
"HyVideoCFG", "HyVideoCFG",
"HyVideoContextOptions",
"HyVideoCustomPromptTemplate", "HyVideoCustomPromptTemplate",
"HyVideoDecode", "HyVideoDecode",
"HyVideoEmptyTextEmbeds", "HyVideoEmptyTextEmbeds",
"HyVideoEncode", "HyVideoEncode",
"HyVideoEnhanceAVideo",
"HyVideoInverseSampler", "HyVideoInverseSampler",
"HyVideoLatentPreview", "HyVideoLatentPreview",
"HyVideoLoraBlockEdit", "HyVideoLoraBlockEdit",
@@ -3011,6 +3190,33 @@
"title_aux": "KayTool" "title_aux": "KayTool"
} }
], ],
"https://github.com/krich-cto/ComfyUI-Flow-Control": [
[
"CLIPLoaderGGUF",
"DualCLIPLoaderGGUF",
"FlowCheckpointPresetLoader",
"FlowClipCondition",
"FlowClipTextEncode",
"FlowConditioningAutoSwitch",
"FlowFluxPresetLoader",
"FlowGate",
"FlowImageAutoBatch",
"FlowImageCondition",
"FlowKSampler",
"FlowLatentAutoBatch",
"FlowLatentCondition",
"FlowLoraLoader",
"FlowLoraLoaderModelOnly",
"FlowModelManager",
"FlowSaveImage",
"TripleCLIPLoaderGGUF",
"UnetLoaderGGUF",
"UnetLoaderGGUFAdvanced"
],
{
"title_aux": "ComfyUI Flow Control [UNSTABLE]"
}
],
"https://github.com/kuschanow/ComfyUI-SD-Slicer": [ "https://github.com/kuschanow/ComfyUI-SD-Slicer": [
[ [
"SdSlicer" "SdSlicer"
@@ -3176,7 +3382,18 @@
], ],
"https://github.com/logtd/ComfyUI-HunyuanLoom": [ "https://github.com/logtd/ComfyUI-HunyuanLoom": [
[ [
"HyVideoFlowEditSampler" "ConfigureModifiedHY",
"HYApplyRegionalConds",
"HYAttnOverride",
"HYCreateRegionalCond",
"HYFetaEnhance",
"HYFlowEditGuider",
"HYFlowEditSampler",
"HYForwardODESampler",
"HYInverseModelSamplingPred",
"HYReverseModelSamplingPred",
"HYReverseODESampler",
"HyVideoFlowEditSamplerWrapper"
], ],
{ {
"title_aux": "ComfyUI-HunyuanLoom [WIP]" "title_aux": "ComfyUI-HunyuanLoom [WIP]"
@@ -3325,6 +3542,14 @@
"title_aux": "ComfyUI mashb1t nodes" "title_aux": "ComfyUI mashb1t nodes"
} }
], ],
"https://github.com/mehbebe/ComfyLoraGallery": [
[
"LoraGallery"
],
{
"title_aux": "ComfyLoraGallery [WIP]"
}
],
"https://github.com/melMass/ComfyUI-Lygia": [ "https://github.com/melMass/ComfyUI-Lygia": [
[ [
"LygiaProgram", "LygiaProgram",
@@ -3452,19 +3677,6 @@
"title_aux": "my-comfy-node" "title_aux": "my-comfy-node"
} }
], ],
"https://github.com/neuratech-ai/ComfyUI-MultiGPU": [
[
"CLIPLoaderMultiGPU",
"CheckpointLoaderMultiGPU",
"ControlNetLoaderMultiGPU",
"DualCLIPLoaderMultiGPU",
"UNETLoaderMultiGPU",
"VAELoaderMultiGPU"
],
{
"title_aux": "ComfyUI-MultiGPU"
}
],
"https://github.com/neverbiasu/ComfyUI-ControlNeXt": [ "https://github.com/neverbiasu/ComfyUI-ControlNeXt": [
[ [
"ControlNextPipelineConfig", "ControlNextPipelineConfig",
@@ -3474,6 +3686,16 @@
"title_aux": "ComfyUI-ControlNeXt [WIP]" "title_aux": "ComfyUI-ControlNeXt [WIP]"
} }
], ],
"https://github.com/neverbiasu/ComfyUI-StereoCrafter": [
[
"DepthSplattingModelLoader",
"DepthSplattingNode",
"InpaintingInferenceNode"
],
{
"title_aux": "ComfyUI-StereoCrafter [WIP]"
}
],
"https://github.com/nidefawl/ComfyUI-nidefawl": [ "https://github.com/nidefawl/ComfyUI-nidefawl": [
[ [
"BlendImagesWithBoundedMasks", "BlendImagesWithBoundedMasks",
@@ -3577,13 +3799,15 @@
"ConditioningZeroOutCombine", "ConditioningZeroOutCombine",
"ConvertTimestepToSigma", "ConvertTimestepToSigma",
"DynSamplerSelect", "DynSamplerSelect",
"DynamicThresholdingSimplePost",
"EmptyLatentImageAR", "EmptyLatentImageAR",
"FreeU2PPM", "FreeU2PPM",
"Guidance Limiter", "Guidance Limiter",
"LatentOperationTonemapLuminance", "LatentOperationTonemapLuminance",
"LatentToMaskBB", "LatentToMaskBB",
"LatentToWidthHeight", "LatentToWidthHeight",
"PPMSamplerSelect" "PPMSamplerSelect",
"RescaleCFGPost"
], ],
{ {
"title_aux": "ComfyUI-ppm" "title_aux": "ComfyUI-ppm"
@@ -3613,6 +3837,20 @@
"title_aux": "NudeNet-Detector-Provider [WIP]" "title_aux": "NudeNet-Detector-Provider [WIP]"
} }
], ],
"https://github.com/power88/ComfyUI-PDiD-Nodes": [
[
"Blend Images",
"Check Character Tag",
"Get Image Colors",
"Get image size",
"List Operations",
"Make Image Gray",
"Nearest SDXL Resolution divided by 64"
],
{
"title_aux": "ComfyUI-PDiD-Nodes [WIP]"
}
],
"https://github.com/prabinpebam/anyPython": [ "https://github.com/prabinpebam/anyPython": [
[ [
"Any Python" "Any Python"
@@ -3711,6 +3949,22 @@
"title_aux": "ComfyUI RukaLib [WIP]" "title_aux": "ComfyUI RukaLib [WIP]"
} }
], ],
"https://github.com/ryanontheinside/ComfyUI_YoloNasObjectDetection_Tensorrt": [
[
"YoloNasDetectionTensorrt"
],
{
"title_aux": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]"
}
],
"https://github.com/scottmudge/ComfyUI_BiscuitNodes": [
[
"LoadImagePrompted"
],
{
"title_aux": "ComfyUI_BiscuitNodes"
}
],
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [ "https://github.com/sdfxai/SDFXBridgeForComfyUI": [
[ [
"SDFXClipTextEncode" "SDFXClipTextEncode"
@@ -3740,6 +3994,14 @@
"title_aux": "ComfyUI-GigapixelAI [WIP]" "title_aux": "ComfyUI-GigapixelAI [WIP]"
} }
], ],
"https://github.com/sh570655308/ComfyUI-TopazVideoAI": [
[
"TopazVideoAI"
],
{
"title_aux": "ComfyUI-TopazVideoAI [WIP]"
}
],
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": [ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": [
[ [
"ApplyPulid", "ApplyPulid",
@@ -3858,6 +4120,14 @@
"title_aux": "dandy [UNSAFE]" "title_aux": "dandy [UNSAFE]"
} }
], ],
"https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent": [
[
"InstructPixToPixConditioningLatent"
],
{
"title_aux": "ComfyUI_InstructPixToPixConditioningLatent [WIP]"
}
],
"https://github.com/sswink/comfyui-lingshang": [ "https://github.com/sswink/comfyui-lingshang": [
[ [
"LS_ALY_Seg_Body_Utils", "LS_ALY_Seg_Body_Utils",
@@ -3875,6 +4145,23 @@
"title_aux": "comfyui-lingshang" "title_aux": "comfyui-lingshang"
} }
], ],
"https://github.com/steelan9199/ComfyUI-Teeth": [
[
"teeth FindContours",
"teeth Gemini2",
"teeth GetFirstSeg",
"teeth GetValueByIndexFromList",
"teeth ImageGridLines",
"teeth LoadTextFile",
"teeth RunPythonCode",
"teeth SaveTextFile",
"teeth SplitGridImage",
"teeth TextSplitByDelimiter"
],
{
"title_aux": "ComfyUI-Teeth [UNSAFE]"
}
],
"https://github.com/stutya/ComfyUI-Terminal": [ "https://github.com/stutya/ComfyUI-Terminal": [
[ [
"Terminal" "Terminal"
@@ -4043,16 +4330,37 @@
"Calculate Image Contrast", "Calculate Image Contrast",
"Calculate Image Saturation", "Calculate Image Saturation",
"Color Similarity Checker", "Color Similarity Checker",
"Crop Mask Util",
"Displace Filter", "Displace Filter",
"Load Image (By Url)" "Load Image (By Url)",
"Mask Refine (Aliyun)"
], ],
{ {
"title_aux": "ComfyUI-Image-Utils" "title_aux": "ComfyUI-Image-Utils"
} }
], ],
"https://github.com/warshanks/Shank-Tools": [
[
"TileCalculator"
],
{
"title_aux": "Shank-Tools"
}
],
"https://github.com/watarika/ComfyUI-Text-Utility": [
[
"LoadTextFile",
"RemoveComments",
"SaveTextFile"
],
{
"title_aux": "ComfyUI-Text-Utility [UNSAFE]"
}
],
"https://github.com/watarika/ComfyUI-exit": [ "https://github.com/watarika/ComfyUI-exit": [
[ [
"ExitComfyUI" "ExitComfyUI",
"FetchApi"
], ],
{ {
"title_aux": "ComfyUI-exit [UNSAFE]" "title_aux": "ComfyUI-exit [UNSAFE]"

View File

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,46 @@
{
"author": "daqingliu",
"title": "ComfyUI-SaveImageOSS [REMOVED]",
"reference": "https://github.com/daqingliu/ComfyUI-SaveImageOSS",
"files": [
"https://github.com/daqingliu/ComfyUI-SaveImageOSS"
],
"install_type": "git-clone",
"description": "Save images directly to URL, e.g., OSS. Just input the url in the text box!"
},
{
"author": "shinich39",
"title": "comfyui-textarea-keybindings [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-textarea-keybindings",
"files": [
"https://github.com/shinich39/comfyui-textarea-keybindings"
],
"install_type": "git-clone",
"description": "Add keybindings to textarea."
},
{
"author": "shinich39",
"title": "comfyui-load-image-with-cmd [REMOVED]",
"reference": "https://github.com/shinich39/comfyui-load-image-with-cmd",
"files": [
"https://github.com/shinich39/comfyui-load-image-with-cmd"
],
"install_type": "git-clone",
"description": "Load image and partially workflow with javascript."
},
{
"author": "neuratech-ai",
"title": "ComfyUI-MultiGPU [NOT MAINTAINED]",
"reference": "https://github.com/neuratech-ai/ComfyUI-MultiGPU",
"files": [
"https://github.com/neuratech-ai/ComfyUI-MultiGPU"
],
"install_type": "git-clone",
"description": "Experimental nodes for using multiple GPUs in a single ComfyUI workflow.\nThis extension adds new nodes for model loading that allow you to specify the GPU to use for each model. It monkey patches the memory management of ComfyUI in a hacky way and is neither a comprehensive solution nor a well-tested one. Use at your own risk.\nNote that this does not add parallelism. The workflow steps are still executed sequentially just on different GPUs. Any potential speedup comes from not having to constantly load and unload models from VRAM."
},
{ {
"author": "jefferyharrell", "author": "jefferyharrell",
"title": "ComfyUI-JHXMP [REMOVED]", "title": "ComfyUI-JHXMP [REMOVED]",
@@ -563,17 +603,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Some simple string tools to modify text and strings in ComfyUI." "description": "Some simple string tools to modify text and strings in ComfyUI."
}, },
{
"author": "zmwv823",
"title": "ComfyUI-AnyText [DEPRECATED]",
"id": "anytext",
"reference": "https://github.com/zmwv823/ComfyUI-AnyText",
"files": [
"https://github.com/zmwv823/ComfyUI-AnyText"
],
"install_type": "git-clone",
"description": "Unofficial Simple And Rough Implementation Of [a/AnyText](https://github.com/tyxsspa/AnyText)"
},
{ {
"author": "Millyarde", "author": "Millyarde",
"title": "Pomfy - Photoshop and ComfyUI 2-way sync [REMOVED]", "title": "Pomfy - Photoshop and ComfyUI 2-way sync [REMOVED]",

View File

File diff suppressed because it is too large Load Diff

View File

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,177 @@
{ {
"models": [ "models": [
{
"name": "Comfy-Org/llava_llama3_fp8_scaled.safetensors",
"type": "clip",
"base": "LLaVA-Llama-3",
"save_path": "text_encoders",
"description": "llava_llama3_fp8_scaled text encoder model. This is required for using Hunyuan Video.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "llava_llama3_fp8_scaled.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp8_scaled.safetensors",
"size": "9.09GB"
},
{
"name": "Comfy-Org/llava_llama3_fp16.safetensors",
"type": "clip",
"base": "LLaVA-Llama-3",
"save_path": "text_encoders",
"description": "llava_llama3_fp16 text encoder model. This is required for using Hunyuan Video.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "llava_llama3_fp16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/text_encoders/llava_llama3_fp16.safetensors",
"size": "16.1GB"
},
{
"name": "PixArt-Sigma-XL-2-512-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS",
"filename": "PixArt-Sigma-XL-2-512-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-512-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-Sigma-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-sigma",
"save_path": "diffusion_models/PixArt-Sigma",
"description": "PixArt-Sigma Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
"filename": "PixArt-Sigma-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-Sigma-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.44GB"
},
{
"name": "PixArt-XL-2-1024-MS.safetensors (diffusion)",
"type": "diffusion_model",
"base": "pixart-alpha",
"save_path": "diffusion_models/PixArt-Alpha",
"description": "PixArt-Alpha Diffusion model",
"reference": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS",
"filename": "PixArt-XL-2-1024-MS.safetensors",
"url": "https://huggingface.co/PixArt-alpha/PixArt-XL-2-1024-MS/resolve/main/transformer/diffusion_pytorch_model.safetensors",
"size": "2.45GB"
},
{
"name": "Comfy-Org/hunyuan_video_t2v_720p_bf16.safetensors",
"type": "diffusion_model",
"base": "Hunyuan Video",
"save_path": "diffusion_models/hunyuan_video",
"description": "Huyuan Video diffusion model. repackaged version.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "hunyuan_video_t2v_720p_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/diffusion_models/hunyuan_video_t2v_720p_bf16.safetensors",
"size": "25.6GB"
},
{
"name": "Comfy-Org/hunyuan_video_vae_bf16.safetensors",
"type": "VAE",
"base": "Hunyuan Video",
"save_path": "VAE",
"description": "Huyuan Video VAE model. repackaged version.",
"reference": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged",
"filename": "hunyuan_video_vae_bf16.safetensors",
"url": "https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/resolve/main/split_files/vae/hunyuan_video_vae_bf16.safetensors",
"size": "493MB"
},
{
"name": "LTX-Video 2B v0.9.1 Checkpoint",
"type": "checkpoint",
"base": "LTX-Video",
"save_path": "checkpoints/LTXV",
"description": "LTX-Video is the first DiT-based video generation model capable of generating high-quality videos in real-time. It produces 24 FPS videos at a 768x512 resolution faster than they can be watched. Trained on a large-scale dataset of diverse videos, the model generates high-resolution videos with realistic and varied content.",
"reference": "https://huggingface.co/Lightricks/LTX-Video",
"filename": "ltx-video-2b-v0.9.1.safetensors",
"url": "https://huggingface.co/Lightricks/LTX-Video/resolve/main/ltx-video-2b-v0.9.1.safetensors",
"size": "5.72GB"
},
{
"name": "XLabs-AI/flux-canny-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-canny-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-canny-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/flux-depth-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-depth-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-depth-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/flux-hed-controlnet-v3.safetensors",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "xlabs/controlnets",
"description": "ControlNet checkpoints for FLUX.1-dev model by Black Forest Labs.",
"reference": "https://huggingface.co/XLabs-AI/flux-controlnet-collections",
"filename": "flux-hed-controlnet-v3.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-controlnet-collections/resolve/main/flux-hed-controlnet-v3.safetensors",
"size": "1.49GB"
},
{
"name": "XLabs-AI/realism_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "realism_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/realism_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/art_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "art_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/scenery_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/mjv6_lora.safetensors",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/loras",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-lora-collection",
"filename": "mjv6_lora.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-lora-collection/resolve/main/mjv6_lora.safetensors",
"size": "44.8MB"
},
{
"name": "XLabs-AI/flux-ip-adapter",
"type": "lora",
"base": "FLUX.1",
"save_path": "xlabs/ipadapters",
"description": "A checkpoint with trained LoRAs for FLUX.1-dev model by Black Forest Labs",
"reference": "https://huggingface.co/XLabs-AI/flux-ip-adapter",
"filename": "ip_adapter.safetensors",
"url": "https://huggingface.co/XLabs-AI/flux-ip-adapter/resolve/main/ip_adapter.safetensors",
"size": "982MB"
},
{ {
"name": "stabilityai/SD3.5-Large-Controlnet-Blur", "name": "stabilityai/SD3.5-Large-Controlnet-Blur",
"type": "controlnet", "type": "controlnet",
@@ -556,130 +728,6 @@
"filename": "Hyper-SDXL-12steps-CFG-lora.safetensors", "filename": "Hyper-SDXL-12steps-CFG-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-12steps-CFG-lora.safetensors", "url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SDXL-12steps-CFG-lora.safetensors",
"size": "787MB" "size": "787MB"
},
{
"name": "Hyper-SD CFG LoRA (4steps) - SD3",
"type": "lora",
"base": "SD3",
"save_path": "loras/HyperSD/SD3",
"description": "Hyper-SD CFG LoRA (4steps) - SD3",
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
"filename": "Hyper-SD3-4steps-CFG-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD3-4steps-CFG-lora.safetensors",
"size": "472MB"
},
{
"name": "Hyper-SD CFG LoRA (8steps) - SD3",
"type": "lora",
"base": "SD3",
"save_path": "loras/HyperSD/SD3",
"description": "Hyper-SD CFG LoRA (8steps) - SD3",
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
"filename": "Hyper-SD3-8steps-CFG-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD3-8steps-CFG-lora.safetensors",
"size": "472MB"
},
{
"name": "Hyper-SD CFG LoRA (16steps) - SD3",
"type": "lora",
"base": "SD3",
"save_path": "loras/HyperSD/SD3",
"description": "Hyper-SD CFG LoRA (16steps) - SD3",
"reference": "https://huggingface.co/ByteDance/Hyper-SD",
"filename": "Hyper-SD3-16steps-CFG-lora.safetensors",
"url": "https://huggingface.co/ByteDance/Hyper-SD/resolve/main/Hyper-SD3-16steps-CFG-lora.safetensors",
"size": "472MB"
},
{
"name": "InstantX/FLUX.1-dev Controlnet (Union)",
"type": "controlnet",
"base": "FLUX.1",
"save_path": "controlnet/FLUX.1/InstantX-FLUX1-Dev-Union",
"description": "FLUX.1 [Dev] Union Controlnet. Supports Canny, Depth, Pose, Tile, Blur, Gray Low Quality.",
"reference": "https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/InstantX/FLUX.1-dev-Controlnet-Union/resolve/main/diffusion_pytorch_model.safetensors",
"size": "6.6GB"
},
{
"name": "city96/flux1-dev-F16.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_model/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (f16/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-F16.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-F16.gguf",
"size": "23.8GB"
},
{
"name": "city96/flux1-dev-Q2_K.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q2_K/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q2_K.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q2_K.gguf",
"size": "4.03GB"
},
{
"name": "city96/flux1-dev-Q3_K_S.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q3_K_S/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q3_K_S.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q3_K_S.gguf",
"size": "5.23GB"
},
{
"name": "city96/flux1-dev-Q4_0.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q4_0/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q4_0.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_0.gguf",
"size": "6.79GB"
},
{
"name": "city96/flux1-dev-Q4_1.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q4_1/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q4_1.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_1.gguf",
"size": "7.53GB"
},
{
"name": "city96/flux1-dev-Q4_K_S.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q4_K_S/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q4_K_S.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q4_K_S.gguf",
"size": "6.81GB"
},
{
"name": "city96/flux1-dev-Q5_0.gguf",
"type": "diffusion_model",
"base": "FLUX.1",
"save_path": "diffusion_models/FLUX1",
"description": "FLUX.1 [Dev] Diffusion model (Q5_0/.gguf)",
"reference": "https://huggingface.co/city96/FLUX.1-dev-gguf",
"filename": "flux1-dev-Q5_0.gguf",
"url": "https://huggingface.co/city96/FLUX.1-dev-gguf/resolve/main/flux1-dev-Q5_0.gguf",
"size": "8.27GB"
} }
] ]
} }

View File

@@ -240,6 +240,26 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "RAG Demo for LLM" "description": "RAG Demo for LLM"
},
{
"author": "FelixTeutsch",
"title": "BachelorThesis",
"reference": "https://github.com/FelixTeutsch/BachelorThesis",
"files": [
"https://github.com/FelixTeutsch/BachelorThesis"
],
"install_type": "git-clone",
"description": "This is a ComfyUi custom node, that build a new UI on top of the already existing AI, to enable the use of custom controllers"
},
{
"author": "jhj0517",
"title": "ComfyUI-CustomNodes-Template",
"reference": "https://github.com/jhj0517/ComfyUI-CustomNodes-Template",
"files": [
"https://github.com/jhj0517/ComfyUI-CustomNodes-Template"
],
"install_type": "git-clone",
"description": "This is the ComfyUI custom node template repository that anyone can use to create their own custom nodes."
} }
] ]
} }

View File

@@ -4,8 +4,8 @@
"imageio_ffmpeg": "imageio", "imageio_ffmpeg": "imageio",
"diffusers~=0.21.4": "diffusers", "diffusers~=0.21.4": "diffusers",
"huggingface_hub": "huggingface-hub", "huggingface_hub": "huggingface-hub",
"numpy<1.24>=1.18": "numpy", "numpy<1.24>=1.18": "numpy==1.26.4",
"numpy>=1.18.5, <1.25.0": "numpy", "numpy>=1.18.5, <1.25.0": "numpy==1.26.4",
"opencv-contrib-python": "opencv-contrib-python-headless", "opencv-contrib-python": "opencv-contrib-python-headless",
"opencv-python": "opencv-contrib-python-headless", "opencv-python": "opencv-contrib-python-headless",
"opencv-python-headless": "opencv-contrib-python-headless", "opencv-python-headless": "opencv-contrib-python-headless",

View File

@@ -4,8 +4,8 @@
"imageio_ffmpeg": "imageio", "imageio_ffmpeg": "imageio",
"diffusers~=0.21.4": "diffusers", "diffusers~=0.21.4": "diffusers",
"huggingface_hub": "huggingface-hub", "huggingface_hub": "huggingface-hub",
"numpy<1.24>=1.18": "numpy", "numpy<1.24>=1.18": "numpy==1.26.4",
"numpy>=1.18.5, <1.25.0": "numpy", "numpy>=1.18.5, <1.25.0": "numpy==1.26.4",
"opencv-contrib-python": "opencv-contrib-python-headless", "opencv-contrib-python": "opencv-contrib-python-headless",
"opencv-python": "opencv-contrib-python-headless", "opencv-python": "opencv-contrib-python-headless",
"opencv-python-headless": "opencv-contrib-python-headless", "opencv-python-headless": "opencv-contrib-python-headless",

View File

@@ -318,6 +318,7 @@ except Exception as e:
try: try:
import git # noqa: F401 import git # noqa: F401
import toml # noqa: F401
except ModuleNotFoundError: except ModuleNotFoundError:
my_path = os.path.dirname(__file__) my_path = os.path.dirname(__file__)
requirements_path = os.path.join(my_path, "requirements.txt") requirements_path = os.path.join(my_path, "requirements.txt")
@@ -436,6 +437,14 @@ def is_installed(name):
elif manager_util.StrictVersion(pkg) > manager_util.StrictVersion(match.group(3)): elif manager_util.StrictVersion(pkg) > manager_util.StrictVersion(match.group(3)):
print(f"[SKIP] Downgrading pip package isn't allowed: {name.lower()} (cur={pkg})") print(f"[SKIP] Downgrading pip package isn't allowed: {name.lower()} (cur={pkg})")
if match.group(2) == '==':
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
return False
if match.group(2) == '~=':
if manager_util.StrictVersion(pkg) == manager_util.StrictVersion(match.group(3)):
return False
return True # prevent downgrade return True # prevent downgrade

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-manager" name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.1" version = "3.3.10"
license = { file = "LICENSE.txt" } license = { file = "LICENSE.txt" }
dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"] dependencies = ["GitPython", "PyGithub", "matrix-client==0.4.0", "transformers", "huggingface-hub>0.20", "typer", "rich", "typing-extensions"]

View File

@@ -6,3 +6,4 @@ huggingface-hub>0.20
typer typer
rich rich
typing-extensions typing-extensions
toml

View File

@@ -1,6 +1,6 @@
git clone https://github.com/comfyanonymous/ComfyUI git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI/custom_nodes cd ComfyUI/custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
cd .. cd ..
python -m venv venv python -m venv venv
source venv/bin/activate source venv/bin/activate

View File

@@ -1,6 +1,6 @@
git clone https://github.com/comfyanonymous/ComfyUI git clone https://github.com/comfyanonymous/ComfyUI
cd ComfyUI/custom_nodes cd ComfyUI/custom_nodes
git clone https://github.com/ltdrdata/ComfyUI-Manager git clone https://github.com/ltdrdata/ComfyUI-Manager comfyui-manager
cd .. cd ..
python -m venv venv python -m venv venv
call venv/Scripts/activate call venv/Scripts/activate

View File

@@ -1,2 +1,2 @@
.\python_embeded\python.exe -s -m pip install gitpython .\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')" .\python_embeded\python.exe -c "import git; git.Repo.clone_from('https://github.com/ltdrdata/ComfyUI-Manager', './ComfyUI/custom_nodes/comfyui-manager')"

View File

@@ -1,12 +0,0 @@
import git
commit_hash = "a361cc1"
repo = git.Repo('.')
if repo.is_dirty():
repo.git.stash()
repo.git.update_ref("refs/remotes/origin/main", commit_hash)
repo.remotes.origin.fetch()
repo.git.pull("origin", "main")