mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-21 20:30:48 +08:00
update DB
This commit is contained in:
parent
77aa3eb01c
commit
3e2cd6e75b
@ -3140,6 +3140,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "My Workflows + Auxiliary nodes for Stable Video Diffusion (SVD)"
|
"description": "My Workflows + Auxiliary nodes for Stable Video Diffusion (SVD)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "ZHO-ZHO-ZHO",
|
||||||
|
"title": "ComfyUI SegMoE",
|
||||||
|
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "kenjiqq",
|
"author": "kenjiqq",
|
||||||
"title": "qq-nodes-comfyui",
|
"title": "qq-nodes-comfyui",
|
||||||
|
|||||||
@ -490,6 +490,7 @@
|
|||||||
"PrimereMetaCollector",
|
"PrimereMetaCollector",
|
||||||
"PrimereMetaRead",
|
"PrimereMetaRead",
|
||||||
"PrimereMetaSave",
|
"PrimereMetaSave",
|
||||||
|
"PrimereMidjourneyStyles",
|
||||||
"PrimereModelKeyword",
|
"PrimereModelKeyword",
|
||||||
"PrimereNetworkTagLoader",
|
"PrimereNetworkTagLoader",
|
||||||
"PrimerePrompt",
|
"PrimerePrompt",
|
||||||
@ -1273,6 +1274,7 @@
|
|||||||
"ADE_LoadAnimateDiffModel",
|
"ADE_LoadAnimateDiffModel",
|
||||||
"ADE_LoopedUniformContextOptions",
|
"ADE_LoopedUniformContextOptions",
|
||||||
"ADE_LoopedUniformViewOptions",
|
"ADE_LoopedUniformViewOptions",
|
||||||
|
"ADE_MaskedLoadLora",
|
||||||
"ADE_MultivalDynamic",
|
"ADE_MultivalDynamic",
|
||||||
"ADE_MultivalScaledMask",
|
"ADE_MultivalScaledMask",
|
||||||
"ADE_NoiseLayerAdd",
|
"ADE_NoiseLayerAdd",
|
||||||
@ -3071,6 +3073,15 @@
|
|||||||
"title_aux": "ComfyUI-SVD-ZHO"
|
"title_aux": "ComfyUI-SVD-ZHO"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
|
||||||
|
[
|
||||||
|
"SMoE_Generation_Zho",
|
||||||
|
"SMoE_ModelLoader_Zho"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI SegMoE"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
|
||||||
[
|
[
|
||||||
"AlphaChanelAddByMask",
|
"AlphaChanelAddByMask",
|
||||||
@ -4052,6 +4063,7 @@
|
|||||||
"LayerColor: RGB",
|
"LayerColor: RGB",
|
||||||
"LayerColor: YUV",
|
"LayerColor: YUV",
|
||||||
"LayerFilter: ChannelShake",
|
"LayerFilter: ChannelShake",
|
||||||
|
"LayerFilter: ColorMap",
|
||||||
"LayerFilter: GaussianBlur",
|
"LayerFilter: GaussianBlur",
|
||||||
"LayerFilter: MotionBlur",
|
"LayerFilter: MotionBlur",
|
||||||
"LayerFilter: SkinBeauty",
|
"LayerFilter: SkinBeauty",
|
||||||
@ -4636,6 +4648,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/dfl/comfyui-clip-with-break": [
|
"https://github.com/dfl/comfyui-clip-with-break": [
|
||||||
[
|
[
|
||||||
|
"AdvancedCLIPTextEncodeWithBreak",
|
||||||
"CLIPTextEncodeWithBreak"
|
"CLIPTextEncodeWithBreak"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -7106,11 +7119,14 @@
|
|||||||
"DifferenceChecker",
|
"DifferenceChecker",
|
||||||
"DilateErodeMask",
|
"DilateErodeMask",
|
||||||
"EnhanceDetail",
|
"EnhanceDetail",
|
||||||
|
"ExposureAdjust",
|
||||||
"GuidedFilterAlpha",
|
"GuidedFilterAlpha",
|
||||||
"ImageConstant",
|
"ImageConstant",
|
||||||
"LatentStats",
|
"LatentStats",
|
||||||
"OffsetLatentImage",
|
"OffsetLatentImage",
|
||||||
"RemapRange"
|
"RemapRange",
|
||||||
|
"Tonemap",
|
||||||
|
"UnTonemap"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Image-Filters"
|
"title_aux": "ComfyUI-Image-Filters"
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "LotzF",
|
||||||
|
"title": "ComfyUI simple ChatGPT completion [UNSAFE]",
|
||||||
|
"reference": "https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/LotzF/ComfyUI-Simple-Chat-GPT-completion"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A simple node to request ChatGPT completions. [w/Do not share your workflows including the API key! I'll take no responsibility for your leaked keys.]"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "dezi-ai",
|
"author": "dezi-ai",
|
||||||
"title": "ComfyUI Animate LCM",
|
"title": "ComfyUI Animate LCM",
|
||||||
|
|||||||
@ -10,6 +10,16 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "ZHO-ZHO-ZHO",
|
||||||
|
"title": "ComfyUI SegMoE",
|
||||||
|
"reference": "https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Unofficial implementation of [a/SegMoE: Segmind Mixture of Diffusion Experts](https://github.com/segmind/segmoe) for ComfyUI"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "ZHO-ZHO-ZHO",
|
"author": "ZHO-ZHO-ZHO",
|
||||||
"title": "ComfyUI-SVD-ZHO",
|
"title": "ComfyUI-SVD-ZHO",
|
||||||
|
|||||||
@ -490,6 +490,7 @@
|
|||||||
"PrimereMetaCollector",
|
"PrimereMetaCollector",
|
||||||
"PrimereMetaRead",
|
"PrimereMetaRead",
|
||||||
"PrimereMetaSave",
|
"PrimereMetaSave",
|
||||||
|
"PrimereMidjourneyStyles",
|
||||||
"PrimereModelKeyword",
|
"PrimereModelKeyword",
|
||||||
"PrimereNetworkTagLoader",
|
"PrimereNetworkTagLoader",
|
||||||
"PrimerePrompt",
|
"PrimerePrompt",
|
||||||
@ -1273,6 +1274,7 @@
|
|||||||
"ADE_LoadAnimateDiffModel",
|
"ADE_LoadAnimateDiffModel",
|
||||||
"ADE_LoopedUniformContextOptions",
|
"ADE_LoopedUniformContextOptions",
|
||||||
"ADE_LoopedUniformViewOptions",
|
"ADE_LoopedUniformViewOptions",
|
||||||
|
"ADE_MaskedLoadLora",
|
||||||
"ADE_MultivalDynamic",
|
"ADE_MultivalDynamic",
|
||||||
"ADE_MultivalScaledMask",
|
"ADE_MultivalScaledMask",
|
||||||
"ADE_NoiseLayerAdd",
|
"ADE_NoiseLayerAdd",
|
||||||
@ -3071,6 +3073,15 @@
|
|||||||
"title_aux": "ComfyUI-SVD-ZHO"
|
"title_aux": "ComfyUI-SVD-ZHO"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-SegMoE": [
|
||||||
|
[
|
||||||
|
"SMoE_Generation_Zho",
|
||||||
|
"SMoE_ModelLoader_Zho"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI SegMoE"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
|
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-Text_Image-Composite": [
|
||||||
[
|
[
|
||||||
"AlphaChanelAddByMask",
|
"AlphaChanelAddByMask",
|
||||||
@ -4052,6 +4063,7 @@
|
|||||||
"LayerColor: RGB",
|
"LayerColor: RGB",
|
||||||
"LayerColor: YUV",
|
"LayerColor: YUV",
|
||||||
"LayerFilter: ChannelShake",
|
"LayerFilter: ChannelShake",
|
||||||
|
"LayerFilter: ColorMap",
|
||||||
"LayerFilter: GaussianBlur",
|
"LayerFilter: GaussianBlur",
|
||||||
"LayerFilter: MotionBlur",
|
"LayerFilter: MotionBlur",
|
||||||
"LayerFilter: SkinBeauty",
|
"LayerFilter: SkinBeauty",
|
||||||
@ -4636,6 +4648,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/dfl/comfyui-clip-with-break": [
|
"https://github.com/dfl/comfyui-clip-with-break": [
|
||||||
[
|
[
|
||||||
|
"AdvancedCLIPTextEncodeWithBreak",
|
||||||
"CLIPTextEncodeWithBreak"
|
"CLIPTextEncodeWithBreak"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -7106,11 +7119,14 @@
|
|||||||
"DifferenceChecker",
|
"DifferenceChecker",
|
||||||
"DilateErodeMask",
|
"DilateErodeMask",
|
||||||
"EnhanceDetail",
|
"EnhanceDetail",
|
||||||
|
"ExposureAdjust",
|
||||||
"GuidedFilterAlpha",
|
"GuidedFilterAlpha",
|
||||||
"ImageConstant",
|
"ImageConstant",
|
||||||
"LatentStats",
|
"LatentStats",
|
||||||
"OffsetLatentImage",
|
"OffsetLatentImage",
|
||||||
"RemapRange"
|
"RemapRange",
|
||||||
|
"Tonemap",
|
||||||
|
"UnTonemap"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Image-Filters"
|
"title_aux": "ComfyUI-Image-Filters"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user