mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-16 18:02:58 +08:00
update DB
This commit is contained in:
parent
61dff9dca6
commit
ddf8844854
@ -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."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user