mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-08 21:54:26 +08:00
update DB
This commit is contained in:
parent
0c71565535
commit
0fe2ade7bb
@ -27168,6 +27168,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-Lightx2vWrapper is an inference wrapper for Lightx2v designed for use with ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "GACLove",
|
||||
"title": "ComfyUI-VFI",
|
||||
"reference": "https://github.com/GACLove/ComfyUI-VFI",
|
||||
"files": [
|
||||
"https://github.com/GACLove/ComfyUI-VFI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-RIFE is an inference wrapper for RIFE designed for use with ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "Yahweasel",
|
||||
"title": "ComfyUI-MinDalle",
|
||||
@ -29871,6 +29881,16 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "comfyui-zeug (German for 'gear' or 'stuff') is a collection of custom nodes for ComfyUI, designed to enhance functionality and provide additional features."
|
||||
},
|
||||
{
|
||||
"author": "g0kuvonlange",
|
||||
"title": "ComfyUI Load From URL",
|
||||
"reference": "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL",
|
||||
"files": [
|
||||
"https://github.com/g0kuvonlange/ComfyUI-Load-From-URL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple custom node for ComfyUI to load LoRAs and videos directly from a URL. Ideal for users hosting files on a server with publicly accessible URLs."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
@ -5577,6 +5577,14 @@
|
||||
"title_aux": "ComfyUI-Lightx2vWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/GACLove/ComfyUI-VFI": [
|
||||
[
|
||||
"RIFEInterpolation"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VFI"
|
||||
}
|
||||
],
|
||||
"https://github.com/GHOSTLXH/ComfyUI-Counternodes": [
|
||||
[
|
||||
"AlternatingOutput",
|
||||
@ -13935,16 +13943,32 @@
|
||||
],
|
||||
"https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": [
|
||||
[
|
||||
"WarpedAdvancedSamplerBatch",
|
||||
"ClipLoaderGGUF",
|
||||
"DualClipLoaderGGUF",
|
||||
"GGUFRun",
|
||||
"GGUFSave",
|
||||
"GGUFUndo",
|
||||
"LoaderGGUF",
|
||||
"LoaderGGUFAdvanced",
|
||||
"QuadrupleClipLoaderGGUF",
|
||||
"TENSORBoost",
|
||||
"TENSORCut",
|
||||
"TripleClipLoaderGGUF",
|
||||
"VaeGGUF",
|
||||
"WarpedBasicGuider",
|
||||
"WarpedBundleAllVideoImages",
|
||||
"WarpedBundleVideoImages",
|
||||
"WarpedCLIPLoader",
|
||||
"WarpedCLIPVisionLoader",
|
||||
"WarpedCheckpointLoader",
|
||||
"WarpedClipLoaderGGUF",
|
||||
"WarpedCreateEmptyImageBatch",
|
||||
"WarpedCreateEmptyLatentBatch",
|
||||
"WarpedCreateSpecialImageBatch",
|
||||
"WarpedDualCLIPLoader",
|
||||
"WarpedDualClipLoaderGGUF",
|
||||
"WarpedDualEncoder",
|
||||
"WarpedDualGuider",
|
||||
"WarpedFramepackLoraSelectBatch",
|
||||
"WarpedFramepackMultiLoraSelect",
|
||||
"WarpedFramepackMultiLoraSelectExt",
|
||||
@ -13962,15 +13986,14 @@
|
||||
"WarpedHunyuanMultiLoraMerge",
|
||||
"WarpedHunyuanMultiLoraMixer",
|
||||
"WarpedHunyuanMultiLoraMixerExt",
|
||||
"WarpedHunyuanMultiLoraMixerExt2",
|
||||
"WarpedHunyuanVideoLoraLoader",
|
||||
"WarpedImageNoiseAugmentation",
|
||||
"WarpedImageResize",
|
||||
"WarpedImageScaleToSide",
|
||||
"WarpedLeapfusionHunyuanI2V",
|
||||
"WarpedLoadFramePackModel",
|
||||
"WarpedLoadLorasBatchByPrefix",
|
||||
"WarpedLoadVideosBatch",
|
||||
"WarpedLoaderGGUF",
|
||||
"WarpedLoraKeysAndMetadataReader",
|
||||
"WarpedLoraReSave",
|
||||
"WarpedMultiLoraLoader",
|
||||
@ -13978,6 +14001,8 @@
|
||||
"WarpedReverseImageBatch",
|
||||
"WarpedSamplerCustomAdv",
|
||||
"WarpedSamplerCustomAdvLatent",
|
||||
"WarpedSamplerCustomBatch",
|
||||
"WarpedSamplerCustomScripted",
|
||||
"WarpedSaveAnimatedPng",
|
||||
"WarpedUpscaleWithModel",
|
||||
"WarpedVAELoader",
|
||||
@ -23359,6 +23384,15 @@
|
||||
"title_aux": "comfyui-mosaic-blur"
|
||||
}
|
||||
],
|
||||
"https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": [
|
||||
[
|
||||
"Load LoRA From URL",
|
||||
"Load Video From URL"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Load From URL"
|
||||
}
|
||||
],
|
||||
"https://github.com/gabe-init/ComfyUI-11labs": [
|
||||
[
|
||||
"ElevenLabsNode"
|
||||
|
||||
3352
github-stats.json
3352
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "rodpl",
|
||||
"title": "comfyui-asset-manager",
|
||||
"reference": "https://github.com/rodpl/comfyui-asset-manager",
|
||||
"files": [
|
||||
"https://github.com/rodpl/comfyui-asset-manager"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI Asset Manager for managing assets in ComfyUI"
|
||||
},
|
||||
{
|
||||
"author": "AIWarper",
|
||||
"title": "ComfyUI-DAViD [WIP]",
|
||||
"reference": "https://github.com/AIWarper/ComfyUI-DAViD",
|
||||
"files": [
|
||||
"https://github.com/AIWarper/ComfyUI-DAViD"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom nodes for [a/DAViD (Data-efficient and Accurate Vision Models from Synthetic Data)](https://microsoft.github.io/DAViD) models in ComfyUI. These nodes enable depth estimation, surface normal estimation, and soft foreground segmentation for human-centric images.\nNOTE: The files in the repo are not organized."
|
||||
},
|
||||
{
|
||||
"author": "blepping",
|
||||
"title": "ComfyUI 'dum' samplers [WIP]",
|
||||
|
||||
@ -468,6 +468,16 @@
|
||||
"title_aux": "UtilNodes-ComfyUI [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/AIWarper/ComfyUI-DAViD": [
|
||||
[
|
||||
"DAViDDepthVisualizer",
|
||||
"DAViDMultiTask",
|
||||
"DAViDNormalToLight"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-DAViD [WIP]"
|
||||
}
|
||||
],
|
||||
"https://github.com/ALatentPlace/ComfyUI_yanc": [
|
||||
[
|
||||
"> Bloom",
|
||||
@ -1060,6 +1070,7 @@
|
||||
"VTS Clear Ram",
|
||||
"VTS Clip Text Encode",
|
||||
"VTS Color Mask To Mask",
|
||||
"VTS Colour Match",
|
||||
"VTS Conditioning Set Batch Mask",
|
||||
"VTS Count Characters",
|
||||
"VTS Create Character Mask",
|
||||
|
||||
@ -1,5 +1,25 @@
|
||||
{
|
||||
"custom_nodes": [
|
||||
{
|
||||
"author": "GACLove",
|
||||
"title": "ComfyUI-VFI",
|
||||
"reference": "https://github.com/GACLove/ComfyUI-VFI",
|
||||
"files": [
|
||||
"https://github.com/GACLove/ComfyUI-VFI"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "ComfyUI-RIFE is an inference wrapper for RIFE designed for use with ComfyUI."
|
||||
},
|
||||
{
|
||||
"author": "g0kuvonlange",
|
||||
"title": "ComfyUI Load From URL",
|
||||
"reference": "https://github.com/g0kuvonlange/ComfyUI-Load-From-URL",
|
||||
"files": [
|
||||
"https://github.com/g0kuvonlange/ComfyUI-Load-From-URL"
|
||||
],
|
||||
"install_type": "git-clone",
|
||||
"description": "A simple custom node for ComfyUI to load LoRAs and videos directly from a URL. Ideal for users hosting files on a server with publicly accessible URLs."
|
||||
},
|
||||
{
|
||||
"author": "concarne000",
|
||||
"title": "ComfyUI-Stacker",
|
||||
|
||||
@ -5577,6 +5577,14 @@
|
||||
"title_aux": "ComfyUI-Lightx2vWrapper"
|
||||
}
|
||||
],
|
||||
"https://github.com/GACLove/ComfyUI-VFI": [
|
||||
[
|
||||
"RIFEInterpolation"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI-VFI"
|
||||
}
|
||||
],
|
||||
"https://github.com/GHOSTLXH/ComfyUI-Counternodes": [
|
||||
[
|
||||
"AlternatingOutput",
|
||||
@ -13935,16 +13943,32 @@
|
||||
],
|
||||
"https://github.com/WarpedAnimation/ComfyUI-WarpedToolset": [
|
||||
[
|
||||
"WarpedAdvancedSamplerBatch",
|
||||
"ClipLoaderGGUF",
|
||||
"DualClipLoaderGGUF",
|
||||
"GGUFRun",
|
||||
"GGUFSave",
|
||||
"GGUFUndo",
|
||||
"LoaderGGUF",
|
||||
"LoaderGGUFAdvanced",
|
||||
"QuadrupleClipLoaderGGUF",
|
||||
"TENSORBoost",
|
||||
"TENSORCut",
|
||||
"TripleClipLoaderGGUF",
|
||||
"VaeGGUF",
|
||||
"WarpedBasicGuider",
|
||||
"WarpedBundleAllVideoImages",
|
||||
"WarpedBundleVideoImages",
|
||||
"WarpedCLIPLoader",
|
||||
"WarpedCLIPVisionLoader",
|
||||
"WarpedCheckpointLoader",
|
||||
"WarpedClipLoaderGGUF",
|
||||
"WarpedCreateEmptyImageBatch",
|
||||
"WarpedCreateEmptyLatentBatch",
|
||||
"WarpedCreateSpecialImageBatch",
|
||||
"WarpedDualCLIPLoader",
|
||||
"WarpedDualClipLoaderGGUF",
|
||||
"WarpedDualEncoder",
|
||||
"WarpedDualGuider",
|
||||
"WarpedFramepackLoraSelectBatch",
|
||||
"WarpedFramepackMultiLoraSelect",
|
||||
"WarpedFramepackMultiLoraSelectExt",
|
||||
@ -13962,15 +13986,14 @@
|
||||
"WarpedHunyuanMultiLoraMerge",
|
||||
"WarpedHunyuanMultiLoraMixer",
|
||||
"WarpedHunyuanMultiLoraMixerExt",
|
||||
"WarpedHunyuanMultiLoraMixerExt2",
|
||||
"WarpedHunyuanVideoLoraLoader",
|
||||
"WarpedImageNoiseAugmentation",
|
||||
"WarpedImageResize",
|
||||
"WarpedImageScaleToSide",
|
||||
"WarpedLeapfusionHunyuanI2V",
|
||||
"WarpedLoadFramePackModel",
|
||||
"WarpedLoadLorasBatchByPrefix",
|
||||
"WarpedLoadVideosBatch",
|
||||
"WarpedLoaderGGUF",
|
||||
"WarpedLoraKeysAndMetadataReader",
|
||||
"WarpedLoraReSave",
|
||||
"WarpedMultiLoraLoader",
|
||||
@ -13978,6 +14001,8 @@
|
||||
"WarpedReverseImageBatch",
|
||||
"WarpedSamplerCustomAdv",
|
||||
"WarpedSamplerCustomAdvLatent",
|
||||
"WarpedSamplerCustomBatch",
|
||||
"WarpedSamplerCustomScripted",
|
||||
"WarpedSaveAnimatedPng",
|
||||
"WarpedUpscaleWithModel",
|
||||
"WarpedVAELoader",
|
||||
@ -23359,6 +23384,15 @@
|
||||
"title_aux": "comfyui-mosaic-blur"
|
||||
}
|
||||
],
|
||||
"https://github.com/g0kuvonlange/ComfyUI-Load-From-URL": [
|
||||
[
|
||||
"Load LoRA From URL",
|
||||
"Load Video From URL"
|
||||
],
|
||||
{
|
||||
"title_aux": "ComfyUI Load From URL"
|
||||
}
|
||||
],
|
||||
"https://github.com/gabe-init/ComfyUI-11labs": [
|
||||
[
|
||||
"ElevenLabsNode"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user