mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
update DB
This commit is contained in:
parent
3eff6a6de9
commit
f29ba8e77d
@ -3650,7 +3650,7 @@
|
||||
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Customer Date Folder Format, Image Metadata Overlay Node, LoadImageWithMeta"
|
||||
"description": "Nodes:RR_Date_Folder_Format, RR_Image_Metadata_Overlay, RR_VideoPathMetaExtraction, RR_DisplayMetaOptions. This extension provides nodes designed to enhance the Animatediff workflow."
|
||||
},
|
||||
{
|
||||
"author": "OpenArt-AI",
|
||||
@ -3814,6 +3814,26 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: RErouter, String (RE), Int (RE)"
|
||||
},
|
||||
{
|
||||
"author": "jesenzhang",
|
||||
"title": "ComfyUI_StreamDiffusion",
|
||||
"reference": "https://github.com/jesenzhang/ComfyUI_StreamDiffusion",
|
||||
"files": [
|
||||
"https://github.com/jesenzhang/ComfyUI_StreamDiffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a simple implementation StreamDiffusion(A Pipeline-Level Solution for Real-Time Interactive Generation) for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "ai-liam",
|
||||
"title": "LiamUtil",
|
||||
"reference": "https://github.com/ai-liam/comfyui_liam_util",
|
||||
"files": [
|
||||
"https://github.com/ai-liam/comfyui_liam_util"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -1029,7 +1029,9 @@
|
||||
"DiffusersSchedulerLoader",
|
||||
"DiffusersVaeLoader",
|
||||
"StreamDiffusionCreateStream",
|
||||
"StreamDiffusionSampler"
|
||||
"StreamDiffusionFastSampler",
|
||||
"StreamDiffusionSampler",
|
||||
"StreamDiffusionWarmup"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Diffusers"
|
||||
@ -1410,8 +1412,10 @@
|
||||
[
|
||||
"AnalyseMetadata",
|
||||
"DateIntegerNode",
|
||||
"DisplayMetaOptions",
|
||||
"LoadImageWithMeta",
|
||||
"MetadataOverlayNode"
|
||||
"MetadataOverlayNode",
|
||||
"VideoPathMetaExtraction"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
||||
@ -1638,6 +1642,7 @@
|
||||
"CR Aspect Ratio SDXL",
|
||||
"CR Batch Process Switch",
|
||||
"CR Binary Pattern",
|
||||
"CR Binary To List",
|
||||
"CR Central Schedule",
|
||||
"CR Check Job Complete",
|
||||
"CR Checker Pattern",
|
||||
@ -1713,6 +1718,7 @@
|
||||
"CR Interpolate Rotation",
|
||||
"CR Interpolate Track",
|
||||
"CR Interpolate Zoom",
|
||||
"CR Intertwine Lists",
|
||||
"CR Job Current Frame",
|
||||
"CR Job List",
|
||||
"CR Job Scheduler",
|
||||
@ -1837,7 +1843,7 @@
|
||||
],
|
||||
{
|
||||
"author": "Suzie1",
|
||||
"description": "160 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.",
|
||||
"description": "162 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.",
|
||||
"nickname": "Comfyroll Studio",
|
||||
"title": "Comfyroll Studio",
|
||||
"title_aux": "ComfyUI_Comfyroll_CustomNodes"
|
||||
@ -2049,7 +2055,9 @@
|
||||
"0246.RandomInt",
|
||||
"0246.Script",
|
||||
"0246.ScriptImbue",
|
||||
"0246.ScriptNode",
|
||||
"0246.ScriptPlan",
|
||||
"0246.ScriptRule",
|
||||
"0246.Stringify"
|
||||
],
|
||||
{
|
||||
@ -2544,6 +2552,14 @@
|
||||
"title_aux": "AegisFlow Utility Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ai-liam/comfyui_liam_util": [
|
||||
[
|
||||
"LiamLoadImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "LiamUtil"
|
||||
}
|
||||
],
|
||||
"https://github.com/aianimation55/ComfyUI-FatLabels": [
|
||||
[
|
||||
"FatLabels"
|
||||
@ -2743,11 +2759,14 @@
|
||||
"B_ENUM",
|
||||
"B_VECTOR3",
|
||||
"B_VECTOR4",
|
||||
"Combine Points",
|
||||
"CreateShapeFlow",
|
||||
"ExportBlendshapes",
|
||||
"ExportGLTF",
|
||||
"Extract Boundary Points",
|
||||
"Image Alpha Mask Merge",
|
||||
"ImageBridge",
|
||||
"LoadImageFromRequest",
|
||||
"LoadImageWithAlpha",
|
||||
"SAM MultiLayer",
|
||||
"Save Image With Workflow"
|
||||
@ -3493,6 +3512,7 @@
|
||||
"https://github.com/cubiq/ComfyUI_essentials": [
|
||||
[
|
||||
"ConsoleDebug+",
|
||||
"ExtractKeyframes+",
|
||||
"GetImageSize+",
|
||||
"ImageCASharpening+",
|
||||
"ImageCrop+",
|
||||
@ -3506,6 +3526,7 @@
|
||||
"MaskBlur+",
|
||||
"MaskExpandBatch+",
|
||||
"MaskFlip+",
|
||||
"MaskFromBatch+",
|
||||
"MaskFromColor+",
|
||||
"MaskPreview+",
|
||||
"ModelCompile+",
|
||||
@ -4135,6 +4156,15 @@
|
||||
"title_aux": "Various ComfyUI Nodes by Type"
|
||||
}
|
||||
],
|
||||
"https://github.com/jesenzhang/ComfyUI_StreamDiffusion": [
|
||||
[
|
||||
"StreamDiffusion_Loader",
|
||||
"StreamDiffusion_Sampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StreamDiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/jitcoder/lora-info": [
|
||||
[
|
||||
"LoraInfo"
|
||||
|
||||
@ -260,16 +260,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: MergeStrings, ExecStrAsCode, RandnLatentImage. [w/NOTE: This extension includes the ability to execute code as a string in nodes. Be cautious during installation, as it can pose a security risk.]"
|
||||
},
|
||||
{
|
||||
"author": "AbyssYuan0",
|
||||
"title": "ComfyUI_BadgerTools",
|
||||
"reference": "https://github.com/AbyssYuan0/ComfyUI_BadgerTools",
|
||||
"files": [
|
||||
"https://github.com/AbyssYuan0/ComfyUI_BadgerTools"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: ImageOverlap-badger, FloatToInt-badger, IntToString-badger, FloatToString-badger."
|
||||
},
|
||||
{
|
||||
"author": "WSJUSA",
|
||||
"title": "pre-comfyui-stablsr",
|
||||
@ -280,16 +270,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a development respository for debugging migration of StableSR to Comfyui"
|
||||
},
|
||||
{
|
||||
"author": "Fannovel16",
|
||||
"title": "ComfyUI MotionDiff",
|
||||
"reference": "https://github.com/Fannovel16/ComfyUI-MotionDiff",
|
||||
"files": [
|
||||
"https://github.com/Fannovel16/ComfyUI-MotionDiff"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "N/A"
|
||||
},
|
||||
{
|
||||
"author": "Dr.Lt.Data",
|
||||
"title": "ComfyUI-Workflow-Component [WIP]",
|
||||
|
||||
@ -1,19 +1,4 @@
|
||||
{
|
||||
"https://github.com/AbyssYuan0/ComfyUI_BadgerTools": [
|
||||
[
|
||||
"FloatToInt-badger",
|
||||
"FloatToString-badger",
|
||||
"ImageNormalization-badger",
|
||||
"ImageOverlap-badger",
|
||||
"ImageScaleToSide-badger",
|
||||
"IntToString-badger",
|
||||
"StringToFizz-badger",
|
||||
"TextListToString-badger"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_BadgerTools"
|
||||
}
|
||||
],
|
||||
"https://github.com/BlueDangerX/ComfyUI-BDXNodes": [
|
||||
[
|
||||
"BDXTestInt",
|
||||
@ -52,23 +37,6 @@
|
||||
"title_aux": "ComfyUI_bd_customNodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/Fannovel16/ComfyUI-MotionDiff": [
|
||||
[
|
||||
"EmptyMotionData",
|
||||
"ExportSMPLTo3DSoftware",
|
||||
"MotionCLIPTextEncode",
|
||||
"MotionDataVisualizer",
|
||||
"MotionDiffLoader",
|
||||
"MotionDiffSimpleSampler",
|
||||
"RenderSMPLMesh",
|
||||
"SMPLLoader",
|
||||
"SaveSMPL",
|
||||
"SmplifyMotionData"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI MotionDiff"
|
||||
}
|
||||
],
|
||||
"https://github.com/IvanZhd/comfyui-codeformer": [
|
||||
[
|
||||
"RedBeanie_CustomImageInverter"
|
||||
@ -130,6 +98,19 @@
|
||||
"title_aux": "pre-comfyui-stablsr"
|
||||
}
|
||||
],
|
||||
"https://github.com/ZHO-ZHO-ZHO/ComfyUI-ArtGallery": [
|
||||
[
|
||||
"ArtGallery_Zho",
|
||||
"ArtistsImage_Zho",
|
||||
"CamerasImage_Zho",
|
||||
"FilmsImage_Zho",
|
||||
"MovementsImage_Zho",
|
||||
"StylesImage_Zho"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI ArtGallery\uff08WIP)"
|
||||
}
|
||||
],
|
||||
"https://github.com/alt-key-project/comfyui-dream-video-batches": [
|
||||
[
|
||||
"Blended Transition [DVB]",
|
||||
@ -336,15 +317,27 @@
|
||||
],
|
||||
"https://github.com/eigenpunk/ComfyUI-audio": [
|
||||
[
|
||||
"ApplyVoiceFixer",
|
||||
"BatchAudio",
|
||||
"ClipAudio",
|
||||
"CombineImageWithAudio",
|
||||
"ConcatAudio",
|
||||
"ConvertAudio",
|
||||
"FlattenAudioBatch",
|
||||
"LoadAudio",
|
||||
"MusicgenGenerate",
|
||||
"MusicgenHFGenerate",
|
||||
"MusicgenHFLoader",
|
||||
"MusicgenLoader",
|
||||
"PreviewAudio",
|
||||
"SaveAudio",
|
||||
"SpectrogramImage",
|
||||
"TortoiseTTSGenerate",
|
||||
"TortoiseTTSLoader"
|
||||
"TortoiseTTSLoader",
|
||||
"VALLEXGenerator",
|
||||
"VALLEXLoader",
|
||||
"VALLEXVoicePromptFromAudio",
|
||||
"VALLEXVoicePromptLoader"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-audio"
|
||||
|
||||
@ -11,6 +11,26 @@
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "ai-liam",
|
||||
"title": "LiamUtil",
|
||||
"reference": "https://github.com/ai-liam/comfyui_liam_util",
|
||||
"files": [
|
||||
"https://github.com/ai-liam/comfyui_liam_util"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes: LiamLoadImage. This node provides the capability to load images from a URL."
|
||||
},
|
||||
{
|
||||
"author": "jesenzhang",
|
||||
"title": "ComfyUI_StreamDiffusion",
|
||||
"reference": "https://github.com/jesenzhang/ComfyUI_StreamDiffusion",
|
||||
"files": [
|
||||
"https://github.com/jesenzhang/ComfyUI_StreamDiffusion"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "This is a simple implementation StreamDiffusion(A Pipeline-Level Solution for Real-Time Interactive Generation) for ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "an90ray",
|
||||
"title": "ComfyUI-DareMerge",
|
||||
@ -241,7 +261,7 @@
|
||||
"https://github.com/RenderRift/ComfyUI-RenderRiftNodes"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Nodes:Customer Date Folder Format, Image Metadata Overlay Node, LoadImageWithMeta"
|
||||
"description": "Nodes:RR_Date_Folder_Format, RR_Image_Metadata_Overlay, RR_VideoPathMetaExtraction, RR_DisplayMetaOptions. This extension provides nodes designed to enhance the Animatediff workflow."
|
||||
},
|
||||
{
|
||||
"author": "Haoming02",
|
||||
@ -675,27 +695,6 @@
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Adds Static Primitives to ComfyUI. Mostly to work with reroute nodes"
|
||||
},
|
||||
{
|
||||
"author": "zfkun",
|
||||
"title": "ComfyUI_zfkun",
|
||||
"reference": "https://github.com/zfkun/ComfyUI_zfkun",
|
||||
"files": [
|
||||
"https://github.com/zfkun/ComfyUI_zfkun"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes for common tools, including text preview, text translation (multi-platform, multi-language), image loader, webcamera capture."
|
||||
},
|
||||
{
|
||||
"author": "jtrue",
|
||||
"title": "ComfyUI-JaRue",
|
||||
"reference": "https://github.com/jtrue/ComfyUI-JaRue",
|
||||
"files": [
|
||||
"https://github.com/jtrue/ComfyUI-JaRue"
|
||||
],
|
||||
"nodename_pattern": "_jru$",
|
||||
"install_type": "git-clone",
|
||||
"description": "A collection of nodes powering a tensor oracle on a home network with automation"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -1029,7 +1029,9 @@
|
||||
"DiffusersSchedulerLoader",
|
||||
"DiffusersVaeLoader",
|
||||
"StreamDiffusionCreateStream",
|
||||
"StreamDiffusionSampler"
|
||||
"StreamDiffusionFastSampler",
|
||||
"StreamDiffusionSampler",
|
||||
"StreamDiffusionWarmup"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-Diffusers"
|
||||
@ -1410,8 +1412,10 @@
|
||||
[
|
||||
"AnalyseMetadata",
|
||||
"DateIntegerNode",
|
||||
"DisplayMetaOptions",
|
||||
"LoadImageWithMeta",
|
||||
"MetadataOverlayNode"
|
||||
"MetadataOverlayNode",
|
||||
"VideoPathMetaExtraction"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-RenderRiftNodes"
|
||||
@ -1638,6 +1642,7 @@
|
||||
"CR Aspect Ratio SDXL",
|
||||
"CR Batch Process Switch",
|
||||
"CR Binary Pattern",
|
||||
"CR Binary To List",
|
||||
"CR Central Schedule",
|
||||
"CR Check Job Complete",
|
||||
"CR Checker Pattern",
|
||||
@ -1713,6 +1718,7 @@
|
||||
"CR Interpolate Rotation",
|
||||
"CR Interpolate Track",
|
||||
"CR Interpolate Zoom",
|
||||
"CR Intertwine Lists",
|
||||
"CR Job Current Frame",
|
||||
"CR Job List",
|
||||
"CR Job Scheduler",
|
||||
@ -1837,7 +1843,7 @@
|
||||
],
|
||||
{
|
||||
"author": "Suzie1",
|
||||
"description": "160 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.",
|
||||
"description": "162 custom nodes for Graphics, Animation, IO, Aspect Ratio, Model Merge, ControlNet, LoRA, XY Grid, and Utilities.",
|
||||
"nickname": "Comfyroll Studio",
|
||||
"title": "Comfyroll Studio",
|
||||
"title_aux": "ComfyUI_Comfyroll_CustomNodes"
|
||||
@ -2049,7 +2055,9 @@
|
||||
"0246.RandomInt",
|
||||
"0246.Script",
|
||||
"0246.ScriptImbue",
|
||||
"0246.ScriptNode",
|
||||
"0246.ScriptPlan",
|
||||
"0246.ScriptRule",
|
||||
"0246.Stringify"
|
||||
],
|
||||
{
|
||||
@ -2544,6 +2552,14 @@
|
||||
"title_aux": "AegisFlow Utility Nodes"
|
||||
}
|
||||
],
|
||||
"https://github.com/ai-liam/comfyui_liam_util": [
|
||||
[
|
||||
"LiamLoadImage"
|
||||
],
|
||||
{
|
||||
"title_aux": "LiamUtil"
|
||||
}
|
||||
],
|
||||
"https://github.com/aianimation55/ComfyUI-FatLabels": [
|
||||
[
|
||||
"FatLabels"
|
||||
@ -2743,11 +2759,14 @@
|
||||
"B_ENUM",
|
||||
"B_VECTOR3",
|
||||
"B_VECTOR4",
|
||||
"Combine Points",
|
||||
"CreateShapeFlow",
|
||||
"ExportBlendshapes",
|
||||
"ExportGLTF",
|
||||
"Extract Boundary Points",
|
||||
"Image Alpha Mask Merge",
|
||||
"ImageBridge",
|
||||
"LoadImageFromRequest",
|
||||
"LoadImageWithAlpha",
|
||||
"SAM MultiLayer",
|
||||
"Save Image With Workflow"
|
||||
@ -3493,6 +3512,7 @@
|
||||
"https://github.com/cubiq/ComfyUI_essentials": [
|
||||
[
|
||||
"ConsoleDebug+",
|
||||
"ExtractKeyframes+",
|
||||
"GetImageSize+",
|
||||
"ImageCASharpening+",
|
||||
"ImageCrop+",
|
||||
@ -3506,6 +3526,7 @@
|
||||
"MaskBlur+",
|
||||
"MaskExpandBatch+",
|
||||
"MaskFlip+",
|
||||
"MaskFromBatch+",
|
||||
"MaskFromColor+",
|
||||
"MaskPreview+",
|
||||
"ModelCompile+",
|
||||
@ -4135,6 +4156,15 @@
|
||||
"title_aux": "Various ComfyUI Nodes by Type"
|
||||
}
|
||||
],
|
||||
"https://github.com/jesenzhang/ComfyUI_StreamDiffusion": [
|
||||
[
|
||||
"StreamDiffusion_Loader",
|
||||
"StreamDiffusion_Sampler"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI_StreamDiffusion"
|
||||
}
|
||||
],
|
||||
"https://github.com/jitcoder/lora-info": [
|
||||
[
|
||||
"LoraInfo"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user