mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-16 01:25:03 +08:00
update DB
This commit is contained in:
parent
ea4d4fa46e
commit
9e8ed572d6
@ -3086,10 +3086,19 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"https://github.com/zcfrank1st/comfyui_visual_anagrams"
|
"https://github.com/zcfrank1st/comfyui_visual_anagrams"
|
||||||
],
|
],
|
||||||
"pip": ["ndi-python"],
|
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:visual_anagrams_sample, visual_anagrams_animate"
|
"description": "Nodes:visual_anagrams_sample, visual_anagrams_animate"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "Electrofried",
|
||||||
|
"title": "OpenAINode",
|
||||||
|
"reference": "https://github.com/Electrofried/ComfyUI-OpenAINode",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Electrofried/ComfyUI-OpenAINode"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A simply node for hooking in to openAI API based servers via comfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Ser-Hilary",
|
"author": "Ser-Hilary",
|
||||||
"title": "SDXL_sizing",
|
"title": "SDXL_sizing",
|
||||||
|
|||||||
@ -375,6 +375,14 @@
|
|||||||
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
|
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Electrofried/ComfyUI-OpenAINode": [
|
||||||
|
[
|
||||||
|
"OpenAINode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "OpenAINode"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/EllangoK/ComfyUI-post-processing-nodes": [
|
"https://github.com/EllangoK/ComfyUI-post-processing-nodes": [
|
||||||
[
|
[
|
||||||
"ArithmeticBlend",
|
"ArithmeticBlend",
|
||||||
@ -1593,12 +1601,15 @@
|
|||||||
[
|
[
|
||||||
"tri3d-atr-parse",
|
"tri3d-atr-parse",
|
||||||
"tri3d-atr-parse-batch",
|
"tri3d-atr-parse-batch",
|
||||||
|
"tri3d-dwpose",
|
||||||
"tri3d-extract-hand",
|
"tri3d-extract-hand",
|
||||||
"tri3d-extract-parts-batch",
|
"tri3d-extract-parts-batch",
|
||||||
"tri3d-extract-parts-batch2",
|
"tri3d-extract-parts-batch2",
|
||||||
"tri3d-extract-parts-mask-batch",
|
"tri3d-extract-parts-mask-batch",
|
||||||
"tri3d-fuzzification",
|
"tri3d-fuzzification",
|
||||||
"tri3d-interaction-canny",
|
"tri3d-interaction-canny",
|
||||||
|
"tri3d-pose-adaption",
|
||||||
|
"tri3d-pose-to-image",
|
||||||
"tri3d-position-hands",
|
"tri3d-position-hands",
|
||||||
"tri3d-position-parts-batch",
|
"tri3d-position-parts-batch",
|
||||||
"tri3d-skin-feathered-padded-mask",
|
"tri3d-skin-feathered-padded-mask",
|
||||||
@ -4508,6 +4519,7 @@
|
|||||||
"AreaToMask",
|
"AreaToMask",
|
||||||
"CLIPSeg",
|
"CLIPSeg",
|
||||||
"CLIPSeg_",
|
"CLIPSeg_",
|
||||||
|
"CharacterInText",
|
||||||
"ChatGPT",
|
"ChatGPT",
|
||||||
"CombineMasks_",
|
"CombineMasks_",
|
||||||
"CombineSegMasks",
|
"CombineSegMasks",
|
||||||
@ -4519,7 +4531,7 @@
|
|||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
"ScreenShare",
|
"ScreenShare",
|
||||||
"SessionHistory",
|
"ShowTextForGPT",
|
||||||
"SmoothMask",
|
"SmoothMask",
|
||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "Electrofried",
|
||||||
|
"title": "OpenAINode",
|
||||||
|
"reference": "https://github.com/Electrofried/ComfyUI-OpenAINode",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Electrofried/ComfyUI-OpenAINode"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A simply node for hooking in to openAI API based servers via comfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "zcfrank1st",
|
"author": "zcfrank1st",
|
||||||
"title": "comfyui_visual_anagram",
|
"title": "comfyui_visual_anagram",
|
||||||
@ -7,7 +17,6 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"https://github.com/zcfrank1st/comfyui_visual_anagrams"
|
"https://github.com/zcfrank1st/comfyui_visual_anagrams"
|
||||||
],
|
],
|
||||||
"pip": ["ndi-python"],
|
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Nodes:visual_anagrams_sample, visual_anagrams_animate"
|
"description": "Nodes:visual_anagrams_sample, visual_anagrams_animate"
|
||||||
},
|
},
|
||||||
|
|||||||
@ -375,6 +375,14 @@
|
|||||||
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
|
"title_aux": "Derfuu_ComfyUI_ModdedNodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Electrofried/ComfyUI-OpenAINode": [
|
||||||
|
[
|
||||||
|
"OpenAINode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "OpenAINode"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/EllangoK/ComfyUI-post-processing-nodes": [
|
"https://github.com/EllangoK/ComfyUI-post-processing-nodes": [
|
||||||
[
|
[
|
||||||
"ArithmeticBlend",
|
"ArithmeticBlend",
|
||||||
@ -1593,12 +1601,15 @@
|
|||||||
[
|
[
|
||||||
"tri3d-atr-parse",
|
"tri3d-atr-parse",
|
||||||
"tri3d-atr-parse-batch",
|
"tri3d-atr-parse-batch",
|
||||||
|
"tri3d-dwpose",
|
||||||
"tri3d-extract-hand",
|
"tri3d-extract-hand",
|
||||||
"tri3d-extract-parts-batch",
|
"tri3d-extract-parts-batch",
|
||||||
"tri3d-extract-parts-batch2",
|
"tri3d-extract-parts-batch2",
|
||||||
"tri3d-extract-parts-mask-batch",
|
"tri3d-extract-parts-mask-batch",
|
||||||
"tri3d-fuzzification",
|
"tri3d-fuzzification",
|
||||||
"tri3d-interaction-canny",
|
"tri3d-interaction-canny",
|
||||||
|
"tri3d-pose-adaption",
|
||||||
|
"tri3d-pose-to-image",
|
||||||
"tri3d-position-hands",
|
"tri3d-position-hands",
|
||||||
"tri3d-position-parts-batch",
|
"tri3d-position-parts-batch",
|
||||||
"tri3d-skin-feathered-padded-mask",
|
"tri3d-skin-feathered-padded-mask",
|
||||||
@ -4508,6 +4519,7 @@
|
|||||||
"AreaToMask",
|
"AreaToMask",
|
||||||
"CLIPSeg",
|
"CLIPSeg",
|
||||||
"CLIPSeg_",
|
"CLIPSeg_",
|
||||||
|
"CharacterInText",
|
||||||
"ChatGPT",
|
"ChatGPT",
|
||||||
"CombineMasks_",
|
"CombineMasks_",
|
||||||
"CombineSegMasks",
|
"CombineSegMasks",
|
||||||
@ -4519,7 +4531,7 @@
|
|||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
"ScreenShare",
|
"ScreenShare",
|
||||||
"SessionHistory",
|
"ShowTextForGPT",
|
||||||
"SmoothMask",
|
"SmoothMask",
|
||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user