diff --git a/custom-node-list.json b/custom-node-list.json index a2698edd..9291b474 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -2013,6 +2013,16 @@ "nodename_pattern": "^(UE\\? |UE )", "description": "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti." }, + { + "author": "chrisgoringe", + "title": "Prompt Info", + "reference": "https://github.com/chrisgoringe/cg-prompt-info", + "files": [ + "https://github.com/chrisgoringe/cg-prompt-info" + ], + "install_type": "git-clone", + "description": "Prompt Info" + }, { "author": "TGu-97", "title": "TGu Utilities", diff --git a/extension-node-map.json b/extension-node-map.json index 0eaf2583..1bbe2a4a 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -2307,6 +2307,7 @@ "MaskBlur+", "MaskFlip+", "MaskPreview+", + "ModelCompile+", "SimpleMath+" ], { diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 08e3c97f..4c74bf2f 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,15 @@ { "custom_nodes": [ + { + "author": "chrisgoringe", + "title": "Prompt Info", + "reference": "https://github.com/chrisgoringe/cg-prompt-info", + "files": [ + "https://github.com/chrisgoringe/cg-prompt-info" + ], + "install_type": "git-clone", + "description": "Prompt Info" + }, { "author": "drustan-hawk", "title": "primitive-types", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index 0eaf2583..1bbe2a4a 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -2307,6 +2307,7 @@ "MaskBlur+", "MaskFlip+", "MaskPreview+", + "ModelCompile+", "SimpleMath+" ], {