Compare commits

...

19 Commits
3.3 ... 3.3.9

Author SHA1 Message Date
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
36 changed files with 3645 additions and 3074 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-dialog.jpg)
* When you click on the ```Install Missing Custom Nodes``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow. * When you click on the ```Install Missing Custom Nodes``` button in the menu, it displays a list of extension nodes that contain nodes not currently present in the workflow.
![missing-list](misc/missing-list.jpg) ![missing-list](https://raw.githubusercontent.com/ltdrdata/ComfyUI-extension-tutorials/Main/ComfyUI-Manager/images/missing-list.jpg)
## Additional Feature ## Additional Feature
@@ -339,12 +283,8 @@ When you run the `scan.sh` script:
## Troubleshooting ## Troubleshooting
* If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the ComfyUI-Manager/config.ini file that is generated. * If your `git.exe` is installed in a specific location other than system git, please install ComfyUI-Manager and run ComfyUI. Then, specify the path including the file name in `git_exe = ` in the `<USER_DIRECTORY>/default/ComfyUI-Manager/config.ini` file that is generated.
* If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`. * If updating ComfyUI-Manager itself fails, please go to the **ComfyUI-Manager** directory and execute the command `git update-ref refs/remotes/origin/main a361cc1 && git fetch --all && git pull`.
* Alternatively, download the update-fix.py script from [update-fix.py](https://github.com/ltdrdata/ComfyUI-Manager/raw/main/scripts/update-fix.py) and place it in the ComfyUI-Manager directory. Then, run it using your Python command.
For the portable version, use `..\..\..\python_embeded\python.exe update-fix.py`.
* For cases where nodes like `PreviewTextNode` from `ComfyUI_Custom_Nodes_AlekPet` are only supported as front-end nodes, we currently do not provide missing nodes for them.
* Currently, `vid2vid` is not being updated, causing compatibility issues.
* If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows * If you encounter the error message `Overlapped Object has pending operation at deallocation on Comfyui Manager load` under Windows
* Edit `config.ini` file: add `windows_selector_event_loop_policy = True` * Edit `config.ini` file: add `windows_selector_event_loop_policy = True`
* if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured. * if `SSL: CERTIFICATE_VERIFY_FAILED` error is occured.
@@ -378,41 +318,6 @@ When you run the `scan.sh` script:
* Update ComfyUI * Update ComfyUI
## TODO: Unconventional form of custom node list
* https://github.com/diontimmer/Sample-Diffusion-ComfyUI-Extension
* https://github.com/senshilabs/NINJA-plugin
* https://github.com/MockbaTheBorg/Nodes
* https://github.com/StartHua/Comfyui_GPT_Story
* https://github.com/NielsGercama/comfyui_customsampling
* https://github.com/wrightdaniel2017/ComfyUI-VideoLipSync
* https://github.com/bxdsjs/ComfyUI-Image-preprocessing
* https://github.com/SMUELDigital/ComfyUI-ONSET
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/icefairy64/comfyui-model-tilt
* https://github.com/andrewharp/ComfyUI-EasyNodes
* https://github.com/SimithWang/comfyui-renameImages
* https://github.com/Tcheko243/ComfyUI-Photographer-Alpha7-Nodes
* https://github.com/Limbicnation/ComfyUINodeToolbox
* https://github.com/APZmedia/ComfyUI-APZmedia-srtTools
## Roadmap
- [x] System displaying information about failed custom nodes import.
- [x] Guide for missing nodes in ComfyUI vanilla nodes.
- [x] Collision checking system for nodes with the same ID across extensions.
- [x] Template sharing system. (-> Component system based on Group Nodes)
- [x] 3rd party API system.
- [ ] Auto migration for custom nodes with changed structures.
- [ ] Version control feature for nodes.
- [ ] List of currently used custom nodes.
- [x] Download support multiple model download.
- [x] Model download via url.
- [x] List sorting (custom nodes).
- [x] List sorting (model).
- [ ] Provides description of node.
# Disclaimer # Disclaimer
* This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning. * This extension simply provides the convenience of installing custom nodes and does not guarantee their proper functioning.

View File

@@ -12,6 +12,7 @@ from rich import print
from typing_extensions import List, Annotated from typing_extensions import List, Annotated
import re import re
import git import git
import importlib
sys.path.append(os.path.dirname(__file__)) sys.path.append(os.path.dirname(__file__))
@@ -88,12 +89,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:
@@ -145,7 +154,10 @@ class Ctx:
@staticmethod @staticmethod
def get_custom_nodes_paths(): def get_custom_nodes_paths():
return folder_paths.get_folder_paths('custom_nodes') if Ctx.folder_paths is None:
print("Error: folder_paths module is not available")
return []
return Ctx.folder_paths.get_folder_paths('custom_nodes')
cmd_ctx = Ctx() cmd_ctx = Ctx()

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",
@@ -16279,6 +16320,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 +17494,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",
@@ -18000,7 +18051,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 +18716,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 +18768,70 @@
"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."
},

View File

@@ -39,6 +39,7 @@
], ],
"https://github.com/1038lab/ComfyUI-RMBG": [ "https://github.com/1038lab/ComfyUI-RMBG": [
[ [
"ClothesSegment",
"RMBG", "RMBG",
"Segment" "Segment"
], ],
@@ -46,6 +47,21 @@
"title_aux": "ComfyUI-RMBG" "title_aux": "ComfyUI-RMBG"
} }
], ],
"https://github.com/1038lab/ComfyUI-WildPromptor": [
[
"AllInOneList",
"KeywordPicker",
"PromptBuilder",
"PromptConcat",
"WildPromptorAllInOne",
"WildPromptorGenerator",
"WildPromptor_DataToPromptList",
"WildPromptor_Enhancer"
],
{
"title_aux": "ComfyUI-WildPromptor"
}
],
"https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": [ "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": [
[ [
"MyJigsawPuzzleEffect", "MyJigsawPuzzleEffect",
@@ -1210,6 +1226,27 @@
"title_aux": "ComfyUI Nodes for External Tooling" "title_aux": "ComfyUI Nodes for External Tooling"
} }
], ],
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [
[
"Advanced_Upscale_Image_Using_Model",
"Capped_Float_Positive",
"Capped_Int_Positive",
"Embedding_Selector",
"Fast_Color_Match",
"Fast_Film_Grain",
"Get_Side_Length_Of_Image",
"Image_Dimensions",
"Image_Tiler",
"Image_Untiler",
"Int_Divide_Rounded",
"Sampler_Settings",
"Smart_Seed",
"Triple_Prompt"
],
{
"title_aux": "ComfyUI GOAT Nodes"
}
],
"https://github.com/Aerse/ComfyUI-Seed-Nodes": [ "https://github.com/Aerse/ComfyUI-Seed-Nodes": [
[ [
"Seed-Nodes: ImagePixelator", "Seed-Nodes: ImagePixelator",
@@ -1333,6 +1370,15 @@
"title_aux": "Jovi_GLSL" "title_aux": "Jovi_GLSL"
} }
], ],
"https://github.com/Amorano/Jovi_Spout": [
[
"SPOUT READER (JOV_SP) \ud83d\udcfa",
"SPOUT WRITER (JOV_SP) \ud83c\udfa5"
],
{
"title_aux": "Jovi_Spout"
}
],
"https://github.com/Amorano/Jovimetrix": [ "https://github.com/Amorano/Jovimetrix": [
[ [
"ADJUST (JOV) \ud83d\udd78\ufe0f", "ADJUST (JOV) \ud83d\udd78\ufe0f",
@@ -2471,6 +2517,7 @@
"ImageMinusMask", "ImageMinusMask",
"Light or Dark", "Light or Dark",
"Load Random Images", "Load Random Images",
"Mask Preprocess Morphology",
"PhotoShop Transfer", "PhotoShop Transfer",
"Yuan" "Yuan"
], ],
@@ -2748,6 +2795,7 @@
"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",
@@ -4319,6 +4367,15 @@
"title_aux": "ComfyUI-AI-Assistant" "title_aux": "ComfyUI-AI-Assistant"
} }
], ],
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
[
"RandomIntegerNodeEfficient",
"RandomIntegerNodeList"
],
{
"title_aux": "ComfyUI-Random-Int-Divisor-Node"
}
],
"https://github.com/Jannchie/ComfyUI-J": [ "https://github.com/Jannchie/ComfyUI-J": [
[ [
"DiffusersCompelPromptEmbedding", "DiffusersCompelPromptEmbedding",
@@ -5187,6 +5244,17 @@
"title_aux": "ComfyUI-RawSaver" "title_aux": "ComfyUI-RawSaver"
} }
], ],
"https://github.com/LucipherDev/ComfyUI-AniDoc": [
[
"AniDocLoader",
"AniDocSampler",
"GetAniDocControlnetImages",
"LoadCoTracker"
],
{
"title_aux": "ComfyUI-AniDoc"
}
],
"https://github.com/LucipherDev/ComfyUI-Golden-Noise": [ "https://github.com/LucipherDev/ComfyUI-Golden-Noise": [
[ [
"GoldenNoise" "GoldenNoise"
@@ -5746,6 +5814,7 @@
"AspectSize", "AspectSize",
"AspectSizeV2", "AspectSizeV2",
"BatchOffset", "BatchOffset",
"BatchRangeInsert",
"BatchRangeSwap", "BatchRangeSwap",
"BatchThief", "BatchThief",
"DJZ-LoadLatent", "DJZ-LoadLatent",
@@ -5762,6 +5831,7 @@
"ImageSizeAdjusterV3", "ImageSizeAdjusterV3",
"LoadVideoDirectory", "LoadVideoDirectory",
"ProjectFilePathNode", "ProjectFilePathNode",
"SequentialNumberGenerator",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
"ZenkaiPromptV2", "ZenkaiPromptV2",
@@ -7278,6 +7348,15 @@
"title_aux": "ComfyUI-ImageMotionGuider" "title_aux": "ComfyUI-ImageMotionGuider"
} }
], ],
"https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": [
[
"D_LatentSyncNode",
"D_VideoLengthAdjuster"
],
{
"title_aux": "ComfyUI-LatentSyncWrapper"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[ [
"SVDRsizer" "SVDRsizer"
@@ -7644,6 +7723,7 @@
"SDVN Image Repeat", "SDVN Image Repeat",
"SDVN Image Size", "SDVN Image Size",
"SDVN Inpaint", "SDVN Inpaint",
"SDVN Join Parameter",
"SDVN KSampler", "SDVN KSampler",
"SDVN Load Checkpoint", "SDVN Load Checkpoint",
"SDVN Load Image", "SDVN Load Image",
@@ -7651,6 +7731,7 @@
"SDVN Load Image From List", "SDVN Load Image From List",
"SDVN Load Image Url", "SDVN Load Image Url",
"SDVN Load Lora", "SDVN Load Lora",
"SDVN Load Model",
"SDVN Load Text", "SDVN Load Text",
"SDVN Logic", "SDVN Logic",
"SDVN Lora Download", "SDVN Lora Download",
@@ -8378,6 +8459,15 @@
"title_aux": "ComfyUI String Tools" "title_aux": "ComfyUI String Tools"
} }
], ],
"https://github.com/Taremin/webui-monaco-prompt": [
[
"WebuiMonacoPromptFind",
"WebuiMonacoPromptReplace"
],
{
"title_aux": "WebUI Monaco Prompt"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@@ -8659,6 +8749,18 @@
"title_aux": "Tripo for ComfyUI" "title_aux": "Tripo for ComfyUI"
} }
], ],
"https://github.com/Vaibhavs10/ComfyUI-DDUF": [
[
"DDUFLoader",
"DiffusersModelMakeup",
"DiffusersPipelineLoader",
"DiffusersSchedulerLoader",
"DiffusersSimpleSampler"
],
{
"title_aux": "ComfyUI-DDUF"
}
],
"https://github.com/VangengLab/ComfyUI-LivePortrait_v2": [ "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": [
[ [
"LivePortraitProcess_animal" "LivePortraitProcess_animal"
@@ -9097,7 +9199,9 @@
"InstaCText", "InstaCText",
"InstaCTextML", "InstaCTextML",
"InstaPromptMultipleStyleSelector", "InstaPromptMultipleStyleSelector",
"InstaPromptStyleSelector" "InstaPromptStyleSelector",
"LoadVideo",
"PreViewVideo"
], ],
{ {
"title_aux": "InstaSD nodes for ComfyUI" "title_aux": "InstaSD nodes for ComfyUI"
@@ -10291,8 +10395,11 @@
], ],
"https://github.com/andygill/comfyui-sunflower-nodes": [ "https://github.com/andygill/comfyui-sunflower-nodes": [
[ [
"ChannelSelect", "DepthViewToIsometric",
"DisparityToDepthView",
"EquirectangularToRectilinear", "EquirectangularToRectilinear",
"ImageChannelSelect",
"MaskChannelSelect",
"ResizeDown" "ResizeDown"
], ],
{ {
@@ -10761,6 +10868,14 @@
"title_aux": "Mikey Nodes" "title_aux": "Mikey Nodes"
} }
], ],
"https://github.com/bear2b/comfyui-argo-nodes": [
[
"ColorMatrixGPU"
],
{
"title_aux": "ColorMatrixGPU Node for ComfyUI"
}
],
"https://github.com/bedovyy/ComfyUI_NAIDGenerator": [ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": [
[ [
"ColorizeNAID", "ColorizeNAID",
@@ -12075,6 +12190,7 @@
"LayerUtility: AddBlindWaterMark", "LayerUtility: AddBlindWaterMark",
"LayerUtility: CreateQRCode", "LayerUtility: CreateQRCode",
"LayerUtility: DecodeQRCode", "LayerUtility: DecodeQRCode",
"LayerUtility: DeepSeekAPI",
"LayerUtility: Florence2Image2Prompt", "LayerUtility: Florence2Image2Prompt",
"LayerUtility: Gemini", "LayerUtility: Gemini",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
@@ -14225,7 +14341,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"
@@ -15233,6 +15350,8 @@
"Griptape Agent Config: OpenAI Drivers", "Griptape Agent Config: OpenAI Drivers",
"Griptape Agent Config: OpenAI [DEPRECATED]", "Griptape Agent Config: OpenAI [DEPRECATED]",
"Griptape Audio Transcription Driver: OpenAI", "Griptape Audio Transcription Driver: OpenAI",
"Griptape Code: Run Griptape Cloud Structure",
"Griptape Code: Run Python",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
"Griptape Combine: RAG Module List", "Griptape Combine: RAG Module List",
@@ -15329,6 +15448,7 @@
"Griptape Util: Create Agent Modelfile", "Griptape Util: Create Agent Modelfile",
"Griptape Util: Create Model from Modelfile", "Griptape Util: Create Model from Modelfile",
"Griptape Util: Remove Ollama Model", "Griptape Util: Remove Ollama Model",
"Griptape Util: Switch Node",
"Griptape Vector Store Driver: Amazon OpenSearch", "Griptape Vector Store Driver: Amazon OpenSearch",
"Griptape Vector Store Driver: Azure MongoDB", "Griptape Vector Store Driver: Azure MongoDB",
"Griptape Vector Store Driver: Griptape Cloud", "Griptape Vector Store Driver: Griptape Cloud",
@@ -16498,7 +16618,9 @@
"Ksampler Parameters JK", "Ksampler Parameters JK",
"Latent Crop Offset JK", "Latent Crop Offset JK",
"Latent Upscale Parameters Extract JK", "Latent Upscale Parameters Extract JK",
"Load Image With Alpha JK",
"Load Image With Metadata JK", "Load Image With Metadata JK",
"Make Image Grid JK",
"Metadata Pipe Extract JK", "Metadata Pipe Extract JK",
"Metadata Pipe JK", "Metadata Pipe JK",
"NodesState JK", "NodesState JK",
@@ -16569,6 +16691,7 @@
"Save Image with Metadata Flow JK", "Save Image with Metadata Flow JK",
"Save Image with Metadata JK", "Save Image with Metadata JK",
"Scale To Resolution JK", "Scale To Resolution JK",
"Split Image Grid JK",
"Stability Conservative Upscale", "Stability Conservative Upscale",
"Stability Control Sketch", "Stability Control Sketch",
"Stability Control Structure", "Stability Control Structure",
@@ -18653,6 +18776,7 @@
"StringListFromCSV", "StringListFromCSV",
"StringListToCSV", "StringListToCSV",
"StringMatcher", "StringMatcher",
"StringTranslate",
"TimeFormatter" "TimeFormatter"
], ],
{ {
@@ -18762,7 +18886,8 @@
[ [
"AutoDownloadBiRefNetModel", "AutoDownloadBiRefNetModel",
"LoadRembgByBiRefNetModel", "LoadRembgByBiRefNetModel",
"RembgByBiRefNet" "RembgByBiRefNet",
"RembgByBiRefNetAdvanced"
], ],
{ {
"title_aux": "ComfyUI_BiRefNet_ll" "title_aux": "ComfyUI_BiRefNet_ll"
@@ -20354,6 +20479,7 @@
], ],
"https://github.com/mithamunda/ComfyUI-TogetherVision": [ "https://github.com/mithamunda/ComfyUI-TogetherVision": [
[ [
"Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d", "Together Vision \ud83d\udd0d",
"TogetherVisionNode" "TogetherVisionNode"
], ],
@@ -21302,13 +21428,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"
@@ -21414,6 +21542,16 @@
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI" "title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
} }
], ],
"https://github.com/phuvinh010701/ComfyUI-Nudenet": [
[
"ApplyNudenet",
"FilterdLabel",
"NudenetModelLoader"
],
{
"title_aux": "ComfyUI-Nudenet"
}
],
"https://github.com/phyblas/paint-by-example_comfyui": [ "https://github.com/phyblas/paint-by-example_comfyui": [
[ [
"PaintbyExampleAdvanced", "PaintbyExampleAdvanced",
@@ -22483,6 +22621,16 @@
"title_aux": "ComfyUI_FlipStreamViewer" "title_aux": "ComfyUI_FlipStreamViewer"
} }
], ],
"https://github.com/sanbuphy/ComfyUI-AudioLDM": [
[
"AudioLDM",
"PreviewAudioLDM",
"SaveAudioLDM"
],
{
"title_aux": "ComfyUI-AudioLDM"
}
],
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [ "https://github.com/sdfxai/SDFXBridgeForComfyUI": [
[ [
"SDFXClipTextEncode" "SDFXClipTextEncode"
@@ -23758,6 +23906,14 @@
"title_aux": "ComfyUI-googletrans" "title_aux": "ComfyUI-googletrans"
} }
], ],
"https://github.com/sweetndata/ComfyUI_Sticker_Compositer": [
[
"Sticker_Compositer"
],
{
"title_aux": "ComfyUI_Sticker_Compositer"
}
],
"https://github.com/syaofox/ComfyUI_fnodes": [ "https://github.com/syaofox/ComfyUI_fnodes": [
[ [
"AddImageBorder-", "AddImageBorder-",
@@ -24087,6 +24243,17 @@
"title_aux": "ComfyUI-AudioReactor" "title_aux": "ComfyUI-AudioReactor"
} }
], ],
"https://github.com/tocubed/ComfyUI-EvTexture": [
[
"EVTEventsToImage",
"EVTLoadEvTextureModel",
"EVTTextureUpscaleVideo",
"EVTVideoToEvents"
],
{
"title_aux": "ComfyUI-EvTexture"
}
],
"https://github.com/tomudo/ComfyUI-ascii-art": [ "https://github.com/tomudo/ComfyUI-ascii-art": [
[ [
"ImageToAscii" "ImageToAscii"

View File

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

View File

@@ -127,8 +127,17 @@ def gitcheck(path, do_fetch=False):
def switch_to_default_branch(repo): def switch_to_default_branch(repo):
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(repo.heads.main)
except:
print("[ComfyUI Manager] Failed to switch to the default branch (master or main)")
def gitpull(path): def gitpull(path):

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:

View File

@@ -36,7 +36,7 @@ import manager_downloader
from node_package import InstalledNodePackage from node_package import InstalledNodePackage
version_code = [3, 3] version_code = [3, 3, 9]
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 '')
@@ -150,6 +150,7 @@ manager_channel_list_path = None
manager_startup_script_path = None manager_startup_script_path = None
manager_snapshot_path = None manager_snapshot_path = None
manager_pip_overrides_path = None manager_pip_overrides_path = None
manager_components_path = None
def update_user_directory(user_dir): def update_user_directory(user_dir):
global manager_files_path global manager_files_path
@@ -158,6 +159,7 @@ def update_user_directory(user_dir):
global manager_startup_script_path global manager_startup_script_path
global manager_snapshot_path global manager_snapshot_path
global manager_pip_overrides_path global manager_pip_overrides_path
global manager_components_path
manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager')) manager_files_path = os.path.abspath(os.path.join(user_dir, 'default', 'ComfyUI-Manager'))
if not os.path.exists(manager_files_path): if not os.path.exists(manager_files_path):
@@ -174,6 +176,7 @@ def update_user_directory(user_dir):
manager_config_path = os.path.join(manager_files_path, 'config.ini') manager_config_path = os.path.join(manager_files_path, 'config.ini')
manager_channel_list_path = os.path.join(manager_files_path, 'channels.list') manager_channel_list_path = os.path.join(manager_files_path, 'channels.list')
manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json") manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json")
manager_components_path = os.path.join(manager_files_path, "components")
try: try:
import folder_paths import folder_paths
@@ -260,6 +263,27 @@ def is_installed(name):
print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'") print(f"[ComfyUI-Manager] skip black listed pip installation: '{name}'")
return True return True
pkg = manager_util.get_installed_packages().get(name.lower())
if pkg is None:
return False # update if not installed
if match is None:
return True # don't update if version is not specified
if match.group(2) in ['>', '>=']:
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
return False
elif manager_util.StrictVersion(pkg) > manager_util.StrictVersion(match.group(3)):
print(f"[SKIP] Downgrading pip package isn't allowed: {name.lower()} (cur={pkg})")
if match.group(2) == '==':
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
return False
if match.group(2) == '~=':
if manager_util.StrictVersion(pkg) == manager_util.StrictVersion(match.group(3)):
return False
return name.lower() in manager_util.get_installed_packages() return name.lower() in manager_util.get_installed_packages()
@@ -1234,6 +1258,8 @@ class UnifiedManager:
return ManagedResult('skip').with_msg('Up to date') return ManagedResult('skip').with_msg('Up to date')
def unified_update(self, node_id, version_spec=None, instant_execution=False, no_deps=False, return_postinstall=False): def unified_update(self, node_id, version_spec=None, instant_execution=False, no_deps=False, return_postinstall=False):
orig_print(f"\x1b[2K\rUpdating: {node_id}", end='')
if version_spec is None: if version_spec is None:
version_spec = self.resolve_unspecified_version(node_id, guess_mode='active') version_spec = self.resolve_unspecified_version(node_id, guess_mode='active')
@@ -1400,7 +1426,6 @@ def write_config():
config = configparser.ConfigParser() config = configparser.ConfigParser()
config['default'] = { config['default'] = {
'preview_method': manager_funcs.get_current_preview_method(), 'preview_method': manager_funcs.get_current_preview_method(),
'badge_mode': get_config()['badge_mode'],
'git_exe': get_config()['git_exe'], 'git_exe': get_config()['git_exe'],
'channel_url': get_config()['channel_url'], 'channel_url': get_config()['channel_url'],
'share_option': get_config()['share_option'], 'share_option': get_config()['share_option'],
@@ -1441,7 +1466,6 @@ def read_config():
return { return {
'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(), 'preview_method': default_conf['preview_method'] if 'preview_method' in default_conf else manager_funcs.get_current_preview_method(),
'badge_mode': default_conf['badge_mode'] if 'badge_mode' in default_conf else 'none',
'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '', 'git_exe': default_conf['git_exe'] if 'git_exe' in default_conf else '',
'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL, 'channel_url': default_conf['channel_url'] if 'channel_url' in default_conf else DEFAULT_CHANNEL,
'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all', 'share_option': default_conf['share_option'] if 'share_option' in default_conf else 'all',
@@ -1460,7 +1484,6 @@ def read_config():
except Exception: except Exception:
return { return {
'preview_method': manager_funcs.get_current_preview_method(), 'preview_method': manager_funcs.get_current_preview_method(),
'badge_mode': 'none',
'git_exe': '', 'git_exe': '',
'channel_url': DEFAULT_CHANNEL, 'channel_url': DEFAULT_CHANNEL,
'share_option': 'all', 'share_option': 'all',
@@ -1487,8 +1510,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(repo.heads.main)
except:
print("[ComfyUI Manager] Failed to switch to the default branch (master or main)")
def try_install_script(url, repo_path, install_cmd, instant_execution=False): def try_install_script(url, repo_path, install_cmd, instant_execution=False):
@@ -1661,7 +1693,7 @@ def git_repo_update_check_with(path, do_fetch=False, do_update=False, no_deps=Fa
# Check if the path is a git repository # Check if the path is a git repository
if not os.path.exists(os.path.join(path, '.git')): if not os.path.exists(os.path.join(path, '.git')):
raise ValueError(f'Not a git repository: {path}') raise ValueError(f'[ComfyUI-Manager] Not a valid git repository: {path}')
if platform.system() == "Windows": if platform.system() == "Windows":
updated, success = __win_check_git_update(path, do_fetch, do_update) updated, success = __win_check_git_update(path, do_fetch, do_update)
@@ -1695,7 +1727,7 @@ def git_repo_update_check_with(path, do_fetch=False, do_update=False, no_deps=Fa
if do_update: if do_update:
if repo.is_dirty(): if repo.is_dirty():
print(f"STASH: '{path}' is dirty.") print(f"\nSTASH: '{path}' is dirty.")
repo.git.stash() repo.git.stash()
if f'{remote_name}/{branch_name}' not in repo.refs: if f'{remote_name}/{branch_name}' not in repo.refs:
@@ -2946,7 +2978,7 @@ def get_comfyui_versions():
versions = sorted(versions + [current_tag], reverse=True) versions = sorted(versions + [current_tag], reverse=True)
versions = versions[:4] versions = versions[:4]
main_branch = repo.heads.main main_branch = repo.heads.master
latest_commit = main_branch.commit latest_commit = main_branch.commit
latest_tag = repo.git.describe('--tags', latest_commit.hexsha) latest_tag = repo.git.describe('--tags', latest_commit.hexsha)

View File

@@ -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
@@ -1154,17 +1149,6 @@ async def preview_method(request):
return web.Response(status=200) return web.Response(status=200)
@routes.get("/manager/badge_mode")
async def badge_mode(request):
if "value" in request.rel_url.query:
set_badge_mode(request.rel_url.query['value'])
core.write_config()
else:
return web.Response(text=core.get_config()['badge_mode'], status=200)
return web.Response(status=200)
@routes.get("/manager/default_ui") @routes.get("/manager/default_ui")
async def default_ui_mode(request): async def default_ui_mode(request):
if "value" in request.rel_url.query: if "value" in request.rel_url.query:
@@ -1314,15 +1298,15 @@ async def save_component(request):
name = data['name'] name = data['name']
workflow = data['workflow'] workflow = data['workflow']
if not os.path.exists(components_path): if not os.path.exists(core.manager_components_path):
os.mkdir(components_path) os.mkdir(core.manager_components_path)
if 'packname' in workflow and workflow['packname'] != '': if 'packname' in workflow and workflow['packname'] != '':
sanitized_name = manager_util.sanitize_filename(workflow['packname']) + '.pack' sanitized_name = manager_util.sanitize_filename(workflow['packname']) + '.pack'
else: else:
sanitized_name = manager_util.sanitize_filename(name) + '.json' sanitized_name = manager_util.sanitize_filename(name) + '.json'
filepath = os.path.join(components_path, sanitized_name) filepath = os.path.join(core.manager_components_path, sanitized_name)
components = {} components = {}
if os.path.exists(filepath): if os.path.exists(filepath):
with open(filepath) as f: with open(filepath) as f:
@@ -1339,24 +1323,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")

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

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

@@ -10,7 +10,86 @@
}, },
{
"author": "sourceful-official",
"title": "ComfyUI_InstructPixToPixConditioningLatent [WIP]",
"reference": "https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent",
"files": [
"https://github.com/sourceful-official/ComfyUI_InstructPixToPixConditioningLatent"
],
"description": "ComfyUI-ComfyUI_InstructPixToPixConditioningLatent\nNOTE:invalid pyproject.toml",
"install_type": "git-clone"
},
{
"author": "fritzprix",
"title": "ComfyUI-LLM-Utils [WIP]",
"reference": "https://github.com/fritzprix/ComfyUI-LLM-Utils",
"files": [
"https://github.com/fritzprix/ComfyUI-LLM-Utils"
],
"install_type": "git-clone",
"description": "A collection of utility nodes for ComfyUI focused on text and LLM-related operations\nNOTE: The files in the repo are not organized."
},
{
"author": "ciga2011",
"title": "ComfyUI-AppGen [UNSAFE]",
"reference": "https://github.com/ciga2011/ComfyUI-AppGen",
"files": [
"https://github.com/ciga2011/ComfyUI-AppGen"
],
"install_type": "git-clone",
"description": "A ComfyUI node pack designed to generate and edit Single Page Applications (SPAs) using natural language.[w/This extension allows arbitrary JavaScript code to be executed through the execution of workflows.]"
},
{
"author": "DraconicDragon",
"title": "ComfyUI e621 booru Toolkit",
"reference": "https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit",
"files": [
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit"
],
"install_type": "git-clone",
"description": "for now: just custom node(s) to fetch tags from a given danbooru (soon e621 too) post link\ncurrently only supports danbooru-style urls + api response formats\nthis repo is a rewrite of: [a/https://github.com/yffyhk/comfyui_auto_danbooru](https://github.com/yffyhk/comfyui_auto_danbooru)"
},
{
"author": "ai-business-hql",
"title": "comfyUIAgent [WIP]",
"reference": "https://github.com/ai-business-hql/comfyUIAgent",
"files": [
"https://github.com/ai-business-hql/comfyUIAgent"
],
"install_type": "git-clone",
"description": "test"
},
{
"author": "Grey3016",
"title": "Save2Icon",
"reference": "https://github.com/Grey3016/Save2Icon",
"files": [
"https://github.com/Grey3016/Save2Icon"
],
"install_type": "git-clone",
"description": "NODES: Save2Icon"
},
{
"author": "sh570655308",
"title": "ComfyUI-TopazVideoAI [WIP]",
"reference": "https://github.com/sh570655308/ComfyUI-TopazVideoAI",
"files": [
"https://github.com/sh570655308/ComfyUI-TopazVideoAI"
],
"install_type": "git-clone",
"description": "NODES: Topaz Video AI (Upscale & Frame Interpolation)\nNOTE1:Requirements: Licensed installation of TopazVideoAI\nNOTE2: The files in the repo are not organized."
},
{
"author": "Chargeuk",
"title": "ComfyUI-vts-nodes [WIP]",
"reference": "https://github.com/Chargeuk/ComfyUI-vts-nodes",
"files": [
"https://github.com/Chargeuk/ComfyUI-vts-nodes"
],
"install_type": "git-clone",
"description": "NODES: Clean Text, Color Mask To Mask, Conditioning Set Batch Mask, Merge Delimited Text, Reduce Batch Size, Text To Batch Prompt, To Text, "
},
{ {
"author": "ryanontheinside", "author": "ryanontheinside",
"title": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]", "title": "ComfyUI_YoloNasObjectDetection_Tensorrt [WIP]",
@@ -1127,7 +1206,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

@@ -507,6 +507,21 @@
"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 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 +563,10 @@
"DevToolsNodeWithOnlyOptionalInput", "DevToolsNodeWithOnlyOptionalInput",
"DevToolsNodeWithOptionalInput", "DevToolsNodeWithOptionalInput",
"DevToolsNodeWithOutputList", "DevToolsNodeWithOutputList",
"DevToolsNodeWithSeedInput",
"DevToolsNodeWithStringInput", "DevToolsNodeWithStringInput",
"DevToolsNodeWithUnionInput", "DevToolsNodeWithUnionInput",
"DevToolsObjectPatchNode",
"DevToolsSimpleSlider" "DevToolsSimpleSlider"
], ],
{ {
@@ -636,6 +653,15 @@
"title_aux": "ComfyUI_LineBreakInserter" "title_aux": "ComfyUI_LineBreakInserter"
} }
], ],
"https://github.com/DraconicDragon/ComfyUI_e621_booru_toolkit": [
[
"GetBooruImageInfo",
"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,6 +677,7 @@
"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",
@@ -743,6 +770,14 @@
"title_aux": "ComfyUI-LivePortraitKJ-MPS" "title_aux": "ComfyUI-LivePortraitKJ-MPS"
} }
], ],
"https://github.com/Grey3016/Save2Icon": [
[
"Save2Icon"
],
{
"title_aux": "Save2Icon"
}
],
"https://github.com/GrindHouse66/ComfyUI-GH_Tools": [ "https://github.com/GrindHouse66/ComfyUI-GH_Tools": [
[ [
"GHImg_Sizer", "GHImg_Sizer",
@@ -1897,6 +1932,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 +2298,6 @@
], ],
"https://github.com/dihan/comfyui-random-kps": [ "https://github.com/dihan/comfyui-random-kps": [
[ [
"InstantIDFace",
"RandomFaceKeypoints" "RandomFaceKeypoints"
], ],
{ {
@@ -2403,7 +2448,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 +2502,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",
@@ -3726,13 +3785,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"
@@ -3905,6 +3966,14 @@
"title_aux": "ComfyUI-GigapixelAI [WIP]" "title_aux": "ComfyUI-GigapixelAI [WIP]"
} }
], ],
"https://github.com/sh570655308/ComfyUI-TopazVideoAI": [
[
"TopazVideoAI"
],
{
"title_aux": "ComfyUI-TopazVideoAI [WIP]"
}
],
"https://github.com/shadowcz007/ComfyUI-PuLID-Test": [ "https://github.com/shadowcz007/ComfyUI-PuLID-Test": [
[ [
"ApplyPulid", "ApplyPulid",
@@ -4023,6 +4092,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 +4322,7 @@
"https://github.com/watarika/ComfyUI-Text-Utility": [ "https://github.com/watarika/ComfyUI-Text-Utility": [
[ [
"LoadTextFile", "LoadTextFile",
"RemoveComments",
"SaveTextFile" "SaveTextFile"
], ],
{ {

View File

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,117 @@
}, },
{
"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",
@@ -584,118 +695,6 @@
], ],
"install_type": "git-clone", "install_type": "git-clone",
"description": "A collection of specialized image processing nodes for ComfyUI, focused on dataset preparation and pixel art manipulation." "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

@@ -39,6 +39,7 @@
], ],
"https://github.com/1038lab/ComfyUI-RMBG": [ "https://github.com/1038lab/ComfyUI-RMBG": [
[ [
"ClothesSegment",
"RMBG", "RMBG",
"Segment" "Segment"
], ],
@@ -46,6 +47,21 @@
"title_aux": "ComfyUI-RMBG" "title_aux": "ComfyUI-RMBG"
} }
], ],
"https://github.com/1038lab/ComfyUI-WildPromptor": [
[
"AllInOneList",
"KeywordPicker",
"PromptBuilder",
"PromptConcat",
"WildPromptorAllInOne",
"WildPromptorGenerator",
"WildPromptor_DataToPromptList",
"WildPromptor_Enhancer"
],
{
"title_aux": "ComfyUI-WildPromptor"
}
],
"https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": [ "https://github.com/111496583yzy/comfyui-PuzzleCrack-Effect": [
[ [
"MyJigsawPuzzleEffect", "MyJigsawPuzzleEffect",
@@ -1210,6 +1226,27 @@
"title_aux": "ComfyUI Nodes for External Tooling" "title_aux": "ComfyUI Nodes for External Tooling"
} }
], ],
"https://github.com/AconexOfficial/ComfyUI_GOAT_Nodes": [
[
"Advanced_Upscale_Image_Using_Model",
"Capped_Float_Positive",
"Capped_Int_Positive",
"Embedding_Selector",
"Fast_Color_Match",
"Fast_Film_Grain",
"Get_Side_Length_Of_Image",
"Image_Dimensions",
"Image_Tiler",
"Image_Untiler",
"Int_Divide_Rounded",
"Sampler_Settings",
"Smart_Seed",
"Triple_Prompt"
],
{
"title_aux": "ComfyUI GOAT Nodes"
}
],
"https://github.com/Aerse/ComfyUI-Seed-Nodes": [ "https://github.com/Aerse/ComfyUI-Seed-Nodes": [
[ [
"Seed-Nodes: ImagePixelator", "Seed-Nodes: ImagePixelator",
@@ -1333,6 +1370,15 @@
"title_aux": "Jovi_GLSL" "title_aux": "Jovi_GLSL"
} }
], ],
"https://github.com/Amorano/Jovi_Spout": [
[
"SPOUT READER (JOV_SP) \ud83d\udcfa",
"SPOUT WRITER (JOV_SP) \ud83c\udfa5"
],
{
"title_aux": "Jovi_Spout"
}
],
"https://github.com/Amorano/Jovimetrix": [ "https://github.com/Amorano/Jovimetrix": [
[ [
"ADJUST (JOV) \ud83d\udd78\ufe0f", "ADJUST (JOV) \ud83d\udd78\ufe0f",
@@ -2471,6 +2517,7 @@
"ImageMinusMask", "ImageMinusMask",
"Light or Dark", "Light or Dark",
"Load Random Images", "Load Random Images",
"Mask Preprocess Morphology",
"PhotoShop Transfer", "PhotoShop Transfer",
"Yuan" "Yuan"
], ],
@@ -2748,6 +2795,7 @@
"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",
@@ -4319,6 +4367,15 @@
"title_aux": "ComfyUI-AI-Assistant" "title_aux": "ComfyUI-AI-Assistant"
} }
], ],
"https://github.com/Jaminanim/ComfyUI-Random-Int-Divisor-Node": [
[
"RandomIntegerNodeEfficient",
"RandomIntegerNodeList"
],
{
"title_aux": "ComfyUI-Random-Int-Divisor-Node"
}
],
"https://github.com/Jannchie/ComfyUI-J": [ "https://github.com/Jannchie/ComfyUI-J": [
[ [
"DiffusersCompelPromptEmbedding", "DiffusersCompelPromptEmbedding",
@@ -5187,6 +5244,17 @@
"title_aux": "ComfyUI-RawSaver" "title_aux": "ComfyUI-RawSaver"
} }
], ],
"https://github.com/LucipherDev/ComfyUI-AniDoc": [
[
"AniDocLoader",
"AniDocSampler",
"GetAniDocControlnetImages",
"LoadCoTracker"
],
{
"title_aux": "ComfyUI-AniDoc"
}
],
"https://github.com/LucipherDev/ComfyUI-Golden-Noise": [ "https://github.com/LucipherDev/ComfyUI-Golden-Noise": [
[ [
"GoldenNoise" "GoldenNoise"
@@ -5746,6 +5814,7 @@
"AspectSize", "AspectSize",
"AspectSizeV2", "AspectSizeV2",
"BatchOffset", "BatchOffset",
"BatchRangeInsert",
"BatchRangeSwap", "BatchRangeSwap",
"BatchThief", "BatchThief",
"DJZ-LoadLatent", "DJZ-LoadLatent",
@@ -5762,6 +5831,7 @@
"ImageSizeAdjusterV3", "ImageSizeAdjusterV3",
"LoadVideoDirectory", "LoadVideoDirectory",
"ProjectFilePathNode", "ProjectFilePathNode",
"SequentialNumberGenerator",
"StringWeights", "StringWeights",
"ZenkaiPrompt", "ZenkaiPrompt",
"ZenkaiPromptV2", "ZenkaiPromptV2",
@@ -7278,6 +7348,15 @@
"title_aux": "ComfyUI-ImageMotionGuider" "title_aux": "ComfyUI-ImageMotionGuider"
} }
], ],
"https://github.com/ShmuelRonen/ComfyUI-LatentSyncWrapper": [
[
"D_LatentSyncNode",
"D_VideoLengthAdjuster"
],
{
"title_aux": "ComfyUI-LatentSyncWrapper"
}
],
"https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [ "https://github.com/ShmuelRonen/ComfyUI-SVDResizer": [
[ [
"SVDRsizer" "SVDRsizer"
@@ -7644,6 +7723,7 @@
"SDVN Image Repeat", "SDVN Image Repeat",
"SDVN Image Size", "SDVN Image Size",
"SDVN Inpaint", "SDVN Inpaint",
"SDVN Join Parameter",
"SDVN KSampler", "SDVN KSampler",
"SDVN Load Checkpoint", "SDVN Load Checkpoint",
"SDVN Load Image", "SDVN Load Image",
@@ -7651,6 +7731,7 @@
"SDVN Load Image From List", "SDVN Load Image From List",
"SDVN Load Image Url", "SDVN Load Image Url",
"SDVN Load Lora", "SDVN Load Lora",
"SDVN Load Model",
"SDVN Load Text", "SDVN Load Text",
"SDVN Logic", "SDVN Logic",
"SDVN Lora Download", "SDVN Lora Download",
@@ -8378,6 +8459,15 @@
"title_aux": "ComfyUI String Tools" "title_aux": "ComfyUI String Tools"
} }
], ],
"https://github.com/Taremin/webui-monaco-prompt": [
[
"WebuiMonacoPromptFind",
"WebuiMonacoPromptReplace"
],
{
"title_aux": "WebUI Monaco Prompt"
}
],
"https://github.com/TeaCrab/ComfyUI-TeaNodes": [ "https://github.com/TeaCrab/ComfyUI-TeaNodes": [
[ [
"TC_ColorFill", "TC_ColorFill",
@@ -8659,6 +8749,18 @@
"title_aux": "Tripo for ComfyUI" "title_aux": "Tripo for ComfyUI"
} }
], ],
"https://github.com/Vaibhavs10/ComfyUI-DDUF": [
[
"DDUFLoader",
"DiffusersModelMakeup",
"DiffusersPipelineLoader",
"DiffusersSchedulerLoader",
"DiffusersSimpleSampler"
],
{
"title_aux": "ComfyUI-DDUF"
}
],
"https://github.com/VangengLab/ComfyUI-LivePortrait_v2": [ "https://github.com/VangengLab/ComfyUI-LivePortrait_v2": [
[ [
"LivePortraitProcess_animal" "LivePortraitProcess_animal"
@@ -9097,7 +9199,9 @@
"InstaCText", "InstaCText",
"InstaCTextML", "InstaCTextML",
"InstaPromptMultipleStyleSelector", "InstaPromptMultipleStyleSelector",
"InstaPromptStyleSelector" "InstaPromptStyleSelector",
"LoadVideo",
"PreViewVideo"
], ],
{ {
"title_aux": "InstaSD nodes for ComfyUI" "title_aux": "InstaSD nodes for ComfyUI"
@@ -10291,8 +10395,11 @@
], ],
"https://github.com/andygill/comfyui-sunflower-nodes": [ "https://github.com/andygill/comfyui-sunflower-nodes": [
[ [
"ChannelSelect", "DepthViewToIsometric",
"DisparityToDepthView",
"EquirectangularToRectilinear", "EquirectangularToRectilinear",
"ImageChannelSelect",
"MaskChannelSelect",
"ResizeDown" "ResizeDown"
], ],
{ {
@@ -10761,6 +10868,14 @@
"title_aux": "Mikey Nodes" "title_aux": "Mikey Nodes"
} }
], ],
"https://github.com/bear2b/comfyui-argo-nodes": [
[
"ColorMatrixGPU"
],
{
"title_aux": "ColorMatrixGPU Node for ComfyUI"
}
],
"https://github.com/bedovyy/ComfyUI_NAIDGenerator": [ "https://github.com/bedovyy/ComfyUI_NAIDGenerator": [
[ [
"ColorizeNAID", "ColorizeNAID",
@@ -12075,6 +12190,7 @@
"LayerUtility: AddBlindWaterMark", "LayerUtility: AddBlindWaterMark",
"LayerUtility: CreateQRCode", "LayerUtility: CreateQRCode",
"LayerUtility: DecodeQRCode", "LayerUtility: DecodeQRCode",
"LayerUtility: DeepSeekAPI",
"LayerUtility: Florence2Image2Prompt", "LayerUtility: Florence2Image2Prompt",
"LayerUtility: Gemini", "LayerUtility: Gemini",
"LayerUtility: GetColorTone", "LayerUtility: GetColorTone",
@@ -14225,7 +14341,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"
@@ -15233,6 +15350,8 @@
"Griptape Agent Config: OpenAI Drivers", "Griptape Agent Config: OpenAI Drivers",
"Griptape Agent Config: OpenAI [DEPRECATED]", "Griptape Agent Config: OpenAI [DEPRECATED]",
"Griptape Audio Transcription Driver: OpenAI", "Griptape Audio Transcription Driver: OpenAI",
"Griptape Code: Run Griptape Cloud Structure",
"Griptape Code: Run Python",
"Griptape Combine: Merge Inputs", "Griptape Combine: Merge Inputs",
"Griptape Combine: Merge Texts", "Griptape Combine: Merge Texts",
"Griptape Combine: RAG Module List", "Griptape Combine: RAG Module List",
@@ -15329,6 +15448,7 @@
"Griptape Util: Create Agent Modelfile", "Griptape Util: Create Agent Modelfile",
"Griptape Util: Create Model from Modelfile", "Griptape Util: Create Model from Modelfile",
"Griptape Util: Remove Ollama Model", "Griptape Util: Remove Ollama Model",
"Griptape Util: Switch Node",
"Griptape Vector Store Driver: Amazon OpenSearch", "Griptape Vector Store Driver: Amazon OpenSearch",
"Griptape Vector Store Driver: Azure MongoDB", "Griptape Vector Store Driver: Azure MongoDB",
"Griptape Vector Store Driver: Griptape Cloud", "Griptape Vector Store Driver: Griptape Cloud",
@@ -16498,7 +16618,9 @@
"Ksampler Parameters JK", "Ksampler Parameters JK",
"Latent Crop Offset JK", "Latent Crop Offset JK",
"Latent Upscale Parameters Extract JK", "Latent Upscale Parameters Extract JK",
"Load Image With Alpha JK",
"Load Image With Metadata JK", "Load Image With Metadata JK",
"Make Image Grid JK",
"Metadata Pipe Extract JK", "Metadata Pipe Extract JK",
"Metadata Pipe JK", "Metadata Pipe JK",
"NodesState JK", "NodesState JK",
@@ -16569,6 +16691,7 @@
"Save Image with Metadata Flow JK", "Save Image with Metadata Flow JK",
"Save Image with Metadata JK", "Save Image with Metadata JK",
"Scale To Resolution JK", "Scale To Resolution JK",
"Split Image Grid JK",
"Stability Conservative Upscale", "Stability Conservative Upscale",
"Stability Control Sketch", "Stability Control Sketch",
"Stability Control Structure", "Stability Control Structure",
@@ -18653,6 +18776,7 @@
"StringListFromCSV", "StringListFromCSV",
"StringListToCSV", "StringListToCSV",
"StringMatcher", "StringMatcher",
"StringTranslate",
"TimeFormatter" "TimeFormatter"
], ],
{ {
@@ -18762,7 +18886,8 @@
[ [
"AutoDownloadBiRefNetModel", "AutoDownloadBiRefNetModel",
"LoadRembgByBiRefNetModel", "LoadRembgByBiRefNetModel",
"RembgByBiRefNet" "RembgByBiRefNet",
"RembgByBiRefNetAdvanced"
], ],
{ {
"title_aux": "ComfyUI_BiRefNet_ll" "title_aux": "ComfyUI_BiRefNet_ll"
@@ -20354,6 +20479,7 @@
], ],
"https://github.com/mithamunda/ComfyUI-TogetherVision": [ "https://github.com/mithamunda/ComfyUI-TogetherVision": [
[ [
"Together Image \ud83c\udfa8",
"Together Vision \ud83d\udd0d", "Together Vision \ud83d\udd0d",
"TogetherVisionNode" "TogetherVisionNode"
], ],
@@ -21302,13 +21428,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"
@@ -21414,6 +21542,16 @@
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI" "title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
} }
], ],
"https://github.com/phuvinh010701/ComfyUI-Nudenet": [
[
"ApplyNudenet",
"FilterdLabel",
"NudenetModelLoader"
],
{
"title_aux": "ComfyUI-Nudenet"
}
],
"https://github.com/phyblas/paint-by-example_comfyui": [ "https://github.com/phyblas/paint-by-example_comfyui": [
[ [
"PaintbyExampleAdvanced", "PaintbyExampleAdvanced",
@@ -22483,6 +22621,16 @@
"title_aux": "ComfyUI_FlipStreamViewer" "title_aux": "ComfyUI_FlipStreamViewer"
} }
], ],
"https://github.com/sanbuphy/ComfyUI-AudioLDM": [
[
"AudioLDM",
"PreviewAudioLDM",
"SaveAudioLDM"
],
{
"title_aux": "ComfyUI-AudioLDM"
}
],
"https://github.com/sdfxai/SDFXBridgeForComfyUI": [ "https://github.com/sdfxai/SDFXBridgeForComfyUI": [
[ [
"SDFXClipTextEncode" "SDFXClipTextEncode"
@@ -23758,6 +23906,14 @@
"title_aux": "ComfyUI-googletrans" "title_aux": "ComfyUI-googletrans"
} }
], ],
"https://github.com/sweetndata/ComfyUI_Sticker_Compositer": [
[
"Sticker_Compositer"
],
{
"title_aux": "ComfyUI_Sticker_Compositer"
}
],
"https://github.com/syaofox/ComfyUI_fnodes": [ "https://github.com/syaofox/ComfyUI_fnodes": [
[ [
"AddImageBorder-", "AddImageBorder-",
@@ -24087,6 +24243,17 @@
"title_aux": "ComfyUI-AudioReactor" "title_aux": "ComfyUI-AudioReactor"
} }
], ],
"https://github.com/tocubed/ComfyUI-EvTexture": [
[
"EVTEventsToImage",
"EVTLoadEvTextureModel",
"EVTTextureUpscaleVideo",
"EVTVideoToEvents"
],
{
"title_aux": "ComfyUI-EvTexture"
}
],
"https://github.com/tomudo/ComfyUI-ascii-art": [ "https://github.com/tomudo/ComfyUI-ascii-art": [
[ [
"ImageToAscii" "ImageToAscii"

View File

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

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "comfyui-manager" name = "comfyui-manager"
description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI." description = "ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI."
version = "3.3" version = "3.3.9"
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")