From 56f5487ae90f9e9d76971f3dccfb9fc321f7998e Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 04:59:39 -0600 Subject: [PATCH 1/5] Update extension-node-map.json --- extension-node-map.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index e2842e82..da6ceceb 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -284,6 +284,15 @@ "title_aux": "Jovimetrix Composition Nodes" } ], + "https://github.com/atmaranto/ComfyUI-SaveAsScript": [ + [], + { + "author": "Anthony Maranto", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + "nickname": "Save as Script", + "title": "SaveAsScript" + } + ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -9199,4 +9208,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} \ No newline at end of file +} From 7c0a5d216f128da5c8057706ef3cc9669064b431 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:05:41 -0600 Subject: [PATCH 2/5] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b942ea9f..f6296d39 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5768,6 +5768,16 @@ "install_type": "git-clone", "description": "A simple node to round an input image up (pad) or down (crop) to the nearest integer multiple. Padding offset from left/bottom and the padding value are adjustable." }, + { + "author": "atmaranto", + "title": "SaveAsScript", + "reference": "https://github.com/atmaranto/ComfyUI-SaveAsScript", + "files": [ + "https://github.com/atmaranto/ComfyUI-SaveAsScript" + ], + "install_type": "git-clone", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + } From 31c226daa04e7e0acd86a02810c558caed07080d Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:06:40 -0600 Subject: [PATCH 3/5] Revert "Update extension-node-map.json" This reverts commit 56f5487ae90f9e9d76971f3dccfb9fc321f7998e. --- extension-node-map.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/extension-node-map.json b/extension-node-map.json index da6ceceb..e2842e82 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -284,15 +284,6 @@ "title_aux": "Jovimetrix Composition Nodes" } ], - "https://github.com/atmaranto/ComfyUI-SaveAsScript": [ - [], - { - "author": "Anthony Maranto", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", - "nickname": "Save as Script", - "title": "SaveAsScript" - } - ], "https://github.com/ArtBot2023/CharacterFaceSwap": [ [ "Color Blend", @@ -9208,4 +9199,4 @@ "title_aux": "SDXLCustomAspectRatio" } ] -} +} \ No newline at end of file From 800a854d57a9f6c22815c0b965db46b80511d445 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:07:13 -0600 Subject: [PATCH 4/5] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index f6296d39..0b51b95e 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5777,7 +5777,7 @@ ], "install_type": "git-clone", "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", - } + }, From 40988444494b6a58c14ec3901f7c087e20a1fd23 Mon Sep 17 00:00:00 2001 From: atmaranto <35581227+atmaranto@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:08:41 -0600 Subject: [PATCH 5/5] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 0b51b95e..72e47562 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -5776,7 +5776,7 @@ "https://github.com/atmaranto/ComfyUI-SaveAsScript" ], "install_type": "git-clone", - "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support.", + "description": "A version of ComfyUI-to-Python-Extension that works as a custom node. Adds a button in the UI that saves the current workflow as a Python file, a CLI for converting workflows, and slightly better custom node support." },