mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-10 06:34:24 +08:00
update DB
This commit is contained in:
parent
de547da4cd
commit
f24b5aa251
@ -33692,6 +33692,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement."
|
"description": "A custom node for ComfyUI that integrates the Topaz Labs API for AI-powered image upscaling and enhancement."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "comrender",
|
||||||
|
"title": "ComfyUI-Nano-Banana-Resizer",
|
||||||
|
"reference": "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/comrender/ComfyUI-Nano-Banana-Resizer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that automatically calculates optimal output dimensions for Google's Nano Banana image editing model, supporting 22 aspect ratio buckets and ensuring pixel-perfect outputs without shifting or cropping."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "DecartAI",
|
"author": "DecartAI",
|
||||||
"title": "Lucy-Edit-ComfyUI",
|
"title": "Lucy-Edit-ComfyUI",
|
||||||
@ -36220,6 +36230,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Enhanced image-to-video node for Wan2.2 optimized for 4-step LoRAs that fixes slow-motion issues by increasing motion amplitude by 15-50%, with camera movement enhancement. (Description by CC)"
|
"description": "Enhanced image-to-video node for Wan2.2 optimized for 4-step LoRAs that fixes slow-motion issues by increasing motion amplitude by 15-50%, with camera movement enhancement. (Description by CC)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "princepainter",
|
||||||
|
"title": "Comfyui-PainterSampler",
|
||||||
|
"reference": "https://github.com/princepainter/Comfyui-PainterSampler",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/princepainter/Comfyui-PainterSampler"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A dual-model image-to-video sampler for ComfyUI that combines high-noise and low-noise models in a single node, replacing two KSamplerAdvanced nodes with zero overhead and bit-identical frame generation. (Description by CC)"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "rafacost",
|
"author": "rafacost",
|
||||||
"title": "rafacostComfy",
|
"title": "rafacostComfy",
|
||||||
@ -36524,7 +36544,26 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI custom nodes for RSA image encryption using asymmetric cryptography with key generation, encryption, and decryption functions via the cryptography library. (Description by CC)"
|
"description": "ComfyUI custom nodes for RSA image encryption using asymmetric cryptography with key generation, encryption, and decryption functions via the cryptography library. (Description by CC)"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "hum-ma",
|
||||||
|
"title": "ComfyUI-TiledVaeLite",
|
||||||
|
"reference": "https://github.com/hum-ma/ComfyUI-TiledVaeLite",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/hum-ma/ComfyUI-TiledVaeLite"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A faster tiled VAE decode node for ComfyUI based on LTXV, optimized for low VRAM scenarios with configurable tiling, progress bars, and improved logging for decoding large images and videos."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "tristanvdb",
|
||||||
|
"title": "ComfyUI-toolset",
|
||||||
|
"reference": "https://github.com/tristanvdb/ComfyUI-toolset",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/tristanvdb/ComfyUI-toolset"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Human-in-the-loop image selection tool for ComfyUI workflows using a Flask web server, enabling users to pause workflows and interactively select images via a web browser interface."
|
||||||
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -6280,7 +6280,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Fablestarexpanse/Timer-Node-Comfyui": [
|
"https://github.com/Fablestarexpanse/Timer-Node-Comfyui": [
|
||||||
[
|
[
|
||||||
"TimerNode"
|
"PromptWaffleTimer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Timer-Node-Comfyui"
|
"title_aux": "Timer-Node-Comfyui"
|
||||||
@ -7161,7 +7161,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [
|
"https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [
|
||||||
[
|
[
|
||||||
"HttpTTSToAudio"
|
"HttpTTSToAudio",
|
||||||
|
"TTSServerStatus"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Text2Speech"
|
"title_aux": "ComfyUI-Text2Speech"
|
||||||
@ -7173,6 +7174,7 @@
|
|||||||
"HTMLPreviewer",
|
"HTMLPreviewer",
|
||||||
"HiTem3DConfigNode",
|
"HiTem3DConfigNode",
|
||||||
"HiTem3DDownloaderNode",
|
"HiTem3DDownloaderNode",
|
||||||
|
"HiTem3DHistoryNode",
|
||||||
"HiTem3DNode",
|
"HiTem3DNode",
|
||||||
"HiTem3DPreviewNode",
|
"HiTem3DPreviewNode",
|
||||||
"TextTemplate"
|
"TextTemplate"
|
||||||
@ -12582,22 +12584,27 @@
|
|||||||
[
|
[
|
||||||
"BatchCropFromMaskSimple",
|
"BatchCropFromMaskSimple",
|
||||||
"BatchUncropSimple",
|
"BatchUncropSimple",
|
||||||
|
"BlendImages",
|
||||||
"BlurByMask",
|
"BlurByMask",
|
||||||
"BlurMask",
|
"BlurMask",
|
||||||
|
"CLIPTextEncodeFluxMultiple",
|
||||||
|
"CLIPTextEncodeMultiple",
|
||||||
"CropImage",
|
"CropImage",
|
||||||
"CropMaskByBBox",
|
"CropMaskByBBox",
|
||||||
"DSLRNoise",
|
"DSLRNoise",
|
||||||
|
"GetImageSize",
|
||||||
"GradientMaskGenerator",
|
"GradientMaskGenerator",
|
||||||
"ImageBlendByMask",
|
"ImageBlendByMask",
|
||||||
"ImageScalePro",
|
"ImageScalePro",
|
||||||
"InvertMask",
|
"InvertMask",
|
||||||
"KSamplerMultiSeed",
|
"KSamplerMultiSeed",
|
||||||
"KSamplerMultiSeedPlus",
|
"KSamplerMultiSeedPlus",
|
||||||
|
"LMStudioQuery",
|
||||||
|
"LMStudioUnloadModel",
|
||||||
"LensSimulatedBloom",
|
"LensSimulatedBloom",
|
||||||
"PreviewImageQueue",
|
"PreviewImageQueue",
|
||||||
"PromptRandomizer",
|
"PromptRandomizer",
|
||||||
"StringCombine",
|
"StringCombine",
|
||||||
"TestCollapsibleNode",
|
|
||||||
"TestResetButton",
|
"TestResetButton",
|
||||||
"Watermark"
|
"Watermark"
|
||||||
],
|
],
|
||||||
@ -12726,6 +12733,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [
|
"https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [
|
||||||
[
|
[
|
||||||
|
"DA3_CreateCameraParams",
|
||||||
|
"DA3_ParseCameraPose",
|
||||||
"DA3_PreviewPointCloud",
|
"DA3_PreviewPointCloud",
|
||||||
"DA3_Save3DGaussians",
|
"DA3_Save3DGaussians",
|
||||||
"DA3_SavePointCloud",
|
"DA3_SavePointCloud",
|
||||||
@ -12780,6 +12789,7 @@
|
|||||||
"GeomPackMeshToPointCloud",
|
"GeomPackMeshToPointCloud",
|
||||||
"GeomPackPreviewBoundingBoxesVTK",
|
"GeomPackPreviewBoundingBoxesVTK",
|
||||||
"GeomPackPreviewMesh",
|
"GeomPackPreviewMesh",
|
||||||
|
"GeomPackPreviewMeshUV",
|
||||||
"GeomPackPreviewMeshVTK",
|
"GeomPackPreviewMeshVTK",
|
||||||
"GeomPackPreviewMeshVTKFields",
|
"GeomPackPreviewMeshVTKFields",
|
||||||
"GeomPackPreviewMeshVTKFilters",
|
"GeomPackPreviewMeshVTKFilters",
|
||||||
@ -15355,6 +15365,7 @@
|
|||||||
"Basic data handling: PathGetExtension",
|
"Basic data handling: PathGetExtension",
|
||||||
"Basic data handling: PathGetSize",
|
"Basic data handling: PathGetSize",
|
||||||
"Basic data handling: PathGlob",
|
"Basic data handling: PathGlob",
|
||||||
|
"Basic data handling: PathInputDir",
|
||||||
"Basic data handling: PathIsAbsolute",
|
"Basic data handling: PathIsAbsolute",
|
||||||
"Basic data handling: PathIsDir",
|
"Basic data handling: PathIsDir",
|
||||||
"Basic data handling: PathIsFile",
|
"Basic data handling: PathIsFile",
|
||||||
@ -15366,6 +15377,7 @@
|
|||||||
"Basic data handling: PathLoadMaskFromGreyscale",
|
"Basic data handling: PathLoadMaskFromGreyscale",
|
||||||
"Basic data handling: PathLoadStringFile",
|
"Basic data handling: PathLoadStringFile",
|
||||||
"Basic data handling: PathNormalize",
|
"Basic data handling: PathNormalize",
|
||||||
|
"Basic data handling: PathOutputDir",
|
||||||
"Basic data handling: PathRelative",
|
"Basic data handling: PathRelative",
|
||||||
"Basic data handling: PathSaveImageRGB",
|
"Basic data handling: PathSaveImageRGB",
|
||||||
"Basic data handling: PathSaveImageRGBA",
|
"Basic data handling: PathSaveImageRGBA",
|
||||||
@ -15506,7 +15518,9 @@
|
|||||||
"StarQwenImageEditInputs",
|
"StarQwenImageEditInputs",
|
||||||
"StarQwenImageRatio",
|
"StarQwenImageRatio",
|
||||||
"StarQwenRebalancePrompter",
|
"StarQwenRebalancePrompter",
|
||||||
|
"StarQwenRegionalPrompter",
|
||||||
"StarQwenWanRatio",
|
"StarQwenWanRatio",
|
||||||
|
"StarSampler",
|
||||||
"StarSaveFolderString"
|
"StarSaveFolderString"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -22743,9 +22757,13 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/cedarconnor/ComfyUI-OmniX": [
|
"https://github.com/cedarconnor/ComfyUI-OmniX": [
|
||||||
[
|
[
|
||||||
|
"AlbedoVisualization",
|
||||||
|
"DepthVisualization",
|
||||||
"FluxDiffusersLoader",
|
"FluxDiffusersLoader",
|
||||||
|
"NormalVisualization",
|
||||||
"OmniXLoRALoader",
|
"OmniXLoRALoader",
|
||||||
"OmniXPerceptionDiffusers"
|
"OmniXPerceptionDiffusers",
|
||||||
|
"PBRVisualization"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-OmniX"
|
"title_aux": "ComfyUI-OmniX"
|
||||||
@ -24920,6 +24938,14 @@
|
|||||||
"title_aux": "ComfyUI builmenlabo - Unified Package"
|
"title_aux": "ComfyUI builmenlabo - Unified Package"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": [
|
||||||
|
[
|
||||||
|
"NanoBananaSizeCalculator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Nano-Banana-Resizer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/comrender/ComfyUI-NanoSeed": [
|
"https://github.com/comrender/ComfyUI-NanoSeed": [
|
||||||
[
|
[
|
||||||
"NanoSeedEdit"
|
"NanoSeedEdit"
|
||||||
@ -27055,8 +27081,12 @@
|
|||||||
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
||||||
[
|
[
|
||||||
"Compositor3",
|
"Compositor3",
|
||||||
|
"Compositor4",
|
||||||
|
"Compositor4MasksOutput",
|
||||||
|
"Compositor4TransformsOut",
|
||||||
"CompositorColorPicker",
|
"CompositorColorPicker",
|
||||||
"CompositorConfig3",
|
"CompositorConfig3",
|
||||||
|
"CompositorConfig4",
|
||||||
"CompositorMasksOutputV3",
|
"CompositorMasksOutputV3",
|
||||||
"CompositorTools3",
|
"CompositorTools3",
|
||||||
"CompositorTransformsOutV3",
|
"CompositorTransformsOutV3",
|
||||||
@ -28486,6 +28516,7 @@
|
|||||||
"SADAInfo",
|
"SADAInfo",
|
||||||
"SADAModelPatch",
|
"SADAModelPatch",
|
||||||
"SDXL_LoRA_BlockSlider_Loader",
|
"SDXL_LoRA_BlockSlider_Loader",
|
||||||
|
"SemanticNoise",
|
||||||
"StructuredLatent",
|
"StructuredLatent",
|
||||||
"Temperature Adjust",
|
"Temperature Adjust",
|
||||||
"TokenSculptor",
|
"TokenSculptor",
|
||||||
@ -30166,6 +30197,15 @@
|
|||||||
"title_aux": "ComfyUI ModelScope API Node"
|
"title_aux": "ComfyUI ModelScope API Node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/hum-ma/ComfyUI-TiledVaeLite": [
|
||||||
|
[
|
||||||
|
"Set VAE Decoder Noise",
|
||||||
|
"TiledVAEDecode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-TiledVaeLite"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/hunzmusic/ComfyUI-IG2MV": [
|
"https://github.com/hunzmusic/ComfyUI-IG2MV": [
|
||||||
[
|
[
|
||||||
"DiffusersIGMVModelMakeup",
|
"DiffusersIGMVModelMakeup",
|
||||||
@ -33475,6 +33515,7 @@
|
|||||||
"WanVideoAddPusaNoise",
|
"WanVideoAddPusaNoise",
|
||||||
"WanVideoAddS2VEmbeds",
|
"WanVideoAddS2VEmbeds",
|
||||||
"WanVideoAddStandInLatent",
|
"WanVideoAddStandInLatent",
|
||||||
|
"WanVideoAddTTMLatents",
|
||||||
"WanVideoAnimateEmbeds",
|
"WanVideoAnimateEmbeds",
|
||||||
"WanVideoApplyNAG",
|
"WanVideoApplyNAG",
|
||||||
"WanVideoBlockList",
|
"WanVideoBlockList",
|
||||||
@ -40111,6 +40152,14 @@
|
|||||||
"title_aux": "Comfyui-PainterAudioCut"
|
"title_aux": "Comfyui-PainterAudioCut"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/princepainter/Comfyui-PainterSampler": [
|
||||||
|
[
|
||||||
|
"PainterSampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Comfyui-PainterSampler"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/prodogape/ComfyUI-EasyOCR": [
|
"https://github.com/prodogape/ComfyUI-EasyOCR": [
|
||||||
[
|
[
|
||||||
"Apply EasyOCR"
|
"Apply EasyOCR"
|
||||||
@ -44989,6 +45038,15 @@
|
|||||||
"title_aux": "quadmoon's ComfyUI nodes"
|
"title_aux": "quadmoon's ComfyUI nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/tristanvdb/ComfyUI-toolset": [
|
||||||
|
[
|
||||||
|
"InteractiveImageSelector",
|
||||||
|
"InteractiveLatentSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-toolset"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [
|
"https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [
|
||||||
[
|
[
|
||||||
"FreqSeparationSharpen",
|
"FreqSeparationSharpen",
|
||||||
|
|||||||
3739
github-stats.json
3739
github-stats.json
File diff suppressed because it is too large
Load Diff
@ -3549,13 +3549,25 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [
|
"https://github.com/PozzettiAndrea/ComfyUI-Hunyuan3D-Part": [
|
||||||
[
|
[
|
||||||
|
"ClearAllModelCaches",
|
||||||
|
"ComputeMeshFeatures",
|
||||||
|
"ExplodedMeshViewer",
|
||||||
|
"Hunyuan3DLoadMesh",
|
||||||
|
"Hunyuan3DPreviewBoundingBoxes",
|
||||||
|
"Hunyuan3DSaveMesh",
|
||||||
"Hunyuan3D_FullPipeline",
|
"Hunyuan3D_FullPipeline",
|
||||||
"Hunyuan3D_P3SAM_Segmentation",
|
"Hunyuan3D_P3SAM_Segmentation",
|
||||||
"Hunyuan3D_XPart_Generation",
|
"Hunyuan3D_XPart_Generation",
|
||||||
"LoadBoundingBoxes",
|
"LoadBoundingBoxes",
|
||||||
"LoadMesh",
|
"LoadMesh",
|
||||||
|
"LoadP3SAMSegmentor",
|
||||||
|
"LoadXPartModels",
|
||||||
|
"OffloadModelToCPU",
|
||||||
|
"P3SAMSegmentMesh",
|
||||||
|
"ReloadModelToGPU",
|
||||||
"SaveBoundingBoxes",
|
"SaveBoundingBoxes",
|
||||||
"SaveMesh"
|
"SaveMesh",
|
||||||
|
"XPartGenerateParts"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Hunyuan3D-Part [WIP]"
|
"title_aux": "Hunyuan3D-Part [WIP]"
|
||||||
@ -3563,19 +3575,16 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/PozzettiAndrea/ComfyUI-UniRig": [
|
"https://github.com/PozzettiAndrea/ComfyUI-UniRig": [
|
||||||
[
|
[
|
||||||
"UniRigApplySkinning",
|
|
||||||
"UniRigApplySkinningML",
|
"UniRigApplySkinningML",
|
||||||
"UniRigDenormalizeSkeleton",
|
|
||||||
"UniRigExtractRig",
|
|
||||||
"UniRigExtractSkeleton",
|
"UniRigExtractSkeleton",
|
||||||
|
"UniRigLoadMesh",
|
||||||
"UniRigLoadRiggedMesh",
|
"UniRigLoadRiggedMesh",
|
||||||
"UniRigLoadSkeletonModel",
|
"UniRigLoadSkeletonModel",
|
||||||
"UniRigLoadSkinningModel",
|
"UniRigLoadSkinningModel",
|
||||||
"UniRigPrepareSkeletonForSkinning",
|
|
||||||
"UniRigPreviewRiggedMesh",
|
"UniRigPreviewRiggedMesh",
|
||||||
|
"UniRigSaveMesh",
|
||||||
"UniRigSaveRiggedMesh",
|
"UniRigSaveRiggedMesh",
|
||||||
"UniRigSaveSkeleton",
|
"UniRigSaveSkeleton"
|
||||||
"UniRigValidateSkeleton"
|
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-UniRig [WIP]"
|
"title_aux": "ComfyUI-UniRig [WIP]"
|
||||||
@ -3907,7 +3916,6 @@
|
|||||||
"MaskProcessor",
|
"MaskProcessor",
|
||||||
"MaskTransformNode",
|
"MaskTransformNode",
|
||||||
"RAMPreviewImage",
|
"RAMPreviewImage",
|
||||||
"Temperature",
|
|
||||||
"VisualizeSigmas",
|
"VisualizeSigmas",
|
||||||
"saturationNode"
|
"saturationNode"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -1,5 +1,45 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "princepainter",
|
||||||
|
"title": "Comfyui-PainterSampler",
|
||||||
|
"reference": "https://github.com/princepainter/Comfyui-PainterSampler",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/princepainter/Comfyui-PainterSampler"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A dual-model image-to-video sampler for ComfyUI that combines high-noise and low-noise models in a single node, replacing two KSamplerAdvanced nodes with zero overhead and bit-identical frame generation. (Description by CC)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "comrender",
|
||||||
|
"title": "ComfyUI-Nano-Banana-Resizer",
|
||||||
|
"reference": "https://github.com/comrender/ComfyUI-Nano-Banana-Resizer",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/comrender/ComfyUI-Nano-Banana-Resizer"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI custom node that automatically calculates optimal output dimensions for Google's Nano Banana image editing model, supporting 22 aspect ratio buckets and ensuring pixel-perfect outputs without shifting or cropping."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "hum-ma",
|
||||||
|
"title": "ComfyUI-TiledVaeLite",
|
||||||
|
"reference": "https://github.com/hum-ma/ComfyUI-TiledVaeLite",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/hum-ma/ComfyUI-TiledVaeLite"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A faster tiled VAE decode node for ComfyUI based on LTXV, optimized for low VRAM scenarios with configurable tiling, progress bars, and improved logging for decoding large images and videos."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "tristanvdb",
|
||||||
|
"title": "ComfyUI-toolset",
|
||||||
|
"reference": "https://github.com/tristanvdb/ComfyUI-toolset",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/tristanvdb/ComfyUI-toolset"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Human-in-the-loop image selection tool for ComfyUI workflows using a Flask web server, enabling users to pause workflows and interactively select images via a web browser interface."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "smthemex",
|
"author": "smthemex",
|
||||||
"title": "ComfyUI_DyPE",
|
"title": "ComfyUI_DyPE",
|
||||||
@ -654,48 +694,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Creditas' Ad Creation Toolkit for ComfyUI"
|
"description": "Creditas' Ad Creation Toolkit for ComfyUI"
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "PozzettiAndrea",
|
|
||||||
"title": "ComfyUI libigl",
|
|
||||||
"reference": "https://github.com/PozzettiAndrea/ComfyUI-GeometryPack",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/PozzettiAndrea/ComfyUI-GeometryPack"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "libigl geometry processing wrapper for ComfyUI - mesh manipulation and analysis nodes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "Cyrostar",
|
|
||||||
"title": "ComfyUI-Artha-Nodes",
|
|
||||||
"id": "comfyui-artha-nodes",
|
|
||||||
"reference": "https://github.com/Cyrostar/ComfyUI-Artha-Nodes",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/Cyrostar/ComfyUI-Artha-Nodes"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "ComfyUI custom nodes for general purpose."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "alFrame",
|
|
||||||
"title": "ComfyUI AF - Enhanced-HTML-Note",
|
|
||||||
"reference": "https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/alFrame/ComfyUI-AF-Enhanced-HTML-Note"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A ComfyUI Note node with HTML capabilities. Create notes, UI's and ReadMe's directly inside the workflow using rich HTML formatting."
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "bulldog68",
|
|
||||||
"title": "FMJ-speed-Prompt",
|
|
||||||
"reference": "https://github.com/bulldog68/ComfyUI_FMJ_SP",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/bulldog68/ComfyUI_FMJ_SP"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "Prompt generator from CSV files with randomization and external text input.",
|
|
||||||
"tags": ["prompt", "csv", "text", "random"]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6280,7 +6280,7 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/Fablestarexpanse/Timer-Node-Comfyui": [
|
"https://github.com/Fablestarexpanse/Timer-Node-Comfyui": [
|
||||||
[
|
[
|
||||||
"TimerNode"
|
"PromptWaffleTimer"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "Timer-Node-Comfyui"
|
"title_aux": "Timer-Node-Comfyui"
|
||||||
@ -7161,7 +7161,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [
|
"https://github.com/GeekatplayStudio/ComfyUI-Text2Speech": [
|
||||||
[
|
[
|
||||||
"HttpTTSToAudio"
|
"HttpTTSToAudio",
|
||||||
|
"TTSServerStatus"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-Text2Speech"
|
"title_aux": "ComfyUI-Text2Speech"
|
||||||
@ -7173,6 +7174,7 @@
|
|||||||
"HTMLPreviewer",
|
"HTMLPreviewer",
|
||||||
"HiTem3DConfigNode",
|
"HiTem3DConfigNode",
|
||||||
"HiTem3DDownloaderNode",
|
"HiTem3DDownloaderNode",
|
||||||
|
"HiTem3DHistoryNode",
|
||||||
"HiTem3DNode",
|
"HiTem3DNode",
|
||||||
"HiTem3DPreviewNode",
|
"HiTem3DPreviewNode",
|
||||||
"TextTemplate"
|
"TextTemplate"
|
||||||
@ -12582,22 +12584,27 @@
|
|||||||
[
|
[
|
||||||
"BatchCropFromMaskSimple",
|
"BatchCropFromMaskSimple",
|
||||||
"BatchUncropSimple",
|
"BatchUncropSimple",
|
||||||
|
"BlendImages",
|
||||||
"BlurByMask",
|
"BlurByMask",
|
||||||
"BlurMask",
|
"BlurMask",
|
||||||
|
"CLIPTextEncodeFluxMultiple",
|
||||||
|
"CLIPTextEncodeMultiple",
|
||||||
"CropImage",
|
"CropImage",
|
||||||
"CropMaskByBBox",
|
"CropMaskByBBox",
|
||||||
"DSLRNoise",
|
"DSLRNoise",
|
||||||
|
"GetImageSize",
|
||||||
"GradientMaskGenerator",
|
"GradientMaskGenerator",
|
||||||
"ImageBlendByMask",
|
"ImageBlendByMask",
|
||||||
"ImageScalePro",
|
"ImageScalePro",
|
||||||
"InvertMask",
|
"InvertMask",
|
||||||
"KSamplerMultiSeed",
|
"KSamplerMultiSeed",
|
||||||
"KSamplerMultiSeedPlus",
|
"KSamplerMultiSeedPlus",
|
||||||
|
"LMStudioQuery",
|
||||||
|
"LMStudioUnloadModel",
|
||||||
"LensSimulatedBloom",
|
"LensSimulatedBloom",
|
||||||
"PreviewImageQueue",
|
"PreviewImageQueue",
|
||||||
"PromptRandomizer",
|
"PromptRandomizer",
|
||||||
"StringCombine",
|
"StringCombine",
|
||||||
"TestCollapsibleNode",
|
|
||||||
"TestResetButton",
|
"TestResetButton",
|
||||||
"Watermark"
|
"Watermark"
|
||||||
],
|
],
|
||||||
@ -12726,6 +12733,8 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [
|
"https://github.com/PozzettiAndrea/ComfyUI-DepthAnythingV3": [
|
||||||
[
|
[
|
||||||
|
"DA3_CreateCameraParams",
|
||||||
|
"DA3_ParseCameraPose",
|
||||||
"DA3_PreviewPointCloud",
|
"DA3_PreviewPointCloud",
|
||||||
"DA3_Save3DGaussians",
|
"DA3_Save3DGaussians",
|
||||||
"DA3_SavePointCloud",
|
"DA3_SavePointCloud",
|
||||||
@ -12780,6 +12789,7 @@
|
|||||||
"GeomPackMeshToPointCloud",
|
"GeomPackMeshToPointCloud",
|
||||||
"GeomPackPreviewBoundingBoxesVTK",
|
"GeomPackPreviewBoundingBoxesVTK",
|
||||||
"GeomPackPreviewMesh",
|
"GeomPackPreviewMesh",
|
||||||
|
"GeomPackPreviewMeshUV",
|
||||||
"GeomPackPreviewMeshVTK",
|
"GeomPackPreviewMeshVTK",
|
||||||
"GeomPackPreviewMeshVTKFields",
|
"GeomPackPreviewMeshVTKFields",
|
||||||
"GeomPackPreviewMeshVTKFilters",
|
"GeomPackPreviewMeshVTKFilters",
|
||||||
@ -15355,6 +15365,7 @@
|
|||||||
"Basic data handling: PathGetExtension",
|
"Basic data handling: PathGetExtension",
|
||||||
"Basic data handling: PathGetSize",
|
"Basic data handling: PathGetSize",
|
||||||
"Basic data handling: PathGlob",
|
"Basic data handling: PathGlob",
|
||||||
|
"Basic data handling: PathInputDir",
|
||||||
"Basic data handling: PathIsAbsolute",
|
"Basic data handling: PathIsAbsolute",
|
||||||
"Basic data handling: PathIsDir",
|
"Basic data handling: PathIsDir",
|
||||||
"Basic data handling: PathIsFile",
|
"Basic data handling: PathIsFile",
|
||||||
@ -15366,6 +15377,7 @@
|
|||||||
"Basic data handling: PathLoadMaskFromGreyscale",
|
"Basic data handling: PathLoadMaskFromGreyscale",
|
||||||
"Basic data handling: PathLoadStringFile",
|
"Basic data handling: PathLoadStringFile",
|
||||||
"Basic data handling: PathNormalize",
|
"Basic data handling: PathNormalize",
|
||||||
|
"Basic data handling: PathOutputDir",
|
||||||
"Basic data handling: PathRelative",
|
"Basic data handling: PathRelative",
|
||||||
"Basic data handling: PathSaveImageRGB",
|
"Basic data handling: PathSaveImageRGB",
|
||||||
"Basic data handling: PathSaveImageRGBA",
|
"Basic data handling: PathSaveImageRGBA",
|
||||||
@ -15506,7 +15518,9 @@
|
|||||||
"StarQwenImageEditInputs",
|
"StarQwenImageEditInputs",
|
||||||
"StarQwenImageRatio",
|
"StarQwenImageRatio",
|
||||||
"StarQwenRebalancePrompter",
|
"StarQwenRebalancePrompter",
|
||||||
|
"StarQwenRegionalPrompter",
|
||||||
"StarQwenWanRatio",
|
"StarQwenWanRatio",
|
||||||
|
"StarSampler",
|
||||||
"StarSaveFolderString"
|
"StarSaveFolderString"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
@ -22743,9 +22757,13 @@
|
|||||||
],
|
],
|
||||||
"https://github.com/cedarconnor/ComfyUI-OmniX": [
|
"https://github.com/cedarconnor/ComfyUI-OmniX": [
|
||||||
[
|
[
|
||||||
|
"AlbedoVisualization",
|
||||||
|
"DepthVisualization",
|
||||||
"FluxDiffusersLoader",
|
"FluxDiffusersLoader",
|
||||||
|
"NormalVisualization",
|
||||||
"OmniXLoRALoader",
|
"OmniXLoRALoader",
|
||||||
"OmniXPerceptionDiffusers"
|
"OmniXPerceptionDiffusers",
|
||||||
|
"PBRVisualization"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI-OmniX"
|
"title_aux": "ComfyUI-OmniX"
|
||||||
@ -24920,6 +24938,14 @@
|
|||||||
"title_aux": "ComfyUI builmenlabo - Unified Package"
|
"title_aux": "ComfyUI builmenlabo - Unified Package"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/comrender/ComfyUI-Nano-Banana-Resizer": [
|
||||||
|
[
|
||||||
|
"NanoBananaSizeCalculator"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-Nano-Banana-Resizer"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/comrender/ComfyUI-NanoSeed": [
|
"https://github.com/comrender/ComfyUI-NanoSeed": [
|
||||||
[
|
[
|
||||||
"NanoSeedEdit"
|
"NanoSeedEdit"
|
||||||
@ -27055,8 +27081,12 @@
|
|||||||
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
"https://github.com/erosDiffusion/ComfyUI-enricos-nodes": [
|
||||||
[
|
[
|
||||||
"Compositor3",
|
"Compositor3",
|
||||||
|
"Compositor4",
|
||||||
|
"Compositor4MasksOutput",
|
||||||
|
"Compositor4TransformsOut",
|
||||||
"CompositorColorPicker",
|
"CompositorColorPicker",
|
||||||
"CompositorConfig3",
|
"CompositorConfig3",
|
||||||
|
"CompositorConfig4",
|
||||||
"CompositorMasksOutputV3",
|
"CompositorMasksOutputV3",
|
||||||
"CompositorTools3",
|
"CompositorTools3",
|
||||||
"CompositorTransformsOutV3",
|
"CompositorTransformsOutV3",
|
||||||
@ -28486,6 +28516,7 @@
|
|||||||
"SADAInfo",
|
"SADAInfo",
|
||||||
"SADAModelPatch",
|
"SADAModelPatch",
|
||||||
"SDXL_LoRA_BlockSlider_Loader",
|
"SDXL_LoRA_BlockSlider_Loader",
|
||||||
|
"SemanticNoise",
|
||||||
"StructuredLatent",
|
"StructuredLatent",
|
||||||
"Temperature Adjust",
|
"Temperature Adjust",
|
||||||
"TokenSculptor",
|
"TokenSculptor",
|
||||||
@ -30166,6 +30197,15 @@
|
|||||||
"title_aux": "ComfyUI ModelScope API Node"
|
"title_aux": "ComfyUI ModelScope API Node"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/hum-ma/ComfyUI-TiledVaeLite": [
|
||||||
|
[
|
||||||
|
"Set VAE Decoder Noise",
|
||||||
|
"TiledVAEDecode"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-TiledVaeLite"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/hunzmusic/ComfyUI-IG2MV": [
|
"https://github.com/hunzmusic/ComfyUI-IG2MV": [
|
||||||
[
|
[
|
||||||
"DiffusersIGMVModelMakeup",
|
"DiffusersIGMVModelMakeup",
|
||||||
@ -33475,6 +33515,7 @@
|
|||||||
"WanVideoAddPusaNoise",
|
"WanVideoAddPusaNoise",
|
||||||
"WanVideoAddS2VEmbeds",
|
"WanVideoAddS2VEmbeds",
|
||||||
"WanVideoAddStandInLatent",
|
"WanVideoAddStandInLatent",
|
||||||
|
"WanVideoAddTTMLatents",
|
||||||
"WanVideoAnimateEmbeds",
|
"WanVideoAnimateEmbeds",
|
||||||
"WanVideoApplyNAG",
|
"WanVideoApplyNAG",
|
||||||
"WanVideoBlockList",
|
"WanVideoBlockList",
|
||||||
@ -40111,6 +40152,14 @@
|
|||||||
"title_aux": "Comfyui-PainterAudioCut"
|
"title_aux": "Comfyui-PainterAudioCut"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/princepainter/Comfyui-PainterSampler": [
|
||||||
|
[
|
||||||
|
"PainterSampler"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Comfyui-PainterSampler"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/prodogape/ComfyUI-EasyOCR": [
|
"https://github.com/prodogape/ComfyUI-EasyOCR": [
|
||||||
[
|
[
|
||||||
"Apply EasyOCR"
|
"Apply EasyOCR"
|
||||||
@ -44989,6 +45038,15 @@
|
|||||||
"title_aux": "quadmoon's ComfyUI nodes"
|
"title_aux": "quadmoon's ComfyUI nodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/tristanvdb/ComfyUI-toolset": [
|
||||||
|
[
|
||||||
|
"InteractiveImageSelector",
|
||||||
|
"InteractiveLatentSelector"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-toolset"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [
|
"https://github.com/tritant/ComfyUI-Advanced-Photo-Grain": [
|
||||||
[
|
[
|
||||||
"FreqSeparationSharpen",
|
"FreqSeparationSharpen",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user