From 8214827d9190a2f28763797be718853d7ba1a378 Mon Sep 17 00:00:00 2001 From: Major Studio <118572301+aegis72@users.noreply.github.com> Date: Tue, 12 Dec 2023 18:40:26 -0600 Subject: [PATCH 1/2] Update custom-node-list.json --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6588853d..086c8d98 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3591,6 +3591,16 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "Aegis72", + "title": "AegisFlow Utility Nodes", + "reference": "https://github.com/aegis72/aegisflow_utility_nodes", + "files": [ + "https://github.com/aegis72/aegisflow_utility_nodes/blob/main/aegisflow.py" + ], + "install_type": "copy", + "description": "This file (aegisflow.py) will be placed in the root of comfyui/custom_nodes and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed." } ] -} +} \ No newline at end of file From 1c0801abf865ec750c5efb02bc8fb1567a486765 Mon Sep 17 00:00:00 2001 From: Major Studio <118572301+aegis72@users.noreply.github.com> Date: Wed, 13 Dec 2023 10:31:39 -0600 Subject: [PATCH 2/2] Update custom-node-list.json --- custom-node-list.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index a61da9f2..e1ed7adf 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -3650,10 +3650,10 @@ "title": "AegisFlow Utility Nodes", "reference": "https://github.com/aegis72/aegisflow_utility_nodes", "files": [ - "https://github.com/aegis72/aegisflow_utility_nodes/blob/main/aegisflow.py" + "https://github.com/aegis72/aegisflow_utility_nodes/tree/main" ], - "install_type": "copy", - "description": "This file (aegisflow.py) will be placed in the root of comfyui/custom_nodes and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed." + "install_type": "git-clone", + "description": "These nodes will be placed in comfyui/custom_nodes/aegisflow and contains the image passer (accepts an image as either wired or wirelessly, input and passes it through. Latent passer does the same for latents, and the Preprocessor chooser allows a passthrough image and 10 controlnets to be passed in AegisFlow Shima. The inputs on the Preprocessor chooser should not be renamed if you intend to accept image inputs wirelessly through UE nodes. It can be done, but the send node input regex for each controlnet preprocessor column must also be changed." } ] } \ No newline at end of file