Compare commits

...

43 Commits
3.3 ... 3.5

Author SHA1 Message Date
Dr.Lt.Data
fd164862f3 fixed: invalid config.ini path
fixed: invalid environment setup for git_helper.py
fixed: default pip overrides doesn't work
modified: git_helper.py - use GIT_EXE_PATH env instead of config.ini
improved: print user_directory and ComfyUI-Manager config path on startup
2025-01-09 22:47:02 +09:00
Dr.Lt.Data
ac8804ca6a update DB 2025-01-09 21:49:58 +09:00
Dr.Lt.Data
429e13bf4d update DB 2025-01-09 21:10:23 +09:00
calcuis
5d9578d231 Update custom-node-list.json (#1417) 2025-01-09 21:08:29 +09:00
Dr.Lt.Data
f4e0ce2ad4 update DB 2025-01-09 21:08:17 +09:00
EvanYu
aff6785e0b Add custom node entry to custom-node-list.json (#1412) 2025-01-09 21:07:48 +09:00
Dr.Lt.Data
2656fae9c9 update DB 2025-01-09 21:07:27 +09:00
PaintingCoder
3ed10e304d Add ComfyUI Painting Coder Utils to custom node list (#1401)
Co-authored-by: fujammy <467918@qq.com>
2025-01-09 21:06:35 +09:00
Grafting Rayman
7d17ef0da1 Update custom-node-list.json (#1415) 2025-01-09 10:02:52 +09:00
Dr.Lt.Data
0202cf07d5 revise /customnode/installed api (#1398)
* revise /customnode/installed

improved: don't fetch data from cnr for the api
improved: change format {<cnr id>: <version>} -> {<module>: [<version>, <cnr id>]}

* fix condition

* improved: add `mode=imported` for startup snapshot

`/customnode/installed` - current snapshot
`/customnode/installed?mode=imported` - startup snapshot

* improved: move cache dir to user directory

* modified: /customnodes/installed
- show whole nodes including disabled
- format changed `key -> list` to `key -> dict`

* fixed: doesn't show disabled node pack properly.

* Update workflow-metadata.js

---------

Co-authored-by: huchenlei <huchenlei@proton.me>
2025-01-08 19:50:58 -05:00
Dr.Lt.Data
ad9c35e44b update DB 2025-01-07 23:26:56 +09:00
Raven
65286803a5 Update custom-node-list.json (#1407)
add gigapixelai and topaz video ai
2025-01-07 23:22:35 +09:00
Dr.Lt.Data
16bd58667c update DB 2025-01-07 23:22:13 +09:00
JJ
939d556c7e Update custom-node-list.json (#1408) 2025-01-07 22:37:05 +09:00
Zernel
823d5459af Register custom node: ComfyUI-InstantStudio (#1409) 2025-01-07 22:35:53 +09:00
Dr.Lt.Data
10bd619712 update DB 2025-01-06 22:46:21 +09:00
Dr.Lt.Data
9f5b0c9ddd fix: robust checkout ComfyUI's master branch
https://github.com/ltdrdata/ComfyUI-Manager/issues/1392
2025-01-06 22:26:50 +09:00
Dr.Lt.Data
87eadb4825 fixed: A bug where channels other than the default channel are not read properly. 2025-01-05 23:07:42 +09:00
Dr.Lt.Data
5b91e4214c update DB 2025-01-05 23:01:38 +09:00
Dr.Lt.Data
fd5c120d36 print command line args for restart 2025-01-05 12:41:38 +09:00
Dr.Lt.Data
3075764402 improved: move cache dir to user directory 2025-01-05 12:35:38 +09:00
filtered
bdad599f36 Fix missing image in README (#1399) 2025-01-05 12:18:21 +09:00
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
42 changed files with 5590 additions and 3731 deletions

169
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 Output 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-menu.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__))
@@ -70,9 +71,8 @@ core.check_invalid_nodes()
def read_downgrade_blacklist(): def read_downgrade_blacklist():
try: try:
import configparser import configparser
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(config_path) config.read(core.manager_config.path)
default_conf = config['default'] default_conf = config['default']
if 'downgrade_blacklist' in default_conf: if 'downgrade_blacklist' in default_conf:
@@ -88,12 +88,20 @@ 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
self.mode = 'cache' self.mode = 'cache'
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:
@@ -127,9 +135,9 @@ class Ctx:
core.update_user_directory(user_directory) core.update_user_directory(user_directory)
if os.path.exists(core.manager_pip_overrides_path): if os.path.exists(core.manager_pip_overrides_path):
cm_global.pip_overrides = {'numpy': 'numpy<2'}
with open(core.manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file: with open(core.manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
cm_global.pip_overrides = json.load(json_file) cm_global.pip_overrides = json.load(json_file)
cm_global.pip_overrides = {'numpy': 'numpy<2'}
@staticmethod @staticmethod
def get_startup_scripts_path(): def get_startup_scripts_path():
@@ -145,7 +153,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()

View File

@@ -490,7 +490,7 @@
{ {
"author": "YinBailiang", "author": "YinBailiang",
"title": "MergeBlockWeighted_fo_ComfyUI", "title": "MergeBlockWeighted_fo_ComfyUI",
"id": "mbw", "id": "mergeblockweighted_fo_comfyui",
"reference": "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI", "reference": "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI",
"files": [ "files": [
"https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI" "https://github.com/YinBailiang/MergeBlockWeighted_fo_ComfyUI"
@@ -4004,6 +4004,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Integrates GLSL shader support." "description": "Integrates GLSL shader support."
}, },
{
"author": "amorano",
"title": "Jovi_Spout",
"id": "jovi_spout",
"reference": "https://github.com/Amorano/Jovi_Spout",
"files": [
"https://github.com/Amorano/Jovi_Spout"
],
"install_type": "git-clone",
"description": "ComfyUI Nodes for using Spout streams."
},
{ {
"author": "Umikaze-job", "author": "Umikaze-job",
"title": "select_folder_path_easy", "title": "select_folder_path_easy",
@@ -5654,6 +5665,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Shadertoy, Load Audio (from Path), Audio Frame Transform (Shadertoy), Audio Frame Transform (Beats)" "description": "Nodes: Shadertoy, Load Audio (from Path), Audio Frame Transform (Shadertoy), Audio Frame Transform (Beats)"
}, },
{
"author": "tocubed",
"title": "ComfyUI-EvTexture",
"reference": "https://github.com/tocubed/ComfyUI-EvTexture",
"files": [
"https://github.com/tocubed/ComfyUI-EvTexture"
],
"install_type": "git-clone",
"description": "Wrapper for EvTexture Video Upscaler: [a/https://github.com/DachunKai/EvTexture](https://github.com/DachunKai/EvTexture)"
},
{ {
"author": "ntc-ai", "author": "ntc-ai",
"title": "ComfyUI - Apply LoRA Stacker with DARE", "title": "ComfyUI - Apply LoRA Stacker with DARE",
@@ -7397,6 +7418,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node for ComfyUI that adds cinematic and movie scene styles to video generation prompts. This node helps create more dynamic and professional-looking video outputs by incorporating iconic movie scene aesthetics." "description": "A custom node for ComfyUI that adds cinematic and movie scene styles to video generation prompts. This node helps create more dynamic and professional-looking video outputs by incorporating iconic movie scene aesthetics."
}, },
{
"author": "ShmuelRonen",
"title": "ComfyUI-LatentSyncWrapper",
"reference": "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper"
],
"install_type": "git-clone",
"description": "This node provides lip-sync capabilities in ComfyUI using ByteDance's LatentSync model. It allows you to synchronize video lips with audio input."
},
{ {
"author": "redhottensors", "author": "redhottensors",
"title": "ComfyUI-Prediction", "title": "ComfyUI-Prediction",
@@ -7493,6 +7524,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A ComfyUI node for removing image backgrounds using RMBG-2.0" "description": "A ComfyUI node for removing image backgrounds using RMBG-2.0"
}, },
{
"author": "1038lab",
"title": "ComfyUI-WildPromptor",
"reference": "https://github.com/1038lab/ComfyUI-WildPromptor",
"files": [
"https://github.com/1038lab/ComfyUI-WildPromptor"
],
"install_type": "git-clone",
"description": "Create dynamic prompts with wildcard list."
},
{ {
"author": "Klinter", "author": "Klinter",
"title": "Klinter_nodes", "title": "Klinter_nodes",
@@ -11331,7 +11372,7 @@
"https://github.com/GraftingRayman/ComfyUI_GraftingRayman" "https://github.com/GraftingRayman/ComfyUI_GraftingRayman"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Image Manipulation Nodes" "description": "Image Manipulation and Prompt Generation Nodes"
}, },
{ {
"author": "royceschultz", "author": "royceschultz",
@@ -13293,6 +13334,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Perform a Fast Fourier Transform on the image, and then users can freely select the filtering range to filter the image. The main function is to remove the grid patterns on the image, and it can also perform high-pass filtering and low-pass filtering. The detailed workflow is shown in the figure below. The PNG file contains the ComfyUI workflow.The working principle is similar to the FFT filter in Photoshop." "description": "Perform a Fast Fourier Transform on the image, and then users can freely select the filtering range to filter the image. The main function is to remove the grid patterns on the image, and it can also perform high-pass filtering and low-pass filtering. The detailed workflow is shown in the figure below. The PNG file contains the ComfyUI workflow.The working principle is similar to the FFT filter in Photoshop."
}, },
{
"author": "fssorc",
"title": "ComfyUI_RopeWrapper",
"reference": "https://github.com/fssorc/ComfyUI_RopeWrapper",
"files": [
"https://github.com/fssorc/ComfyUI_RopeWrapper"
],
"install_type": "git-clone",
"description": "Wrap Rope into ComfyUI, do a little change to use in ComfyUI. All credit goes to Hillobar and his ROPE [ㅁ/https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)"
},
{ {
"author": "BetaDoggo", "author": "BetaDoggo",
"title": "ComfyUI YetAnotherSafetyChecker", "title": "ComfyUI YetAnotherSafetyChecker",
@@ -14036,6 +14087,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI nodes to use CompareModelWeights" "description": "ComfyUI nodes to use CompareModelWeights"
}, },
{
"author": "leeguandong",
"title": "ComfyUI_FluxCustomId",
"reference": "https://github.com/leeguandong/ComfyUI_FluxCustomId",
"files": [
"https://github.com/leeguandong/ComfyUI_FluxCustomId"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to use FluxCustomId\nOriginal repo: [a/https://github.com/damo-cv/FLUX-customID](https://github.com/damo-cv/FLUX-customID)"
},
{ {
"author": "lenskikh", "author": "lenskikh",
"title": "Propmt Worker", "title": "Propmt Worker",
@@ -16103,6 +16164,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Implementation of Fast Fourier Transform in COMFYUI" "description": "Implementation of Fast Fourier Transform in COMFYUI"
}, },
{
"author": "laogou666",
"title": "Comfyui-LG_Relight",
"reference": "https://github.com/LAOGOU-666/Comfyui-LG_Relight",
"files": [
"https://github.com/LAOGOU-666/Comfyui-LG_Relight"
],
"install_type": "git-clone",
"description": "A simple implementation of real-time 3D lighting in ComfyUI. It's an open-source node, have fun playing around!"
},
{ {
"author": "VertexStudio", "author": "VertexStudio",
"title": "roblox-comfyui-nodes", "title": "roblox-comfyui-nodes",
@@ -16279,6 +16350,26 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES:Google Translate" "description": "NODES:Google Translate"
}, },
{
"author": "sweetndata",
"title": "ComfyUI-Image-Harmonizer",
"reference": "https://github.com/sweetndata/ComfyUI-Image-Harmonizer",
"files": [
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer"
],
"install_type": "git-clone",
"description": "NODES:Image-Harmonizer"
},
{
"author": "sweetndata",
"title": "ComfyUI_Sticker_Compositer",
"reference": "https://github.com/sweetndata/ComfyUI_Sticker_Compositer",
"files": [
"https://github.com/sweetndata/ComfyUI_Sticker_Compositer"
],
"install_type": "git-clone",
"description": "NODES:Sticker Compositer.\nbackground frame + sticker"
},
{ {
"author": "BlackVortexAI", "author": "BlackVortexAI",
"title": "BV Nodes", "title": "BV Nodes",
@@ -17433,16 +17524,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes by arcum42. Currently focused on saving metadata in images so that Civitai picks it up, pulling Civitai information, and misc helper nodes." "description": "A collection of custom nodes by arcum42. Currently focused on saving metadata in images so that Civitai picks it up, pulling Civitai information, and misc helper nodes."
}, },
{
"author": "sweetndata",
"title": "ComfyUI-Image-Harmonizer",
"reference": "https://github.com/sweetndata/ComfyUI-Image-Harmonizer",
"files": [
"https://github.com/sweetndata/ComfyUI-Image-Harmonizer"
],
"install_type": "git-clone",
"description": "NODES:Image-Harmonizer"
},
{ {
"author": "Tomudo", "author": "Tomudo",
"title": "ComfyUI-ascii-art", "title": "ComfyUI-ascii-art",
@@ -17859,13 +17940,23 @@
{ {
"author": "5x00", "author": "5x00",
"title": "ComfyUI-VLM_Captions", "title": "ComfyUI-VLM_Captions",
"reference": "https://github.com/5x00/ComfyUI-VLM_Captions", "reference": "https://github.com/5x00/ComfyUI-VLM-Captions",
"files": [ "files": [
"https://github.com/5x00/ComfyUI-VLM_Captions" "https://github.com/5x00/ComfyUI-VLM-Captions"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple ComfyUI node that let's you use Claude or ChatGPT 4o's VLM capabilities to generate captions/tags for images." "description": "A simple ComfyUI node that let's you use Claude or ChatGPT 4o's VLM capabilities to generate captions/tags for images."
}, },
{
"author": "5x00",
"title": "ComfyUI-PiAPI-Faceswap",
"reference": "https://github.com/5x00/ComfyUI-PiAPI-Faceswap",
"files": [
"https://github.com/5x00/ComfyUI-PiAPI-Faceswap"
],
"install_type": "git-clone",
"description": "A simple ComfyUI nodes that integrates [a/PiAPI faceswap](https://piapi.ai/faceswap-api) service into ComfyUI. This can be helpful if you're trying to create a workflow that includes faceswap for commercial usage."
},
{ {
"author": "ClownsharkBatwing", "author": "ClownsharkBatwing",
"title": "RES4LYF", "title": "RES4LYF",
@@ -18000,7 +18091,17 @@
"https://github.com/LucipherDev/ComfyUI-Golden-Noise" "https://github.com/LucipherDev/ComfyUI-Golden-Noise"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "ComfyUI Custom Node for [a/'Golden Noise for Diffusion Models: A Learning Framework'](https://arxiv.org/abs/2411.09502) and most of the code is adapted from [a/here](https://github.com/xie-lab-ml/Golden-Noise-for-Diffusion-Models). This node refines the initial latent noise in the diffusion process, enhancing both image quality and semantic coherence." "description": "ComfyUI Custom Node for 'Golden Noise for Diffusion Models: A Learning Framework'. This node refines the initial latent noise in the diffusion process, enhancing both image quality and semantic coherence."
},
{
"author": "LucipherDev",
"title": "ComfyUI-AniDoc",
"reference": "https://github.com/LucipherDev/ComfyUI-AniDoc",
"files": [
"https://github.com/LucipherDev/ComfyUI-AniDoc"
],
"install_type": "git-clone",
"description": "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production."
}, },
{ {
"author": "envy-ai", "author": "envy-ai",
@@ -18655,7 +18756,7 @@
"https://github.com/SKBv0/ComfyUI_SKBundle" "https://github.com/SKBv0/ComfyUI_SKBundle"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of custom nodes designed to enhance your workflow in ComfyUI. These nodes were developed to meet my own needs while working with ComfyUI. Although I'm not a programmer, I created these nodes with the help of Cursor AI and will continue to develop them over time." "description": "Nodes: MultiText, TextBox, TitlePlus, SeamlessTexture, AspectRatioPlus, DisplayEverything, ComparerPlus, AnySwitch, Node Design Tools..."
}, },
{ {
"author": "civen-cn", "author": "civen-cn",
@@ -18707,6 +18808,301 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Rembg Background Removal Node for ComfyUI" "description": "Rembg Background Removal Node for ComfyUI"
}, },
{
"author": "sanbuphy",
"title": "ComfyUI-AudioLDM",
"reference": "https://github.com/sanbuphy/ComfyUI-AudioLDM",
"files": [
"https://github.com/sanbuphy/ComfyUI-AudioLDM"
],
"install_type": "git-clone",
"description": "ComfyUI Workflow to run audioldm-l-full pipeline\n[a/https://huggingface.co/cvssp/audioldm-l-full](https://huggingface.co/cvssp/audioldm-l-full)"
},
{
"author": "bear2b",
"title": "ColorMatrixGPU Node for ComfyUI",
"reference": "https://github.com/bear2b/comfyui-argo-nodes",
"files": [
"https://github.com/bear2b/comfyui-argo-nodes"
],
"install_type": "git-clone",
"description": "This node applies a custom 4x4 color matrix to an image using GPU acceleration via PyTorch."
},
{
"author": "phuvinh010701",
"title": "ComfyUI-Nudenet",
"reference": "https://github.com/phuvinh010701/ComfyUI-Nudenet",
"files": [
"https://github.com/phuvinh010701/ComfyUI-Nudenet"
],
"install_type": "git-clone",
"description": "Nodes for NSFW content filtering"
},
{
"author": "Vaibhavs10",
"title": "ComfyUI-DDUF",
"reference": "https://github.com/Vaibhavs10/ComfyUI-DDUF",
"files": [
"https://github.com/Vaibhavs10/ComfyUI-DDUF"
],
"install_type": "git-clone",
"description": "Run DDUF in ComfyUI - powered by Diffusers."
},
{
"author": "AconexOfficial",
"title": "ComfyUI GOAT Nodes",
"reference": "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes",
"files": [
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes"
],
"install_type": "git-clone",
"description": "Nodes to level up your workflows performance and streamline specific functions."
},
{
"author": "Jaminanim",
"title": "ComfyUI-Random-Int-Divisor-Node",
"reference": "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node",
"files": [
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node"
],
"install_type": "git-clone",
"description": "A set of custom ComfyUI nodes for generating random integers within a range, adjusted to the nearest multiple of a user-defined divisor. Needlessly includes both an efficient and simple list implementation. Updates with each generation."
},
{
"author": "cenzijing",
"title": "ComfyUI-Markmap",
"reference": "https://github.com/cenzijing/ComfyUI-Markmap",
"files": [
"https://github.com/cenzijing/ComfyUI-Markmap"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for creating mindmaps from markdown"
},
{
"author": "bongsang",
"title": "ComfyUI-Bongsang",
"reference": "https://github.com/bongsang/ComfyUI-Bongsang",
"files": [
"https://github.com/bongsang/ComfyUI-Bongsang"
],
"install_type": "git-clone",
"description": "The 'ComfyUI-Bongsang' is very useful tools for a diffusion model developer."
},
{
"author": "muxueChen",
"title": "CosyVoice2 for ComfyUI",
"reference": "https://github.com/muxueChen/ComfyUI_NTCosyVoice",
"files": [
"https://github.com/muxueChen/ComfyUI_NTCosyVoice"
],
"install_type": "git-clone",
"description": "ComfyUI_NTCosyVoice is a plugin of ComfyUI for Cosysvoice2"
},
{
"author": "inventorado",
"title": "ComfyUI Neural Network Toolkit NNT ",
"id": "nnt",
"reference": "https://github.com/inventorado/ComfyUI_NNT",
"files": [
"https://github.com/inventorado/ComfyUI_NNT"
],
"install_type": "git-clone",
"description": "Neural Network Toolkit (NNT) for ComfyUI is an extensive set of custom ComfyUI nodes for designing, training, and fine-tuning neural networks. This toolkit allows defining models, layers, training workflows, transformers, and tensor operations in a visual manner using nodes."
},
{
"author": "Hullabalo",
"title": "ComfyUI-Loop",
"reference": "https://github.com/Hullabalo/ComfyUI-Loop",
"files": [
"https://github.com/Hullabalo/ComfyUI-Loop"
],
"install_type": "git-clone",
"description": "A pair of nodes (Load Image and Save Image) to create a simple loop in your ComfyUI inpainting workflow, without the need of loading your last saved image"
},
{
"author": "hodanajan",
"title": "optimal-crop-resolution",
"reference": "https://github.com/hodanajan/optimal-crop-resolution",
"files": [
"https://github.com/hodanajan/optimal-crop-resolution"
],
"install_type": "git-clone",
"description": "ComfyUI node to calculate optimal resolution to crop the image to (from a list of aspect ratios)"
},
{
"author": "JJ",
"title": "ComfyUI-Jtils",
"reference": "https://github.com/cnbjjj/ComfyUI-Jtils",
"files": [
"https://github.com/cnbjjj/ComfyUI-Jtils"
],
"install_type": "git-clone",
"description": "An extension for ComfyUI that adds utility functions and nodes not available in the default setup."
},
{
"author": "billwuhao",
"title": "ComfyUI_OneButtonPrompt_Flux",
"reference": "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux",
"files": [
"https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux"
],
"install_type": "git-clone",
"description": "ComfyUI_OneButtonPrompt_Flux is a Flux prompt generation node. The subject can be 'human,' 'other' or a combination of both. For human, pose settings can be enabled. Additionally, various styles can be applied. Finally, combine it with 'Prompt Enhancement' to seamlessly automate image generation, eliminating the hassle of designing prompts."
},
{
"author": "pandaer119",
"title": "ComfyUI_pandai",
"reference": "https://github.com/pandaer119/ComfyUI_pandai",
"files": [
"https://github.com/pandaer119/ComfyUI_pandai"
],
"install_type": "git-clone",
"description": "Introduction The ComfyUI_pandai node is a custom ComfyUI node designed to interact with the DeepSeek API. It supports text generation, translation, and text polishing. With this node, users can easily generate text, translate content, and refine the generated text for better quality."
},
{
"author": "umiyuki",
"title": "ComfyUI Pad To Eight",
"reference": "https://github.com/umiyuki/comfyui-pad-to-eight",
"files": [
"https://github.com/umiyuki/comfyui-pad-to-eight"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that pads an image to a multiple of 8 width."
},
{
"author": "Meettya",
"title": "ComfyUI-OneForOne",
"reference": "https://github.com/Meettya/ComfyUI-OneForOne",
"files": [
"https://github.com/Meettya/ComfyUI-OneForOne"
],
"install_type": "git-clone",
"description": "Node:Image Fit Calculator"
},
{
"author": "KunmyonChoi",
"title": "ComfyUI_S3_direct",
"reference": "https://github.com/KunmyonChoi/ComfyUI_S3_direct",
"files": [
"https://github.com/KunmyonChoi/ComfyUI_S3_direct"
],
"install_type": "git-clone",
"description": "ComfyUI custom_node that load and save file directly from S3\nSimplified version of [a/https://github.com/kealiu/ComfyUI-S3-Tools](https://github.com/kealiu/ComfyUI-S3-Tools)"
},
{
"author": "ChenDarYen",
"title": "ComfyUI-TimestepShiftModel",
"reference": "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel",
"files": [
"https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel"
],
"install_type": "git-clone",
"description": "This is a ComfyUI implementation of the timestep shift technique used in [a/NitroFusion: High-Fidelity Single-Step Diffusion through Dynamic Adversarial Training.](https://arxiv.org/abs/2412.02030)\nFor more details, visit the official [a/NitroFusion GitHub repository](https://github.com/ChenDarYen/NitroFusion)."
},
{
"author": "facok",
"title": "ComfyUI-HunyuanVideoMultiLora",
"reference": "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora",
"files": [
"https://github.com/facok/ComfyUI-HunyuanVideoMultiLora"
],
"install_type": "git-clone",
"description": "A custom LoRA-loading node designed to prevent issues such as blurriness and other artifacts when loading multiple LoRAs in HunYuan Video.\nUsage Instructions: The connection method remains unchanged from the original. The only difference is the additional blocks_type option. Please select double_blocks."
},
{
"author": "FinetunersAI",
"title": "ComfyUI_Finetuners_Suite",
"reference": "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite",
"files": [
"https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite"
],
"install_type": "git-clone",
"description": "A suite of nodes for ComfyUI that helps making ComfyUI more accesible for artists"
},
{
"author": "sh570655308",
"title": "ComfyUI-GigapixelAI",
"id": "gigapixel",
"reference": "https://github.com/sh570655308/ComfyUI-GigapixelAI",
"files": [
"https://github.com/sh570655308/ComfyUI-GigapixelAI"
],
"install_type": "git-clone",
"description": "Custom nodes use gigapixelai in comfyui."
},
{
"author": "sh570655308",
"title": "ComfyUI-TopazVideoAI",
"id": "tvai",
"reference": "https://github.com/sh570655308/ComfyUI-TopazVideoAI",
"files": [
"https://github.com/sh570655308/ComfyUI-TopazVideoAI"
],
"install_type": "git-clone",
"description": "Custom nodes use topazvideoai in comfyui."
},
{
"author": "jammyfu",
"title": "Painting Coder Utils",
"id": "painting-coder-utils",
"reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils",
"files": [
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
],
"install_type": "git-clone",
"description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline."
},
{
"author": "welltop-cn",
"title": "ComfyUI-TeaCache",
"id": "teacache",
"reference": "https://github.com/welltop-cn/ComfyUI-TeaCache",
"files": [
"https://github.com/welltop-cn/ComfyUI-TeaCache"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
},
{
"author": "calcuis",
"title": "gguf",
"id": "gguf",
"reference": "https://github.com/calcuis/gguf",
"files": [
"https://github.com/calcuis/gguf"
],
"preemptions":[
"LoaderGGUF",
"ClipLoaderGGUF",
"DualClipLoaderGGUF",
"TripleClipLoaderGGUF",
"LoaderGGUFAdvanced",
"GGUFSave"
],
"install_type": "git-clone",
"description": "gguf node for comfyui"
},
{
"author": "LucipherDev",
"title": "ComfyUI-TangoFlux",
"reference": "https://github.com/LucipherDev/ComfyUI-TangoFlux",
"files": [
"https://github.com/LucipherDev/ComfyUI-TangoFlux"
],
"install_type": "git-clone",
"description": "ComfyUI Custom Nodes for 'TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching'. This generates high-quality 44.1kHz audio up to 30 seconds using just a text prompt."
},

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

@@ -4,7 +4,6 @@ import os
import traceback import traceback
import git import git
import configparser
import json import json
import yaml import yaml
import requests import requests
@@ -13,13 +12,13 @@ from git.remote import RemoteProgress
comfy_path = os.environ.get('COMFYUI_PATH') comfy_path = os.environ.get('COMFYUI_PATH')
git_exe_path = os.environ.get('GIT_EXE_PATH')
if comfy_path is None: if comfy_path is None:
print("\n[bold yellow]WARN: The `COMFYUI_PATH` environment variable is not set. Assuming `custom_nodes/ComfyUI-Manager/../../` as the ComfyUI path.[/bold yellow]", file=sys.stderr) print("\nWARN: The `COMFYUI_PATH` environment variable is not set. Assuming `custom_nodes/ComfyUI-Manager/../../` as the ComfyUI path.", file=sys.stderr)
comfy_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')) comfy_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
def download_url(url, dest_folder, filename=None): def download_url(url, dest_folder, filename=None):
# Ensure the destination folder exists # Ensure the destination folder exists
if not os.path.exists(dest_folder): if not os.path.exists(dest_folder):
@@ -43,7 +42,6 @@ def download_url(url, dest_folder, filename=None):
print(f"Failed to download file from {url}") print(f"Failed to download file from {url}")
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
nodelist_path = os.path.join(os.path.dirname(__file__), "custom-node-list.json") nodelist_path = os.path.join(os.path.dirname(__file__), "custom-node-list.json")
working_directory = os.getcwd() working_directory = os.getcwd()
@@ -127,8 +125,17 @@ def gitcheck(path, do_fetch=False):
def switch_to_default_branch(repo): def switch_to_default_branch(repo):
default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '') try:
repo.git.checkout(default_branch) default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
repo.git.checkout(default_branch)
except:
try:
repo.git.checkout(repo.heads.master)
except:
try:
repo.git.checkout('-b', 'master', 'origin/master')
except:
print("[ComfyUI Manager] Failed to switch to the default branch")
def gitpull(path): def gitpull(path):
@@ -431,10 +438,8 @@ def restore_pip_snapshot(pips, options):
def setup_environment(): def setup_environment():
config = configparser.ConfigParser() if git_exe_path is not None:
config.read(config_path) git.Git().update_environment(GIT_PYTHON_GIT_EXECUTABLE=git_exe_path)
if 'default' in config and 'git_exe' in config['default'] and config['default']['git_exe'] != '':
git.Git().update_environment(GIT_PYTHON_GIT_EXECUTABLE=config['default']['git_exe'])
setup_environment() setup_environment()

View File

File diff suppressed because it is too large Load Diff

View File

@@ -92,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:
@@ -129,3 +129,26 @@ def read_cnr_info(fullpath):
return None return None
except Exception: except Exception:
return None # not valid CNR node pack return None # not valid CNR node pack
def generate_cnr_id(fullpath, cnr_id):
cnr_id_path = os.path.join(fullpath, '.git', '.cnr-id')
try:
if not os.path.exists(cnr_id_path):
with open(cnr_id_path, "w") as f:
return f.write(cnr_id)
except:
print(f"[ComfyUI Manager] unable to create file: {cnr_id_path}")
def read_cnr_id(fullpath):
cnr_id_path = os.path.join(fullpath, '.git', '.cnr-id')
try:
if os.path.exists(cnr_id_path):
with open(cnr_id_path) as f:
return f.read().strip()
except:
pass
return None

View File

@@ -1,3 +1,8 @@
"""
description:
`manager_core` contains the core implementation of the management functions in ComfyUI-Manager.
"""
import json import json
import os import os
import sys import sys
@@ -36,7 +41,7 @@ import manager_downloader
from node_package import InstalledNodePackage from node_package import InstalledNodePackage
version_code = [3, 3] version_code = [3, 5]
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 '')
@@ -45,6 +50,7 @@ DEFAULT_CHANNEL = "https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/ma
default_custom_nodes_path = None default_custom_nodes_path = None
def get_default_custom_nodes_path(): def get_default_custom_nodes_path():
global default_custom_nodes_path global default_custom_nodes_path
if default_custom_nodes_path is None: if default_custom_nodes_path is None:
@@ -74,6 +80,16 @@ def get_comfyui_tag():
return None return None
def get_script_env():
copied = os.environ.copy()
git_exe = get_config().get('git_exe')
if git_exe is not None:
copied['GIT_EXE_PATH'] = git_exe
copied['COMFYUI_PATH'] = comfy_path
return copied
invalid_nodes = {} invalid_nodes = {}
@@ -150,6 +166,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
@@ -158,6 +175,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):
@@ -174,6 +192,11 @@ 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")
manager_util.cache_dir = os.path.join(manager_files_path, "cache")
if not os.path.exists(manager_util.cache_dir):
os.makedirs(manager_util.cache_dir)
try: try:
import folder_paths import folder_paths
@@ -260,6 +283,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()
@@ -433,6 +477,7 @@ class UnifiedManager:
cnr = self.get_cnr_by_repo(url) cnr = self.get_cnr_by_repo(url)
commit_hash = git_utils.get_commit_hash(fullpath) commit_hash = git_utils.get_commit_hash(fullpath)
if cnr: if cnr:
cnr_utils.generate_cnr_id(fullpath, cnr['id'])
return {'id': cnr['id'], 'cnr': cnr, 'ver': 'nightly', 'hash': commit_hash} return {'id': cnr['id'], 'cnr': cnr, 'ver': 'nightly', 'hash': commit_hash}
else: else:
url = os.path.basename(url) url = os.path.basename(url)
@@ -659,7 +704,7 @@ class UnifiedManager:
res = {} res = {}
channel_url = normalize_channel(channel) channel_url = normalize_channel(channel)
if channel: if channel_url:
if mode not in ['remote', 'local', 'cache']: if mode not in ['remote', 'local', 'cache']:
print(f"[bold red]ERROR: Invalid mode is specified `--mode {mode}`[/bold red]", file=sys.stderr) print(f"[bold red]ERROR: Invalid mode is specified `--mode {mode}`[/bold red]", file=sys.stderr)
return {} return {}
@@ -1234,6 +1279,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')
@@ -1292,6 +1339,7 @@ class UnifiedManager:
if version_spec == 'unknown': if version_spec == 'unknown':
self.unknown_active_nodes[node_id] = to_path self.unknown_active_nodes[node_id] = to_path
elif version_spec == 'nightly': elif version_spec == 'nightly':
cnr_utils.generate_cnr_id(to_path, node_id)
self.active_nodes[node_id] = 'nightly', to_path self.active_nodes[node_id] = 'nightly', to_path
return res.with_target(version_spec) return res.with_target(version_spec)
@@ -1344,6 +1392,63 @@ class UnifiedManager:
unified_manager = UnifiedManager() unified_manager = UnifiedManager()
def identify_node_pack_from_path(fullpath):
module_name = os.path.basename(fullpath)
if module_name.endswith('.git'):
module_name = module_name[:-4]
repo_url = git_utils.git_url(fullpath)
if repo_url is None:
# cnr
cnr = cnr_utils.read_cnr_info(fullpath)
if cnr is not None:
return module_name, cnr['version'], cnr['id']
return None
else:
# nightly or unknown
cnr_id = cnr_utils.read_cnr_id(fullpath)
commit_hash = git_utils.get_commit_hash(fullpath)
if cnr_id is not None:
return module_name, commit_hash, cnr_id
else:
return module_name, commit_hash, ''
def get_installed_node_packs():
res = {}
for x in get_custom_nodes_paths():
for y in os.listdir(x):
if y == '__pycache__' or y == '.disabled':
continue
fullpath = os.path.join(x, y)
info = identify_node_pack_from_path(fullpath)
if info is None:
continue
is_disabled = not y.endswith('.disabled')
res[info[0]] = { 'ver': info[1], 'cnr_id': info[2], 'enabled': is_disabled }
disabled_dirs = os.path.join(x, '.disabled')
if os.path.exists(disabled_dirs):
for y in os.listdir(disabled_dirs):
if y == '__pycache__':
continue
fullpath = os.path.join(disabled_dirs, y)
info = identify_node_pack_from_path(fullpath)
if info is None:
continue
res[info[0]] = { 'ver': info[1], 'cnr_id': info[2], 'enabled': False }
return res
def get_channel_dict(): def get_channel_dict():
global channel_dict global channel_dict
@@ -1386,9 +1491,7 @@ class ManagerFuncs:
print(f"[ComfyUI-Manager] Unexpected behavior: `{cmd}`") print(f"[ComfyUI-Manager] Unexpected behavior: `{cmd}`")
return 0 return 0
new_env = os.environ.copy() subprocess.check_call(cmd, cwd=cwd, env=get_script_env())
new_env["COMFYUI_PATH"] = comfy_path
subprocess.check_call(cmd, cwd=cwd, env=new_env)
return 0 return 0
@@ -1400,7 +1503,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'],
@@ -1441,7 +1543,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',
@@ -1460,7 +1561,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',
@@ -1487,8 +1587,17 @@ def get_config():
def switch_to_default_branch(repo): def switch_to_default_branch(repo):
default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '') try:
repo.git.checkout(default_branch) default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
repo.git.checkout(default_branch)
except:
try:
repo.git.checkout(repo.heads.master)
except:
try:
repo.git.checkout('-b', 'master', 'origin/master')
except:
print("[ComfyUI Manager] Failed to switch to the default branch")
def try_install_script(url, repo_path, install_cmd, instant_execution=False): def try_install_script(url, repo_path, install_cmd, instant_execution=False):
@@ -1539,9 +1648,8 @@ def __win_check_git_update(path, do_fetch=False, do_update=False):
else: else:
command = [sys.executable, git_script_path, "--check", path] command = [sys.executable, git_script_path, "--check", path]
new_env = os.environ.copy() new_env = get_script_env()
new_env["COMFYUI_PATH"] = comfy_path process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=get_default_custom_nodes_path(), env=new_env)
process = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd=get_default_custom_nodes_path())
output, _ = process.communicate() output, _ = process.communicate()
output = output.decode('utf-8').strip() output = output.decode('utf-8').strip()
@@ -1592,10 +1700,8 @@ def __win_check_git_update(path, do_fetch=False, do_update=False):
def __win_check_git_pull(path): def __win_check_git_pull(path):
new_env = os.environ.copy()
new_env["COMFYUI_PATH"] = comfy_path
command = [sys.executable, git_script_path, "--pull", path] command = [sys.executable, git_script_path, "--pull", path]
process = subprocess.Popen(command, env=new_env, cwd=get_default_custom_nodes_path()) process = subprocess.Popen(command, env=get_script_env(), cwd=get_default_custom_nodes_path())
process.wait() process.wait()
@@ -1661,7 +1767,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)
@@ -1695,7 +1801,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:
@@ -2946,7 +3052,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

@@ -108,7 +108,7 @@ class ManagerFuncsInComfyUI(core.ManagerFuncs):
logging.error(f"[ComfyUI-Manager] Unexpected behavior: `{cmd}`") logging.error(f"[ComfyUI-Manager] Unexpected behavior: `{cmd}`")
return 0 return 0
process = subprocess.Popen(cmd, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, bufsize=1) process = subprocess.Popen(cmd, cwd=cwd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True, bufsize=1, env=core.get_script_env())
stdout_thread = threading.Thread(target=handle_stream, args=(process.stdout, "")) stdout_thread = threading.Thread(target=handle_stream, args=(process.stdout, ""))
stderr_thread = threading.Thread(target=handle_stream, args=(process.stderr, "[!]")) stderr_thread = threading.Thread(target=handle_stream, args=(process.stderr, "[!]"))
@@ -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
@@ -542,17 +537,18 @@ def populate_markdown(x):
x['title'] = manager_util.sanitize_tag(x['title']) x['title'] = manager_util.sanitize_tag(x['title'])
# freeze imported version
startup_time_installed_node_packs = core.get_installed_node_packs()
@routes.get("/customnode/installed") @routes.get("/customnode/installed")
async def installed_list(request): async def installed_list(request):
unified_manager = core.unified_manager mode = request.query.get('mode', 'default')
await unified_manager.reload('cache') if mode == 'imported':
await unified_manager.get_custom_nodes('default', 'cache') res = startup_time_installed_node_packs
else:
res = core.get_installed_node_packs()
return web.json_response({ return web.json_response(res, content_type='application/json')
node_id: package.version if package.is_from_cnr else package.get_commit_hash()
for node_id, package in unified_manager.installed_node_packages.items() if not package.disabled
}, content_type='application/json')
@routes.get("/customnode/getlist") @routes.get("/customnode/getlist")
@@ -821,7 +817,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)
@@ -1154,17 +1150,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:
@@ -1302,9 +1287,13 @@ def restart(self):
sys_argv.remove('--windows-standalone-build') sys_argv.remove('--windows-standalone-build')
if sys.platform.startswith('win32'): if sys.platform.startswith('win32'):
return os.execv(sys.executable, ['"' + sys.executable + '"', '"' + sys_argv[0] + '"'] + sys_argv[1:]) cmds = ['"' + sys.executable + '"', '"' + sys_argv[0] + '"'] + sys_argv[1:]
else: else:
return os.execv(sys.executable, [sys.executable] + sys_argv) cmds = [sys.executable] + sys_argv
print(f"Command: {cmds}", flush=True)
return os.execv(sys.executable, cmds)
@routes.post("/manager/component/save") @routes.post("/manager/component/save")
@@ -1314,15 +1303,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:
@@ -1339,24 +1328,27 @@ 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):
try: if os.path.exists(core.manager_components_path):
json_files = [f for f in os.listdir(components_path) if f.endswith('.json')] try:
pack_files = [f for f in os.listdir(components_path) if f.endswith('.pack')] json_files = [f for f in os.listdir(core.manager_components_path) if f.endswith('.json')]
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.
components.update(json.load(file)) components.update(json.load(file))
except json.JSONDecodeError as e: except json.JSONDecodeError as e:
logging.error(f"[ComfyUI-Manager] Error decoding component file in file {json_file}: {e}") logging.error(f"[ComfyUI-Manager] Error decoding component file in file {json_file}: {e}")
return web.json_response(components) return web.json_response(components)
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") @routes.get("/manager/version")
@@ -1414,7 +1406,6 @@ async def default_cache_update():
# else: # else:
# logging.info("[ComfyUI-Manager] Migration check is skipped...") # 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()
if not os.path.exists(core.manager_config_path): if not os.path.exists(core.manager_config_path):

View File

@@ -1,3 +1,8 @@
"""
description:
`manager_util` is the lightest module shared across the prestartup_script, main code, and cm-cli of ComfyUI-Manager.
"""
import aiohttp import aiohttp
import json import json
import threading import threading
@@ -10,7 +15,7 @@ import re
cache_lock = threading.Lock() cache_lock = threading.Lock()
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
cache_dir = os.path.join(comfyui_manager_path, '.cache') cache_dir = os.path.join(comfyui_manager_path, '.cache') # This path is also updated together in **manager_core.update_user_directory**.
# DON'T USE StrictVersion - cannot handle pre_release version # DON'T USE StrictVersion - cannot handle pre_release version

View File

@@ -103,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;
@@ -244,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
@@ -426,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())
@@ -450,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() {
@@ -517,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...";
@@ -1069,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())
@@ -1218,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,
@@ -1663,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

@@ -16,7 +16,7 @@ function internalCustomConfirm(message, confirmMessage, cancelMessage) {
modalOverlay.style.display = 'flex'; modalOverlay.style.display = 'flex';
modalOverlay.style.alignItems = 'center'; modalOverlay.style.alignItems = 'center';
modalOverlay.style.justifyContent = 'center'; modalOverlay.style.justifyContent = 'center';
modalOverlay.style.zIndex = '1100'; modalOverlay.style.zIndex = '1101';
// Modal window container (dark bg) // Modal window container (dark bg)
const modalDialog = document.createElement('div'); const modalDialog = document.createElement('div');

View File

@@ -1190,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');
} }
} }

View File

@@ -17,16 +17,18 @@ import { api } from "../../scripts/api.js";
class WorkflowMetadataExtension { class WorkflowMetadataExtension {
constructor() { constructor() {
this.name = "Comfy.CustomNodesManager.WorkflowMetadata"; this.name = "Comfy.CustomNodesManager.WorkflowMetadata";
this.installedNodeVersions = {}; this.installedNodes = {};
this.comfyCoreVersion = null; this.comfyCoreVersion = null;
} }
/** /**
* Get the installed node versions * Get the installed nodes info
* @returns {Promise<Record<string, string>>} The mapping from node name to version * @returns {Promise<Record<string, {ver: string, cnr_id: string, enabled: boolean}>>} The mapping from node name to its info.
* version can either be a git commit hash or a semantic version such as "1.0.0" * ver can either be a git commit hash or a semantic version such as "1.0.0"
* cnr_id is the id of the node in the ComfyRegistry
* enabled is true if the node is enabled, false if it is disabled
*/ */
async getInstalledNodeVersions() { async getInstalledNodes() {
const res = await api.fetchApi("/customnode/installed"); const res = await api.fetchApi("/customnode/installed");
return await res.json(); return await res.json();
} }
@@ -48,8 +50,10 @@ class WorkflowMetadataExtension {
if (modules[0] === "custom_nodes") { if (modules[0] === "custom_nodes") {
const nodePackageName = modules[1]; const nodePackageName = modules[1];
const nodeVersion = this.installedNodeVersions[nodePackageName]; const nodeInfo =
nodeVersions[nodePackageName] = nodeVersion; this.installedNodes[nodePackageName] ??
this.installedNodes[nodePackageName.toLowerCase()];
nodeVersions[nodePackageName] = nodeInfo.ver;
} else if (["nodes", "comfy_extras"].includes(modules[0])) { } else if (["nodes", "comfy_extras"].includes(modules[0])) {
nodeVersions["comfy-core"] = this.comfyCoreVersion; nodeVersions["comfy-core"] = this.comfyCoreVersion;
} else { } else {
@@ -61,7 +65,7 @@ class WorkflowMetadataExtension {
async init() { async init() {
const extension = this; const extension = this;
this.installedNodeVersions = await this.getInstalledNodeVersions(); this.installedNodes = await this.getInstalledNodes();
this.comfyCoreVersion = (await api.getSystemStats()).system.comfyui_version; this.comfyCoreVersion = (await api.getSystemStats()).system.comfyui_version;
// Attach metadata when app.graphToPrompt is called. // Attach metadata when app.graphToPrompt is called.

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

@@ -9,8 +9,147 @@
"description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel." "description": "If you see this message, your ComfyUI-Manager is outdated.\nDev channel provides only the list of the developing nodes. If you want to find the complete node list, please go to the Default channel."
}, },
{
"author": "zyd232",
"title": "ComfyUI-zyd232-Nodes",
"reference": "https://github.com/zyd232/ComfyUI-zyd232-Nodes",
"files": [
"https://github.com/zyd232/ComfyUI-zyd232-Nodes"
],
"install_type": "git-clone",
"description": "NODES: Image Pixels Compare"
},
{
"author": "yanhuifair",
"title": "ComfyUI-FairLab",
"reference": "https://github.com/yanhuifair/ComfyUI-FairLab",
"files": [
"https://github.com/yanhuifair/ComfyUI-FairLab"
],
"install_type": "git-clone",
"description": "NODES: CLIP Text Encode Translated, Translate String, Load Image From Folder, Save String To Folder, Fix UTF-8 String, String Combine, String Field, Download Image, Save Images To Folder, Save Image To Folder, Image Resize"
},
{
"author": "nomcycle",
"title": "ComfyUI_Cluster [WIP]",
"reference": "https://github.com/nomcycle/ComfyUI_Cluster",
"files": [
"https://github.com/nomcycle/ComfyUI_Cluster"
],
"install_type": "git-clone",
"description": "Very early W.I.P of clustered ComfyUI inference."
},
{
"author": "5x00",
"title": "ComfyUI-LLM-Concat [WIP]",
"reference": "https://github.com/5x00/ComfyUI-LLM-Concat",
"files": [
"https://github.com/5x00/ComfyUI-LLM-Concat"
],
"install_type": "git-clone",
"description": "Simple ComfyUI node to combine strings using ChatGPT / Claude. Can be helpful to combine multiple keywords into a single prompt.\nNOTE: The files in the repo are not organized."
},
{
"author": "waynepimpzhang",
"title": "FindBrightestSpot [WIP]",
"reference": "https://github.com/waynepimpzhang/comfyui-opencv-brightestspot",
"files": [
"https://github.com/waynepimpzhang/comfyui-opencv-brightestspot"
],
"install_type": "git-clone",
"description": "Analyze the image to find the x and y coordinates of the brightest point.\nNOTE: The files in the repo are not organized."
},
{
"author": "nmlen",
"title": "comfyui-mosaic-blur [WIP]",
"reference": "https://github.com/nmlen/comfyui-mosaic-blur",
"files": [
"https://github.com/nmlen/comfyui-mosaic-blur"
],
"install_type": "git-clone",
"description": "A simple mosaic blur node for ComfyUI that uses CV2 or Pillow\nNOTE: The files in the repo are not organized."
},
{
"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": "Grey3016",
"title": "Save2Icon",
"reference": "https://github.com/Grey3016/Save2Icon",
"files": [
"https://github.com/Grey3016/Save2Icon"
],
"install_type": "git-clone",
"description": "NODES: Save2Icon"
},
{
"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", "author": "ryanontheinside",
"title": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]", "title": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]",
@@ -164,13 +303,13 @@
}, },
{ {
"author": "Maxim-Dey", "author": "Maxim-Dey",
"title": "ComfyUI-MS_Tools", "title": "ComfyUI-MS_Tools [WIP]",
"reference": "https://github.com/Maxim-Dey/ComfyUI-MaksiTools", "reference": "https://github.com/Maxim-Dey/ComfyUI-MaksiTools",
"files": [ "files": [
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools" "https://github.com/Maxim-Dey/ComfyUI-MaksiTools"
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: MS Time Measure Node" "description": "NODES: MS Time Measure NodeMaksiTools"
}, },
{ {
"author": "jammyfu", "author": "jammyfu",
@@ -464,17 +603,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Image Clip Node, Audio Duration Node, Save Video Node,..." "description": "NODES: Image Clip Node, Audio Duration Node, Save Video Node,..."
}, },
{
"author": "sh570655308",
"title": "ComfyUI-GigapixelAI [WIP]",
"reference": "https://github.com/sh570655308/ComfyUI-GigapixelAI",
"pip": ["GigapixelAI>=7.3.0"],
"files": [
"https://github.com/sh570655308/ComfyUI-GigapixelAI"
],
"install_type": "git-clone",
"description": "custom nodes use gigapixelai ai in comfyui Thanks @choey for the https://github.com/choey/Comfy-Topaz nodes helps me a lot\nRequirements: Licensed installation of Gigapixel 8: the path of gigapixel.exe is in the installation folder of Topaz Gigapixel AI, manually fill it if your installation is not default. Need GigapixelAI>=7.3.0\nNOTE: The files in the repo are not organized."
},
{ {
"author": "Big Idea Technology", "author": "Big Idea Technology",
"title": "ComfyUI-Movie-Tools [WIP]", "title": "ComfyUI-Movie-Tools [WIP]",
@@ -1127,7 +1255,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",

View File

@@ -154,6 +154,14 @@
"title_aux": "ComfyUI_Fooocus" "title_aux": "ComfyUI_Fooocus"
} }
], ],
"https://github.com/5x00/ComfyUI-LLM-Concat": [
[
"LLMConcate"
],
{
"title_aux": "ComfyUI-LLM-Concat [WIP]"
}
],
"https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [ "https://github.com/A4P7J1N7M05OT/ComfyUI-ManualSigma": [
[ [
"ManualSigma" "ManualSigma"
@@ -507,6 +515,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",
@@ -548,8 +572,10 @@
"DevToolsNodeWithOnlyOptionalInput", "DevToolsNodeWithOnlyOptionalInput",
"DevToolsNodeWithOptionalInput", "DevToolsNodeWithOptionalInput",
"DevToolsNodeWithOutputList", "DevToolsNodeWithOutputList",
"DevToolsNodeWithSeedInput",
"DevToolsNodeWithStringInput", "DevToolsNodeWithStringInput",
"DevToolsNodeWithUnionInput", "DevToolsNodeWithUnionInput",
"DevToolsObjectPatchNode",
"DevToolsSimpleSlider" "DevToolsSimpleSlider"
], ],
{ {
@@ -636,6 +662,15 @@
"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",
@@ -651,12 +686,31 @@
"AD_ImageSaver", "AD_ImageSaver",
"AD_LoadImageAdvanced", "AD_LoadImageAdvanced",
"AD_PromptReplace", "AD_PromptReplace",
"AD_TextIndexer",
"AD_TextListToString", "AD_TextListToString",
"AD_TextSaver", "AD_TextSaver",
"AD_TxtToCSVCombiner", "AD_TxtToCSVCombiner",
"AD_ZipSave" "AD_ZipSave",
"AD_advanced-padding",
"AD_color-image",
"AD_image-concat",
"AD_image-resize",
"AD_mockup-maker",
"AD_poster-maker",
"AD_prompt-saver",
"ImageResize",
"Incrementer \ud83e\udeb4",
"TextAppendNode",
"Width and height for scaling image to ideal resolution \ud83e\udeb4",
"Width and height from aspect ratio \ud83e\udeb4",
"YANC.MultilineString",
"comfyui-easy-padding",
"image concat mask"
], ],
{ {
"author": "ComfyUI Addoor",
"description": "Save prompts to CSV file with customizable naming pattern",
"title": "ComfyUI-PromptSaver",
"title_aux": "ComfyUI-Addoor [UNSAFE]" "title_aux": "ComfyUI-Addoor [UNSAFE]"
} }
], ],
@@ -718,6 +772,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"
@@ -743,6 +807,14 @@
"title_aux": "ComfyUI-LivePortraitKJ-MPS" "title_aux": "ComfyUI-LivePortraitKJ-MPS"
} }
], ],
"https://github.com/Grey3016/Save2Icon": [
[
"ConvertToIconNode"
],
{
"title_aux": "Save2Icon"
}
],
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
[ [
"GHImg_Sizer", "GHImg_Sizer",
@@ -1043,10 +1115,14 @@
], ],
"https://github.com/Maxim-Dey/ComfyUI-MaksiTools": [ "https://github.com/Maxim-Dey/ComfyUI-MaksiTools": [
[ [
"MT Time Measure Node" "\ud83d\udd22 Return Boolean",
"\ud83d\udd22 Return Float",
"\ud83d\udd22 Return Integer",
"\ud83d\udd22 Return Multiline String",
"\ud83d\udd27 Time Measure Node"
], ],
{ {
"title_aux": "ComfyUI-MS_Tools" "title_aux": "ComfyUI-MS_Tools [WIP]"
} }
], ],
"https://github.com/MrAdamBlack/CheckProgress": [ "https://github.com/MrAdamBlack/CheckProgress": [
@@ -1198,6 +1274,7 @@
], ],
"https://github.com/SeedV/ComfyUI-SeedV-Nodes": [ "https://github.com/SeedV/ComfyUI-SeedV-Nodes": [
[ [
"AdvancedScript",
"CheckpointLoaderSimpleShared //SeedV", "CheckpointLoaderSimpleShared //SeedV",
"ControlNetLoaderAdvancedShared", "ControlNetLoaderAdvancedShared",
"LoraLoader //SeedV", "LoraLoader //SeedV",
@@ -1210,6 +1287,7 @@
"https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": [ "https://github.com/ShahFaisalWani/ComfyUI-Mojen-Nodeset": [
[ [
"MojenAnalyzeProcessor", "MojenAnalyzeProcessor",
"MojenAspectRatio",
"MojenImageLoader", "MojenImageLoader",
"MojenLogPercent", "MojenLogPercent",
"MojenNSFWClassifier", "MojenNSFWClassifier",
@@ -1897,6 +1975,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",
@@ -2252,7 +2341,6 @@
], ],
"https://github.com/dihan/comfyui-random-kps": [ "https://github.com/dihan/comfyui-random-kps": [
[ [
"InstantIDFace",
"RandomFaceKeypoints" "RandomFaceKeypoints"
], ],
{ {
@@ -2403,7 +2491,8 @@
"Genera.BatchTester", "Genera.BatchTester",
"Genera.GCPStorageNode", "Genera.GCPStorageNode",
"Genera.MaskDrawer", "Genera.MaskDrawer",
"Genera.Utils" "Genera.Utils",
"PainterNode"
], ],
{ {
"title_aux": "ComfyUI-GeneraNodes" "title_aux": "ComfyUI-GeneraNodes"
@@ -2456,6 +2545,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",
@@ -2756,12 +2858,16 @@
"ClickPopup", "ClickPopup",
"ColorPicker", "ColorPicker",
"DynamicImageCombiner", "DynamicImageCombiner",
"DynamicMaskCombiner",
"ImageLatentCreator",
"ImageResolutionAdjuster", "ImageResolutionAdjuster",
"ImageSizeCreator",
"MaskPreview", "MaskPreview",
"MultilineTextInput", "MultilineTextInput",
"RemoveEmptyLinesAndLeadingSpaces", "RemoveEmptyLinesAndLeadingSpaces",
"RemoveEmptyLinesAndLeadingSpacesAdvance", "RemoveEmptyLinesAndLeadingSpacesAdvance",
"ShowTextPlus", "ShowTextPlus",
"SimpleTextInput",
"TextCombiner" "TextCombiner"
], ],
{ {
@@ -3047,6 +3153,7 @@
"HyVideoReSampler", "HyVideoReSampler",
"HyVideoSTG", "HyVideoSTG",
"HyVideoSampler", "HyVideoSampler",
"HyVideoTeaCache",
"HyVideoTextEmbedsLoad", "HyVideoTextEmbedsLoad",
"HyVideoTextEmbedsSave", "HyVideoTextEmbedsSave",
"HyVideoTextEncode", "HyVideoTextEncode",
@@ -3679,6 +3786,22 @@
"title_aux": "ComfyUI-PromptUtilities" "title_aux": "ComfyUI-PromptUtilities"
} }
], ],
"https://github.com/nmlen/comfyui-mosaic-blur": [
[
"ImageMosaic"
],
{
"title_aux": "comfyui-mosaic-blur [WIP]"
}
],
"https://github.com/nomcycle/ComfyUI_Cluster": [
[
"FenceClusteredWorkflow"
],
{
"title_aux": "ComfyUI_Cluster [WIP]"
}
],
"https://github.com/oshtz/ComfyUI-oshtz-nodes": [ "https://github.com/oshtz/ComfyUI-oshtz-nodes": [
[ [
"ImageOverlayNode", "ImageOverlayNode",
@@ -3726,13 +3849,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"
@@ -3762,6 +3887,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"
@@ -3896,15 +4035,6 @@
"title_aux": "comfyui-creative-nodes" "title_aux": "comfyui-creative-nodes"
} }
], ],
"https://github.com/sh570655308/ComfyUI-GigapixelAI": [
[
"GigapixelAI",
"GigapixelUpscaleSettings"
],
{
"title_aux": "ComfyUI-GigapixelAI [WIP]"
}
],
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": [ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": [
[ [
"ApplyPulid", "ApplyPulid",
@@ -4023,6 +4153,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",
@@ -4245,6 +4383,7 @@
"https://github.com/watarika/ComfyUI-Text-Utility": [ "https://github.com/watarika/ComfyUI-Text-Utility": [
[ [
"LoadTextFile", "LoadTextFile",
"RemoveComments",
"SaveTextFile" "SaveTextFile"
], ],
{ {
@@ -4260,6 +4399,14 @@
"title_aux": "ComfyUI-exit [UNSAFE]" "title_aux": "ComfyUI-exit [UNSAFE]"
} }
], ],
"https://github.com/waynepimpzhang/comfyui-opencv-brightestspot": [
[
"FindBrightestSpot"
],
{
"title_aux": "FindBrightestSpot [WIP]"
}
],
"https://github.com/willblaschko/ComfyUI-Unload-Models": [ "https://github.com/willblaschko/ComfyUI-Unload-Models": [
[ [
"DeleteAnyObject", "DeleteAnyObject",
@@ -4308,6 +4455,24 @@
"title_aux": "ComfyUI-XYNodes" "title_aux": "ComfyUI-XYNodes"
} }
], ],
"https://github.com/yanhuifair/ComfyUI-FairLab": [
[
"CLIPTranslatedClass",
"DownloadImageClass",
"FixUTF8StringClass",
"ImageResizeClass",
"LoadImageFromFolderClass",
"SaveImageToFolderClass",
"SaveImagesToFolderClass",
"SaveStringToFolderClass",
"StringCombineClass",
"StringFieldClass",
"TranslateStringClass"
],
{
"title_aux": "ComfyUI-FairLab"
}
],
"https://github.com/yojimbodayne/ComfyUI-Dropbox-API": [ "https://github.com/yojimbodayne/ComfyUI-Dropbox-API": [
[ [
"FetchTokenFromDropbox", "FetchTokenFromDropbox",
@@ -4346,6 +4511,14 @@
"title_aux": "Comfyui_image2prompt" "title_aux": "Comfyui_image2prompt"
} }
], ],
"https://github.com/zyd232/ComfyUI-zyd232-Nodes": [
[
"ImageCompareNode"
],
{
"title_aux": "ComfyUI-zyd232-Nodes"
}
],
"https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py": [ "https://raw.githubusercontent.com/NeuralNotW0rk/ComfyUI-Waveform-Extensions/main/EXT_VariationUtils.py": [
[ [
"BatchToList", "BatchToList",

View File

File diff suppressed because it is too large Load Diff

View File

@@ -11,6 +11,16 @@
{
"author": "ai-business-hql",
"title": "comfyUIAgent [REMOVED]",
"reference": "https://github.com/ai-business-hql/comfyUIAgent",
"files": [
"https://github.com/ai-business-hql/comfyUIAgent"
],
"install_type": "git-clone",
"description": "test"
},
{ {
"author": "daqingliu", "author": "daqingliu",
"title": "ComfyUI-SaveImageOSS [REMOVED]", "title": "ComfyUI-SaveImageOSS [REMOVED]",

View File

@@ -9,6 +9,381 @@
}, },
{
"author": "LucipherDev",
"title": "ComfyUI-TangoFlux",
"reference": "https://github.com/LucipherDev/ComfyUI-TangoFlux",
"files": [
"https://github.com/LucipherDev/ComfyUI-TangoFlux"
],
"install_type": "git-clone",
"description": "ComfyUI Custom Nodes for 'TangoFlux: Super Fast and Faithful Text to Audio Generation with Flow Matching'. This generates high-quality 44.1kHz audio up to 30 seconds using just a text prompt."
},
{
"author": "welltop-cn",
"title": "ComfyUI-TeaCache",
"id": "teacache",
"reference": "https://github.com/welltop-cn/ComfyUI-TeaCache",
"files": [
"https://github.com/welltop-cn/ComfyUI-TeaCache"
],
"install_type": "git-clone",
"description": "Unofficial implementation of [ali-vilab/TeaCache](https://github.com/ali-vilab/TeaCache) for ComfyUI"
},
{
"author": "jammyfu",
"title": "Painting Coder Utils",
"id": "painting-coder-utils",
"reference": "https://github.com/jammyfu/ComfyUI_PaintingCoderUtils",
"files": [
"https://github.com/jammyfu/ComfyUI_PaintingCoderUtils"
],
"install_type": "git-clone",
"description": "A practical collection of nodes for ComfyUI that streamlines image and text processing workflows. Features include image optimized resolution adjustment, text cleaning tools, dynamic image/text combination, and mask preview utilities. Perfect for artists and developers looking to enhance their AI art creation pipeline."
},
{
"author": "calcuis",
"title": "gguf",
"id": "gguf",
"reference": "https://github.com/calcuis/gguf",
"files": [
"https://github.com/calcuis/gguf"
],
"preemptions":[
"LoaderGGUF",
"ClipLoaderGGUF",
"DualClipLoaderGGUF",
"TripleClipLoaderGGUF",
"LoaderGGUFAdvanced",
"GGUFSave"
],
"install_type": "git-clone",
"description": "gguf node for comfyui"
},
{
"author": "sh570655308",
"title": "ComfyUI-GigapixelAI",
"id": "gigapixel",
"reference": "https://github.com/sh570655308/ComfyUI-GigapixelAI",
"files": [
"https://github.com/sh570655308/ComfyUI-GigapixelAI"
],
"install_type": "git-clone",
"description": "Custom nodes use gigapixelai in comfyui."
},
{
"author": "sh570655308",
"title": "ComfyUI-TopazVideoAI",
"id": "tvai",
"reference": "https://github.com/sh570655308/ComfyUI-TopazVideoAI",
"files": [
"https://github.com/sh570655308/ComfyUI-TopazVideoAI"
],
"install_type": "git-clone",
"description": "Custom nodes use topazvideoai in comfyui."
},
{
"author": "FinetunersAI",
"title": "ComfyUI_Finetuners_Suite",
"reference": "https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite",
"files": [
"https://github.com/FinetunersAI/ComfyUI_Finetuners_Suite"
],
"install_type": "git-clone",
"description": "A suite of nodes for ComfyUI that helps making ComfyUI more accesible for artists"
},
{
"author": "ChenDarYen",
"title": "ComfyUI-TimestepShiftModel",
"reference": "https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel",
"files": [
"https://github.com/ChenDarYen/ComfyUI-TimestepShiftModel"
],
"install_type": "git-clone",
"description": "This is a ComfyUI implementation of the timestep shift technique used in [a/NitroFusion: High-Fidelity Single-Step Diffusion through Dynamic Adversarial Training.](https://arxiv.org/abs/2412.02030)\nFor more details, visit the official [a/NitroFusion GitHub repository](https://github.com/ChenDarYen/NitroFusion)."
},
{
"author": "facok",
"title": "ComfyUI-HunyuanVideoMultiLora",
"reference": "https://github.com/facok/ComfyUI-HunyuanVideoMultiLora",
"files": [
"https://github.com/facok/ComfyUI-HunyuanVideoMultiLora"
],
"install_type": "git-clone",
"description": "A custom LoRA-loading node designed to prevent issues such as blurriness and other artifacts when loading multiple LoRAs in HunYuan Video.\nUsage Instructions: The connection method remains unchanged from the original. The only difference is the additional blocks_type option. Please select double_blocks."
},
{
"author": "JJ",
"title": "ComfyUI-Jtils",
"reference": "https://github.com/cnbjjj/ComfyUI-Jtils",
"files": [
"https://github.com/cnbjjj/ComfyUI-Jtils"
],
"install_type": "git-clone",
"description": "An extension for ComfyUI that adds utility functions and nodes not available in the default setup."
},
{
"author": "billwuhao",
"title": "ComfyUI_OneButtonPrompt_Flux",
"reference": "https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux",
"files": [
"https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux"
],
"install_type": "git-clone",
"description": "ComfyUI_OneButtonPrompt_Flux is a Flux prompt generation node. The subject can be 'human,' 'other' or a combination of both. For human, pose settings can be enabled. Additionally, various styles can be applied. Finally, combine it with 'Prompt Enhancement' to seamlessly automate image generation, eliminating the hassle of designing prompts."
},
{
"author": "pandaer119",
"title": "ComfyUI_pandai",
"reference": "https://github.com/pandaer119/ComfyUI_pandai",
"files": [
"https://github.com/pandaer119/ComfyUI_pandai"
],
"install_type": "git-clone",
"description": "Introduction The ComfyUI_pandai node is a custom ComfyUI node designed to interact with the DeepSeek API. It supports text generation, translation, and text polishing. With this node, users can easily generate text, translate content, and refine the generated text for better quality."
},
{
"author": "umiyuki",
"title": "ComfyUI Pad To Eight",
"reference": "https://github.com/umiyuki/comfyui-pad-to-eight",
"files": [
"https://github.com/umiyuki/comfyui-pad-to-eight"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node that pads an image to a multiple of 8 width."
},
{
"author": "Meettya",
"title": "ComfyUI-OneForOne",
"reference": "https://github.com/Meettya/ComfyUI-OneForOne",
"files": [
"https://github.com/Meettya/ComfyUI-OneForOne"
],
"install_type": "git-clone",
"description": "Node:Image Fit Calculator"
},
{
"author": "KunmyonChoi",
"title": "ComfyUI_S3_direct",
"reference": "https://github.com/KunmyonChoi/ComfyUI_S3_direct",
"files": [
"https://github.com/KunmyonChoi/ComfyUI_S3_direct"
],
"install_type": "git-clone",
"description": "ComfyUI custom_node that load and save file directly from S3\nSimplified version of [a/https://github.com/kealiu/ComfyUI-S3-Tools](https://github.com/kealiu/ComfyUI-S3-Tools)"
},
{
"author": "laogou666",
"title": "Comfyui-LG_Relight",
"reference": "https://github.com/LAOGOU-666/Comfyui-LG_Relight",
"files": [
"https://github.com/LAOGOU-666/Comfyui-LG_Relight"
],
"install_type": "git-clone",
"description": "A simple implementation of real-time 3D lighting in ComfyUI. It's an open-source node, have fun playing around!"
},
{
"author": "fssorc",
"title": "ComfyUI_RopeWrapper",
"reference": "https://github.com/fssorc/ComfyUI_RopeWrapper",
"files": [
"https://github.com/fssorc/ComfyUI_RopeWrapper"
],
"install_type": "git-clone",
"description": "Wrap Rope into ComfyUI, do a little change to use in ComfyUI. All credit goes to Hillobar and his ROPE [ㅁ/https://github.com/Hillobar/Rope](https://github.com/Hillobar/Rope)"
},
{
"author": "hodanajan",
"title": "optimal-crop-resolution",
"reference": "https://github.com/hodanajan/optimal-crop-resolution",
"files": [
"https://github.com/hodanajan/optimal-crop-resolution"
],
"install_type": "git-clone",
"description": "ComfyUI node to calculate optimal resolution to crop the image to (from a list of aspect ratios)"
},
{
"author": "inventorado",
"title": "ComfyUI Neural Network Toolkit NNT ",
"id": "nnt",
"reference": "https://github.com/inventorado/ComfyUI_NNT",
"files": [
"https://github.com/inventorado/ComfyUI_NNT"
],
"install_type": "git-clone",
"description": "Neural Network Toolkit (NNT) for ComfyUI is an extensive set of custom ComfyUI nodes for designing, training, and fine-tuning neural networks. This toolkit allows defining models, layers, training workflows, transformers, and tensor operations in a visual manner using nodes."
},
{
"author": "Hullabalo",
"title": "ComfyUI-Loop",
"reference": "https://github.com/Hullabalo/ComfyUI-Loop",
"files": [
"https://github.com/Hullabalo/ComfyUI-Loop"
],
"install_type": "git-clone",
"description": "A pair of nodes (Load Image and Save Image) to create a simple loop in your ComfyUI inpainting workflow, without the need of loading your last saved image"
},
{
"author": "leeguandong",
"title": "ComfyUI_FluxCustomId",
"reference": "https://github.com/leeguandong/ComfyUI_FluxCustomId",
"files": [
"https://github.com/leeguandong/ComfyUI_FluxCustomId"
],
"install_type": "git-clone",
"description": "ComfyUI nodes to use FluxCustomId\nOriginal repo: [a/https://github.com/damo-cv/FLUX-customID](https://github.com/damo-cv/FLUX-customID)"
},
{
"author": "bongsang",
"title": "ComfyUI-Bongsang",
"reference": "https://github.com/bongsang/ComfyUI-Bongsang",
"files": [
"https://github.com/bongsang/ComfyUI-Bongsang"
],
"install_type": "git-clone",
"description": "The 'ComfyUI-Bongsang' is very useful tools for a diffusion model developer."
},
{
"author": "5x00",
"title": "ComfyUI-PiAPI-Faceswap",
"reference": "https://github.com/5x00/ComfyUI-PiAPI-Faceswap",
"files": [
"https://github.com/5x00/ComfyUI-PiAPI-Faceswap"
],
"install_type": "git-clone",
"description": "A simple ComfyUI nodes that integrates [a/PiAPI faceswap](https://piapi.ai/faceswap-api) service into ComfyUI. This can be helpful if you're trying to create a workflow that includes faceswap for commercial usage."
},
{
"author": "muxueChen",
"title": "CosyVoice2 for ComfyUI",
"reference": "https://github.com/muxueChen/ComfyUI_NTCosyVoice",
"files": [
"https://github.com/muxueChen/ComfyUI_NTCosyVoice"
],
"install_type": "git-clone",
"description": "ComfyUI_NTCosyVoice is a plugin of ComfyUI for Cosysvoice2"
},
{
"author": "cenzijing",
"title": "ComfyUI-Markmap",
"reference": "https://github.com/cenzijing/ComfyUI-Markmap",
"files": [
"https://github.com/cenzijing/ComfyUI-Markmap"
],
"install_type": "git-clone",
"description": "A ComfyUI custom node for creating mindmaps from markdown"
},
{
"author": "amorano",
"title": "Jovi_Spout",
"id": "jovi_spout",
"reference": "https://github.com/Amorano/Jovi_Spout",
"files": [
"https://github.com/Amorano/Jovi_Spout"
],
"install_type": "git-clone",
"description": "ComfyUI Nodes for using Spout streams."
},
{
"author": "AconexOfficial",
"title": "ComfyUI GOAT Nodes",
"reference": "https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes",
"files": [
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes"
],
"install_type": "git-clone",
"description": "Nodes to level up your workflows performance and streamline specific functions."
},
{
"author": "Jaminanim",
"title": "ComfyUI-Random-Int-Divisor-Node",
"reference": "https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node",
"files": [
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node"
],
"install_type": "git-clone",
"description": "A set of custom ComfyUI nodes for generating random integers within a range, adjusted to the nearest multiple of a user-defined divisor. Needlessly includes both an efficient and simple list implementation. Updates with each generation."
},
{
"author": "LucipherDev",
"title": "ComfyUI-AniDoc",
"reference": "https://github.com/LucipherDev/ComfyUI-AniDoc",
"files": [
"https://github.com/LucipherDev/ComfyUI-AniDoc"
],
"install_type": "git-clone",
"description": "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production."
},
{
"author": "bear2b",
"title": "ColorMatrixGPU Node for ComfyUI",
"reference": "https://github.com/bear2b/comfyui-argo-nodes",
"files": [
"https://github.com/bear2b/comfyui-argo-nodes"
],
"install_type": "git-clone",
"description": "This node applies a custom 4x4 color matrix to an image using GPU acceleration via PyTorch."
},
{
"author": "Vaibhavs10",
"title": "ComfyUI-DDUF",
"reference": "https://github.com/Vaibhavs10/ComfyUI-DDUF",
"files": [
"https://github.com/Vaibhavs10/ComfyUI-DDUF"
],
"install_type": "git-clone",
"description": "Run DDUF in ComfyUI - powered by Diffusers."
},
{
"author": "tocubed",
"title": "ComfyUI-EvTexture",
"reference": "https://github.com/tocubed/ComfyUI-EvTexture",
"files": [
"https://github.com/tocubed/ComfyUI-EvTexture"
],
"install_type": "git-clone",
"description": "Wrapper for EvTexture Video Upscaler: [a/https://github.com/DachunKai/EvTexture](https://github.com/DachunKai/EvTexture)"
},
{
"author": "ShmuelRonen",
"title": "ComfyUI-LatentSyncWrapper",
"reference": "https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper",
"files": [
"https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper"
],
"install_type": "git-clone",
"description": "This node provides lip-sync capabilities in ComfyUI using ByteDance's LatentSync model. It allows you to synchronize video lips with audio input."
},
{
"author": "sanbuphy",
"title": "ComfyUI-AudioLDM",
"reference": "https://github.com/sanbuphy/ComfyUI-AudioLDM",
"files": [
"https://github.com/sanbuphy/ComfyUI-AudioLDM"
],
"install_type": "git-clone",
"description": "ComfyUI Workflow to run audioldm-l-full pipeline\n[a/https://huggingface.co/cvssp/audioldm-l-full](https://huggingface.co/cvssp/audioldm-l-full)"
},
{
"author": "1038lab",
"title": "ComfyUI-WildPromptor",
"reference": "https://github.com/1038lab/ComfyUI-WildPromptor",
"files": [
"https://github.com/1038lab/ComfyUI-WildPromptor"
],
"install_type": "git-clone",
"description": "Create dynamic prompts with wildcard list."
},
{
"author": "sweetndata",
"title": "ComfyUI_Sticker_Compositer",
"reference": "https://github.com/sweetndata/ComfyUI_Sticker_Compositer",
"files": [
"https://github.com/sweetndata/ComfyUI_Sticker_Compositer"
],
"install_type": "git-clone",
"description": "NODES:Sticker Compositer.\nbackground frame + sticker"
},
{ {
"author": "Jash-Vora", "author": "Jash-Vora",
"title": "FitDiT", "title": "FitDiT",
@@ -321,381 +696,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "Image to caption with CLIP ViT-L/14. Small and fast addition to the CLIP-L model you already have loaded to generate captions for images within your workflow." "description": "Image to caption with CLIP ViT-L/14. Small and fast addition to the CLIP-L model you already have loaded to generate captions for images within your workflow."
},
{
"author": "solution9th",
"title": "Comfyui_mobilesam",
"reference": "https://github.com/solution9th/Comfyui_mobilesam",
"files": [
"https://github.com/solution9th/Comfyui_mobilesam"
],
"install_type": "git-clone",
"description": "NODES: Mobile SAM Model Loader, Mobile SAM Detector, Mobile SAM Predictor"
},
{
"author": "Doctor Diffusion",
"title": "ComfyUI-basic-pitch",
"reference": "https://github.com/DoctorDiffusion/ComfyUI-basic-pitch",
"files": [
"https://github.com/DoctorDiffusion/ComfyUI-basic-pitch"
],
"install_type": "git-clone",
"description": "Audio to midi functionality within ComfyUI"
},
{
"author": "ronsantash",
"title": "ComfyUIFlexiLoRALoader",
"reference": "https://github.com/ronsantash/Comfyui-flexi-lora-loader",
"files": [
"https://github.com/ronsantash/Comfyui-flexi-lora-loader"
],
"install_type": "git-clone",
"description": "FlexiLoRALoader - A ComfyUI custom node for dynamic LoRA weight management. Apply multiple LoRAs with flexible weight patterns and randomization features for creative AI image generation.\nFeatures: • Multiple LoRA handling (up to 3) • Weight pattern presets • Random/Sequential mode • Debug logging support"
},
{
"author": "neverbiasu",
"title": "ComfyUI-Dashscope",
"reference": "https://github.com/neverbiasu/ComfyUI-Dashscope",
"files": [
"https://github.com/neverbiasu/ComfyUI-Dashscope"
],
"install_type": "git-clone",
"description": "This project adapts the dashscope([a/aliyun-bailian](https://bailian.console.aliyun.com)) api into ComfyUI."
},
{
"author": "SparknightLLC",
"title": "ComfyUI-ConditionalInterrupt",
"reference": "https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt",
"files": [
"https://github.com/SparknightLLC/ComfyUI-ConditionalInterrupt"
],
"install_type": "git-clone",
"description": "A node for ComfyUI that terminates the workflow processing if 'proceed' is set to False. More convenient than manually bypassing a bunch of nodes.\nThis is a restructured version of the 'SRL Conditional Interrupt' node from the [a/srl-nodes](https://github.com/seanlynch/srl-nodes) pack."
},
{
"author": "zhilemann",
"title": "ComfyUI-moondream2",
"reference": "https://github.com/zhilemann/ComfyUI-moondream2",
"files": [
"https://github.com/zhilemann/ComfyUI-moondream2"
],
"install_type": "git-clone",
"description": "nodes for nightly moondream2 VLM inference\nsupports only captioning and visual queries at the moment"
},
{
"author": "York Xiang",
"title": "Remembering utils",
"id": "comfyui-rememberingutils",
"reference": "https://github.com/bombless/comfyUI-RememberingUtils",
"files": [
"https://github.com/bombless/comfyUI-RememberingUtils"
],
"install_type": "git-clone",
"description": "Helper nodes to display last seed and prompt."
},
{
"author": "cherninlab",
"title": "Logo Generator Node for ComfyUI",
"reference": "https://github.com/cherninlab/logo-generator-comfyui",
"files": [
"https://github.com/cherninlab/logo-generator-comfyui"
],
"install_type": "git-clone",
"description": "This custom node allows you to generate logo images using Google Fonts."
},
{
"author": "shahkoorosh",
"title": "ComfyUI-KGnodes",
"reference": "https://github.com/shahkoorosh/ComfyUI-KGnodes",
"files": [
"https://github.com/shahkoorosh/ComfyUI-KGnodes"
],
"install_type": "git-clone",
"description": "NODES:Custom Resolution Latent Node, Style Selector\nThis Custom node offers various experimental nodes to make it easier to use ComfyUI."
},
{
"author": "shahkoorosh",
"title": "comfyui-sunflower-nodes",
"reference": "https://github.com/andygill/comfyui-sunflower-nodes",
"files": [
"https://github.com/andygill/comfyui-sunflower-nodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for 3D visualization."
},
{
"author": "shahkoorosh",
"title": "ComfyUI_RH_APICall",
"reference": "https://github.com/HM-RunningHub/ComfyUI_RH_APICall",
"files": [
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall"
],
"install_type": "git-clone",
"description": "This is a ComfyUI plugin that makes it easier to call and run workflows from RunningHub in your local ComfyUI setup."
},
{
"author": "wqjuser",
"title": "ComfyUI-Chat-Image",
"reference": "https://github.com/wqjuser/ComfyUI-Chat-Image",
"files": [
"https://github.com/wqjuser/ComfyUI-Chat-Image"
],
"install_type": "git-clone",
"description": "Use an online large language model to describe images."
},
{
"author": "shinich39",
"title": "comfyui-view-recommendations",
"reference": "https://github.com/shinich39/comfyui-view-recommendations",
"files": [
"https://github.com/shinich39/comfyui-view-recommendations"
],
"install_type": "git-clone",
"description": "Load model generation data from civitai."
},
{
"author": "SlackinJack",
"title": "asyncdiff_comfyui",
"reference": "https://github.com/SlackinJack/asyncdiff_comfyui",
"files": [
"https://github.com/SlackinJack/asyncdiff_comfyui"
],
"install_type": "git-clone",
"description": "AsyncDiff node for ComfyUI"
},
{
"author": "wmpmiles",
"title": "comfyui-some-image-processing-stuff",
"reference": "https://github.com/wmpmiles/comfyui-some-image-processing-stuff",
"files": [
"https://github.com/wmpmiles/comfyui-some-image-processing-stuff"
],
"install_type": "git-clone",
"description": "Some ComfyUI nodes that provide some image-processing functionality. Resampling, Color Grading, Inpainting, ..."
},
{
"author": "kevinmcmahondev",
"title": "Skin Tone Detector for ComfyUI",
"reference": "https://github.com/kevinmcmahondev/comfyui-skin-tone-detector",
"files": [
"https://github.com/kevinmcmahondev/comfyui-skin-tone-detector"
],
"install_type": "git-clone",
"description": "A ComfyUI node that detects the skin tone of a person in an image and matches it to the standard emoji skin tone palette."
},
{
"author": "yolanother",
"title": "Save Uncompressed 16 Bit PNG",
"reference": "https://github.com/yolanother/ComfyUI-Save16bitPng",
"files": [
"https://github.com/yolanother/ComfyUI-Save16bitPng"
],
"install_type": "git-clone",
"description": "The SaveImageARGB16PNG node provides functionality for saving images as uncompressed PNG files with ARGB16 precision. This node is particularly useful for workflows that require high-quality image saving with metadata such as prompts and additional PNG info."
},
{
"author": "TKRLAB",
"title": "Prompt List JSON",
"reference": "https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON",
"files": [
"https://github.com/TKRLAB/ComfyUI_Prompt_List_JSON"
],
"install_type": "git-clone",
"description": "This repository provides a custom node for ComfyUI that allows managing positive and negative prompts in a structured JSON format. The node supports adding, updating, and logging prompts, ensuring seamless integration into your workflow."
},
{
"author": "RyanOnTheInside",
"title": "ComfyUI-EfficientTAM",
"reference": "https://github.com/ryanontheinside/ComfyUI_EfficientTAM",
"files": [
"https://github.com/ryanontheinside/ComfyUI_EfficientTAM"
],
"install_type": "git-clone",
"description": "A ComfyUI implementation of [a/EfficientTAM](https://github.com/yformer/EfficientTAM)"
},
{
"author": "mahdi",
"title": "seamless-clone-comfyui",
"reference": "https://github.com/Aksaz/comfyui-seamless-clone",
"files": [
"https://github.com/Aksaz/comfyui-seamless-clone"
],
"install_type": "git-clone",
"description": "Seamless Clone for ComfyUI"
},
{
"author": "xfgexo",
"title": "EXO Custom ComfyUI Nodes",
"id": "exo-custom-nodes",
"reference": "https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes",
"files": [
"https://github.com/xfgexo/EXO-Custom-ComfyUI-Nodes"
],
"install_type": "git-clone",
"description": "A custom node pack made with efficiency and quality of life features in mind. Most notably is my Prompt Builder Deluxe Node. Unlike any other run-of-the-mill prompt builder or styler node out there. Mine allows you to create and design in a way no other node does."
},
{
"author": "jefferyharrell",
"title": "JH XMP Metadata Nodes",
"reference": "https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes",
"files": [
"https://github.com/ComfyUI-JH/ComfyUI-JH-XMP-Metadata-Nodes"
],
"install_type": "git-clone",
"description": "These are custom nodes for ComfyUI for the loading and saving of metadata in XMP format. XMP metadata is embedded in the images created by these nodes; it travels along wherever the image does. Both macOS and Windows index XMP metadata automatically, making it searchable from the Finder on the Mac or the File Explorer in Windows. Apps like Photoshop or Lightroom (and presumably many others) expose XMP metadata and allow it to be edited."
},
{
"author": "AEmotionStudio",
"title": "ComfyUI Christmas Theme 🎄✨",
"reference": "https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme",
"files": [
"https://github.com/AEmotionStudio/ComfyUI-ChristmasTheme"
],
"install_type": "git-clone",
"description": "A beautiful theme extension for ComfyUI that adds festive touches with dynamic backgrounds, snowfall effects, and animated node connections"
},
{
"author": "Black Forest Labs",
"title": "Black Forest Labs API Nodes",
"reference": "https://github.com/black-forest-labs/bfl-comfy-nodes",
"files": [
"https://github.com/black-forest-labs/bfl-comfy-nodes"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for Black Forest Labs API Services"
},
{
"author": "Light-x02",
"title": "Image Metadata Nodes",
"id": "image_metadata_nodes",
"reference": "https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes",
"files": [
"https://github.com/Light-x02/ComfyUI-Image-Metadata-Nodes"
],
"install_type": "git-clone",
"description": "Nodes for loading and saving images with metadata in ComfyUI."
},
{
"author": "marcoc2",
"title": "Image Processing Suite for ComfyUI",
"reference": "https://github.com/marcoc2/ComfyUI-AnotherUtils",
"files": [
"https://github.com/marcoc2/ComfyUI-AnotherUtils"
],
"install_type": "git-clone",
"description": "A collection of specialized image processing nodes for ComfyUI, focused on dataset preparation and pixel art manipulation."
},
{
"author": "BIMer-99",
"title": "ComfyUI_FishSpeech_EX",
"reference": "https://github.com/BIMer-99/ComfyUI_FishSpeech_EX",
"files": [
"https://github.com/BIMer-99/ComfyUI_FishSpeech_EX"
],
"install_type": "git-clone",
"description": "This plugin is optimized for Fish-Speech-1.5 version and is only applicable to version 1.5"
},
{
"author": "CyanAutumn",
"title": "ComfyUi Random Manage Cyan",
"id": "CyanAutumn",
"reference": "https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan",
"files": [
"https://github.com/CyanAutumn/ComfyUi_Random_Manage_Cyan"
],
"install_type": "git-clone",
"description": "A random prompt node"
},
{
"author": "kazeyori",
"title": "Quick Image Sequence Process",
"reference": "https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess",
"files": [
"https://github.com/kazeyori/ComfyUI-QuickImageSequenceProcess"
],
"install_type": "git-clone",
"description": "A ComfyUI plugin for quick image sequence processing. This plugin allows users to manipulate frame sequences with various operations including frame insertion, deletion, and duplication."
},
{
"author": "ptmaster",
"title": "Embedding Merge for ComfyUI",
"reference": "https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs",
"files": [
"https://github.com/ptmaster/ComfyUI-Load-Diffusion-Model-to-Muti-GPUs/raw/refs/heads/main/Load%20Diffusion%20Model%20into%20Muti%20GPUs.py"
],
"install_type": "copy",
"description": "NODES: OverrideLoadedDiffusionDevice.\nI happen to have two graphics cards, and I want to load models into another graphics card in Comfyui, so I designed this small node."
},
{
"author": "ADDOOR",
"title": "ComfyUI-Addoor",
"reference": "https://github.com/Eagle-CN/ComfyUI-Addoor",
"files": [
"https://github.com/Eagle-CN/ComfyUI-Addoor"
],
"install_type": "git-clone",
"description": "A collection of batch operation toolkits suitable for ComfyUI"
},
{
"author": "pollockjj",
"title": "ComfyUI-MultiGPU",
"reference": "https://github.com/pollockjj/ComfyUI-MultiGPU",
"files": [
"https://github.com/pollockjj/ComfyUI-MultiGPU"
],
"install_type": "git-clone",
"description": "Experimental nodes for using multiple GPUs in a single ComfyUI workflow.\nOriginal repo: [a/https://github.com/neuratech-ai/ComfyUI-MultiGPU](https://github.com/neuratech-ai/ComfyUI-MultiGPU)"
},
{
"author": "PressWagon",
"title": "ComfyUI-StringsAndThings",
"reference": "https://github.com/PressWagon/ComfyUI-StringsAndThings",
"files": [
"https://github.com/PressWagon/ComfyUI-StringsAndThings"
],
"install_type": "git-clone",
"description": "EA collection of ComfyUI custom nodes for formatting and debugging string data with the intention of collecting generation data to be processed by a custom node pack like comfy-image-saver, as well as miscellaneous extra nodes to experiment with."
},
{
"author": "42lux",
"title": "Just a bunch of QOL nodes by 42lux",
"id": "comfyui-42lux",
"reference": "https://github.com/42lux/ComfyUI-42lux",
"files": [
"https://github.com/42lux/ComfyUI-42lux"
],
"install_type": "git-clone",
"description": "Just a bunch of QOL nodes. Normalized Flux Sampling, High Res Latent Picker, Textbox with Token Counter."
},
{
"author": "if-ai",
"title": "ComfyUI-IF_Trellis",
"reference": "https://github.com/if-ai/ComfyUI-IF_Trellis",
"files": [
"https://github.com/if-ai/ComfyUI-IF_Trellis"
],
"install_type": "git-clone",
"description": "ComfyUI TRELLIS is a large 3D asset generation in various formats, such as Radiance Fields, 3D Gaussians, and meshes. The cornerstone of TRELLIS is a unified Structured LATent (SLAT) representation that allows decoding to different output formats and Rectified Flow Transformers tailored for SLAT as the powerful backbones."
},
{
"author": "itsjustregi",
"title": "ComfyUI-EasyNoobai",
"reference": "https://github.com/regiellis/ComfyUI-EasyNoobai",
"files": [
"https://github.com/regiellis/ComfyUI-EasyNoobai"
],
"install_type": "git-clone",
"description": "Simple set of nodes to assist with prompt generation for NOOBAI XL / Illustrious models"
},
{
"author": "shinich39",
"title": "comfyui-textarea-command",
"reference": "https://github.com/shinich39/comfyui-textarea-command",
"files": [
"https://github.com/shinich39/comfyui-textarea-command"
],
"install_type": "git-clone",
"description": "Add command and comment in textarea. (e.g. // Disabled line)"
} }
] ]
} }

View File

File diff suppressed because it is too large Load Diff

View File

@@ -260,6 +260,16 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "This is the ComfyUI custom node template repository that anyone can use to create their own custom nodes." "description": "This is the ComfyUI custom node template repository that anyone can use to create their own custom nodes."
},
{
"author": "laogou666",
"title": "Comfyui_LG_Advertisement",
"reference": "https://github.com/LAOGOU-666/Comfyui_LG_Advertisement",
"files": [
"https://github.com/LAOGOU-666/Comfyui_LG_Advertisement"
],
"install_type": "git-clone",
"description": "A node for demonstration."
} }
] ]
} }

View File

@@ -172,6 +172,7 @@
"CLIPTextEncodeControlnet", "CLIPTextEncodeControlnet",
"CLIPTextEncodeFlux", "CLIPTextEncodeFlux",
"CLIPTextEncodeHunyuanDiT", "CLIPTextEncodeHunyuanDiT",
"CLIPTextEncodePixArtAlpha",
"CLIPTextEncodeSD3", "CLIPTextEncodeSD3",
"CLIPTextEncodeSDXL", "CLIPTextEncodeSDXL",
"CLIPTextEncodeSDXLRefiner", "CLIPTextEncodeSDXLRefiner",
@@ -189,6 +190,7 @@
"ConditioningSetAreaStrength", "ConditioningSetAreaStrength",
"ConditioningSetMask", "ConditioningSetMask",
"ConditioningSetTimestepRange", "ConditioningSetTimestepRange",
"ConditioningStableAudio",
"ConditioningZeroOut", "ConditioningZeroOut",
"ControlNetApply", "ControlNetApply",
"ControlNetApplyAdvanced", "ControlNetApplyAdvanced",
@@ -202,7 +204,9 @@
"DisableNoise", "DisableNoise",
"DualCFGGuider", "DualCFGGuider",
"DualCLIPLoader", "DualCLIPLoader",
"EmptyHunyuanLatentVideo",
"EmptyImage", "EmptyImage",
"EmptyLTXVLatentVideo",
"EmptyLatentAudio", "EmptyLatentAudio",
"EmptyLatentImage", "EmptyLatentImage",
"EmptyMochiLatentVideo", "EmptyMochiLatentVideo",
@@ -245,6 +249,9 @@
"KSamplerAdvanced", "KSamplerAdvanced",
"KSamplerSelect", "KSamplerSelect",
"KarrasScheduler", "KarrasScheduler",
"LTXVConditioning",
"LTXVImgToVideo",
"LTXVScheduler",
"LaplaceScheduler", "LaplaceScheduler",
"LatentAdd", "LatentAdd",
"LatentApplyOperation", "LatentApplyOperation",
@@ -265,6 +272,8 @@
"LatentSubtract", "LatentSubtract",
"LatentUpscale", "LatentUpscale",
"LatentUpscaleBy", "LatentUpscaleBy",
"Load3D",
"Load3DAnimation",
"LoadAudio", "LoadAudio",
"LoadImage", "LoadImage",
"LoadImageMask", "LoadImageMask",
@@ -272,11 +281,15 @@
"LoraLoader", "LoraLoader",
"LoraLoaderModelOnly", "LoraLoaderModelOnly",
"LoraSave", "LoraSave",
"Mahiro",
"MaskComposite", "MaskComposite",
"MaskToImage", "MaskToImage",
"ModelMergeAdd", "ModelMergeAdd",
"ModelMergeAuraflow",
"ModelMergeBlocks", "ModelMergeBlocks",
"ModelMergeFlux1", "ModelMergeFlux1",
"ModelMergeLTXV",
"ModelMergeMochiPreview",
"ModelMergeSD1", "ModelMergeSD1",
"ModelMergeSD2", "ModelMergeSD2",
"ModelMergeSD35_Large", "ModelMergeSD35_Large",
@@ -289,6 +302,7 @@
"ModelSamplingContinuousV", "ModelSamplingContinuousV",
"ModelSamplingDiscrete", "ModelSamplingDiscrete",
"ModelSamplingFlux", "ModelSamplingFlux",
"ModelSamplingLTXV",
"ModelSamplingSD3", "ModelSamplingSD3",
"ModelSamplingStableCascade", "ModelSamplingStableCascade",
"ModelSave", "ModelSave",
@@ -301,6 +315,7 @@
"PhotoMakerLoader", "PhotoMakerLoader",
"PolyexponentialScheduler", "PolyexponentialScheduler",
"PorterDuffImageComposite", "PorterDuffImageComposite",
"Preview3D",
"PreviewAudio", "PreviewAudio",
"PreviewImage", "PreviewImage",
"RandomNoise", "RandomNoise",
@@ -334,6 +349,7 @@
"SelfAttentionGuidance", "SelfAttentionGuidance",
"SetLatentNoiseMask", "SetLatentNoiseMask",
"SetUnionControlNetType", "SetUnionControlNetType",
"SkipLayerGuidanceDiT",
"SkipLayerGuidanceSD3", "SkipLayerGuidanceSD3",
"SolidMask", "SolidMask",
"SplitImageWithAlpha", "SplitImageWithAlpha",
@@ -462,6 +478,17 @@
"title_aux": "comfyui-custom-nodes" "title_aux": "comfyui-custom-nodes"
} }
], ],
"https://github.com/jhj0517/ComfyUI-CustomNodes-Template": [
[
"(Down)Load My Model",
"Calculate Minus",
"Calculate Plus",
"Example Output Node"
],
{
"title_aux": "ComfyUI-CustomNodes-Template"
}
],
"https://github.com/jtong/comfyui-jtong-workflow": [ "https://github.com/jtong/comfyui-jtong-workflow": [
[ [
"Example", "Example",

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

@@ -50,9 +50,8 @@ def check_file_logging():
global enable_file_logging global enable_file_logging
try: try:
import configparser import configparser
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(config_path) config.read(manager_config_path)
default_conf = config['default'] default_conf = config['default']
if 'file_logging' in default_conf and default_conf['file_logging'].lower() == 'false': if 'file_logging' in default_conf and default_conf['file_logging'].lower() == 'false':
@@ -79,12 +78,12 @@ custom_nodes_base_path = folder_paths.get_folder_paths('custom_nodes')[0]
manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), 'default', 'ComfyUI-Manager')) manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), 'default', 'ComfyUI-Manager'))
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")
restore_snapshot_path = os.path.join(manager_files_path, "startup-scripts", "restore-snapshot.json") restore_snapshot_path = os.path.join(manager_files_path, "startup-scripts", "restore-snapshot.json")
manager_config_path = os.path.join(manager_files_path, 'config.ini')
git_script_path = os.path.join(comfyui_manager_path, "git_helper.py")
cm_cli_path = os.path.join(comfyui_manager_path, "cm-cli.py") cm_cli_path = os.path.join(comfyui_manager_path, "cm-cli.py")
cm_global.pip_overrides = {} cm_global.pip_overrides = {'numpy': 'numpy<2', 'ultralytics': 'ultralytics==8.3.40'}
if os.path.exists(manager_pip_overrides_path): if os.path.exists(manager_pip_overrides_path):
with open(manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file: with open(manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
cm_global.pip_overrides = json.load(json_file) cm_global.pip_overrides = json.load(json_file)
@@ -318,6 +317,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")
@@ -344,6 +344,9 @@ print("** Platform:", platform.system())
print("** Python version:", sys.version) print("** Python version:", sys.version)
print("** Python executable:", sys.executable) print("** Python executable:", sys.executable)
print("** ComfyUI Path:", comfy_path) print("** ComfyUI Path:", comfy_path)
print("** User directory:", folder_paths.user_directory)
print("** ComfyUI-Manager config path:", manager_config_path)
if log_path_base is not None: if log_path_base is not None:
print("** Log path:", os.path.abspath(f'{log_path_base}.log')) print("** Log path:", os.path.abspath(f'{log_path_base}.log'))
@@ -354,9 +357,8 @@ else:
def read_downgrade_blacklist(): def read_downgrade_blacklist():
try: try:
import configparser import configparser
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(config_path) config.read(manager_config_path)
default_conf = config['default'] default_conf = config['default']
if 'downgrade_blacklist' in default_conf: if 'downgrade_blacklist' in default_conf:
@@ -375,13 +377,12 @@ def check_bypass_ssl():
try: try:
import configparser import configparser
import ssl import ssl
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(config_path) config.read(manager_config_path)
default_conf = config['default'] default_conf = config['default']
if 'bypass_ssl' in default_conf and default_conf['bypass_ssl'].lower() == 'true': if 'bypass_ssl' in default_conf and default_conf['bypass_ssl'].lower() == 'true':
print("[ComfyUI-Manager] WARN: Unsafe - SSL verification bypass option is Enabled. (see ComfyUI-Manager/config.ini)") print(f"[ComfyUI-Manager] WARN: Unsafe - SSL verification bypass option is Enabled. (see {manager_config_path})")
ssl._create_default_https_context = ssl._create_unverified_context # SSL certificate error fix. ssl._create_default_https_context = ssl._create_unverified_context # SSL certificate error fix.
except Exception: except Exception:
pass pass
@@ -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
@@ -639,9 +648,8 @@ manager_util.clear_pip_cache()
def check_windows_event_loop_policy(): def check_windows_event_loop_policy():
try: try:
import configparser import configparser
config_path = os.path.join(os.path.dirname(__file__), "config.ini")
config = configparser.ConfigParser() config = configparser.ConfigParser()
config.read(config_path) config.read(manager_config_path)
default_conf = config['default'] default_conf = config['default']
if 'windows_selector_event_loop_policy' in default_conf and default_conf['windows_selector_event_loop_policy'].lower() == 'true': if 'windows_selector_event_loop_policy' in default_conf and default_conf['windows_selector_event_loop_policy'].lower() == 'true':

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.3" version = "3.5"
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

@@ -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")