diff --git a/custom-node-list.json b/custom-node-list.json index 6e61b833..8897557f 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -10166,6 +10166,17 @@ "install_type": "git-clone", "description": "A set of tools for generating and altering sigmas in ComfyUI." }, + { + "author": "shobhitic", + "title": "PlusMinusTextClip", + "id": "plusminustextclip", + "reference": "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip", + "files": [ + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip" + ], + "install_type": "git-clone", + "description": "This adds a node that has both the positive and negative prompts as input in one node. You can just add one node and be done with both Positive and Negative prompts, in place of adding two different nodes for them." + }, diff --git a/extension-node-map.json b/extension-node-map.json index f4cd1a10..555b121f 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -9334,6 +9334,8 @@ "load_url", "load_wikipedia", "new_interpreter_tool", + "openai_tts", + "play_audio", "show_text_party", "start_dialog", "start_workflow", @@ -10726,6 +10728,7 @@ [ "Blocks Mecha Hyper", "Custom Code Mecha Recipe", + "Float Mecha Hyper", "Mecha Merger", "Model Mecha Recipe" ], @@ -12773,6 +12776,14 @@ "title_aux": "ComfyUI-send-Eagle(slim)" } ], + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ + [ + "PlusMinusTextClip" + ], + { + "title_aux": "PlusMinusTextClip" + } + ], "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [ [ "OpenposePreprocessorInterpolate" diff --git a/github-stats.json b/github-stats.json index 97720fd5..fd4ccb3b 100644 --- a/github-stats.json +++ b/github-stats.json @@ -280,8 +280,8 @@ "author_account_age_days": 2213 }, "https://github.com/BenNarum/SigmaWaveFormNode": { - "stars": 3, - "last_update": "2024-06-10 16:55:23", + "stars": 4, + "last_update": "2024-06-11 22:55:52", "author_account_age_days": 3059 }, "https://github.com/BennyKok/comfyui-deploy": { @@ -1702,7 +1702,7 @@ "https://github.com/alessandrozonta/ComfyUI-OpenPose": { "stars": 1, "last_update": "2024-06-10 14:55:52", - "author_account_age_days": 1183 + "author_account_age_days": 1184 }, "https://github.com/alexopus/ComfyUI-Image-Saver": { "stars": 30, @@ -2910,9 +2910,9 @@ "author_account_age_days": 2863 }, "https://github.com/huchenlei/ComfyUI_omost": { - "stars": 254, - "last_update": "2024-06-11 06:34:46", - "author_account_age_days": 2862 + "stars": 260, + "last_update": "2024-06-11 20:06:43", + "author_account_age_days": 2863 }, "https://github.com/hughescr/ComfyUI-OpenPose-Keypoint-Extractor": { "stars": 6, @@ -4034,6 +4034,11 @@ "last_update": "2024-05-29 06:05:30", "author_account_age_days": 299 }, + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": { + "stars": 0, + "last_update": "2024-06-11 20:16:29", + "author_account_age_days": 4295 + }, "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": { "stars": 22, "last_update": "2024-05-22 18:13:49", diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 724d911c..1ccd612a 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -14,7 +14,17 @@ - + { + "author": "shobhitic", + "title": "PlusMinusTextClip", + "id": "plusminustextclip", + "reference": "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip", + "files": [ + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip" + ], + "install_type": "git-clone", + "description": "This adds a node that has both the positive and negative prompts as input in one node. You can just add one node and be done with both Positive and Negative prompts, in place of adding two different nodes for them." + }, { "author": "huchenlei", "title": "ComfyUI_omost", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index f4cd1a10..555b121f 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -9334,6 +9334,8 @@ "load_url", "load_wikipedia", "new_interpreter_tool", + "openai_tts", + "play_audio", "show_text_party", "start_dialog", "start_workflow", @@ -10726,6 +10728,7 @@ [ "Blocks Mecha Hyper", "Custom Code Mecha Recipe", + "Float Mecha Hyper", "Mecha Merger", "Model Mecha Recipe" ], @@ -12773,6 +12776,14 @@ "title_aux": "ComfyUI-send-Eagle(slim)" } ], + "https://github.com/shobhitic/ComfyUI-PlusMinusTextClip": [ + [ + "PlusMinusTextClip" + ], + { + "title_aux": "PlusMinusTextClip" + } + ], "https://github.com/shockz0rz/ComfyUI_InterpolateEverything": [ [ "OpenposePreprocessorInterpolate"