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 +}