diff --git a/custom-node-list.json b/custom-node-list.json index 6a60fe0..5440322 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -235,6 +235,16 @@ "install_type": "git-clone", "description": "This custom node provides advanced settings for FreeU." }, + { + "author": "WASasquatch", + "title": "ASTERR", + "reference": "https://github.com/WASasquatch/ASTERR", + "files": [ + "https://github.com/WASasquatch/ASTERR" + ], + "install_type": "git-clone", + "description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI.

Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.

" + }, { "author": "omar92", "title": "Quality of life Suit:V2", @@ -2002,6 +2012,16 @@ "install_type": "git-clone", "description": "Nodes:Anime_Styler, Fantasy_Styler, Gothic_Styler, Line_Art_Styler, Movie_Poster_Styler, Punk_Styler, Travel_Poster_Styler. This extension offers 8 art style nodes, each of which includes approximately 50 individual style variations." }, + { + "author": "kijai", + "title": "KJNodes for ComfyUI", + "reference": "https://github.com/kijai/ComfyUI-KJNodes", + "files": [ + "https://github.com/kijai/ComfyUI-KJNodes" + ], + "install_type": "git-clone", + "description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index 1ea8919..17b3af0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1220,6 +1220,15 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/WASasquatch/ASTERR": [ + [ + "ASTERR", + "SaveASTERR" + ], + { + "title_aux": "ASTERR" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -2347,6 +2356,16 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/kijai/ComfyUI-KJNodes": [ + [ + "ConditioningMultiCombine", + "ConditioningSetMaskAndCombine", + "INTConstant" + ], + { + "title_aux": "KJNodes for ComfyUI" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 52ca93b..36f7951 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "kijai", + "title": "KJNodes for ComfyUI", + "reference": "https://github.com/kijai/ComfyUI-KJNodes", + "files": [ + "https://github.com/kijai/ComfyUI-KJNodes" + ], + "install_type": "git-clone", + "description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability." + }, + { + "author": "WASasquatch", + "title": "ASTERR", + "reference": "https://github.com/WASasquatch/ASTERR", + "files": [ + "https://github.com/WASasquatch/ASTERR" + ], + "install_type": "git-clone", + "description": "Abstract Syntax Trees Evaluated Restricted Run (ASTERR) is a Python Script executor for ComfyUI.

Warning:ASTERR runs Python Code from a Web Interface! It is highly recommended to run this in a closed-off environment, as it could have potential security risks.

" + }, { "author": "Zuellni", "title": "ComfyUI PickScore Nodes", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 1ea8919..17b3af0 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1220,6 +1220,15 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/WASasquatch/ASTERR": [ + [ + "ASTERR", + "SaveASTERR" + ], + { + "title_aux": "ASTERR" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -2347,6 +2356,16 @@ "title_aux": "ComfyUI-Jjk-Nodes" } ], + "https://github.com/kijai/ComfyUI-KJNodes": [ + [ + "ConditioningMultiCombine", + "ConditioningSetMaskAndCombine", + "INTConstant" + ], + { + "title_aux": "KJNodes for ComfyUI" + } + ], "https://github.com/kohya-ss/ControlNet-LLLite-ComfyUI": [ [ "LLLiteLoader"