mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-14 16:44:27 +08:00
update DB
This commit is contained in:
parent
53e7645c34
commit
017865837e
@ -3781,11 +3781,38 @@
|
|||||||
"https://github.com/pkpkTech/ComfyUI-SaveAVIF"
|
"https://github.com/pkpkTech/ComfyUI-SaveAVIF"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Saves images in AVIF format."
|
"description": "A custom node on ComfyUI that saves images in AVIF format. Workflow can be loaded from images saved at this node."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Crystian",
|
||||||
|
"title": "Crystools",
|
||||||
|
"reference": "https://github.com/crystian/ComfyUI-Crystools",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/crystian/ComfyUI-Crystools"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "You can see the metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides a better nodes to load images, previews, etc, and see \"hidden\" data, but without load a new workflow."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Kangkang625",
|
||||||
|
"title": "ComfyUI-Paint-by-Example",
|
||||||
|
"reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kangkang625/ComfyUI-paint-by-example"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This repo is a simple implementation of [a/Paint-by-Example](https://github.com/Fantasy-Studio/Paint-by-Example) based on its [a/huggingface pipeline](https://huggingface.co/Fantasy-Studio/Paint-by-Example)."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "54rt1n",
|
||||||
|
"title": "ComfyUI-DareMerge",
|
||||||
|
"reference": "https://github.com/54rt1n/ComfyUI-DareMerge",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/54rt1n/ComfyUI-DareMerge"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Merge two checkpoint models by dare ties [a/(https://github.com/yule-BUAA/MergeLM)](https://github.com/yule-BUAA/MergeLM), sort of."
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -4081,16 +4108,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "Crystian",
|
|
||||||
"title": "Crystools",
|
|
||||||
"reference": "https://github.com/crystian/ComfyUI-Crystools",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/crystian/ComfyUI-Crystools"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "You can see the metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides a better nodes to load images, previews, etc, and see \"hidden\" data, but without load a new workflow."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -49,6 +49,14 @@
|
|||||||
"title_aux": "ComfyUI-safety-checker"
|
"title_aux": "ComfyUI-safety-checker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/54rt1n/ComfyUI-DareMerge": [
|
||||||
|
[
|
||||||
|
"DareModelMerger"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-DareMerge"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
||||||
[
|
[
|
||||||
"FloatStaticPrimitive",
|
"FloatStaticPrimitive",
|
||||||
@ -60,21 +68,6 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
|
||||||
[
|
|
||||||
"Azure_Openai_GPT",
|
|
||||||
"ChatGLM_GPT",
|
|
||||||
"Openai_chatGPT",
|
|
||||||
"baidu_translator",
|
|
||||||
"properties_loader",
|
|
||||||
"show_text",
|
|
||||||
"show_web_image",
|
|
||||||
"youdao_translator"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "comfyUI-tool-2lab"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -902,6 +895,15 @@
|
|||||||
"title_aux": "ComfyUI-Saveaswebp"
|
"title_aux": "ComfyUI-Saveaswebp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [
|
||||||
|
[
|
||||||
|
"PaintbyExamplePipeLoader",
|
||||||
|
"PaintbyExampleSampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Paint-by-Example"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||||
[
|
[
|
||||||
"ACN_AdvancedControlNetApply",
|
"ACN_AdvancedControlNetApply",
|
||||||
@ -2030,6 +2032,7 @@
|
|||||||
"0246.JunctionBatch",
|
"0246.JunctionBatch",
|
||||||
"0246.Loop",
|
"0246.Loop",
|
||||||
"0246.Merge",
|
"0246.Merge",
|
||||||
|
"0246.Pick",
|
||||||
"0246.RandomInt",
|
"0246.RandomInt",
|
||||||
"0246.Script",
|
"0246.Script",
|
||||||
"0246.ScriptImbue",
|
"0246.ScriptImbue",
|
||||||
@ -2347,14 +2350,14 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
|
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
|
||||||
[
|
[
|
||||||
"Image Save",
|
|
||||||
"Save Text File",
|
|
||||||
"canvas-util-cal-size",
|
"canvas-util-cal-size",
|
||||||
"conditioning-util-input-switch",
|
"conditioning-util-input-switch",
|
||||||
"cutoff-region-util",
|
"cutoff-region-util",
|
||||||
"hks-util-cal-denoise-step",
|
"hks-util-cal-denoise-step",
|
||||||
"img-util-get-image-size",
|
"img-util-get-image-size",
|
||||||
"img-util-switch-input-image",
|
"img-util-switch-input-image",
|
||||||
|
"io-image-save",
|
||||||
|
"io-text-save",
|
||||||
"io-util-file-list-get",
|
"io-util-file-list-get",
|
||||||
"io-util-file-list-get-text",
|
"io-util-file-list-get-text",
|
||||||
"number-util-random-num",
|
"number-util-random-num",
|
||||||
@ -2779,6 +2782,7 @@
|
|||||||
"ImagePaste",
|
"ImagePaste",
|
||||||
"Int to String",
|
"Int to String",
|
||||||
"LMStudioPrompt",
|
"LMStudioPrompt",
|
||||||
|
"Load Image Based on Number",
|
||||||
"LoraSyntaxProcessor",
|
"LoraSyntaxProcessor",
|
||||||
"Mikey Sampler",
|
"Mikey Sampler",
|
||||||
"Mikey Sampler Base Only",
|
"Mikey Sampler Base Only",
|
||||||
@ -4553,8 +4557,11 @@
|
|||||||
"SAMLoader",
|
"SAMLoader",
|
||||||
"SEGSDetailer",
|
"SEGSDetailer",
|
||||||
"SEGSDetailerForAnimateDiff",
|
"SEGSDetailerForAnimateDiff",
|
||||||
|
"SEGSLabelFilterDetailerHookProvider",
|
||||||
|
"SEGSOrderedFilterDetailerHookProvider",
|
||||||
"SEGSPaste",
|
"SEGSPaste",
|
||||||
"SEGSPreview",
|
"SEGSPreview",
|
||||||
|
"SEGSRangeFilterDetailerHookProvider",
|
||||||
"SEGSSwitch",
|
"SEGSSwitch",
|
||||||
"SEGSToImageList",
|
"SEGSToImageList",
|
||||||
"SegmDetectorCombined",
|
"SegmDetectorCombined",
|
||||||
@ -4898,6 +4905,8 @@
|
|||||||
"NegiTools_OpenAiTranslate",
|
"NegiTools_OpenAiTranslate",
|
||||||
"NegiTools_OpenPoseToPointList",
|
"NegiTools_OpenPoseToPointList",
|
||||||
"NegiTools_PointListToMask",
|
"NegiTools_PointListToMask",
|
||||||
|
"NegiTools_RandomImageLoader",
|
||||||
|
"NegiTools_SaveImageToDirectory",
|
||||||
"NegiTools_SeedGenerator",
|
"NegiTools_SeedGenerator",
|
||||||
"NegiTools_StereoImageGenerator",
|
"NegiTools_StereoImageGenerator",
|
||||||
"NegiTools_StringFunction"
|
"NegiTools_StringFunction"
|
||||||
@ -5271,6 +5280,7 @@
|
|||||||
"https://github.com/shadowcz007/comfyui-mixlab-nodes": [
|
"https://github.com/shadowcz007/comfyui-mixlab-nodes": [
|
||||||
[
|
[
|
||||||
"3DImage",
|
"3DImage",
|
||||||
|
"AppInfo",
|
||||||
"AreaToMask",
|
"AreaToMask",
|
||||||
"CLIPSeg",
|
"CLIPSeg",
|
||||||
"CLIPSeg_",
|
"CLIPSeg_",
|
||||||
@ -5283,12 +5293,15 @@
|
|||||||
"EnhanceImage",
|
"EnhanceImage",
|
||||||
"FaceToMask",
|
"FaceToMask",
|
||||||
"FeatheredMask",
|
"FeatheredMask",
|
||||||
|
"FloatSlider",
|
||||||
"FloatingVideo",
|
"FloatingVideo",
|
||||||
"Font",
|
"Font",
|
||||||
"GamePal",
|
"GamePal",
|
||||||
"ImageCropByAlpha",
|
"ImageCropByAlpha",
|
||||||
|
"IntNumber",
|
||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"MergeLayers",
|
"MergeLayers",
|
||||||
|
"MultiplicationNode",
|
||||||
"NewLayer",
|
"NewLayer",
|
||||||
"NoiseImage",
|
"NoiseImage",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
@ -5302,6 +5315,7 @@
|
|||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"SvgImage",
|
"SvgImage",
|
||||||
"TextImage",
|
"TextImage",
|
||||||
|
"TextInput_",
|
||||||
"TextToNumber",
|
"TextToNumber",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
"VAEDecodeConsistencyDecoder",
|
"VAEDecodeConsistencyDecoder",
|
||||||
|
|||||||
@ -60,16 +60,6 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "generative audio tools for ComfyUI. highly experimental-expect things to break."
|
"description": "generative audio tools for ComfyUI. highly experimental-expect things to break."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"author": "crystian",
|
|
||||||
"title": "Crystian Node Suite [WIP]",
|
|
||||||
"reference": "https://github.com/crystian/ComfyUI-Crys-Plugins",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/crystian/ComfyUI-Crys-Plugins"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Nodes: Debugger, CryConvert, Util, ..."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"author": "Jaxkr",
|
"author": "Jaxkr",
|
||||||
"title": "comfyui-terminal-command [UNSAFE]",
|
"title": "comfyui-terminal-command [UNSAFE]",
|
||||||
|
|||||||
@ -10,6 +10,37 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"author": "Crystian",
|
||||||
|
"title": "Crystools",
|
||||||
|
"reference": "https://github.com/crystian/ComfyUI-Crystools",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/crystian/ComfyUI-Crystools"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "You can see the metadata and compare between two images, compare between two JSONs, show any value to console/display, pipes, and more!\nThis provides a better nodes to load images, previews, etc, and see \"hidden\" data, but without load a new workflow."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "54rt1n",
|
||||||
|
"title": "ComfyUI-DareMerge",
|
||||||
|
"reference": "https://github.com/54rt1n/ComfyUI-DareMerge",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/54rt1n/ComfyUI-DareMerge"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Merge two checkpoint models by dare ties [a/(https://github.com/yule-BUAA/MergeLM)](https://github.com/yule-BUAA/MergeLM), sort of."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "Kangkang625",
|
||||||
|
"title": "ComfyUI-Paint-by-Example",
|
||||||
|
"reference": "https://github.com/Kangkang625/ComfyUI-paint-by-example",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/Kangkang625/ComfyUI-paint-by-example"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "This repo is a simple implementation of [a/Paint-by-Example](https://github.com/Fantasy-Studio/Paint-by-Example) based on its [a/huggingface pipeline](https://huggingface.co/Fantasy-Studio/Paint-by-Example)."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "pkpk",
|
"author": "pkpk",
|
||||||
"title": "ComfyUI-SaveAVIF",
|
"title": "ComfyUI-SaveAVIF",
|
||||||
@ -18,7 +49,7 @@
|
|||||||
"https://github.com/pkpkTech/ComfyUI-SaveAVIF"
|
"https://github.com/pkpkTech/ComfyUI-SaveAVIF"
|
||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Saves images in AVIF format."
|
"description": "A custom node on ComfyUI that saves images in AVIF format. Workflow can be loaded from images saved at this node."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"author": "styler00dollar",
|
"author": "styler00dollar",
|
||||||
|
|||||||
@ -49,6 +49,14 @@
|
|||||||
"title_aux": "ComfyUI-safety-checker"
|
"title_aux": "ComfyUI-safety-checker"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/54rt1n/ComfyUI-DareMerge": [
|
||||||
|
[
|
||||||
|
"DareModelMerger"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-DareMerge"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
"https://github.com/80sVectorz/ComfyUI-Static-Primitives": [
|
||||||
[
|
[
|
||||||
"FloatStaticPrimitive",
|
"FloatStaticPrimitive",
|
||||||
@ -60,21 +68,6 @@
|
|||||||
"title_aux": "ComfyUI-Static-Primitives"
|
"title_aux": "ComfyUI-Static-Primitives"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"https://github.com/AI2lab/comfyUI-tool-2lab": [
|
|
||||||
[
|
|
||||||
"Azure_Openai_GPT",
|
|
||||||
"ChatGLM_GPT",
|
|
||||||
"Openai_chatGPT",
|
|
||||||
"baidu_translator",
|
|
||||||
"properties_loader",
|
|
||||||
"show_text",
|
|
||||||
"show_web_image",
|
|
||||||
"youdao_translator"
|
|
||||||
],
|
|
||||||
{
|
|
||||||
"title_aux": "comfyUI-tool-2lab"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"https://github.com/AIrjen/OneButtonPrompt": [
|
"https://github.com/AIrjen/OneButtonPrompt": [
|
||||||
[
|
[
|
||||||
"CreatePromptVariant",
|
"CreatePromptVariant",
|
||||||
@ -902,6 +895,15 @@
|
|||||||
"title_aux": "ComfyUI-Saveaswebp"
|
"title_aux": "ComfyUI-Saveaswebp"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/Kangkang625/ComfyUI-paint-by-example": [
|
||||||
|
[
|
||||||
|
"PaintbyExamplePipeLoader",
|
||||||
|
"PaintbyExampleSampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Paint-by-Example"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
"https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet": [
|
||||||
[
|
[
|
||||||
"ACN_AdvancedControlNetApply",
|
"ACN_AdvancedControlNetApply",
|
||||||
@ -2030,6 +2032,7 @@
|
|||||||
"0246.JunctionBatch",
|
"0246.JunctionBatch",
|
||||||
"0246.Loop",
|
"0246.Loop",
|
||||||
"0246.Merge",
|
"0246.Merge",
|
||||||
|
"0246.Pick",
|
||||||
"0246.RandomInt",
|
"0246.RandomInt",
|
||||||
"0246.Script",
|
"0246.Script",
|
||||||
"0246.ScriptImbue",
|
"0246.ScriptImbue",
|
||||||
@ -2347,14 +2350,14 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
|
"https://github.com/YMC-GitHub/ymc-node-suite-comfyui": [
|
||||||
[
|
[
|
||||||
"Image Save",
|
|
||||||
"Save Text File",
|
|
||||||
"canvas-util-cal-size",
|
"canvas-util-cal-size",
|
||||||
"conditioning-util-input-switch",
|
"conditioning-util-input-switch",
|
||||||
"cutoff-region-util",
|
"cutoff-region-util",
|
||||||
"hks-util-cal-denoise-step",
|
"hks-util-cal-denoise-step",
|
||||||
"img-util-get-image-size",
|
"img-util-get-image-size",
|
||||||
"img-util-switch-input-image",
|
"img-util-switch-input-image",
|
||||||
|
"io-image-save",
|
||||||
|
"io-text-save",
|
||||||
"io-util-file-list-get",
|
"io-util-file-list-get",
|
||||||
"io-util-file-list-get-text",
|
"io-util-file-list-get-text",
|
||||||
"number-util-random-num",
|
"number-util-random-num",
|
||||||
@ -2779,6 +2782,7 @@
|
|||||||
"ImagePaste",
|
"ImagePaste",
|
||||||
"Int to String",
|
"Int to String",
|
||||||
"LMStudioPrompt",
|
"LMStudioPrompt",
|
||||||
|
"Load Image Based on Number",
|
||||||
"LoraSyntaxProcessor",
|
"LoraSyntaxProcessor",
|
||||||
"Mikey Sampler",
|
"Mikey Sampler",
|
||||||
"Mikey Sampler Base Only",
|
"Mikey Sampler Base Only",
|
||||||
@ -4553,8 +4557,11 @@
|
|||||||
"SAMLoader",
|
"SAMLoader",
|
||||||
"SEGSDetailer",
|
"SEGSDetailer",
|
||||||
"SEGSDetailerForAnimateDiff",
|
"SEGSDetailerForAnimateDiff",
|
||||||
|
"SEGSLabelFilterDetailerHookProvider",
|
||||||
|
"SEGSOrderedFilterDetailerHookProvider",
|
||||||
"SEGSPaste",
|
"SEGSPaste",
|
||||||
"SEGSPreview",
|
"SEGSPreview",
|
||||||
|
"SEGSRangeFilterDetailerHookProvider",
|
||||||
"SEGSSwitch",
|
"SEGSSwitch",
|
||||||
"SEGSToImageList",
|
"SEGSToImageList",
|
||||||
"SegmDetectorCombined",
|
"SegmDetectorCombined",
|
||||||
@ -4898,6 +4905,8 @@
|
|||||||
"NegiTools_OpenAiTranslate",
|
"NegiTools_OpenAiTranslate",
|
||||||
"NegiTools_OpenPoseToPointList",
|
"NegiTools_OpenPoseToPointList",
|
||||||
"NegiTools_PointListToMask",
|
"NegiTools_PointListToMask",
|
||||||
|
"NegiTools_RandomImageLoader",
|
||||||
|
"NegiTools_SaveImageToDirectory",
|
||||||
"NegiTools_SeedGenerator",
|
"NegiTools_SeedGenerator",
|
||||||
"NegiTools_StereoImageGenerator",
|
"NegiTools_StereoImageGenerator",
|
||||||
"NegiTools_StringFunction"
|
"NegiTools_StringFunction"
|
||||||
@ -5271,6 +5280,7 @@
|
|||||||
"https://github.com/shadowcz007/comfyui-mixlab-nodes": [
|
"https://github.com/shadowcz007/comfyui-mixlab-nodes": [
|
||||||
[
|
[
|
||||||
"3DImage",
|
"3DImage",
|
||||||
|
"AppInfo",
|
||||||
"AreaToMask",
|
"AreaToMask",
|
||||||
"CLIPSeg",
|
"CLIPSeg",
|
||||||
"CLIPSeg_",
|
"CLIPSeg_",
|
||||||
@ -5283,12 +5293,15 @@
|
|||||||
"EnhanceImage",
|
"EnhanceImage",
|
||||||
"FaceToMask",
|
"FaceToMask",
|
||||||
"FeatheredMask",
|
"FeatheredMask",
|
||||||
|
"FloatSlider",
|
||||||
"FloatingVideo",
|
"FloatingVideo",
|
||||||
"Font",
|
"Font",
|
||||||
"GamePal",
|
"GamePal",
|
||||||
"ImageCropByAlpha",
|
"ImageCropByAlpha",
|
||||||
|
"IntNumber",
|
||||||
"LoadImagesFromPath",
|
"LoadImagesFromPath",
|
||||||
"MergeLayers",
|
"MergeLayers",
|
||||||
|
"MultiplicationNode",
|
||||||
"NewLayer",
|
"NewLayer",
|
||||||
"NoiseImage",
|
"NoiseImage",
|
||||||
"RandomPrompt",
|
"RandomPrompt",
|
||||||
@ -5302,6 +5315,7 @@
|
|||||||
"SplitLongMask",
|
"SplitLongMask",
|
||||||
"SvgImage",
|
"SvgImage",
|
||||||
"TextImage",
|
"TextImage",
|
||||||
|
"TextInput_",
|
||||||
"TextToNumber",
|
"TextToNumber",
|
||||||
"TransparentImage",
|
"TransparentImage",
|
||||||
"VAEDecodeConsistencyDecoder",
|
"VAEDecodeConsistencyDecoder",
|
||||||
|
|||||||
@ -21,6 +21,18 @@
|
|||||||
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sd15_lora.safetensors"
|
"url": "https://huggingface.co/h94/IP-Adapter-FaceID/resolve/main/ip-adapter-faceid_sd15_lora.safetensors"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
"name": "LongAnimatediff/lt_long_mm_16_64_frames_v1.1.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
||||||
|
"type": "animatediff",
|
||||||
|
"base": "SD1.x",
|
||||||
|
"save_path": "custom_nodes/ComfyUI-AnimateDiff-Evolved/models",
|
||||||
|
"description": "Pressing 'install' directly downloads the model from the Kosinkadink/ComfyUI-AnimateDiff-Evolved extension node. (Note: Requires ComfyUI-Manager V0.24 or above)",
|
||||||
|
"reference": "https://huggingface.co/Lightricks/LongAnimateDiff",
|
||||||
|
"filename": "lt_long_mm_16_64_frames_v1.1.ckpt",
|
||||||
|
"url": "https://huggingface.co/Lightricks/LongAnimateDiff/resolve/main/lt_long_mm_16_64_frames_v1.1.ckpt"
|
||||||
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "animatediff/v3_sd15_sparsectrl_rgb.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
"name": "animatediff/v3_sd15_sparsectrl_rgb.ckpt (ComfyUI-AnimateDiff-Evolved)",
|
||||||
"type": "controlnet",
|
"type": "controlnet",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user