Merge remote-tracking branch 'origin/main' into custom-nodes-manager

This commit is contained in:
cenfun 2024-06-12 09:06:48 +08:00
commit 6a510b4f9b
6 changed files with 954 additions and 868 deletions

View File

@ -4014,6 +4014,17 @@
"install_type": "git-clone",
"description": "Animated optical illusions in ComfyUI"
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Qwen-2",
"id": "qwen-2",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2"
],
"install_type": "git-clone",
"description": "Using Qwen-2 in ComfyUI"
},
{
"author": "kenjiqq",
"title": "qq-nodes-comfyui",
@ -7445,7 +7456,7 @@
},
{
"author": "MarkoCa1",
"title": "ComfyUI_Text",
"title": "ComfyUI-Text",
"reference": "https://github.com/MarkoCa1/ComfyUI-Text",
"files": [
"https://github.com/MarkoCa1/ComfyUI-Text"
@ -10079,17 +10090,6 @@
"install_type": "git-clone",
"description": "ComfyUI implementation of [a/FlashFace: Human Image Personalization with High-fidelity Identity Preservation](https://github.com/ali-vilab/FlashFace)\nNOTE: You need to downalod models manually."
},
{
"author": "LZpenguin",
"title": "ComfyUI-Text",
"id": "comfy-text",
"reference": "https://github.com/LZpenguin/ComfyUI-Text",
"files": [
"https://github.com/LZpenguin/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask"
},
{
"author": "denfrost",
"title": "Den_ComfyUI_Workflows",
@ -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."
},

View File

@ -2506,17 +2506,6 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
[
"LoRA Caption Load",
@ -2796,6 +2785,17 @@
"title_aux": "ComfyUI-BadmanNodes"
}
],
"https://github.com/MarkoCa1/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [
[
"AutomaticMask(segment anything)"
@ -5160,6 +5160,16 @@
"title_aux": "ComfyUI-Q-Align"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": [
[
"Qwen2_Chat_Zho",
"Qwen2_ModelLoader_Zho",
"Qwen2_Zho"
],
{
"title_aux": "ComfyUI-Qwen-2"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": [
[
"QWenVL_API_S_Multi_Zho",
@ -9324,6 +9334,8 @@
"load_url",
"load_wikipedia",
"new_interpreter_tool",
"openai_tts",
"play_audio",
"show_text_party",
"start_dialog",
"start_workflow",
@ -10716,6 +10728,7 @@
[
"Blocks Mecha Hyper",
"Custom Code Mecha Recipe",
"Float Mecha Hyper",
"Mecha Merger",
"Model Mecha Recipe"
],
@ -11001,6 +11014,7 @@
"ImpactControlNetApplySEGS",
"ImpactControlNetClearSEGS",
"ImpactConvertDataType",
"ImpactCount_Elts_in_SEGS",
"ImpactDecomposeSEGS",
"ImpactDilateMask",
"ImpactDilateMaskInSEGS",
@ -12762,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"

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,17 @@
{
"author": "LZpenguin",
"title": "ComfyUI-Text",
"id": "comfy-text",
"reference": "https://github.com/LZpenguin/ComfyUI-Text",
"files": [
"https://github.com/LZpenguin/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask.[w/This custom node cannot be installed simultaneously as it has the same repository name as MarkoCa1/ComfyUI-Text.]"
},
{
"author": "yushan777",
"title": "Y7 Nodes for ComfyUI",

View File

@ -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",
@ -38,6 +48,17 @@
"description": "[a/DenseDiffusion](https://github.com/naver-ai/DenseDiffusion) custom node for ComfyUI."
},
{
"author": "ZHO-ZHO-ZHO",
"title": "ComfyUI-Qwen-2",
"id": "qwen-2",
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2",
"files": [
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2"
],
"install_type": "git-clone",
"description": "Using Qwen-2 in ComfyUI"
},
{
"author": "BenNarum",
"title": "SigmaWaveFormNodes",
@ -104,17 +125,6 @@
"install_type": "git-clone",
"description": "Custom nodes make easy Advanced Workflows. Focus on Image/Video and ControlNet efficiency and performances. Manipulation of Latent Space, Automatic pipeline with a bit efforts."
},
{
"author": "LZpenguin",
"title": "ComfyUI-Text",
"id": "comfy-text",
"reference": "https://github.com/LZpenguin/ComfyUI-Text",
"files": [
"https://github.com/LZpenguin/ComfyUI-Text"
],
"install_type": "git-clone",
"description": "Nodes:Add_text_by_mask"
},
{
"author": "seghier",
"title": "ComfyUI_LibreTranslate",

View File

@ -2506,17 +2506,6 @@
"title_aux": "ImagesGrid"
}
],
"https://github.com/LZpenguin/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/LarryJane491/Image-Captioning-in-ComfyUI": [
[
"LoRA Caption Load",
@ -2796,6 +2785,17 @@
"title_aux": "ComfyUI-BadmanNodes"
}
],
"https://github.com/MarkoCa1/ComfyUI-Text": [
[
"CombinationText",
"PlaceholderText",
"ReplaceText",
"ShowText"
],
{
"title_aux": "ComfyUI-Text"
}
],
"https://github.com/MarkoCa1/ComfyUI_Segment_Mask": [
[
"AutomaticMask(segment anything)"
@ -5160,6 +5160,16 @@
"title_aux": "ComfyUI-Q-Align"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-2": [
[
"Qwen2_Chat_Zho",
"Qwen2_ModelLoader_Zho",
"Qwen2_Zho"
],
{
"title_aux": "ComfyUI-Qwen-2"
}
],
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Qwen-VL-API": [
[
"QWenVL_API_S_Multi_Zho",
@ -9324,6 +9334,8 @@
"load_url",
"load_wikipedia",
"new_interpreter_tool",
"openai_tts",
"play_audio",
"show_text_party",
"start_dialog",
"start_workflow",
@ -10716,6 +10728,7 @@
[
"Blocks Mecha Hyper",
"Custom Code Mecha Recipe",
"Float Mecha Hyper",
"Mecha Merger",
"Model Mecha Recipe"
],
@ -11001,6 +11014,7 @@
"ImpactControlNetApplySEGS",
"ImpactControlNetClearSEGS",
"ImpactConvertDataType",
"ImpactCount_Elts_in_SEGS",
"ImpactDecomposeSEGS",
"ImpactDilateMask",
"ImpactDilateMaskInSEGS",
@ -12762,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"