mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
df5353e0d2
commit
655b3f6e32
@ -4908,6 +4908,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:SimDATrain, SimDALoader, SimDARun, VHS_FILENAMES_STRING_SimDA"
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-Video-Editing-X-Attention",
|
||||
"reference": "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention",
|
||||
"files": [
|
||||
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Investigating the Effectiveness of Cross Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models"
|
||||
},
|
||||
{
|
||||
"author": "alexopus",
|
||||
"title": "ComfyUI Image Saver",
|
||||
@ -5769,7 +5779,7 @@
|
||||
"https://github.com/davask/ComfyUI_MaraScott_Nodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A set of community node including a universal bus and a large Upscaler/Refiner"
|
||||
"description": "A set of community node including a universal bus and a large Upscaler/Refiner\n[w/ComfyUI-MarasIT-Nodes has been changed to ComfyUI_MaraScott_Nodes. If you have previously installed ComfyUI-MarasIT-Nodes, Please uninstall the previous one and reinstall this.]"
|
||||
},
|
||||
{
|
||||
"author": "yffyhk",
|
||||
@ -7965,10 +7975,22 @@
|
||||
"author": "philz1337x",
|
||||
"title": "✨ Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI",
|
||||
"reference": "https://github.com/philz1337x/ComfyUI-ClarityAI",
|
||||
"files": ["https://github.com/philz1337x/ComfyUI-ClarityAI"],
|
||||
"files": [
|
||||
"https://github.com/philz1337x/ComfyUI-ClarityAI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "[a/Clarity AI](https://clarityai.cc) is a creative image enhancer and is able to upscale to high resolution. [w/NOTE: This is a Magnific AI alternative for ComfyUI.] \nCreate an API key on [a/ClarityAI.cc/api](https://clarityai.cc/api) and add to environment variable 'CAI_API_KEY'\nAlternatively you can write your API key to file 'cai_platform_key.txt'\nYou can also use and/or override the above by entering your API key in the 'api_key_override' field of the node."
|
||||
},
|
||||
{
|
||||
"author": "KoreTeknology",
|
||||
"title": "ComfyUI Universal Styler",
|
||||
"reference": "https://github.com/KoreTeknology/ComfyUI-Universal-Styler",
|
||||
"files": [
|
||||
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A research Node based project on Artificial Intelligence using ComfyUI visual editor with Stable diffusion Local processing focus in mind. This custom node is intended to serve the purpose to offer a large palette of prompting scenrarios, based on Public Checkpoint Models OR/AND Private custom Models and LoRas. It includes an integrated learning machine process as well as a set of workflows."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -193,6 +193,7 @@
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
"FishSpeech_INFER_SRT",
|
||||
"LoadAudio",
|
||||
"LoadSRT",
|
||||
"PreViewAudio"
|
||||
@ -1978,7 +1979,9 @@
|
||||
],
|
||||
"https://github.com/JettHu/ComfyUI_TGate": [
|
||||
[
|
||||
"TGateApply"
|
||||
"TGateApply",
|
||||
"TGateApplyAdvanced",
|
||||
"TGateApplySimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_TGate"
|
||||
@ -2024,6 +2027,15 @@
|
||||
"title_aux": "ComfyUI-Paint-by-Example"
|
||||
}
|
||||
],
|
||||
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [
|
||||
[
|
||||
"Load Nai Styles CSV",
|
||||
"Universal_Styler_Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Universal Styler"
|
||||
}
|
||||
],
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply",
|
||||
@ -5412,7 +5424,8 @@
|
||||
"SamplerSonarEulerA",
|
||||
"SonarCustomNoise",
|
||||
"SonarGuidanceConfig",
|
||||
"SonarPowerNoise"
|
||||
"SonarModulatedNoise",
|
||||
"SonarRepeatedNoise"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-sonar"
|
||||
@ -5421,7 +5434,9 @@
|
||||
"https://github.com/blepping/comfyui_jankhidiffusion": [
|
||||
[
|
||||
"ApplyMSWMSAAttention",
|
||||
"ApplyRAUNet"
|
||||
"ApplyMSWMSAAttentionSimple",
|
||||
"ApplyRAUNet",
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
@ -6114,6 +6129,17 @@
|
||||
"title_aux": "ComfyUI-Trajectory"
|
||||
}
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": [
|
||||
[
|
||||
"StringList",
|
||||
"VEXAGuidance",
|
||||
"VEXALoader",
|
||||
"VEXARun"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Video-Editing-X-Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-dust3r": [
|
||||
[
|
||||
"CameraPoseVideo",
|
||||
@ -6253,6 +6279,7 @@
|
||||
"LayerColor: HSV",
|
||||
"LayerColor: LAB",
|
||||
"LayerColor: LUT Apply",
|
||||
"LayerColor: Levels",
|
||||
"LayerColor: RGB",
|
||||
"LayerColor: YUV",
|
||||
"LayerFilter: ChannelShake",
|
||||
@ -7075,7 +7102,7 @@
|
||||
"title_aux": "DarkPrompts"
|
||||
}
|
||||
],
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
|
||||
"https://github.com/davask/ComfyUI_MaraScott_Nodes": [
|
||||
[
|
||||
"MarasitAnyBusNode",
|
||||
"MarasitDisplayInfoNode",
|
||||
@ -7083,7 +7110,7 @@
|
||||
"MarasitUpscalerRefinerNode_v2"
|
||||
],
|
||||
{
|
||||
"title_aux": "\ud83d\udc30 MarasIT Nodes"
|
||||
"title_aux": "\ud83d\udc30 MaraScott Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||
@ -7120,6 +7147,7 @@
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-JDCN": [
|
||||
[
|
||||
"JDCN_AnyCheckpointLoader",
|
||||
"JDCN_AnyFileList",
|
||||
"JDCN_AnyFileListHelper",
|
||||
"JDCN_AnyFileListRandom",
|
||||
@ -7137,6 +7165,7 @@
|
||||
"JDCN_ReBatch",
|
||||
"JDCN_SeamlessExperience",
|
||||
"JDCN_SplitString",
|
||||
"JDCN_StringManipulator",
|
||||
"JDCN_StringToList",
|
||||
"JDCN_TXTFileSaver",
|
||||
"JDCN_VHSFileMover"
|
||||
@ -8769,6 +8798,7 @@
|
||||
],
|
||||
"https://github.com/kealiu/ComfyUI-Zero123-Porting": [
|
||||
[
|
||||
"Zero123: Image Preprocess",
|
||||
"Zero123: Image Rotate in 3D"
|
||||
],
|
||||
{
|
||||
@ -8939,6 +8969,7 @@
|
||||
"CreateShapeMask",
|
||||
"CreateShapeMaskOnPath",
|
||||
"CreateTextMask",
|
||||
"CreateTextOnPath",
|
||||
"CreateVoronoiMask",
|
||||
"CrossFadeImages",
|
||||
"CustomSigmas",
|
||||
@ -10287,7 +10318,8 @@
|
||||
"BlendInpaint",
|
||||
"BrushNet",
|
||||
"BrushNetLoader",
|
||||
"TestNode"
|
||||
"PowerPaint",
|
||||
"PowerPaintCLIPLoader"
|
||||
],
|
||||
{
|
||||
"author": "nullquant",
|
||||
@ -10450,6 +10482,14 @@
|
||||
"title_aux": "comfy_clip_blip_node"
|
||||
}
|
||||
],
|
||||
"https://github.com/philz1337x/ComfyUI-ClarityAI": [
|
||||
[
|
||||
"Clarity AI Upscaler"
|
||||
],
|
||||
{
|
||||
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/picturesonpictures/comfy_PoP": [
|
||||
[
|
||||
"AdaptiveCannyDetector_PoP",
|
||||
@ -12429,9 +12469,10 @@
|
||||
],
|
||||
"https://github.com/zhangp365/ComfyUI-utils-nodes": [
|
||||
[
|
||||
"ConcatText",
|
||||
"ColorCorrectOfUtils",
|
||||
"ConcatTextOfUtils",
|
||||
"ImageBatchOneOrMore",
|
||||
"ImageConcanate",
|
||||
"ImageConcanateOfUtils",
|
||||
"IntAndIntAddOffsetLiteral",
|
||||
"LoadImageWithSwitch",
|
||||
"ModifyTextGender"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,26 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "KoreTeknology",
|
||||
"title": "ComfyUI Universal Styler",
|
||||
"reference": "https://github.com/KoreTeknology/ComfyUI-Universal-Styler",
|
||||
"files": [
|
||||
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A research Node based project on Artificial Intelligence using ComfyUI visual editor with Stable diffusion Local processing focus in mind. This custom node is intended to serve the purpose to offer a large palette of prompting scenrarios, based on Public Checkpoint Models OR/AND Private custom Models and LoRas. It includes an integrated learning machine process as well as a set of workflows."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-Video-Editing-X-Attention",
|
||||
"reference": "https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention",
|
||||
"files": [
|
||||
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Investigating the Effectiveness of Cross Attention to Unlock Zero-Shot Editing of Text-to-Video Diffusion Models"
|
||||
},
|
||||
{
|
||||
"author": "philz1337x",
|
||||
"title": "✨ Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI",
|
||||
@ -669,36 +689,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI simple node based on BLIP method, with the function of 'Image to Txt'."
|
||||
},
|
||||
{
|
||||
"author": "fevre27",
|
||||
"title": "Self-Guidance nodes",
|
||||
"reference": "https://github.com/forever22777/comfyui-self-guidance",
|
||||
"files": [
|
||||
"https://github.com/forever22777/comfyui-self-guidance"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial ComfyUI implementation of Self-Guidance."
|
||||
},
|
||||
{
|
||||
"author": "chaojie",
|
||||
"title": "ComfyUI-EasyAnimate",
|
||||
"reference": "https://github.com/chaojie/ComfyUI-EasyAnimate",
|
||||
"files": [
|
||||
"https://github.com/chaojie/ComfyUI-EasyAnimate"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-EasyAnimate"
|
||||
},
|
||||
{
|
||||
"author": "hay86",
|
||||
"title": "ComfyUI DDColor",
|
||||
"reference": "https://github.com/hay86/ComfyUI_DDColor",
|
||||
"files": [
|
||||
"https://github.com/hay86/ComfyUI_DDColor"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Unofficial implementation of [a/DDColor](https://github.com/piddnad/DDColor) for ComfyUI"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -193,6 +193,7 @@
|
||||
"https://github.com/AIFSH/ComfyUI-FishSpeech": [
|
||||
[
|
||||
"FishSpeech_INFER",
|
||||
"FishSpeech_INFER_SRT",
|
||||
"LoadAudio",
|
||||
"LoadSRT",
|
||||
"PreViewAudio"
|
||||
@ -1978,7 +1979,9 @@
|
||||
],
|
||||
"https://github.com/JettHu/ComfyUI_TGate": [
|
||||
[
|
||||
"TGateApply"
|
||||
"TGateApply",
|
||||
"TGateApplyAdvanced",
|
||||
"TGateApplySimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_TGate"
|
||||
@ -2024,6 +2027,15 @@
|
||||
"title_aux": "ComfyUI-Paint-by-Example"
|
||||
}
|
||||
],
|
||||
"https://github.com/KoreTeknology/ComfyUI-Universal-Styler": [
|
||||
[
|
||||
"Load Nai Styles CSV",
|
||||
"Universal_Styler_Node"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Universal Styler"
|
||||
}
|
||||
],
|
||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||
[
|
||||
"ACN_AdvancedControlNetApply",
|
||||
@ -5412,7 +5424,8 @@
|
||||
"SamplerSonarEulerA",
|
||||
"SonarCustomNoise",
|
||||
"SonarGuidanceConfig",
|
||||
"SonarPowerNoise"
|
||||
"SonarModulatedNoise",
|
||||
"SonarRepeatedNoise"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-sonar"
|
||||
@ -5421,7 +5434,9 @@
|
||||
"https://github.com/blepping/comfyui_jankhidiffusion": [
|
||||
[
|
||||
"ApplyMSWMSAAttention",
|
||||
"ApplyRAUNet"
|
||||
"ApplyMSWMSAAttentionSimple",
|
||||
"ApplyRAUNet",
|
||||
"ApplyRAUNetSimple"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI jank HiDiffusion"
|
||||
@ -6114,6 +6129,17 @@
|
||||
"title_aux": "ComfyUI-Trajectory"
|
||||
}
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-Video-Editing-X-Attention": [
|
||||
[
|
||||
"StringList",
|
||||
"VEXAGuidance",
|
||||
"VEXALoader",
|
||||
"VEXARun"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Video-Editing-X-Attention"
|
||||
}
|
||||
],
|
||||
"https://github.com/chaojie/ComfyUI-dust3r": [
|
||||
[
|
||||
"CameraPoseVideo",
|
||||
@ -6253,6 +6279,7 @@
|
||||
"LayerColor: HSV",
|
||||
"LayerColor: LAB",
|
||||
"LayerColor: LUT Apply",
|
||||
"LayerColor: Levels",
|
||||
"LayerColor: RGB",
|
||||
"LayerColor: YUV",
|
||||
"LayerFilter: ChannelShake",
|
||||
@ -7075,7 +7102,7 @@
|
||||
"title_aux": "DarkPrompts"
|
||||
}
|
||||
],
|
||||
"https://github.com/davask/ComfyUI-MarasIT-Nodes": [
|
||||
"https://github.com/davask/ComfyUI_MaraScott_Nodes": [
|
||||
[
|
||||
"MarasitAnyBusNode",
|
||||
"MarasitDisplayInfoNode",
|
||||
@ -7083,7 +7110,7 @@
|
||||
"MarasitUpscalerRefinerNode_v2"
|
||||
],
|
||||
{
|
||||
"title_aux": "\ud83d\udc30 MarasIT Nodes"
|
||||
"title_aux": "\ud83d\udc30 MaraScott Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/dave-palt/comfyui_DSP_imagehelpers": [
|
||||
@ -7120,6 +7147,7 @@
|
||||
],
|
||||
"https://github.com/daxcay/ComfyUI-JDCN": [
|
||||
[
|
||||
"JDCN_AnyCheckpointLoader",
|
||||
"JDCN_AnyFileList",
|
||||
"JDCN_AnyFileListHelper",
|
||||
"JDCN_AnyFileListRandom",
|
||||
@ -7137,6 +7165,7 @@
|
||||
"JDCN_ReBatch",
|
||||
"JDCN_SeamlessExperience",
|
||||
"JDCN_SplitString",
|
||||
"JDCN_StringManipulator",
|
||||
"JDCN_StringToList",
|
||||
"JDCN_TXTFileSaver",
|
||||
"JDCN_VHSFileMover"
|
||||
@ -8769,6 +8798,7 @@
|
||||
],
|
||||
"https://github.com/kealiu/ComfyUI-Zero123-Porting": [
|
||||
[
|
||||
"Zero123: Image Preprocess",
|
||||
"Zero123: Image Rotate in 3D"
|
||||
],
|
||||
{
|
||||
@ -8939,6 +8969,7 @@
|
||||
"CreateShapeMask",
|
||||
"CreateShapeMaskOnPath",
|
||||
"CreateTextMask",
|
||||
"CreateTextOnPath",
|
||||
"CreateVoronoiMask",
|
||||
"CrossFadeImages",
|
||||
"CustomSigmas",
|
||||
@ -10287,7 +10318,8 @@
|
||||
"BlendInpaint",
|
||||
"BrushNet",
|
||||
"BrushNetLoader",
|
||||
"TestNode"
|
||||
"PowerPaint",
|
||||
"PowerPaintCLIPLoader"
|
||||
],
|
||||
{
|
||||
"author": "nullquant",
|
||||
@ -10450,6 +10482,14 @@
|
||||
"title_aux": "comfy_clip_blip_node"
|
||||
}
|
||||
],
|
||||
"https://github.com/philz1337x/ComfyUI-ClarityAI": [
|
||||
[
|
||||
"Clarity AI Upscaler"
|
||||
],
|
||||
{
|
||||
"title_aux": "\u2728 Clarity AI - Creative Image Upscaler and Enhancer for ComfyUI"
|
||||
}
|
||||
],
|
||||
"https://github.com/picturesonpictures/comfy_PoP": [
|
||||
[
|
||||
"AdaptiveCannyDetector_PoP",
|
||||
@ -12429,9 +12469,10 @@
|
||||
],
|
||||
"https://github.com/zhangp365/ComfyUI-utils-nodes": [
|
||||
[
|
||||
"ConcatText",
|
||||
"ColorCorrectOfUtils",
|
||||
"ConcatTextOfUtils",
|
||||
"ImageBatchOneOrMore",
|
||||
"ImageConcanate",
|
||||
"ImageConcanateOfUtils",
|
||||
"IntAndIntAddOffsetLiteral",
|
||||
"LoadImageWithSwitch",
|
||||
"ModifyTextGender"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user