Compare commits
111 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
faf1209eba | ||
|
|
4dee009d51 | ||
|
|
9ad54bb86c | ||
|
|
2710d72e07 | ||
|
|
c3a1401960 | ||
|
|
585cc0d991 | ||
|
|
15ecb5b1d4 | ||
|
|
00a2ac7f2f | ||
|
|
4d34b5a3ee | ||
|
|
32dcedd703 | ||
|
|
42d48e4bfb | ||
|
|
6b12e9902c | ||
|
|
2801b929e7 | ||
|
|
16db68aa8e | ||
|
|
ae3a525008 | ||
|
|
44cead1865 | ||
|
|
24b3068203 | ||
|
|
52db726c9b | ||
|
|
de2b8fbd88 | ||
|
|
c2c8fbec3c | ||
|
|
7de3a7039a | ||
|
|
3c11361502 | ||
|
|
890ba0f818 | ||
|
|
806fdd721d | ||
|
|
8aa3617a18 | ||
|
|
5e5235f5d1 | ||
|
|
cbcd2e14ce | ||
|
|
b9227b1570 | ||
|
|
e058140bac | ||
|
|
9503c34d5b | ||
|
|
19be1f85da | ||
|
|
4e44c26beb | ||
|
|
9d1ef85af8 | ||
|
|
f8e5521b50 | ||
|
|
0ae2b7f338 | ||
|
|
c2ac84c3d3 | ||
|
|
fd29dc5133 | ||
|
|
aab45dff44 | ||
|
|
6fee2b8b10 | ||
|
|
9b5adfeb2c | ||
|
|
95ee037a44 | ||
|
|
3ecf3a359d | ||
|
|
31de8ffc3d | ||
|
|
602d04e236 | ||
|
|
a44d1fbd37 | ||
|
|
e4bb21f25c | ||
|
|
87d447f7b5 | ||
|
|
e2e1e23ab5 | ||
|
|
46a6afcc19 | ||
|
|
222254896c | ||
|
|
b8f153e4eb | ||
|
|
5f300b8aea | ||
|
|
093097cf31 | ||
|
|
eb5b512c34 | ||
|
|
1bd64e97cc | ||
|
|
b703384f6b | ||
|
|
d968c55e48 | ||
|
|
bc4126f526 | ||
|
|
41d4ba9721 | ||
|
|
5e5e567181 | ||
|
|
a6eaba7e18 | ||
|
|
f8221b9b5d | ||
|
|
f4442972bc | ||
|
|
aa4b3d81ba | ||
|
|
cbb6432803 | ||
|
|
14afc8d998 | ||
|
|
e83e15b9fc | ||
|
|
76db17c7f8 | ||
|
|
d48c936770 | ||
|
|
527c994d43 | ||
|
|
800faf96d4 | ||
|
|
2c3a11012f | ||
|
|
95311cb225 | ||
|
|
70471b54f6 | ||
|
|
f0205c8eba | ||
|
|
1a5fa290a3 | ||
|
|
4fc50d5019 | ||
|
|
a1c90ceb52 | ||
|
|
ecda9bd34e | ||
|
|
a952009d4a | ||
|
|
6f2e1345b2 | ||
|
|
7b93c831de | ||
|
|
80e1fcd672 | ||
|
|
bff8dbee30 | ||
|
|
32c828670a | ||
|
|
ad1faee2ef | ||
|
|
005fa14254 | ||
|
|
7b60b69968 | ||
|
|
ed123750d9 | ||
|
|
bede95cd05 | ||
|
|
693a226a41 | ||
|
|
7ec2793c9a | ||
|
|
a1f7f7069f | ||
|
|
f74d8cb470 | ||
|
|
b02cb2b833 | ||
|
|
243b65961f | ||
|
|
a6d20b0865 | ||
|
|
06b79287e2 | ||
|
|
e906d27606 | ||
|
|
0968dd85aa | ||
|
|
75240a028a | ||
|
|
3335c82350 | ||
|
|
e16e72cbbd | ||
|
|
0b6f7962a4 | ||
|
|
ea3413be9b | ||
|
|
10055f578b | ||
|
|
cddd000848 | ||
|
|
cdb400d32b | ||
|
|
8e1f792cd1 | ||
|
|
f0299e07f9 | ||
|
|
b3be556837 |
3
.gitignore
vendored
@@ -1,6 +1,8 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
.idea/
|
.idea/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.history/
|
||||||
|
*.code-workspace
|
||||||
.tmp
|
.tmp
|
||||||
.cache
|
.cache
|
||||||
config.ini
|
config.ini
|
||||||
@@ -15,3 +17,4 @@ github-stats-cache.json
|
|||||||
pip_overrides.json
|
pip_overrides.json
|
||||||
*.json
|
*.json
|
||||||
check2.sh
|
check2.sh
|
||||||
|
/venv/
|
||||||
172
README.md
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
### 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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 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.
|
 
|
||||||
* 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.
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
5. Share
|
|
||||||
 
|
|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## 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
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## Additional Feature
|
## Additional Feature
|
||||||
@@ -320,6 +264,9 @@ NODE_CLASS_MAPPINGS.update({
|
|||||||
* Use `aria2` as downloader
|
* Use `aria2` as downloader
|
||||||
* [howto](docs/en/use_aria2.md)
|
* [howto](docs/en/use_aria2.md)
|
||||||
|
|
||||||
|
* If you add the item `skip_migration_check = True` to `config.ini`, it will not check whether there are nodes that can be migrated at startup.
|
||||||
|
* This option can be used if performance issues occur in a Colab+GDrive environment.
|
||||||
|
|
||||||
## Scanner
|
## Scanner
|
||||||
When you run the `scan.sh` script:
|
When you run the `scan.sh` script:
|
||||||
|
|
||||||
@@ -336,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.
|
||||||
@@ -375,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.
|
||||||
|
|||||||
1
check.sh
@@ -9,6 +9,7 @@ files=(
|
|||||||
"alter-list.json"
|
"alter-list.json"
|
||||||
"extension-node-map.json"
|
"extension-node-map.json"
|
||||||
"github-stats.json"
|
"github-stats.json"
|
||||||
|
"extras.json"
|
||||||
"node_db/new/custom-node-list.json"
|
"node_db/new/custom-node-list.json"
|
||||||
"node_db/new/model-list.json"
|
"node_db/new/model-list.json"
|
||||||
"node_db/new/extension-node-map.json"
|
"node_db/new/extension-node-map.json"
|
||||||
|
|||||||
@@ -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."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
26
extras.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"favorites": [
|
||||||
|
"comfyui_ipadapter_plus",
|
||||||
|
"comfyui-animatediff-evolved",
|
||||||
|
"comfyui_controlnet_aux",
|
||||||
|
"comfyui-impact-pack",
|
||||||
|
"comfyui-impact-subpack",
|
||||||
|
"comfyui-custom-scripts",
|
||||||
|
"comfyui-layerdiffuse",
|
||||||
|
"comfyui-liveportraitkj",
|
||||||
|
"aigodlike-comfyui-translation",
|
||||||
|
"comfyui-reactor-node",
|
||||||
|
"comfyui_instantid",
|
||||||
|
"sd-dynamic-thresholding",
|
||||||
|
"pr-was-node-suite-comfyui-47064894",
|
||||||
|
"comfyui-advancedliveportrait",
|
||||||
|
"comfyui_layerstyle",
|
||||||
|
"efficiency-nodes-comfyui",
|
||||||
|
"comfyui-crystools",
|
||||||
|
"comfyui-advanced-controlnet",
|
||||||
|
"comfyui-videohelpersuite",
|
||||||
|
"comfyui-kjnodes",
|
||||||
|
"comfy-mtb",
|
||||||
|
"comfyui_essentials"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -5,7 +5,6 @@ import traceback
|
|||||||
|
|
||||||
import git
|
import git
|
||||||
import configparser
|
import configparser
|
||||||
import re
|
|
||||||
import json
|
import json
|
||||||
import yaml
|
import yaml
|
||||||
import requests
|
import requests
|
||||||
@@ -13,6 +12,14 @@ from tqdm.auto import tqdm
|
|||||||
from git.remote import RemoteProgress
|
from git.remote import RemoteProgress
|
||||||
|
|
||||||
|
|
||||||
|
comfy_path = os.environ.get('COMFYUI_PATH')
|
||||||
|
|
||||||
|
if comfy_path is None:
|
||||||
|
print("\n[bold yellow]WARN: The `COMFYUI_PATH` environment variable is not set. Assuming `custom_nodes/ComfyUI-Manager/../../` as the ComfyUI path.[/bold yellow]", file=sys.stderr)
|
||||||
|
comfy_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..'))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def download_url(url, dest_folder, filename=None):
|
def download_url(url, dest_folder, filename=None):
|
||||||
# Ensure the destination folder exists
|
# Ensure the destination folder exists
|
||||||
if not os.path.exists(dest_folder):
|
if not os.path.exists(dest_folder):
|
||||||
@@ -59,9 +66,11 @@ class GitProgress(RemoteProgress):
|
|||||||
self.pbar.refresh()
|
self.pbar.refresh()
|
||||||
|
|
||||||
|
|
||||||
def gitclone(custom_nodes_path, url, target_hash=None):
|
def gitclone(custom_nodes_path, url, target_hash=None, repo_path=None):
|
||||||
repo_name = os.path.splitext(os.path.basename(url))[0]
|
repo_name = os.path.splitext(os.path.basename(url))[0]
|
||||||
repo_path = os.path.join(custom_nodes_path, repo_name)
|
|
||||||
|
if repo_path is None:
|
||||||
|
repo_path = os.path.join(custom_nodes_path, repo_name)
|
||||||
|
|
||||||
# Clone the repository from the remote URL
|
# Clone the repository from the remote URL
|
||||||
repo = git.Repo.clone_from(url, repo_path, recursive=True, progress=GitProgress())
|
repo = git.Repo.clone_from(url, repo_path, recursive=True, progress=GitProgress())
|
||||||
@@ -94,7 +103,12 @@ def gitcheck(path, do_fetch=False):
|
|||||||
|
|
||||||
# Get the current commit hash and the commit hash of the remote branch
|
# Get the current commit hash and the commit hash of the remote branch
|
||||||
commit_hash = repo.head.commit.hexsha
|
commit_hash = repo.head.commit.hexsha
|
||||||
remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha
|
|
||||||
|
if f'{remote_name}/{branch_name}' in repo.refs:
|
||||||
|
remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha
|
||||||
|
else:
|
||||||
|
print("CUSTOM NODE CHECK: True") # non default branch is treated as updatable
|
||||||
|
return
|
||||||
|
|
||||||
# Compare the commit hashes to determine if the local repository is behind the remote repository
|
# Compare the commit hashes to determine if the local repository is behind the remote repository
|
||||||
if commit_hash != remote_commit_hash:
|
if commit_hash != remote_commit_hash:
|
||||||
@@ -113,11 +127,17 @@ def gitcheck(path, do_fetch=False):
|
|||||||
|
|
||||||
|
|
||||||
def switch_to_default_branch(repo):
|
def switch_to_default_branch(repo):
|
||||||
show_result = repo.git.remote("show", "origin")
|
try:
|
||||||
matches = re.search(r"\s*HEAD branch:\s*(.*)", show_result)
|
default_branch = repo.git.symbolic_ref('refs/remotes/origin/HEAD').replace('refs/remotes/origin/', '')
|
||||||
if matches:
|
|
||||||
default_branch = matches.group(1)
|
|
||||||
repo.git.checkout(default_branch)
|
repo.git.checkout(default_branch)
|
||||||
|
except:
|
||||||
|
try:
|
||||||
|
repo.git.checkout(repo.heads.master)
|
||||||
|
except:
|
||||||
|
try:
|
||||||
|
repo.git.checkout(repo.heads.main)
|
||||||
|
except:
|
||||||
|
print("[ComfyUI Manager] Failed to switch to the default branch (master or main)")
|
||||||
|
|
||||||
|
|
||||||
def gitpull(path):
|
def gitpull(path):
|
||||||
@@ -128,6 +148,7 @@ def gitpull(path):
|
|||||||
# Pull the latest changes from the remote repository
|
# Pull the latest changes from the remote repository
|
||||||
repo = git.Repo(path)
|
repo = git.Repo(path)
|
||||||
if repo.is_dirty():
|
if repo.is_dirty():
|
||||||
|
print(f"STASH: '{path}' is dirty.")
|
||||||
repo.git.stash()
|
repo.git.stash()
|
||||||
|
|
||||||
commit_hash = repo.head.commit.hexsha
|
commit_hash = repo.head.commit.hexsha
|
||||||
@@ -141,6 +162,11 @@ def gitpull(path):
|
|||||||
remote_name = current_branch.tracking_branch().remote_name
|
remote_name = current_branch.tracking_branch().remote_name
|
||||||
remote = repo.remote(name=remote_name)
|
remote = repo.remote(name=remote_name)
|
||||||
|
|
||||||
|
if f'{remote_name}/{branch_name}' not in repo.refs:
|
||||||
|
switch_to_default_branch(repo)
|
||||||
|
current_branch = repo.active_branch
|
||||||
|
branch_name = current_branch.name
|
||||||
|
|
||||||
remote.fetch()
|
remote.fetch()
|
||||||
remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha
|
remote_commit_hash = repo.refs[f'{remote_name}/{branch_name}'].object.hexsha
|
||||||
|
|
||||||
@@ -166,9 +192,7 @@ def gitpull(path):
|
|||||||
|
|
||||||
|
|
||||||
def checkout_comfyui_hash(target_hash):
|
def checkout_comfyui_hash(target_hash):
|
||||||
repo_path = os.path.abspath(os.path.join(working_directory, '..')) # ComfyUI dir
|
repo = git.Repo(comfy_path)
|
||||||
|
|
||||||
repo = git.Repo(repo_path)
|
|
||||||
commit_hash = repo.head.commit.hexsha
|
commit_hash = repo.head.commit.hexsha
|
||||||
|
|
||||||
if commit_hash != target_hash:
|
if commit_hash != target_hash:
|
||||||
@@ -250,6 +274,9 @@ def checkout_custom_node_hash(git_custom_node_infos):
|
|||||||
|
|
||||||
# clone missing
|
# clone missing
|
||||||
for k, v in git_custom_node_infos.items():
|
for k, v in git_custom_node_infos.items():
|
||||||
|
if 'ComfyUI-Manager' in k:
|
||||||
|
continue
|
||||||
|
|
||||||
if not v['disabled']:
|
if not v['disabled']:
|
||||||
repo_name = k.split('/')[-1]
|
repo_name = k.split('/')[-1]
|
||||||
if repo_name.endswith('.git'):
|
if repo_name.endswith('.git'):
|
||||||
@@ -258,7 +285,7 @@ def checkout_custom_node_hash(git_custom_node_infos):
|
|||||||
path = os.path.join(working_directory, repo_name)
|
path = os.path.join(working_directory, repo_name)
|
||||||
if not os.path.exists(path):
|
if not os.path.exists(path):
|
||||||
print(f"CLONE: {path}")
|
print(f"CLONE: {path}")
|
||||||
gitclone(working_directory, k, v['hash'])
|
gitclone(working_directory, k, target_hash=v['hash'])
|
||||||
|
|
||||||
|
|
||||||
def invalidate_custom_node_file(file_custom_node_infos):
|
def invalidate_custom_node_file(file_custom_node_infos):
|
||||||
@@ -308,19 +335,18 @@ def invalidate_custom_node_file(file_custom_node_infos):
|
|||||||
download_url(url, working_directory)
|
download_url(url, working_directory)
|
||||||
|
|
||||||
|
|
||||||
def apply_snapshot(target):
|
def apply_snapshot(path):
|
||||||
try:
|
try:
|
||||||
path = os.path.join(os.path.dirname(__file__), 'snapshots', f"{target}")
|
|
||||||
if os.path.exists(path):
|
if os.path.exists(path):
|
||||||
if not target.endswith('.json') and not target.endswith('.yaml'):
|
if not path.endswith('.json') and not path.endswith('.yaml'):
|
||||||
print(f"Snapshot file not found: `{path}`")
|
print(f"Snapshot file not found: `{path}`")
|
||||||
print("APPLY SNAPSHOT: False")
|
print("APPLY SNAPSHOT: False")
|
||||||
return None
|
return None
|
||||||
|
|
||||||
with open(path, 'r', encoding="UTF-8") as snapshot_file:
|
with open(path, 'r', encoding="UTF-8") as snapshot_file:
|
||||||
if target.endswith('.json'):
|
if path.endswith('.json'):
|
||||||
info = json.load(snapshot_file)
|
info = json.load(snapshot_file)
|
||||||
elif target.endswith('.yaml'):
|
elif path.endswith('.yaml'):
|
||||||
info = yaml.load(snapshot_file, Loader=yaml.SafeLoader)
|
info = yaml.load(snapshot_file, Loader=yaml.SafeLoader)
|
||||||
info = info['custom_nodes']
|
info = info['custom_nodes']
|
||||||
else:
|
else:
|
||||||
@@ -425,7 +451,11 @@ setup_environment()
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if sys.argv[1] == "--clone":
|
if sys.argv[1] == "--clone":
|
||||||
gitclone(sys.argv[2], sys.argv[3])
|
repo_path = None
|
||||||
|
if len(sys.argv) > 4:
|
||||||
|
repo_path = sys.argv[4]
|
||||||
|
|
||||||
|
gitclone(sys.argv[2], sys.argv[3], repo_path=repo_path)
|
||||||
elif sys.argv[1] == "--check":
|
elif sys.argv[1] == "--check":
|
||||||
gitcheck(sys.argv[2], False)
|
gitcheck(sys.argv[2], False)
|
||||||
elif sys.argv[1] == "--fetch":
|
elif sys.argv[1] == "--fetch":
|
||||||
@@ -446,5 +476,5 @@ try:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(e)
|
print(e)
|
||||||
sys.exit(-1)
|
sys.exit(-1)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
4516
github-stats.json
131
glob/cnr_utils.py
Normal file
@@ -0,0 +1,131 @@
|
|||||||
|
import requests
|
||||||
|
from dataclasses import dataclass
|
||||||
|
from typing import List
|
||||||
|
import manager_util
|
||||||
|
import toml
|
||||||
|
import os
|
||||||
|
|
||||||
|
base_url = "https://api.comfy.org"
|
||||||
|
|
||||||
|
|
||||||
|
async def get_cnr_data(page=1, limit=1000, cache_mode=True):
|
||||||
|
try:
|
||||||
|
uri = f'{base_url}/nodes?page={page}&limit={limit}'
|
||||||
|
json_obj = await manager_util.get_data_with_cache(uri, cache_mode=cache_mode)
|
||||||
|
|
||||||
|
for v in json_obj['nodes']:
|
||||||
|
if 'latest_version' not in v:
|
||||||
|
v['latest_version'] = dict(version='nightly')
|
||||||
|
|
||||||
|
return json_obj['nodes']
|
||||||
|
except:
|
||||||
|
res = {}
|
||||||
|
print("Cannot connect to comfyregistry.")
|
||||||
|
|
||||||
|
return res
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class NodeVersion:
|
||||||
|
changelog: str
|
||||||
|
dependencies: List[str]
|
||||||
|
deprecated: bool
|
||||||
|
id: str
|
||||||
|
version: str
|
||||||
|
download_url: str
|
||||||
|
|
||||||
|
|
||||||
|
def map_node_version(api_node_version):
|
||||||
|
"""
|
||||||
|
Maps node version data from API response to NodeVersion dataclass.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
api_data (dict): The 'node_version' part of the API response.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
NodeVersion: An instance of NodeVersion dataclass populated with data from the API.
|
||||||
|
"""
|
||||||
|
return NodeVersion(
|
||||||
|
changelog=api_node_version.get(
|
||||||
|
"changelog", ""
|
||||||
|
), # Provide a default value if 'changelog' is missing
|
||||||
|
dependencies=api_node_version.get(
|
||||||
|
"dependencies", []
|
||||||
|
), # Provide a default empty list if 'dependencies' is missing
|
||||||
|
deprecated=api_node_version.get(
|
||||||
|
"deprecated", False
|
||||||
|
), # Assume False if 'deprecated' is not specified
|
||||||
|
id=api_node_version[
|
||||||
|
"id"
|
||||||
|
], # 'id' should be mandatory; raise KeyError if missing
|
||||||
|
version=api_node_version[
|
||||||
|
"version"
|
||||||
|
], # 'version' should be mandatory; raise KeyError if missing
|
||||||
|
download_url=api_node_version.get(
|
||||||
|
"downloadUrl", ""
|
||||||
|
), # Provide a default value if 'downloadUrl' is missing
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
|
def install_node(node_id, version=None):
|
||||||
|
"""
|
||||||
|
Retrieves the node version for installation.
|
||||||
|
|
||||||
|
Args:
|
||||||
|
node_id (str): The unique identifier of the node.
|
||||||
|
version (str, optional): Specific version of the node to retrieve. If omitted, the latest version is returned.
|
||||||
|
|
||||||
|
Returns:
|
||||||
|
NodeVersion: Node version data or error message.
|
||||||
|
"""
|
||||||
|
if version is None:
|
||||||
|
url = f"{base_url}/nodes/{node_id}/install"
|
||||||
|
else:
|
||||||
|
url = f"{base_url}/nodes/{node_id}/install?version={version}"
|
||||||
|
|
||||||
|
response = requests.get(url)
|
||||||
|
if response.status_code == 200:
|
||||||
|
# Convert the API response to a NodeVersion object
|
||||||
|
return map_node_version(response.json())
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def all_versions_of_node(node_id):
|
||||||
|
url = f"https://api.comfy.org/nodes/{node_id}/versions?statuses=NodeVersionStatusActive&statuses=NodeVersionStatusPending"
|
||||||
|
|
||||||
|
response = requests.get(url)
|
||||||
|
if response.status_code == 200:
|
||||||
|
return response.json()
|
||||||
|
else:
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
def read_cnr_info(fullpath):
|
||||||
|
try:
|
||||||
|
toml_path = os.path.join(fullpath, 'pyproject.toml')
|
||||||
|
tracking_path = os.path.join(fullpath, '.tracking')
|
||||||
|
|
||||||
|
if not os.path.exists(toml_path) or not os.path.exists(tracking_path):
|
||||||
|
return None # not valid CNR node pack
|
||||||
|
|
||||||
|
with open(toml_path, "r", encoding="utf-8") as f:
|
||||||
|
data = toml.load(f)
|
||||||
|
|
||||||
|
project = data.get('project', {})
|
||||||
|
name = project.get('name')
|
||||||
|
version = project.get('version')
|
||||||
|
|
||||||
|
urls = project.get('urls', {})
|
||||||
|
repository = urls.get('Repository')
|
||||||
|
|
||||||
|
if name and version: # repository is optional
|
||||||
|
return {
|
||||||
|
"id": name,
|
||||||
|
"version": version,
|
||||||
|
"url": repository
|
||||||
|
}
|
||||||
|
|
||||||
|
return None
|
||||||
|
except Exception:
|
||||||
|
return None # not valid CNR node pack
|
||||||
61
glob/git_utils.py
Normal file
@@ -0,0 +1,61 @@
|
|||||||
|
import os
|
||||||
|
import configparser
|
||||||
|
|
||||||
|
|
||||||
|
def is_git_repo(path: str) -> bool:
|
||||||
|
""" Check if the path is a git repository. """
|
||||||
|
# NOTE: Checking it through `git.Repo` must be avoided.
|
||||||
|
# It locks the file, causing issues on Windows.
|
||||||
|
return os.path.exists(os.path.join(path, '.git'))
|
||||||
|
|
||||||
|
|
||||||
|
def get_commit_hash(fullpath):
|
||||||
|
git_head = os.path.join(fullpath, '.git', 'HEAD')
|
||||||
|
if os.path.exists(git_head):
|
||||||
|
with open(git_head) as f:
|
||||||
|
line = f.readline()
|
||||||
|
|
||||||
|
if line.startswith("ref: "):
|
||||||
|
ref = os.path.join(fullpath, '.git', line[5:].strip())
|
||||||
|
if os.path.exists(ref):
|
||||||
|
with open(ref) as f2:
|
||||||
|
return f2.readline().strip()
|
||||||
|
else:
|
||||||
|
return "unknown"
|
||||||
|
else:
|
||||||
|
return line
|
||||||
|
|
||||||
|
return "unknown"
|
||||||
|
|
||||||
|
|
||||||
|
def git_url(fullpath):
|
||||||
|
"""
|
||||||
|
resolve version of unclassified custom node based on remote url in .git/config
|
||||||
|
"""
|
||||||
|
git_config_path = os.path.join(fullpath, '.git', 'config')
|
||||||
|
|
||||||
|
if not os.path.exists(git_config_path):
|
||||||
|
return None
|
||||||
|
|
||||||
|
config = configparser.ConfigParser()
|
||||||
|
config.read(git_config_path)
|
||||||
|
|
||||||
|
for k, v in config.items():
|
||||||
|
if k.startswith('remote ') and 'url' in v:
|
||||||
|
return v['url']
|
||||||
|
|
||||||
|
return None
|
||||||
|
|
||||||
|
def normalize_url(url) -> str:
|
||||||
|
url = url.replace("git@github.com:", "https://github.com/")
|
||||||
|
if url.endswith('.git'):
|
||||||
|
url = url[:-4]
|
||||||
|
|
||||||
|
return url
|
||||||
|
|
||||||
|
def normalize_url_http(url) -> str:
|
||||||
|
url = url.replace("https://github.com/", "git@github.com:")
|
||||||
|
if url.endswith('.git'):
|
||||||
|
url = url[:-4]
|
||||||
|
|
||||||
|
return url
|
||||||
2406
glob/manager_core.py
@@ -1,5 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
from urllib.parse import urlparse
|
from urllib.parse import urlparse
|
||||||
|
import urllib
|
||||||
|
import sys
|
||||||
|
|
||||||
aria2 = os.getenv('COMFYUI_MANAGER_ARIA2_SERVER')
|
aria2 = os.getenv('COMFYUI_MANAGER_ARIA2_SERVER')
|
||||||
HF_ENDPOINT = os.getenv('HF_ENDPOINT')
|
HF_ENDPOINT = os.getenv('HF_ENDPOINT')
|
||||||
@@ -14,6 +16,27 @@ if aria2 is not None:
|
|||||||
aria2 = aria2p.API(aria2p.Client(host=host, port=port, secret=secret))
|
aria2 = aria2p.API(aria2p.Client(host=host, port=port, secret=secret))
|
||||||
|
|
||||||
|
|
||||||
|
def basic_download_url(url, dest_folder, filename):
|
||||||
|
import requests
|
||||||
|
|
||||||
|
# Ensure the destination folder exists
|
||||||
|
if not os.path.exists(dest_folder):
|
||||||
|
os.makedirs(dest_folder)
|
||||||
|
|
||||||
|
# Full path to save the file
|
||||||
|
dest_path = os.path.join(dest_folder, filename)
|
||||||
|
|
||||||
|
# Download the file
|
||||||
|
response = requests.get(url, stream=True)
|
||||||
|
if response.status_code == 200:
|
||||||
|
with open(dest_path, 'wb') as file:
|
||||||
|
for chunk in response.iter_content(chunk_size=1024):
|
||||||
|
if chunk:
|
||||||
|
file.write(chunk)
|
||||||
|
else:
|
||||||
|
raise Exception(f"Failed to download file from {url}")
|
||||||
|
|
||||||
|
|
||||||
def download_url(model_url: str, model_dir: str, filename: str):
|
def download_url(model_url: str, model_dir: str, filename: str):
|
||||||
if HF_ENDPOINT:
|
if HF_ENDPOINT:
|
||||||
model_url = model_url.replace('https://huggingface.co', HF_ENDPOINT)
|
model_url = model_url.replace('https://huggingface.co', HF_ENDPOINT)
|
||||||
@@ -21,7 +44,6 @@ def download_url(model_url: str, model_dir: str, filename: str):
|
|||||||
return aria2_download_url(model_url, model_dir, filename)
|
return aria2_download_url(model_url, model_dir, filename)
|
||||||
else:
|
else:
|
||||||
from torchvision.datasets.utils import download_url as torchvision_download_url
|
from torchvision.datasets.utils import download_url as torchvision_download_url
|
||||||
|
|
||||||
return torchvision_download_url(model_url, model_dir, filename)
|
return torchvision_download_url(model_url, model_dir, filename)
|
||||||
|
|
||||||
|
|
||||||
@@ -67,3 +89,26 @@ def aria2_download_url(model_url: str, model_dir: str, filename: str):
|
|||||||
progress_bar.update(download.completed_length - progress_bar.n)
|
progress_bar.update(download.completed_length - progress_bar.n)
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
download.update()
|
download.update()
|
||||||
|
|
||||||
|
|
||||||
|
def download_url_with_agent(url, save_path):
|
||||||
|
try:
|
||||||
|
headers = {
|
||||||
|
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3'}
|
||||||
|
|
||||||
|
req = urllib.request.Request(url, headers=headers)
|
||||||
|
response = urllib.request.urlopen(req)
|
||||||
|
data = response.read()
|
||||||
|
|
||||||
|
if not os.path.exists(os.path.dirname(save_path)):
|
||||||
|
os.makedirs(os.path.dirname(save_path))
|
||||||
|
|
||||||
|
with open(save_path, 'wb') as f:
|
||||||
|
f.write(data)
|
||||||
|
|
||||||
|
except Exception as e:
|
||||||
|
print(f"Download error: {url} / {e}", file=sys.stderr)
|
||||||
|
return False
|
||||||
|
|
||||||
|
print("Installation was successful.")
|
||||||
|
return True
|
||||||
@@ -1,5 +1,17 @@
|
|||||||
|
import aiohttp
|
||||||
|
import json
|
||||||
|
import threading
|
||||||
|
import os
|
||||||
|
from datetime import datetime
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
import re
|
||||||
|
|
||||||
|
cache_lock = threading.Lock()
|
||||||
|
|
||||||
|
comfyui_manager_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
|
||||||
|
cache_dir = os.path.join(comfyui_manager_path, '.cache')
|
||||||
|
|
||||||
|
|
||||||
# DON'T USE StrictVersion - cannot handle pre_release version
|
# DON'T USE StrictVersion - cannot handle pre_release version
|
||||||
# try:
|
# try:
|
||||||
@@ -66,8 +78,89 @@ class StrictVersion:
|
|||||||
return not self == other
|
return not self == other
|
||||||
|
|
||||||
|
|
||||||
|
def simple_hash(input_string):
|
||||||
|
hash_value = 0
|
||||||
|
for char in input_string:
|
||||||
|
hash_value = (hash_value * 31 + ord(char)) % (2**32)
|
||||||
|
|
||||||
|
return hash_value
|
||||||
|
|
||||||
|
|
||||||
|
def is_file_created_within_one_day(file_path):
|
||||||
|
if not os.path.exists(file_path):
|
||||||
|
return False
|
||||||
|
|
||||||
|
file_creation_time = os.path.getctime(file_path)
|
||||||
|
current_time = datetime.now().timestamp()
|
||||||
|
time_difference = current_time - file_creation_time
|
||||||
|
|
||||||
|
return time_difference <= 86400
|
||||||
|
|
||||||
|
|
||||||
|
async def get_data(uri, silent=False):
|
||||||
|
if not silent:
|
||||||
|
print(f"FETCH DATA from: {uri}", end="")
|
||||||
|
|
||||||
|
if uri.startswith("http"):
|
||||||
|
async with aiohttp.ClientSession(trust_env=True, connector=aiohttp.TCPConnector(verify_ssl=False)) as session:
|
||||||
|
headers = {
|
||||||
|
'Cache-Control': 'no-cache',
|
||||||
|
'Pragma': 'no-cache',
|
||||||
|
'Expires': '0'
|
||||||
|
}
|
||||||
|
async with session.get(uri, headers=headers) as resp:
|
||||||
|
json_text = await resp.text()
|
||||||
|
else:
|
||||||
|
with cache_lock:
|
||||||
|
with open(uri, "r", encoding="utf-8") as f:
|
||||||
|
json_text = f.read()
|
||||||
|
|
||||||
|
json_obj = json.loads(json_text)
|
||||||
|
|
||||||
|
if not silent:
|
||||||
|
print(" [DONE]")
|
||||||
|
|
||||||
|
return json_obj
|
||||||
|
|
||||||
|
|
||||||
|
async def get_data_with_cache(uri, silent=False, cache_mode=True):
|
||||||
|
cache_uri = str(simple_hash(uri)) + '_' + os.path.basename(uri).replace('&', "_").replace('?', "_").replace('=', "_")
|
||||||
|
cache_uri = os.path.join(cache_dir, cache_uri+'.json')
|
||||||
|
|
||||||
|
if cache_mode and is_file_created_within_one_day(cache_uri):
|
||||||
|
json_obj = await get_data(cache_uri, silent=silent)
|
||||||
|
else:
|
||||||
|
json_obj = await get_data(uri, silent=silent)
|
||||||
|
|
||||||
|
with cache_lock:
|
||||||
|
with open(cache_uri, "w", encoding='utf-8') as file:
|
||||||
|
json.dump(json_obj, file, indent=4, sort_keys=True)
|
||||||
|
if not silent:
|
||||||
|
print(f"[ComfyUI-Manager] default cache updated: {uri}")
|
||||||
|
|
||||||
|
return json_obj
|
||||||
|
|
||||||
|
|
||||||
|
def sanitize_tag(x):
|
||||||
|
return x.replace('<', '<').replace('>', '>')
|
||||||
|
|
||||||
|
|
||||||
|
def extract_package_as_zip(file_path, extract_path):
|
||||||
|
import zipfile
|
||||||
|
try:
|
||||||
|
with zipfile.ZipFile(file_path, "r") as zip_ref:
|
||||||
|
zip_ref.extractall(extract_path)
|
||||||
|
extracted_files = zip_ref.namelist()
|
||||||
|
print(f"Extracted zip file to {extract_path}")
|
||||||
|
return extracted_files
|
||||||
|
except zipfile.BadZipFile:
|
||||||
|
print(f"File '{file_path}' is not a zip or is corrupted.")
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
pip_map = None
|
pip_map = None
|
||||||
|
|
||||||
|
|
||||||
def get_installed_packages(renew=False):
|
def get_installed_packages(renew=False):
|
||||||
global pip_map
|
global pip_map
|
||||||
|
|
||||||
@@ -212,3 +305,12 @@ class PIPFixer:
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print("[manager-core] Failed to restore numpy")
|
print("[manager-core] Failed to restore numpy")
|
||||||
print(e)
|
print(e)
|
||||||
|
|
||||||
|
|
||||||
|
def sanitize(data):
|
||||||
|
return data.replace("<", "<").replace(">", ">")
|
||||||
|
|
||||||
|
|
||||||
|
def sanitize_filename(input_string):
|
||||||
|
result_string = re.sub(r'[^a-zA-Z0-9_]', '_', input_string)
|
||||||
|
return result_string
|
||||||
|
|||||||
72
glob/node_package.py
Normal file
@@ -0,0 +1,72 @@
|
|||||||
|
from __future__ import annotations
|
||||||
|
|
||||||
|
from dataclasses import dataclass
|
||||||
|
import os
|
||||||
|
|
||||||
|
from git_utils import get_commit_hash
|
||||||
|
|
||||||
|
|
||||||
|
@dataclass
|
||||||
|
class InstalledNodePackage:
|
||||||
|
"""Information about an installed node package."""
|
||||||
|
|
||||||
|
id: str
|
||||||
|
fullpath: str
|
||||||
|
disabled: bool
|
||||||
|
version: str
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_unknown(self) -> bool:
|
||||||
|
return self.version == "unknown"
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_nightly(self) -> bool:
|
||||||
|
return self.version == "nightly"
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_from_cnr(self) -> bool:
|
||||||
|
return not self.is_unknown and not self.is_nightly
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_enabled(self) -> bool:
|
||||||
|
return not self.disabled
|
||||||
|
|
||||||
|
@property
|
||||||
|
def is_disabled(self) -> bool:
|
||||||
|
return self.disabled
|
||||||
|
|
||||||
|
def get_commit_hash(self) -> str:
|
||||||
|
return get_commit_hash(self.fullpath)
|
||||||
|
|
||||||
|
def isValid(self) -> bool:
|
||||||
|
if self.is_from_cnr:
|
||||||
|
return os.path.exists(os.path.join(self.fullpath, '.tracking'))
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
|
@staticmethod
|
||||||
|
def from_fullpath(fullpath: str, resolve_from_path) -> InstalledNodePackage:
|
||||||
|
parent_folder_name = os.path.basename(os.path.dirname(fullpath))
|
||||||
|
module_name = os.path.basename(fullpath)
|
||||||
|
|
||||||
|
if module_name.endswith(".disabled"):
|
||||||
|
node_id = module_name[:-9]
|
||||||
|
disabled = True
|
||||||
|
elif parent_folder_name == ".disabled":
|
||||||
|
# Nodes under custom_nodes/.disabled/* are disabled
|
||||||
|
node_id = module_name
|
||||||
|
disabled = True
|
||||||
|
else:
|
||||||
|
node_id = module_name
|
||||||
|
disabled = False
|
||||||
|
|
||||||
|
info = resolve_from_path(fullpath)
|
||||||
|
if info is None:
|
||||||
|
version = 'unknown'
|
||||||
|
else:
|
||||||
|
node_id = info['id'] # robust module guessing
|
||||||
|
version = info['ver']
|
||||||
|
|
||||||
|
return InstalledNodePackage(
|
||||||
|
id=node_id, fullpath=fullpath, disabled=disabled, version=version
|
||||||
|
)
|
||||||
@@ -65,10 +65,10 @@ async def share_option(request):
|
|||||||
|
|
||||||
|
|
||||||
def get_openart_auth():
|
def get_openart_auth():
|
||||||
if not os.path.exists(os.path.join(core.comfyui_manager_path, ".openart_key")):
|
if not os.path.exists(os.path.join(core.manager_files_path, ".openart_key")):
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(core.comfyui_manager_path, ".openart_key"), "r") as f:
|
with open(os.path.join(core.manager_files_path, ".openart_key"), "r") as f:
|
||||||
openart_key = f.read().strip()
|
openart_key = f.read().strip()
|
||||||
return openart_key if openart_key else None
|
return openart_key if openart_key else None
|
||||||
except:
|
except:
|
||||||
@@ -76,10 +76,10 @@ def get_openart_auth():
|
|||||||
|
|
||||||
|
|
||||||
def get_matrix_auth():
|
def get_matrix_auth():
|
||||||
if not os.path.exists(os.path.join(core.comfyui_manager_path, "matrix_auth")):
|
if not os.path.exists(os.path.join(core.manager_files_path, "matrix_auth")):
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(core.comfyui_manager_path, "matrix_auth"), "r") as f:
|
with open(os.path.join(core.manager_files_path, "matrix_auth"), "r") as f:
|
||||||
matrix_auth = f.read()
|
matrix_auth = f.read()
|
||||||
homeserver, username, password = matrix_auth.strip().split("\n")
|
homeserver, username, password = matrix_auth.strip().split("\n")
|
||||||
if not homeserver or not username or not password:
|
if not homeserver or not username or not password:
|
||||||
@@ -94,10 +94,10 @@ def get_matrix_auth():
|
|||||||
|
|
||||||
|
|
||||||
def get_comfyworkflows_auth():
|
def get_comfyworkflows_auth():
|
||||||
if not os.path.exists(os.path.join(core.comfyui_manager_path, "comfyworkflows_sharekey")):
|
if not os.path.exists(os.path.join(core.manager_files_path, "comfyworkflows_sharekey")):
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(core.comfyui_manager_path, "comfyworkflows_sharekey"), "r") as f:
|
with open(os.path.join(core.manager_files_path, "comfyworkflows_sharekey"), "r") as f:
|
||||||
share_key = f.read()
|
share_key = f.read()
|
||||||
if not share_key.strip():
|
if not share_key.strip():
|
||||||
return None
|
return None
|
||||||
@@ -107,10 +107,10 @@ def get_comfyworkflows_auth():
|
|||||||
|
|
||||||
|
|
||||||
def get_youml_settings():
|
def get_youml_settings():
|
||||||
if not os.path.exists(os.path.join(core.comfyui_manager_path, ".youml")):
|
if not os.path.exists(os.path.join(core.manager_files_path, ".youml")):
|
||||||
return None
|
return None
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(core.comfyui_manager_path, ".youml"), "r") as f:
|
with open(os.path.join(core.manager_files_path, ".youml"), "r") as f:
|
||||||
youml_settings = f.read().strip()
|
youml_settings = f.read().strip()
|
||||||
return youml_settings if youml_settings else None
|
return youml_settings if youml_settings else None
|
||||||
except:
|
except:
|
||||||
@@ -118,7 +118,7 @@ def get_youml_settings():
|
|||||||
|
|
||||||
|
|
||||||
def set_youml_settings(settings):
|
def set_youml_settings(settings):
|
||||||
with open(os.path.join(core.comfyui_manager_path, ".youml"), "w") as f:
|
with open(os.path.join(core.manager_files_path, ".youml"), "w") as f:
|
||||||
f.write(settings)
|
f.write(settings)
|
||||||
|
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ async def api_get_openart_auth(request):
|
|||||||
async def api_set_openart_auth(request):
|
async def api_set_openart_auth(request):
|
||||||
json_data = await request.json()
|
json_data = await request.json()
|
||||||
openart_key = json_data['openart_key']
|
openart_key = json_data['openart_key']
|
||||||
with open(os.path.join(core.comfyui_manager_path, ".openart_key"), "w") as f:
|
with open(os.path.join(core.manager_files_path, ".openart_key"), "w") as f:
|
||||||
f.write(openart_key)
|
f.write(openart_key)
|
||||||
return web.Response(status=200)
|
return web.Response(status=200)
|
||||||
|
|
||||||
@@ -178,14 +178,14 @@ async def api_get_comfyworkflows_auth(request):
|
|||||||
@PromptServer.instance.routes.post("/manager/set_esheep_workflow_and_images")
|
@PromptServer.instance.routes.post("/manager/set_esheep_workflow_and_images")
|
||||||
async def set_esheep_workflow_and_images(request):
|
async def set_esheep_workflow_and_images(request):
|
||||||
json_data = await request.json()
|
json_data = await request.json()
|
||||||
with open(os.path.join(core.comfyui_manager_path, "esheep_share_message.json"), "w", encoding='utf-8') as file:
|
with open(os.path.join(core.manager_files_path, "esheep_share_message.json"), "w", encoding='utf-8') as file:
|
||||||
json.dump(json_data, file, indent=4)
|
json.dump(json_data, file, indent=4)
|
||||||
return web.Response(status=200)
|
return web.Response(status=200)
|
||||||
|
|
||||||
|
|
||||||
@PromptServer.instance.routes.get("/manager/get_esheep_workflow_and_images")
|
@PromptServer.instance.routes.get("/manager/get_esheep_workflow_and_images")
|
||||||
async def get_esheep_workflow_and_images(request):
|
async def get_esheep_workflow_and_images(request):
|
||||||
with open(os.path.join(core.comfyui_manager_path, "esheep_share_message.json"), 'r', encoding='utf-8') as file:
|
with open(os.path.join(core.manager_files_path, "esheep_share_message.json"), 'r', encoding='utf-8') as file:
|
||||||
data = json.load(file)
|
data = json.load(file)
|
||||||
return web.Response(status=200, text=json.dumps(data))
|
return web.Response(status=200, text=json.dumps(data))
|
||||||
|
|
||||||
@@ -194,12 +194,12 @@ def set_matrix_auth(json_data):
|
|||||||
homeserver = json_data['homeserver']
|
homeserver = json_data['homeserver']
|
||||||
username = json_data['username']
|
username = json_data['username']
|
||||||
password = json_data['password']
|
password = json_data['password']
|
||||||
with open(os.path.join(core.comfyui_manager_path, "matrix_auth"), "w") as f:
|
with open(os.path.join(core.manager_files_path, "matrix_auth"), "w") as f:
|
||||||
f.write("\n".join([homeserver, username, password]))
|
f.write("\n".join([homeserver, username, password]))
|
||||||
|
|
||||||
|
|
||||||
def set_comfyworkflows_auth(comfyworkflows_sharekey):
|
def set_comfyworkflows_auth(comfyworkflows_sharekey):
|
||||||
with open(os.path.join(core.comfyui_manager_path, "comfyworkflows_sharekey"), "w") as f:
|
with open(os.path.join(core.manager_files_path, "comfyworkflows_sharekey"), "w") as f:
|
||||||
f.write(comfyworkflows_sharekey)
|
f.write(comfyworkflows_sharekey)
|
||||||
|
|
||||||
|
|
||||||
@@ -317,7 +317,7 @@ async def share_art(request):
|
|||||||
form.add_field("shareWorkflowTitle", title)
|
form.add_field("shareWorkflowTitle", title)
|
||||||
form.add_field("shareWorkflowDescription", description)
|
form.add_field("shareWorkflowDescription", description)
|
||||||
form.add_field("shareWorkflowIsNSFW", str(is_nsfw).lower())
|
form.add_field("shareWorkflowIsNSFW", str(is_nsfw).lower())
|
||||||
form.add_field("currentSnapshot", json.dumps(core.get_current_snapshot()))
|
form.add_field("currentSnapshot", json.dumps(await core.get_current_snapshot()))
|
||||||
form.add_field("modelsInfo", json.dumps(models_info))
|
form.add_field("modelsInfo", json.dumps(models_info))
|
||||||
|
|
||||||
async with session.post(
|
async with session.post(
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { api } from "../../scripts/api.js";
|
import { api } from "../../scripts/api.js";
|
||||||
import { app } from "../../scripts/app.js";
|
import { app } from "../../scripts/app.js";
|
||||||
import { sleep, customConfirm } from "./common.js";
|
import { sleep, customConfirm, customAlert } from "./common.js";
|
||||||
|
|
||||||
async function tryInstallCustomNode(event) {
|
async function tryInstallCustomNode(event) {
|
||||||
let msg = '-= [ComfyUI Manager] extension installation request =-\n\n';
|
let msg = '-= [ComfyUI Manager] extension installation request =-\n\n';
|
||||||
@@ -19,7 +19,7 @@ async function tryInstallCustomNode(event) {
|
|||||||
msg += `\n\nRequest message:\n${event.detail.msg}`;
|
msg += `\n\nRequest message:\n${event.detail.msg}`;
|
||||||
|
|
||||||
if(event.detail.target.installed == 'True') {
|
if(event.detail.target.installed == 'True') {
|
||||||
alert(msg);
|
customAlert(msg);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
const res = await customConfirm(msg);
|
const res = await customConfirm(msg);
|
||||||
|
|||||||
@@ -11,7 +11,9 @@ import {
|
|||||||
showYouMLShareDialog
|
showYouMLShareDialog
|
||||||
} from "./comfyui-share-common.js";
|
} from "./comfyui-share-common.js";
|
||||||
import { OpenArtShareDialog } from "./comfyui-share-openart.js";
|
import { OpenArtShareDialog } from "./comfyui-share-openart.js";
|
||||||
import { free_models, install_pip, install_via_git_url, manager_instance, rebootAPI, setManagerInstance, show_message } from "./common.js";
|
import {
|
||||||
|
free_models, install_pip, install_via_git_url, manager_instance,
|
||||||
|
rebootAPI, migrateAPI, setManagerInstance, show_message, customAlert, customPrompt } from "./common.js";
|
||||||
import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js";
|
import { ComponentBuilderDialog, getPureName, load_components, set_component_policy } from "./components-manager.js";
|
||||||
import { CustomNodesManager } from "./custom-nodes-manager.js";
|
import { CustomNodesManager } from "./custom-nodes-manager.js";
|
||||||
import { ModelManager } from "./model-manager.js";
|
import { ModelManager } from "./model-manager.js";
|
||||||
@@ -101,24 +103,6 @@ docStyle.innerHTML = `
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#cm-channel-badge {
|
|
||||||
color: white;
|
|
||||||
background-color: #AA0000;
|
|
||||||
width: 220px;
|
|
||||||
height: 23px;
|
|
||||||
font-size: 13px;
|
|
||||||
border-radius: 5px;
|
|
||||||
left: 5px;
|
|
||||||
top: 5px;
|
|
||||||
align-content: center;
|
|
||||||
justify-content: center;
|
|
||||||
text-align: center;
|
|
||||||
font-weight: bold;
|
|
||||||
float: left;
|
|
||||||
vertical-align: middle;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
#custom-nodes-grid a {
|
#custom-nodes-grid a {
|
||||||
color: #5555FF;
|
color: #5555FF;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -239,9 +223,9 @@ function is_legacy_front() {
|
|||||||
document.head.appendChild(docStyle);
|
document.head.appendChild(docStyle);
|
||||||
|
|
||||||
var update_comfyui_button = null;
|
var update_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
|
||||||
@@ -287,6 +271,18 @@ const style = `
|
|||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.cm-button-orange {
|
||||||
|
width: 310px;
|
||||||
|
height: 30px;
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
font-size: 17px !important;
|
||||||
|
font-weight: bold;
|
||||||
|
background-color: orange !important;
|
||||||
|
color: black !important;
|
||||||
|
}
|
||||||
|
|
||||||
.cm-experimental-button {
|
.cm-experimental-button {
|
||||||
width: 290px;
|
width: 290px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@@ -411,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())
|
||||||
@@ -435,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() {
|
||||||
@@ -502,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...";
|
||||||
@@ -595,6 +523,154 @@ async function updateComfyUI() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function showVersionSelectorDialog(versions, current, onSelect) {
|
||||||
|
const dialog = new ComfyDialog();
|
||||||
|
dialog.element.style.zIndex = 1100;
|
||||||
|
dialog.element.style.width = "300px";
|
||||||
|
dialog.element.style.padding = "0";
|
||||||
|
dialog.element.style.backgroundColor = "#2a2a2a";
|
||||||
|
dialog.element.style.border = "1px solid #3a3a3a";
|
||||||
|
dialog.element.style.borderRadius = "8px";
|
||||||
|
dialog.element.style.boxSizing = "border-box";
|
||||||
|
dialog.element.style.overflow = "hidden";
|
||||||
|
|
||||||
|
const contentStyle = {
|
||||||
|
width: "300px",
|
||||||
|
display: "flex",
|
||||||
|
flexDirection: "column",
|
||||||
|
alignItems: "center",
|
||||||
|
padding: "20px",
|
||||||
|
boxSizing: "border-box",
|
||||||
|
gap: "15px"
|
||||||
|
};
|
||||||
|
|
||||||
|
let selectedVersion = versions[0];
|
||||||
|
|
||||||
|
const versionList = $el("select", {
|
||||||
|
multiple: true,
|
||||||
|
size: Math.min(10, versions.length),
|
||||||
|
style: {
|
||||||
|
width: "260px",
|
||||||
|
height: "auto",
|
||||||
|
backgroundColor: "#383838",
|
||||||
|
color: "#ffffff",
|
||||||
|
border: "1px solid #4a4a4a",
|
||||||
|
borderRadius: "4px",
|
||||||
|
padding: "5px",
|
||||||
|
boxSizing: "border-box"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
versions.map((v, index) => $el("option", {
|
||||||
|
value: v,
|
||||||
|
textContent: v,
|
||||||
|
selected: v === current
|
||||||
|
}))
|
||||||
|
);
|
||||||
|
|
||||||
|
versionList.addEventListener('change', (e) => {
|
||||||
|
selectedVersion = e.target.value;
|
||||||
|
Array.from(e.target.options).forEach(opt => {
|
||||||
|
opt.selected = opt.value === selectedVersion;
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
|
const content = $el("div", {
|
||||||
|
style: contentStyle
|
||||||
|
}, [
|
||||||
|
$el("h3", {
|
||||||
|
textContent: "Select Version",
|
||||||
|
style: {
|
||||||
|
color: "#ffffff",
|
||||||
|
backgroundColor: "#1a1a1a",
|
||||||
|
padding: "10px 15px",
|
||||||
|
margin: "0 0 10px 0",
|
||||||
|
width: "260px",
|
||||||
|
textAlign: "center",
|
||||||
|
borderRadius: "4px",
|
||||||
|
boxSizing: "border-box",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
|
overflow: "hidden",
|
||||||
|
textOverflow: "ellipsis"
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
versionList,
|
||||||
|
$el("div", {
|
||||||
|
style: {
|
||||||
|
display: "flex",
|
||||||
|
justifyContent: "space-between",
|
||||||
|
width: "260px",
|
||||||
|
gap: "10px"
|
||||||
|
}
|
||||||
|
}, [
|
||||||
|
$el("button", {
|
||||||
|
textContent: "Cancel",
|
||||||
|
onclick: () => dialog.close(),
|
||||||
|
style: {
|
||||||
|
flex: "1",
|
||||||
|
padding: "8px",
|
||||||
|
backgroundColor: "#4a4a4a",
|
||||||
|
color: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "4px",
|
||||||
|
cursor: "pointer",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
|
overflow: "hidden",
|
||||||
|
textOverflow: "ellipsis"
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
$el("button", {
|
||||||
|
textContent: "Select",
|
||||||
|
onclick: () => {
|
||||||
|
if (selectedVersion) {
|
||||||
|
onSelect(selectedVersion);
|
||||||
|
dialog.close();
|
||||||
|
} else {
|
||||||
|
customAlert("Please select a version.");
|
||||||
|
}
|
||||||
|
},
|
||||||
|
style: {
|
||||||
|
flex: "1",
|
||||||
|
padding: "8px",
|
||||||
|
backgroundColor: "#4CAF50",
|
||||||
|
color: "#ffffff",
|
||||||
|
border: "none",
|
||||||
|
borderRadius: "4px",
|
||||||
|
cursor: "pointer",
|
||||||
|
whiteSpace: "nowrap",
|
||||||
|
overflow: "hidden",
|
||||||
|
textOverflow: "ellipsis"
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
])
|
||||||
|
]);
|
||||||
|
|
||||||
|
dialog.show(content);
|
||||||
|
}
|
||||||
|
|
||||||
|
async function switchComfyUI() {
|
||||||
|
let res = await api.fetchApi(`/comfyui_manager/comfyui_versions`, { cache: "no-store" });
|
||||||
|
|
||||||
|
if(res.status == 200) {
|
||||||
|
let obj = await res.json();
|
||||||
|
|
||||||
|
let versions = [];
|
||||||
|
let default_version;
|
||||||
|
|
||||||
|
for(let v of obj.versions) {
|
||||||
|
default_version = v;
|
||||||
|
versions.push(v);
|
||||||
|
}
|
||||||
|
|
||||||
|
showVersionSelectorDialog(versions, obj.current, (selected_version) => {
|
||||||
|
api.fetchApi(`/comfyui_manager/comfyui_switch_version?ver=${selected_version}`, { cache: "no-store" });
|
||||||
|
});
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
show_message('Failed to fetch ComfyUI versions.');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
async function fetchUpdates(update_check_checkbox) {
|
async function fetchUpdates(update_check_checkbox) {
|
||||||
let prev_text = fetch_updates_button.innerText;
|
let prev_text = fetch_updates_button.innerText;
|
||||||
fetch_updates_button.innerText = "Fetching updates...";
|
fetch_updates_button.innerText = "Fetching updates...";
|
||||||
@@ -745,6 +821,14 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
() => updateComfyUI()
|
() => updateComfyUI()
|
||||||
});
|
});
|
||||||
|
|
||||||
|
switch_comfyui_button =
|
||||||
|
$el("button.cm-button", {
|
||||||
|
type: "button",
|
||||||
|
textContent: "Switch ComfyUI",
|
||||||
|
onclick:
|
||||||
|
() => switchComfyUI()
|
||||||
|
});
|
||||||
|
|
||||||
fetch_updates_button =
|
fetch_updates_button =
|
||||||
$el("button.cm-button", {
|
$el("button.cm-button", {
|
||||||
type: "button",
|
type: "button",
|
||||||
@@ -803,8 +887,8 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
$el("button.cm-button", {
|
$el("button.cm-button", {
|
||||||
type: "button",
|
type: "button",
|
||||||
textContent: "Install via Git URL",
|
textContent: "Install via Git URL",
|
||||||
onclick: () => {
|
onclick: async () => {
|
||||||
var url = prompt("Please enter the URL of the Git repository to install", "");
|
var url = await customPrompt("Please enter the URL of the Git repository to install", "");
|
||||||
|
|
||||||
if (url !== null) {
|
if (url !== null) {
|
||||||
install_via_git_url(url, self);
|
install_via_git_url(url, self);
|
||||||
@@ -815,6 +899,7 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
$el("br", {}, []),
|
$el("br", {}, []),
|
||||||
update_all_button,
|
update_all_button,
|
||||||
update_comfyui_button,
|
update_comfyui_button,
|
||||||
|
switch_comfyui_button,
|
||||||
fetch_updates_button,
|
fetch_updates_button,
|
||||||
|
|
||||||
$el("br", {}, []),
|
$el("br", {}, []),
|
||||||
@@ -838,6 +923,28 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
}),
|
}),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
let migration_btn =
|
||||||
|
$el("button.cm-button-orange", {
|
||||||
|
type: "button",
|
||||||
|
textContent: "Migrate to New Node System",
|
||||||
|
onclick: () => migrateAPI()
|
||||||
|
});
|
||||||
|
|
||||||
|
migration_btn.style.display = 'none';
|
||||||
|
|
||||||
|
res.push(migration_btn);
|
||||||
|
|
||||||
|
api.fetchApi('/manager/need_to_migrate')
|
||||||
|
.then(response => response.text())
|
||||||
|
.then(text => {
|
||||||
|
if (text === 'True') {
|
||||||
|
migration_btn.style.display = 'block';
|
||||||
|
}
|
||||||
|
})
|
||||||
|
.catch(error => {
|
||||||
|
console.error('Error checking migration status:', error);
|
||||||
|
});
|
||||||
|
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -875,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())
|
||||||
@@ -1024,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,
|
||||||
@@ -1048,8 +1131,8 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
type: "button",
|
type: "button",
|
||||||
textContent: "Install PIP packages",
|
textContent: "Install PIP packages",
|
||||||
onclick:
|
onclick:
|
||||||
() => {
|
async () => {
|
||||||
var url = prompt("Please enumerate the pip packages to be installed.\n\nExample: insightface opencv-python-headless>=4.1.1\n", "");
|
var url = await customPrompt("Please enumerate the pip packages to be installed.\n\nExample: insightface opencv-python-headless>=4.1.1\n", "");
|
||||||
|
|
||||||
if (url !== null) {
|
if (url !== null) {
|
||||||
install_pip(url, self);
|
install_pip(url, self);
|
||||||
@@ -1313,9 +1396,23 @@ class ManagerMenuDialog extends ComfyDialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async function getVersion() {
|
||||||
|
let version = await api.fetchApi(`/manager/version`);
|
||||||
|
return await version.text();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
app.registerExtension({
|
app.registerExtension({
|
||||||
name: "Comfy.ManagerMenu",
|
name: "Comfy.ManagerMenu",
|
||||||
|
|
||||||
|
aboutPageBadges: [
|
||||||
|
{
|
||||||
|
label: `ComfyUI-Manager ${await getVersion()}`,
|
||||||
|
url: 'https://github.com/ltdrdata/ComfyUI-Manager',
|
||||||
|
icon: 'pi pi-th-large'
|
||||||
|
}
|
||||||
|
],
|
||||||
|
|
||||||
init() {
|
init() {
|
||||||
$el("style", {
|
$el("style", {
|
||||||
textContent: style,
|
textContent: style,
|
||||||
@@ -1340,7 +1437,6 @@ app.registerExtension({
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
// new style Manager buttons
|
// new style Manager buttons
|
||||||
|
|
||||||
// unload models button into new style Manager button
|
// unload models button into new style Manager button
|
||||||
let cmGroup = new (await import("../../scripts/ui/components/buttonGroup.js")).ComfyButtonGroup(
|
let cmGroup = new (await import("../../scripts/ui/components/buttonGroup.js")).ComfyButtonGroup(
|
||||||
new(await import("../../scripts/ui/components/button.js")).ComfyButton({
|
new(await import("../../scripts/ui/components/button.js")).ComfyButton({
|
||||||
@@ -1354,6 +1450,19 @@ app.registerExtension({
|
|||||||
content: "Manager",
|
content: "Manager",
|
||||||
classList: "comfyui-button comfyui-menu-mobile-collapse primary"
|
classList: "comfyui-button comfyui-menu-mobile-collapse primary"
|
||||||
}).element,
|
}).element,
|
||||||
|
new(await import("../../scripts/ui/components/button.js")).ComfyButton({
|
||||||
|
icon: "star",
|
||||||
|
action: () => {
|
||||||
|
if(!manager_instance)
|
||||||
|
setManagerInstance(new ManagerMenuDialog());
|
||||||
|
|
||||||
|
if(!CustomNodesManager.instance) {
|
||||||
|
CustomNodesManager.instance = new CustomNodesManager(app, self);
|
||||||
|
}
|
||||||
|
CustomNodesManager.instance.show(CustomNodesManager.ShowMode.FAVORITES);
|
||||||
|
},
|
||||||
|
tooltip: "Show favorite custom node list"
|
||||||
|
}).element,
|
||||||
new(await import("../../scripts/ui/components/button.js")).ComfyButton({
|
new(await import("../../scripts/ui/components/button.js")).ComfyButton({
|
||||||
icon: "vacuum-outline",
|
icon: "vacuum-outline",
|
||||||
action: () => {
|
action: () => {
|
||||||
@@ -1443,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;
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ import { $el, ComfyDialog } from "../../scripts/ui.js";
|
|||||||
import { CopusShareDialog } from "./comfyui-share-copus.js";
|
import { CopusShareDialog } from "./comfyui-share-copus.js";
|
||||||
import { OpenArtShareDialog } from "./comfyui-share-openart.js";
|
import { OpenArtShareDialog } from "./comfyui-share-openart.js";
|
||||||
import { YouMLShareDialog } from "./comfyui-share-youml.js";
|
import { YouMLShareDialog } from "./comfyui-share-youml.js";
|
||||||
|
import { customAlert } from "./common.js";
|
||||||
|
|
||||||
export const SUPPORTED_OUTPUT_NODE_TYPES = [
|
export const SUPPORTED_OUTPUT_NODE_TYPES = [
|
||||||
"PreviewImage",
|
"PreviewImage",
|
||||||
@@ -252,9 +253,9 @@ export const showShareDialog = async (share_option) => {
|
|||||||
if (potential_output_nodes.length === 0) {
|
if (potential_output_nodes.length === 0) {
|
||||||
// todo: add support for other output node types (animatediff combine, etc.)
|
// todo: add support for other output node types (animatediff combine, etc.)
|
||||||
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
|
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
|
||||||
alert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
|
customAlert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
|
||||||
} else {
|
} else {
|
||||||
alert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
|
customAlert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
@@ -512,7 +513,7 @@ export class ShareDialogChooser extends ComfyDialog {
|
|||||||
}
|
}
|
||||||
show() {
|
show() {
|
||||||
this.element.style.display = "block";
|
this.element.style.display = "block";
|
||||||
this.element.style.zIndex = 1100;
|
this.element.style.zIndex = 1099;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export class ShareDialog extends ComfyDialog {
|
export class ShareDialog extends ComfyDialog {
|
||||||
@@ -861,7 +862,7 @@ export class ShareDialog extends ComfyDialog {
|
|||||||
if (destinations.includes("matrix")) {
|
if (destinations.includes("matrix")) {
|
||||||
let definedMatrixAuth = !!this.matrix_homeserver_input.value && !!this.matrix_username_input.value && !!this.matrix_password_input.value;
|
let definedMatrixAuth = !!this.matrix_homeserver_input.value && !!this.matrix_username_input.value && !!this.matrix_password_input.value;
|
||||||
if (!definedMatrixAuth) {
|
if (!definedMatrixAuth) {
|
||||||
alert("Please set your Matrix account details.");
|
customAlert("Please set your Matrix account details.");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -878,9 +879,9 @@ export class ShareDialog extends ComfyDialog {
|
|||||||
if (potential_output_nodes.length === 0) {
|
if (potential_output_nodes.length === 0) {
|
||||||
// todo: add support for other output node types (animatediff combine, etc.)
|
// todo: add support for other output node types (animatediff combine, etc.)
|
||||||
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
|
const supported_nodes_string = SUPPORTED_OUTPUT_NODE_TYPES.join(", ");
|
||||||
alert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
|
customAlert(`No supported output node found (${supported_nodes_string}). To share this workflow, please add an output node to your graph and re-run your prompt.`);
|
||||||
} else {
|
} else {
|
||||||
alert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
|
customAlert("To share this, first run a prompt. Once it's done, click 'Share'.\n\nNOTE: Images of the Share target can only be selected in the PreviewImage, SaveImage, and VHS_VideoCombine nodes. In the case of VHS_VideoCombine, only the image/gif and image/webp formats are supported.");
|
||||||
}
|
}
|
||||||
this.selectedOutputIndex = 0;
|
this.selectedOutputIndex = 0;
|
||||||
this.close();
|
this.close();
|
||||||
@@ -918,16 +919,16 @@ export class ShareDialog extends ComfyDialog {
|
|||||||
try {
|
try {
|
||||||
const response_json = await response.json();
|
const response_json = await response.json();
|
||||||
if (response_json.error) {
|
if (response_json.error) {
|
||||||
alert(response_json.error);
|
customAlert(response_json.error);
|
||||||
this.close();
|
this.close();
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
alert("Failed to share your art. Please try again.");
|
customAlert("Failed to share your art. Please try again.");
|
||||||
this.close();
|
this.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert("Failed to share your art. Please try again.");
|
customAlert("Failed to share your art. Please try again.");
|
||||||
this.close();
|
this.close();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
import { app } from "../../scripts/app.js";
|
import { app } from "../../scripts/app.js";
|
||||||
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
import { $el, ComfyDialog } from "../../scripts/ui.js";
|
||||||
|
import { customAlert } from "./common.js";
|
||||||
|
|
||||||
const env = "prod";
|
const env = "prod";
|
||||||
|
|
||||||
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
let DEFAULT_HOMEPAGE_URL = "https://copus.io";
|
||||||
@@ -603,7 +605,7 @@ export class CopusShareDialog extends ComfyDialog {
|
|||||||
this.shareButton.textContent = "Sharing...";
|
this.shareButton.textContent = "Sharing...";
|
||||||
await this.share();
|
await this.share();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(e.message);
|
customAlert(e.message);
|
||||||
}
|
}
|
||||||
this.shareButton.disabled = false;
|
this.shareButton.disabled = false;
|
||||||
this.shareButton.textContent = "Share";
|
this.shareButton.textContent = "Share";
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import {app} from "../../scripts/app.js";
|
import {app} from "../../scripts/app.js";
|
||||||
import {api} from "../../scripts/api.js";
|
import {api} from "../../scripts/api.js";
|
||||||
import {ComfyDialog, $el} from "../../scripts/ui.js";
|
import {ComfyDialog, $el} from "../../scripts/ui.js";
|
||||||
|
import { customAlert } from "./common.js";
|
||||||
|
|
||||||
const LOCAL_STORAGE_KEY = "openart_comfy_workflow_key";
|
const LOCAL_STORAGE_KEY = "openart_comfy_workflow_key";
|
||||||
const DEFAULT_HOMEPAGE_URL = "https://openart.ai/workflows/dev?developer=true";
|
const DEFAULT_HOMEPAGE_URL = "https://openart.ai/workflows/dev?developer=true";
|
||||||
@@ -431,7 +432,7 @@ export class OpenArtShareDialog extends ComfyDialog {
|
|||||||
this.shareButton.textContent = "Sharing...";
|
this.shareButton.textContent = "Sharing...";
|
||||||
await this.share();
|
await this.share();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(e.message);
|
customAlert(e.message);
|
||||||
}
|
}
|
||||||
this.shareButton.disabled = false;
|
this.shareButton.disabled = false;
|
||||||
this.shareButton.textContent = "Share";
|
this.shareButton.textContent = "Share";
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
import {app} from "../../scripts/app.js";
|
import {app} from "../../scripts/app.js";
|
||||||
import {api} from "../../scripts/api.js";
|
import {api} from "../../scripts/api.js";
|
||||||
import {ComfyDialog, $el} from "../../scripts/ui.js";
|
import {ComfyDialog, $el} from "../../scripts/ui.js";
|
||||||
|
import { customAlert } from "./common.js";
|
||||||
|
|
||||||
const BASE_URL = "https://youml.com";
|
const BASE_URL = "https://youml.com";
|
||||||
//const BASE_URL = "http://localhost:3000";
|
//const BASE_URL = "http://localhost:3000";
|
||||||
@@ -347,7 +348,7 @@ export class YouMLShareDialog extends ComfyDialog {
|
|||||||
this.shareButton.textContent = "Sharing...";
|
this.shareButton.textContent = "Sharing...";
|
||||||
await this.share();
|
await this.share();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
alert(e.message);
|
customAlert(e.message);
|
||||||
} finally {
|
} finally {
|
||||||
this.shareButton.disabled = false;
|
this.shareButton.disabled = false;
|
||||||
this.shareButton.textContent = "Share";
|
this.shareButton.textContent = "Share";
|
||||||
|
|||||||
48
js/common.js
@@ -96,7 +96,7 @@ function internalCustomConfirm(message, confirmMessage, cancelMessage) {
|
|||||||
|
|
||||||
export function show_message(msg) {
|
export function show_message(msg) {
|
||||||
app.ui.dialog.show(msg);
|
app.ui.dialog.show(msg);
|
||||||
app.ui.dialog.element.style.zIndex = 1100;
|
app.ui.dialog.element.style.zIndex = 1099;
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function sleep(ms) {
|
export async function sleep(ms) {
|
||||||
@@ -120,6 +120,34 @@ export async function customConfirm(message) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export function customAlert(message) {
|
||||||
|
try {
|
||||||
|
window['app'].extensionManager.toast.addAlert(message);
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
alert(message);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export async function customPrompt(title, message) {
|
||||||
|
try {
|
||||||
|
let res = await
|
||||||
|
window['app'].extensionManager.dialog
|
||||||
|
.prompt({
|
||||||
|
title: title,
|
||||||
|
message: message
|
||||||
|
});
|
||||||
|
|
||||||
|
return res;
|
||||||
|
}
|
||||||
|
catch {
|
||||||
|
return prompt(title, message)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export function rebootAPI() {
|
export function rebootAPI() {
|
||||||
if ('electronAPI' in window) {
|
if ('electronAPI' in window) {
|
||||||
window.electronAPI.restartApp();
|
window.electronAPI.restartApp();
|
||||||
@@ -138,6 +166,24 @@ export function rebootAPI() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
export async function migrateAPI() {
|
||||||
|
let confirmed = await customConfirm("When performing a migration, existing installed custom nodes will be renamed and the server will be restarted. Are you sure you want to apply this?\n\n(If you don't perform the migration, ComfyUI-Manager's start-up time will be longer each time due to re-checking during startup.)")
|
||||||
|
if (confirmed) {
|
||||||
|
try {
|
||||||
|
await api.fetchApi("/manager/migrate_unmanaged_nodes");
|
||||||
|
api.fetchApi("/manager/reboot");
|
||||||
|
}
|
||||||
|
catch(exception) {
|
||||||
|
|
||||||
|
}
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
export var manager_instance = null;
|
export var manager_instance = null;
|
||||||
|
|
||||||
export function setManagerInstance(obj) {
|
export function setManagerInstance(obj) {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { app } from "../../scripts/app.js";
|
import { app } from "../../scripts/app.js";
|
||||||
import { api } from "../../scripts/api.js"
|
import { api } from "../../scripts/api.js"
|
||||||
import { sleep, show_message, customConfirm } from "./common.js";
|
import { sleep, show_message, customConfirm, customAlert } from "./common.js";
|
||||||
import { GroupNodeConfig, GroupNodeHandler } from "../../extensions/core/groupNode.js";
|
import { GroupNodeConfig, GroupNodeHandler } from "../../extensions/core/groupNode.js";
|
||||||
import { ComfyDialog, $el } from "../../scripts/ui.js";
|
import { ComfyDialog, $el } from "../../scripts/ui.js";
|
||||||
|
|
||||||
@@ -456,7 +456,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
|
|||||||
this.invalidateControl();
|
this.invalidateControl();
|
||||||
|
|
||||||
this.element.style.display = "block";
|
this.element.style.display = "block";
|
||||||
this.element.style.zIndex = 1100;
|
this.element.style.zIndex = 1099;
|
||||||
this.element.style.width = "500px";
|
this.element.style.width = "500px";
|
||||||
this.element.style.height = "480px";
|
this.element.style.height = "480px";
|
||||||
}
|
}
|
||||||
@@ -622,7 +622,7 @@ export class ComponentBuilderDialog extends ComfyDialog {
|
|||||||
self.version_string.value = self.default_ver;
|
self.version_string.value = self.default_ver;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
alert('If you are not the author, it is not recommended to change the version, as it may cause component update issues.');
|
customAlert('If you are not the author, it is not recommended to change the version, as it may cause component update issues.');
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import TG from "./turbogrid.esm.js";
|
|||||||
const pageCss = `
|
const pageCss = `
|
||||||
.cmm-manager {
|
.cmm-manager {
|
||||||
--grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
--grid-font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||||
z-index: 1100;
|
z-index: 1099;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -235,7 +235,7 @@ const pageHtml = `
|
|||||||
<div class="cmm-manager-selection"></div>
|
<div class="cmm-manager-selection"></div>
|
||||||
<div class="cmm-manager-message"></div>
|
<div class="cmm-manager-message"></div>
|
||||||
<div class="cmm-manager-footer">
|
<div class="cmm-manager-footer">
|
||||||
<button class="cmm-manager-close">Close</button>
|
<button class="cmm-manager-back">Back</button>
|
||||||
<div class="cmm-flex-auto"></div>
|
<div class="cmm-flex-auto"></div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
@@ -365,10 +365,12 @@ export class ModelManager {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
".cmm-manager-close": {
|
".cmm-manager-back": {
|
||||||
click: (e) => this.close()
|
click: (e) => {
|
||||||
|
this.close()
|
||||||
|
manager_instance.show();
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
};
|
};
|
||||||
Object.keys(eventsMap).forEach(selector => {
|
Object.keys(eventsMap).forEach(selector => {
|
||||||
const target = this.element.querySelector(selector);
|
const target = this.element.querySelector(selector);
|
||||||
|
|||||||
@@ -291,7 +291,7 @@ export class SnapshotManager extends ComfyDialog {
|
|||||||
try {
|
try {
|
||||||
this.invalidateControl();
|
this.invalidateControl();
|
||||||
this.element.style.display = "block";
|
this.element.style.display = "block";
|
||||||
this.element.style.zIndex = 1100;
|
this.element.style.zIndex = 1099;
|
||||||
}
|
}
|
||||||
catch(exception) {
|
catch(exception) {
|
||||||
app.ui.dialog.show(`Failed to get external model list. / ${exception}`);
|
app.ui.dialog.show(`Failed to get external model list. / ${exception}`);
|
||||||
|
|||||||
84
js/workflow-metadata.js
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
/**
|
||||||
|
* Attaches metadata to the workflow on save
|
||||||
|
* - custom node pack version to all custom nodes used in the workflow
|
||||||
|
*
|
||||||
|
* Example metadata:
|
||||||
|
"extra": {
|
||||||
|
"node_versions": {
|
||||||
|
"comfy-core": "v0.3.8-4-g0b2eb7f",
|
||||||
|
"comfyui-easy-use": "1.2.5"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
*/
|
||||||
|
|
||||||
|
import { app } from "../../scripts/app.js";
|
||||||
|
import { api } from "../../scripts/api.js";
|
||||||
|
|
||||||
|
class WorkflowMetadataExtension {
|
||||||
|
constructor() {
|
||||||
|
this.name = "Comfy.CustomNodesManager.WorkflowMetadata";
|
||||||
|
this.installedNodeVersions = {};
|
||||||
|
this.comfyCoreVersion = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the installed node versions
|
||||||
|
* @returns {Promise<Record<string, string>>} The mapping from node name to version
|
||||||
|
* version can either be a git commit hash or a semantic version such as "1.0.0"
|
||||||
|
*/
|
||||||
|
async getInstalledNodeVersions() {
|
||||||
|
const res = await api.fetchApi("/customnode/installed");
|
||||||
|
return await res.json();
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the node versions for the given graph
|
||||||
|
* @param {LGraph} graph The graph to get the node versions for
|
||||||
|
* @returns {Promise<Record<string, string>>} The mapping from node name to version
|
||||||
|
*/
|
||||||
|
getGraphNodeVersions(graph) {
|
||||||
|
const nodeVersions = {};
|
||||||
|
for (const node of graph.nodes) {
|
||||||
|
const nodeData = node.constructor.nodeData;
|
||||||
|
// Frontend only nodes don't have nodeData
|
||||||
|
if (!nodeData) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
const modules = nodeData.python_module.split(".");
|
||||||
|
|
||||||
|
if (modules[0] === "custom_nodes") {
|
||||||
|
const nodePackageName = modules[1];
|
||||||
|
const nodeVersion = this.installedNodeVersions[nodePackageName];
|
||||||
|
nodeVersions[nodePackageName] = nodeVersion;
|
||||||
|
} else if (["nodes", "comfy_extras"].includes(modules[0])) {
|
||||||
|
nodeVersions["comfy-core"] = this.comfyCoreVersion;
|
||||||
|
} else {
|
||||||
|
console.warn(`Unknown node source: ${nodeData.python_module}`);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
return nodeVersions;
|
||||||
|
}
|
||||||
|
|
||||||
|
async init() {
|
||||||
|
const extension = this;
|
||||||
|
this.installedNodeVersions = await this.getInstalledNodeVersions();
|
||||||
|
this.comfyCoreVersion = (await api.getSystemStats()).system.comfyui_version;
|
||||||
|
|
||||||
|
// Attach metadata when app.graphToPrompt is called.
|
||||||
|
const originalSerialize = LGraph.prototype.serialize;
|
||||||
|
LGraph.prototype.serialize = function () {
|
||||||
|
const workflow = originalSerialize.apply(this, arguments);
|
||||||
|
|
||||||
|
// Add metadata to the workflow
|
||||||
|
if (!workflow.extra) {
|
||||||
|
workflow.extra = {};
|
||||||
|
}
|
||||||
|
const graph = this;
|
||||||
|
workflow.extra["node_versions"] = extension.getGraphNodeVersions(graph);
|
||||||
|
|
||||||
|
return workflow;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
app.registerExtension(new WorkflowMetadataExtension());
|
||||||
|
Before Width: | Height: | Size: 160 KiB |
BIN
misc/main.jpg
|
Before Width: | Height: | Size: 31 KiB |
BIN
misc/menu.jpg
|
Before Width: | Height: | Size: 91 KiB |
|
Before Width: | Height: | Size: 170 KiB |
|
Before Width: | Height: | Size: 129 KiB |
BIN
misc/models.png
|
Before Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 182 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 29 KiB |
BIN
misc/share.jpg
|
Before Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 91 KiB |
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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)"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import datetime
|
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
@@ -15,8 +14,11 @@ glob_path = os.path.join(os.path.dirname(__file__), "glob")
|
|||||||
sys.path.append(glob_path)
|
sys.path.append(glob_path)
|
||||||
|
|
||||||
import security_check
|
import security_check
|
||||||
from manager_util import PIPFixer, StrictVersion, get_installed_packages, clear_pip_cache
|
import manager_util
|
||||||
import cm_global
|
import cm_global
|
||||||
|
import manager_downloader
|
||||||
|
from datetime import datetime
|
||||||
|
import folder_paths
|
||||||
|
|
||||||
security_check.security_check()
|
security_check.security_check()
|
||||||
|
|
||||||
@@ -71,17 +73,20 @@ cm_global.register_api('cm.register_message_collapse', register_message_collapse
|
|||||||
cm_global.register_api('cm.is_import_failed_extension', is_import_failed_extension)
|
cm_global.register_api('cm.is_import_failed_extension', is_import_failed_extension)
|
||||||
|
|
||||||
|
|
||||||
comfyui_manager_path = os.path.dirname(__file__)
|
comfyui_manager_path = os.path.abspath(os.path.dirname(__file__))
|
||||||
custom_nodes_path = os.path.abspath(os.path.join(comfyui_manager_path, ".."))
|
|
||||||
startup_script_path = os.path.join(comfyui_manager_path, "startup-scripts")
|
custom_nodes_base_path = folder_paths.get_folder_paths('custom_nodes')[0]
|
||||||
restore_snapshot_path = os.path.join(startup_script_path, "restore-snapshot.json")
|
manager_files_path = os.path.abspath(os.path.join(folder_paths.get_user_directory(), 'default', 'ComfyUI-Manager'))
|
||||||
|
manager_pip_overrides_path = os.path.join(manager_files_path, "pip_overrides.json")
|
||||||
|
restore_snapshot_path = os.path.join(manager_files_path, "startup-scripts", "restore-snapshot.json")
|
||||||
|
|
||||||
git_script_path = os.path.join(comfyui_manager_path, "git_helper.py")
|
git_script_path = os.path.join(comfyui_manager_path, "git_helper.py")
|
||||||
pip_overrides_path = os.path.join(comfyui_manager_path, "pip_overrides.json")
|
cm_cli_path = os.path.join(comfyui_manager_path, "cm-cli.py")
|
||||||
|
|
||||||
|
|
||||||
cm_global.pip_overrides = {}
|
cm_global.pip_overrides = {}
|
||||||
if os.path.exists(pip_overrides_path):
|
if os.path.exists(manager_pip_overrides_path):
|
||||||
with open(pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
|
with open(manager_pip_overrides_path, 'r', encoding="UTF-8", errors="ignore") as json_file:
|
||||||
cm_global.pip_overrides = json.load(json_file)
|
cm_global.pip_overrides = json.load(json_file)
|
||||||
cm_global.pip_overrides['numpy'] = 'numpy<2'
|
cm_global.pip_overrides['numpy'] = 'numpy<2'
|
||||||
cm_global.pip_overrides['ultralytics'] = 'ultralytics==8.3.40' # for security
|
cm_global.pip_overrides['ultralytics'] = 'ultralytics==8.3.40' # for security
|
||||||
@@ -144,15 +149,18 @@ try:
|
|||||||
postfix = ""
|
postfix = ""
|
||||||
|
|
||||||
# Logger setup
|
# Logger setup
|
||||||
|
log_path_base = None
|
||||||
if enable_file_logging:
|
if enable_file_logging:
|
||||||
if os.path.exists(f"comfyui{postfix}.log"):
|
log_path_base = os.path.join(folder_paths.user_directory, 'comfyui')
|
||||||
if os.path.exists(f"comfyui{postfix}.prev.log"):
|
|
||||||
if os.path.exists(f"comfyui{postfix}.prev2.log"):
|
|
||||||
os.remove(f"comfyui{postfix}.prev2.log")
|
|
||||||
os.rename(f"comfyui{postfix}.prev.log", f"comfyui{postfix}.prev2.log")
|
|
||||||
os.rename(f"comfyui{postfix}.log", f"comfyui{postfix}.prev.log")
|
|
||||||
|
|
||||||
log_file = open(f"comfyui{postfix}.log", "w", encoding="utf-8", errors="ignore")
|
if os.path.exists(f"{log_path_base}{postfix}.log"):
|
||||||
|
if os.path.exists(f"{log_path_base}{postfix}.prev.log"):
|
||||||
|
if os.path.exists(f"{log_path_base}{postfix}.prev2.log"):
|
||||||
|
os.remove(f"{log_path_base}{postfix}.prev2.log")
|
||||||
|
os.rename(f"{log_path_base}{postfix}.prev.log", f"{log_path_base}{postfix}.prev2.log")
|
||||||
|
os.rename(f"{log_path_base}{postfix}.log", f"{log_path_base}{postfix}.prev.log")
|
||||||
|
|
||||||
|
log_file = open(f"{log_path_base}{postfix}.log", "w", encoding="utf-8", errors="ignore")
|
||||||
|
|
||||||
log_lock = threading.Lock()
|
log_lock = threading.Lock()
|
||||||
|
|
||||||
@@ -173,7 +181,7 @@ try:
|
|||||||
write_stderr = wrapper_stderr
|
write_stderr = wrapper_stderr
|
||||||
|
|
||||||
pat_tqdm = r'\d+%.*\[(.*?)\]'
|
pat_tqdm = r'\d+%.*\[(.*?)\]'
|
||||||
pat_import_fail = r'seconds \(IMPORT FAILED\):.*[/\\]custom_nodes[/\\](.*)$'
|
pat_import_fail = r'seconds \(IMPORT FAILED\):(.*)$'
|
||||||
|
|
||||||
is_start_mode = True
|
is_start_mode = True
|
||||||
|
|
||||||
@@ -206,7 +214,7 @@ try:
|
|||||||
if is_start_mode:
|
if is_start_mode:
|
||||||
match = re.search(pat_import_fail, message)
|
match = re.search(pat_import_fail, message)
|
||||||
if match:
|
if match:
|
||||||
import_failed_extensions.add(match.group(1))
|
import_failed_extensions.add(match.group(1).strip())
|
||||||
|
|
||||||
if 'Starting server' in message:
|
if 'Starting server' in message:
|
||||||
is_start_mode = False
|
is_start_mode = False
|
||||||
@@ -228,7 +236,7 @@ try:
|
|||||||
|
|
||||||
def sync_write(self, message, file_only=False):
|
def sync_write(self, message, file_only=False):
|
||||||
with log_lock:
|
with log_lock:
|
||||||
timestamp = datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3]
|
timestamp = datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f')[:-3]
|
||||||
if self.last_char != '\n':
|
if self.last_char != '\n':
|
||||||
log_file.write(message)
|
log_file.write(message)
|
||||||
else:
|
else:
|
||||||
@@ -292,7 +300,7 @@ try:
|
|||||||
if is_start_mode:
|
if is_start_mode:
|
||||||
match = re.search(pat_import_fail, message)
|
match = re.search(pat_import_fail, message)
|
||||||
if match:
|
if match:
|
||||||
import_failed_extensions.add(match.group(1))
|
import_failed_extensions.add(match.group(1).strip())
|
||||||
|
|
||||||
if 'Starting server' in message:
|
if 'Starting server' in message:
|
||||||
is_start_mode = False
|
is_start_mode = False
|
||||||
@@ -310,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")
|
||||||
@@ -331,14 +340,14 @@ except:
|
|||||||
print("## [ERROR] ComfyUI-Manager: GitPython package seems to be installed, but failed to load somehow. Make sure you have a working git client installed")
|
print("## [ERROR] ComfyUI-Manager: GitPython package seems to be installed, but failed to load somehow. Make sure you have a working git client installed")
|
||||||
|
|
||||||
|
|
||||||
print("** ComfyUI startup time:", datetime.datetime.now())
|
print("** ComfyUI startup time:", datetime.now())
|
||||||
print("** Platform:", platform.system())
|
print("** Platform:", platform.system())
|
||||||
print("** Python version:", sys.version)
|
print("** Python version:", sys.version)
|
||||||
print("** Python executable:", sys.executable)
|
print("** Python executable:", sys.executable)
|
||||||
print("** ComfyUI Path:", comfy_path)
|
print("** ComfyUI Path:", comfy_path)
|
||||||
|
|
||||||
if enable_file_logging:
|
if log_path_base is not None:
|
||||||
print("** Log path:", os.path.abspath('comfyui.log'))
|
print("** Log path:", os.path.abspath(f'{log_path_base}.log'))
|
||||||
else:
|
else:
|
||||||
print("** Log path: file logging is disabled")
|
print("** Log path: file logging is disabled")
|
||||||
|
|
||||||
@@ -384,8 +393,8 @@ check_bypass_ssl()
|
|||||||
|
|
||||||
# Perform install
|
# Perform install
|
||||||
processed_install = set()
|
processed_install = set()
|
||||||
script_list_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "startup-scripts", "install-scripts.txt")
|
script_list_path = os.path.join(folder_paths.user_directory, "default", "ComfyUI-Manager", "startup-scripts", "install-scripts.txt")
|
||||||
pip_fixer = PIPFixer(get_installed_packages())
|
pip_fixer = manager_util.PIPFixer(manager_util.get_installed_packages())
|
||||||
|
|
||||||
|
|
||||||
def is_installed(name):
|
def is_installed(name):
|
||||||
@@ -404,18 +413,18 @@ def is_installed(name):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
if name in cm_global.pip_downgrade_blacklist:
|
if name in cm_global.pip_downgrade_blacklist:
|
||||||
pips = get_installed_packages()
|
pips = manager_util.get_installed_packages()
|
||||||
|
|
||||||
if match is None:
|
if match is None:
|
||||||
if name in pips:
|
if name in pips:
|
||||||
return True
|
return True
|
||||||
elif match.group(2) in ['<=', '==', '<']:
|
elif match.group(2) in ['<=', '==', '<']:
|
||||||
if name in pips:
|
if name in pips:
|
||||||
if StrictVersion(pips[name]) >= StrictVersion(match.group(3)):
|
if manager_util.StrictVersion(pips[name]) >= manager_util.StrictVersion(match.group(3)):
|
||||||
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 = get_installed_packages().get(name.lower())
|
pkg = manager_util.get_installed_packages().get(name.lower())
|
||||||
if pkg is None:
|
if pkg is None:
|
||||||
return False # update if not installed
|
return False # update if not installed
|
||||||
|
|
||||||
@@ -423,11 +432,19 @@ def is_installed(name):
|
|||||||
return True # don't update if version is not specified
|
return True # don't update if version is not specified
|
||||||
|
|
||||||
if match.group(2) in ['>', '>=']:
|
if match.group(2) in ['>', '>=']:
|
||||||
if StrictVersion(pkg) < StrictVersion(match.group(3)):
|
if manager_util.StrictVersion(pkg) < manager_util.StrictVersion(match.group(3)):
|
||||||
return False
|
return False
|
||||||
elif StrictVersion(pkg) > 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
|
||||||
|
|
||||||
|
|
||||||
@@ -457,53 +474,11 @@ if os.path.exists(restore_snapshot_path):
|
|||||||
print(prefix, msg, end="")
|
print(prefix, msg, end="")
|
||||||
|
|
||||||
print("[ComfyUI-Manager] Restore snapshot.")
|
print("[ComfyUI-Manager] Restore snapshot.")
|
||||||
cmd_str = [sys.executable, git_script_path, '--apply-snapshot', restore_snapshot_path]
|
|
||||||
|
|
||||||
new_env = os.environ.copy()
|
new_env = os.environ.copy()
|
||||||
new_env["COMFYUI_PATH"] = comfy_path
|
new_env["COMFYUI_PATH"] = comfy_path
|
||||||
exit_code = process_wrap(cmd_str, custom_nodes_path, handler=msg_capture, env=new_env)
|
|
||||||
|
|
||||||
repository_name = ''
|
cmd_str = [sys.executable, cm_cli_path, 'restore-snapshot', restore_snapshot_path]
|
||||||
for url in cloned_repos:
|
exit_code = process_wrap(cmd_str, custom_nodes_base_path, handler=msg_capture, env=new_env)
|
||||||
try:
|
|
||||||
repository_name = url.split("/")[-1].strip()
|
|
||||||
repo_path = os.path.join(custom_nodes_path, repository_name)
|
|
||||||
repo_path = os.path.abspath(repo_path)
|
|
||||||
|
|
||||||
requirements_path = os.path.join(repo_path, 'requirements.txt')
|
|
||||||
install_script_path = os.path.join(repo_path, 'install.py')
|
|
||||||
|
|
||||||
this_exit_code = 0
|
|
||||||
|
|
||||||
if os.path.exists(requirements_path):
|
|
||||||
with open(requirements_path, 'r', encoding="UTF-8", errors="ignore") as file:
|
|
||||||
for line in file:
|
|
||||||
package_name = remap_pip_package(line.strip())
|
|
||||||
if package_name and not is_installed(package_name):
|
|
||||||
if not package_name.startswith('#'):
|
|
||||||
if '--index-url' in package_name:
|
|
||||||
s = package_name.split('--index-url')
|
|
||||||
install_cmd = [sys.executable, "-m", "pip", "install", s[0].strip(), '--index-url', s[1].strip()]
|
|
||||||
else:
|
|
||||||
install_cmd = [sys.executable, "-m", "pip", "install", package_name]
|
|
||||||
|
|
||||||
this_exit_code += process_wrap(install_cmd, repo_path)
|
|
||||||
|
|
||||||
if os.path.exists(install_script_path) and f'{repo_path}/install.py' not in processed_install:
|
|
||||||
processed_install.add(f'{repo_path}/install.py')
|
|
||||||
install_cmd = [sys.executable, install_script_path]
|
|
||||||
print(f">>> {install_cmd} / {repo_path}")
|
|
||||||
|
|
||||||
new_env = os.environ.copy()
|
|
||||||
new_env["COMFYUI_PATH"] = comfy_path
|
|
||||||
this_exit_code += process_wrap(install_cmd, repo_path, env=new_env)
|
|
||||||
|
|
||||||
if this_exit_code != 0:
|
|
||||||
print(f"[ComfyUI-Manager] Restoring '{repository_name}' is failed.")
|
|
||||||
|
|
||||||
except Exception as e:
|
|
||||||
print(e)
|
|
||||||
print(f"[ComfyUI-Manager] Restoring '{repository_name}' is failed.")
|
|
||||||
|
|
||||||
if exit_code != 0:
|
if exit_code != 0:
|
||||||
print("[ComfyUI-Manager] Restore snapshot failed.")
|
print("[ComfyUI-Manager] Restore snapshot failed.")
|
||||||
@@ -547,6 +522,65 @@ def execute_lazy_install_script(repo_path, executable):
|
|||||||
process_wrap(install_cmd, repo_path, env=new_env)
|
process_wrap(install_cmd, repo_path, env=new_env)
|
||||||
|
|
||||||
|
|
||||||
|
def execute_lazy_cnr_switch(target, zip_url, from_path, to_path, no_deps, custom_nodes_path):
|
||||||
|
import uuid
|
||||||
|
import shutil
|
||||||
|
|
||||||
|
# 1. download
|
||||||
|
archive_name = f"CNR_temp_{str(uuid.uuid4())}.zip" # should be unpredictable name - security precaution
|
||||||
|
download_path = os.path.join(custom_nodes_path, archive_name)
|
||||||
|
manager_downloader.download_url(zip_url, custom_nodes_path, archive_name)
|
||||||
|
|
||||||
|
# 2. extract files into <node_id>@<cur_ver>
|
||||||
|
extracted = manager_util.extract_package_as_zip(download_path, from_path)
|
||||||
|
os.remove(download_path)
|
||||||
|
|
||||||
|
if extracted is None:
|
||||||
|
if len(os.listdir(from_path)) == 0:
|
||||||
|
shutil.rmtree(from_path)
|
||||||
|
|
||||||
|
print(f'Empty archive file: {target}')
|
||||||
|
return False
|
||||||
|
|
||||||
|
|
||||||
|
# 3. calculate garbage files (.tracking - extracted)
|
||||||
|
tracking_info_file = os.path.join(from_path, '.tracking')
|
||||||
|
prev_files = set()
|
||||||
|
with open(tracking_info_file, 'r') as f:
|
||||||
|
for line in f:
|
||||||
|
prev_files.add(line.strip())
|
||||||
|
garbage = prev_files.difference(extracted)
|
||||||
|
garbage = [os.path.join(custom_nodes_path, x) for x in garbage]
|
||||||
|
|
||||||
|
# 4-1. remove garbage files
|
||||||
|
for x in garbage:
|
||||||
|
if os.path.isfile(x):
|
||||||
|
os.remove(x)
|
||||||
|
|
||||||
|
# 4-2. remove garbage dir if empty
|
||||||
|
for x in garbage:
|
||||||
|
if os.path.isdir(x):
|
||||||
|
if not os.listdir(x):
|
||||||
|
os.rmdir(x)
|
||||||
|
|
||||||
|
# 5. rename dir name <node_id>@<prev_ver> ==> <node_id>@<cur_ver>
|
||||||
|
print(f"'{from_path}' is moved to '{to_path}'")
|
||||||
|
shutil.move(from_path, to_path)
|
||||||
|
|
||||||
|
# 6. create .tracking file
|
||||||
|
tracking_info_file = os.path.join(to_path, '.tracking')
|
||||||
|
with open(tracking_info_file, "w", encoding='utf-8') as file:
|
||||||
|
file.write('\n'.join(list(extracted)))
|
||||||
|
|
||||||
|
|
||||||
|
def execute_migration(moves):
|
||||||
|
import shutil
|
||||||
|
for x in moves:
|
||||||
|
if os.path.exists(x[0]) and not os.path.exists(x[1]):
|
||||||
|
shutil.move(x[0], x[1])
|
||||||
|
print(f"[ComfyUI-Manager] MIGRATION: '{x[0]}' -> '{x[1]}'")
|
||||||
|
|
||||||
|
|
||||||
# Check if script_list_path exists
|
# Check if script_list_path exists
|
||||||
if os.path.exists(script_list_path):
|
if os.path.exists(script_list_path):
|
||||||
print("\n#######################################################################")
|
print("\n#######################################################################")
|
||||||
@@ -568,6 +602,13 @@ if os.path.exists(script_list_path):
|
|||||||
if script[1] == "#LAZY-INSTALL-SCRIPT":
|
if script[1] == "#LAZY-INSTALL-SCRIPT":
|
||||||
execute_lazy_install_script(script[0], script[2])
|
execute_lazy_install_script(script[0], script[2])
|
||||||
|
|
||||||
|
elif script[1] == "#LAZY-CNR-SWITCH-SCRIPT":
|
||||||
|
execute_lazy_cnr_switch(script[0], script[2], script[3], script[4], script[5], script[6])
|
||||||
|
execute_lazy_install_script(script[3], script[7])
|
||||||
|
|
||||||
|
elif script[1] == "#LAZY-MIGRATION":
|
||||||
|
execute_migration(script[2])
|
||||||
|
|
||||||
elif os.path.exists(script[0]):
|
elif os.path.exists(script[0]):
|
||||||
if script[1] == "#FORCE":
|
if script[1] == "#FORCE":
|
||||||
del script[1]
|
del script[1]
|
||||||
@@ -601,7 +642,7 @@ pip_fixer.fix_broken()
|
|||||||
|
|
||||||
del processed_install
|
del processed_install
|
||||||
del pip_fixer
|
del pip_fixer
|
||||||
clear_pip_cache()
|
manager_util.clear_pip_cache()
|
||||||
|
|
||||||
|
|
||||||
def check_windows_event_loop_policy():
|
def check_windows_event_loop_policy():
|
||||||
|
|||||||
@@ -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 = "2.56.2"
|
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"]
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,5 @@ transformers
|
|||||||
huggingface-hub>0.20
|
huggingface-hub>0.20
|
||||||
typer
|
typer
|
||||||
rich
|
rich
|
||||||
typing-extensions
|
typing-extensions
|
||||||
|
toml
|
||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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')"
|
||||||
|
|||||||
@@ -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")
|
|
||||||