update DB

This commit is contained in:
Dr.Lt.Data 2025-02-19 22:02:10 +09:00
parent 8123287952
commit 894042cd0e
10 changed files with 3135 additions and 2831 deletions

View File

@ -11,17 +11,6 @@
"install_type": "git-clone",
"description": "ComfyUI-Manager itself is also a custom node."
},
{
"author": "AIDC-AI",
"title": "ComfyUI-Copilot",
"id": "ComfyUI-Copilot",
"reference": "https://github.com/AIDC-AI/ComfyUI-Copilot",
"files": [
"https://github.com/AIDC-AI/ComfyUI-Copilot"
],
"install_type": "git-clone",
"description": "Your Intelligent Assistant for Comfy-UI."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI Impact Pack",
@ -18983,6 +18972,16 @@
"install_type": "git-clone",
"description": "A ComfyUI node that detects the skin tone of a person in an image and matches it to the standard emoji skin tone palette."
},
{
"author": "kevinmcmahondev",
"title": "KMCDev Nodes",
"reference": "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments",
"files": [
"https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments"
],
"install_type": "git-clone",
"description": "A ComfyUI node that provides advanced image adjustment filters and controls for image manipulation"
},
{
"author": "mahdi",
"title": "seamless-clone-comfyui",
@ -21045,6 +21044,59 @@
"install_type": "git-clone",
"description": "A package implementing a Bitalino device ComfyUI custom node."
},
{
"author": "AIDC-AI",
"title": "ComfyUI-Copilot",
"id": "ComfyUI-Copilot",
"reference": "https://github.com/AIDC-AI/ComfyUI-Copilot",
"files": [
"https://github.com/AIDC-AI/ComfyUI-Copilot"
],
"install_type": "git-clone",
"description": "Your Intelligent Assistant for Comfy-UI."
},
{
"author": "attashe",
"title": "ComfyUI-FluxRegionAttention",
"reference": "https://github.com/attashe/ComfyUI-FluxRegionAttention",
"files": [
"https://github.com/attashe/ComfyUI-FluxRegionAttention"
],
"install_type": "git-clone",
"description": "Implement Region Attention for Flux model. Add node RegionAttention that takes a regions - mask + condition, mask could be set from comfyui masks or bbox in FluxRegionBBOX node.\nThis code is not optimized and has a memory leak. If you caught a OOM just try run a query againg - works on my RTX3080. For generation it uses a usual prompt that have influence to all picture and a regions that have their own prompts.\nBase prompt good for setup background and style of image. This is train-free technique and results not always stable - sometimes need to try several seeds or change prompt."
},
{
"author": "RodrigoSKohl",
"title": "Interior Design for Comfyui",
"reference": "https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI",
"files": [
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This node is based on MykolaL/StableDesign"
},
{
"author": "yas-ponotech",
"title": "ComfyUI-Stability-AI-API",
"reference": "https://github.com/yhayano-ponotech/comfyui-stability-ai-api",
"files": [
"https://github.com/yhayano-ponotech/comfyui-stability-ai-api"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for using the Stability AI API in ComfyUI."
},
{
"author": "HJH-AILab",
"title": "ComfyUI_StableAnimator",
"reference": "https://github.com/HJH-AILab/ComfyUI_StableAnimator",
"files": [
"https://github.com/HJH-AILab/ComfyUI_StableAnimator"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for StableAnimator"
},

View File

@ -58,6 +58,7 @@
],
"https://github.com/1038lab/ComfyUI-RMBG": [
[
"BiRefNet",
"ClothesSegment",
"FaceSegment",
"FashionSegmentAccessories",
@ -1381,6 +1382,12 @@
"Faishme Load Image from Glob",
"Faishme Mannequin to Model Loader",
"Faishme Moondream",
"Faishme Repeat Image Batch",
"Faishme Repeat Latent Batch",
"Faishme Stack Images",
"Faishme Stack Latents",
"Faishme Unstack Images",
"Faishme Unstack Latents",
"Load Fashion Model"
],
{
@ -4187,6 +4194,15 @@
"title_aux": "ComfyUI-FilePathCreator"
}
],
"https://github.com/HJH-AILab/ComfyUI_StableAnimator": [
[
"StableAnimatorModels",
"StableAnimatorNode"
],
{
"title_aux": "ComfyUI_StableAnimator"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall": [
[
"RH_BatchImages",
@ -7447,6 +7463,14 @@
"title_aux": "Panoramic Image Stitcher"
}
],
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI": [
[
"interior-design-for-comfyui"
],
{
"title_aux": "Interior Design for Comfyui"
}
],
"https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": [
[
"TryOffAnyoneNode"
@ -8134,7 +8158,8 @@
],
"https://github.com/ShinChven/sc-comfy-nodes": [
[
"Rescale Node"
"Rescale Node",
"Width & Height"
],
{
"title_aux": "ShinChven's Custom Nodes Package"
@ -11717,6 +11742,20 @@
"title_aux": "Core ML Suite for ComfyUI"
}
],
"https://github.com/attashe/ComfyUI-FluxRegionAttention": [
[
"BBoxToMaskNode",
"BoundingBoxNode",
"CLIPDebug",
"FluxRegionBBOX",
"FluxRegionMask",
"RegionAttention",
"VisualizeBBoxesNode"
],
{
"title_aux": "ComfyUI-FluxRegionAttention"
}
],
"https://github.com/audioscavenger/ComfyUI-Thumbnails": [
[
"LoadImage"
@ -11785,12 +11824,12 @@
"Bedrock - Amazon Nova Canvas Text to Image",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - Luma AI Ray Video",
"Bedrock - Nova",
"Bedrock - Nova Background Prompt Replace",
"Bedrock - Nova IpAdapter",
"Bedrock - Nova Reel Video",
"Bedrock - Nova Text to Image",
"Bedrock - Nova Video",
"Bedrock - Ray2 Video",
"Bedrock - SDXL",
"Bedrock - Titan Inpainting",
"Bedrock - Titan Outpainting",
@ -12141,6 +12180,7 @@
],
"https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": [
[
"DeepseekRun",
"OneButtonPromptFlux"
],
{
@ -12708,7 +12748,8 @@
"LoaderGGUF",
"LoaderGGUFAdvanced",
"TENSORCut",
"TripleClipLoaderGGUF"
"TripleClipLoaderGGUF",
"VaeGGUF"
],
{
"preemptions": [
@ -14227,6 +14268,7 @@
"LoadAudio",
"LoadImage",
"LoadImageMask",
"LoadImageOutput",
"LoadLatent",
"LoraLoader",
"LoraLoaderModelOnly",
@ -14301,6 +14343,7 @@
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
"SaveWEBM",
"SelfAttentionGuidance",
"SetFirstSigma",
"SetLatentNoiseMask",
@ -19441,6 +19484,17 @@
"title_aux": "qq-nodes-comfyui"
}
],
"https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": [
[
"ImageBlankAlpha",
"ImageBlendMask",
"ImageFilterAdjustments",
"ImageMixColorByMask"
],
{
"title_aux": "KMCDev Nodes"
}
],
"https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": [
[
"SkinToneDetector"
@ -20905,8 +20959,10 @@
"ApplyPulidFlux",
"FixPulidFluxPatch",
"PulidFluxEvaClipLoader",
"PulidFluxFaceDetector",
"PulidFluxInsightFaceLoader",
"PulidFluxModelLoader"
"PulidFluxModelLoader",
"PulidFluxOptions"
],
{
"title_aux": "ComfyUI_PuLID_Flux_ll"
@ -20951,6 +21007,7 @@
"ForEachOpen",
"GetImageBatchSize",
"GetValueFromJsonObj",
"IfElseForEmptyObject",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
@ -22188,6 +22245,7 @@
"BatchProcessorTpl",
"CaptionExportTpl",
"CaptionGeneratorTpl",
"DebugModelNodeTpl",
"DebugNodeTpl",
"ExifMetadataExtractorTpl",
"Florence2NodeTpl",
@ -28075,6 +28133,28 @@
"title_aux": "ComfyUI Local Save Node"
}
],
"https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [
[
"Preview3DModel",
"Save3DModel",
"StabilityControlSketch",
"StabilityControlStructure",
"StabilityControlStyle",
"StabilityEdit",
"StabilityImageCore",
"StabilityImageSD3",
"StabilityImageToVideo",
"StabilityImageUltra",
"StabilityUpscaleConservative",
"StabilityUpscaleCreative",
"StabilityUpscaleFast",
"StableFast3D",
"StablePointAware3D"
],
{
"title_aux": "ComfyUI-Stability-AI-API"
}
],
"https://github.com/yichengup/ComfyUI-VideoBlender": [
[
"VideoBlendLayer",
@ -29048,14 +29128,6 @@
"title_aux": "SDXL_sizing"
}
],
"https://raw.githubusercontent.com/Smuzzies/comfyui_chatbox_overlay/main/chatbox_overlay.py": [
[
"Chatbox Overlay"
],
{
"title_aux": "Chatbox Overlay node for ComfyUI"
}
],
"https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/node_text_to_speech.py": [
[
"TextToSpeech"

File diff suppressed because it is too large Load Diff

View File

@ -14,6 +14,37 @@
{
"author": "thot-experiment",
"title": "comfy-live-preview [WIP]",
"reference": "https://github.com/thot-experiment/comfy-live-preview",
"files": [
"https://github.com/thot-experiment/comfy-live-preview"
],
"install_type": "git-clone",
"description": "external live preview plugin for ComfyUI"
},
{
"author": "AhBumm",
"title": "ComfyUI-Upscayl",
"reference": "https://github.com/AhBumm/ComfyUI-Upscayl",
"files": [
"https://github.com/AhBumm/ComfyUI-Upscayl"
],
"nodename_pattern": "\\(BillBum\\)$",
"install_type": "git-clone",
"description": "NODES: Upscayl Upscaler"
},
{
"author": "NEZHA625",
"title": "ComfyUI-tools-by-dong [UNSAFE]",
"reference": "https://github.com/NEZHA625/ComfyUI-tools-by-dong",
"files": [
"https://github.com/NEZHA625/ComfyUI-tools-by-dong"
],
"install_type": "git-clone",
"description": "NODES: HuggingFaceUploadNode, ImageDownloader, LoraIterator, FileMoveNode, InputDetectionNode, ...\nNOTE: The files in the repo are not organized.[w/This node pack includes nodes that can modify arbitrary files.]"
},
{
"author": "if-ai",
"title": "ComfyUI-IF_Zonos [WIP]",
@ -84,16 +115,6 @@
"install_type": "git-clone",
"description": "a custom comfyui node for '/fooocusinpaint_upload'\nNOTE: The files in the repo are not organized."
},
{
"author": "RodrigoSKohl",
"title": "Interior Design for Comfyui [WIP]",
"reference": "https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI",
"files": [
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This node is based on MykolaL/StableDesign"
},
{
"author": "D1-3105",
"title": "ComfyUI-VideoStream",
@ -1742,16 +1763,6 @@
"install_type": "git-clone",
"description": "To use stepfun's library, you need an official api that supports multimodal inputs such as video and pictures [a/https://platform.stepfun.com/request-restriction](https://platform.stepfun.com/request-restriction)"
},
{
"author": "attashe",
"title": "ComfyUI-FluxRegionAttention [WIP]",
"reference": "https://github.com/attashe/ComfyUI-FluxRegionAttention",
"files": [
"https://github.com/attashe/ComfyUI-FluxRegionAttention"
],
"install_type": "git-clone",
"description": "Implement Region Attention for Flux model"
},
{
"author": "aria1th",
"title": "ComfyUI-SkipCFGSigmas",

View File

@ -370,6 +370,15 @@
"title_aux": "comfyui-textools [WIP]"
}
],
"https://github.com/AhBumm/ComfyUI-Upscayl": [
[
"Upscayl Upscaler"
],
{
"nodename_pattern": "\\(BillBum\\)$",
"title_aux": "ComfyUI-Upscayl"
}
],
"https://github.com/AlexXi19/ComfyUI-OpenAINode": [
[
"ImageWithPrompt",
@ -1325,6 +1334,37 @@
"title_aux": "ComfyUI-APG_ImYourCFGNow"
}
],
"https://github.com/NEZHA625/ComfyUI-tools-by-dong": [
[
"A1111_FLUX_DATA_NODE",
"CategorizeNode",
"FileMoveNode",
"FolderIteratorNODE",
"Get_json_value_Node",
"HashCalculationsNode",
"HuggingFaceUploadNode",
"Image2GIFNode",
"ImageDownloader",
"InputDetectionNode",
"LLM_Node",
"LibLib_upload_Node",
"LogicToolsNode",
"LoraIterator",
"RandomNumbersNode",
"RenameNode",
"ResolutionNode",
"SaveTXTNode",
"SetAppidNode",
"TextToJsonNode",
"TranslateAPINode",
"ZIPwith7zNode",
"path_join_Node",
"set_api_Node"
],
{
"title_aux": "ComfyUI-tools-by-dong [UNSAFE]"
}
],
"https://github.com/Northerner1/ComfyUI_North_Noise": [
[
"North_Unsampler"
@ -1443,14 +1483,6 @@
"title_aux": "Comfy UI Robe Nodes [UNSAFE]"
}
],
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI": [
[
"interior-design-for-comfyui"
],
{
"title_aux": "Interior Design for Comfyui [WIP]"
}
],
"https://github.com/SS-snap/ComfyUI-Snap_Processing": [
[
"AreaCalculator",
@ -1964,20 +1996,6 @@
"title_aux": "comfyui_segformer_b2_sleeves"
}
],
"https://github.com/attashe/ComfyUI-FluxRegionAttention": [
[
"BBoxToMaskNode",
"BoundingBoxNode",
"CLIPDebug",
"FluxRegionBBOX",
"FluxRegionMask",
"RegionAttention",
"VisualizeBBoxesNode"
],
{
"title_aux": "ComfyUI-FluxRegionAttention [WIP]"
}
],
"https://github.com/backearth1/Comfyui-MiniMax-Video": [
[
"ImageToPrompt",
@ -2487,6 +2505,7 @@
"LoadAudio",
"LoadImage",
"LoadImageMask",
"LoadImageOutput",
"LoadLatent",
"LoraLoader",
"LoraLoaderModelOnly",
@ -2561,6 +2580,7 @@
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
"SaveWEBM",
"SelfAttentionGuidance",
"SetFirstSigma",
"SetLatentNoiseMask",
@ -3672,6 +3692,7 @@
"DownloadAndLoadHy3DDelightModel",
"DownloadAndLoadHy3DPaintModel",
"Hy3DApplyTexture",
"Hy3DBPT",
"Hy3DBakeFromMultiview",
"Hy3DCameraConfig",
"Hy3DDelightImage",
@ -4015,6 +4036,7 @@
"HYCreateRegionalCond",
"HYFetaEnhance",
"HYFlowEditGuider",
"HYFlowEditGuiderCFG",
"HYFlowEditSampler",
"HYForwardODESampler",
"HYInverseModelSamplingPred",
@ -4535,7 +4557,6 @@
],
"https://github.com/owengillett/ComfyUI-tilefusion": [
[
"RepeatVideo",
"VideoGridCombine"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -11,6 +11,67 @@
{
"author": "AIDC-AI",
"title": "ComfyUI-Copilot",
"id": "ComfyUI-Copilot",
"reference": "https://github.com/AIDC-AI/ComfyUI-Copilot",
"files": [
"https://github.com/AIDC-AI/ComfyUI-Copilot"
],
"install_type": "git-clone",
"description": "Your Intelligent Assistant for Comfy-UI."
},
{
"author": "RodrigoSKohl",
"title": "Interior Design for Comfyui",
"reference": "https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI",
"files": [
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI"
],
"install_type": "git-clone",
"description": "This node is based on MykolaL/StableDesign"
},
{
"author": "attashe",
"title": "ComfyUI-FluxRegionAttention",
"reference": "https://github.com/attashe/ComfyUI-FluxRegionAttention",
"files": [
"https://github.com/attashe/ComfyUI-FluxRegionAttention"
],
"install_type": "git-clone",
"description": "Implement Region Attention for Flux model. Add node RegionAttention that takes a regions - mask + condition, mask could be set from comfyui masks or bbox in FluxRegionBBOX node.\nThis code is not optimized and has a memory leak. If you caught a OOM just try run a query againg - works on my RTX3080. For generation it uses a usual prompt that have influence to all picture and a regions that have their own prompts.\nBase prompt good for setup background and style of image. This is train-free technique and results not always stable - sometimes need to try several seeds or change prompt."
},
{
"author": "yas-ponotech",
"title": "ComfyUI-Stability-AI-API",
"reference": "https://github.com/yhayano-ponotech/comfyui-stability-ai-api",
"files": [
"https://github.com/yhayano-ponotech/comfyui-stability-ai-api"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for using the Stability AI API in ComfyUI."
},
{
"author": "HJH-AILab",
"title": "ComfyUI_StableAnimator",
"reference": "https://github.com/HJH-AILab/ComfyUI_StableAnimator",
"files": [
"https://github.com/HJH-AILab/ComfyUI_StableAnimator"
],
"install_type": "git-clone",
"description": "ComfyUI nodes for StableAnimator"
},
{
"author": "kevinmcmahondev",
"title": "KMCDev Nodes",
"reference": "https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments",
"files": [
"https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments"
],
"install_type": "git-clone",
"description": "A ComfyUI node that provides advanced image adjustment filters and controls for image manipulation"
},
{
"author": "lunarring",
"title": "bitalino_comfy",
@ -629,69 +690,6 @@
],
"install_type": "git-clone",
"description": "A ComfyUI custom node wrapper for JoyHallo - One-Shot Audio-Driven Talking Head Generation."
},
{
"author": "gorillaframeai",
"title": "GF_translate",
"reference": "https://github.com/gorillaframeai/GF_translate",
"files": [
"https://github.com/gorillaframeai/GF_translate"
],
"install_type": "git-clone",
"description": "These custom nodes for ComfyUI provide advanced text translation capabilities using Google Translate. They are designed for seamless integration into the ComfyUI environment, offering users powerful tools for text and JSON file translation tasks."
},
{
"author": "StarAsh042",
"title": "ComfyUI_RollingArtist",
"reference": "https://github.com/StarAsh042/ComfyUI_RollingArtist",
"files": [
"https://github.com/StarAsh042/ComfyUI_RollingArtist"
],
"install_type": "git-clone",
"description": "RollingArtist is a ComfyUI node designed to generate artist prompt texts with random weights, suitable for text-to-image generation models. The node reads an artist list from a CSV file and generates combined prompts based on the parameters."
},
{
"author": "Arkanun",
"title": "ReadCSV_ComfyUI",
"reference": "https://github.com/Arkanun/ReadCSV_ComfyUI",
"files": [
"https://github.com/Arkanun/ReadCSV_ComfyUI"
],
"install_type": "git-clone",
"description": "NODES: ReadCSVRowNode"
},
{
"author": "zentrocdot",
"title": "ComfyUI_Circle_Detection",
"reference": "https://github.com/zentrocdot/ComfyUI_Circle_Detection",
"files": [
"https://github.com/zentrocdot/ComfyUI_Circle_Detection"
],
"description": "Next to AI mathematical methods can be used for the detection of objects like a circle.",
"install_type": "git-clone"
},
{
"author": "AiartvnTeam",
"title": "A2V Multi Image Composite",
"id": "Aiartvn",
"reference": "https://github.com/aiartvn/A2V_Multi_Image_Composite",
"files": [
"https://github.com/aiartvn/A2V_Multi_Image_Composite"
],
"description": "Node for compositing multiple images with interactive preview and layer management",
"install_type": "git-clone",
"tags": ["image", "composite", "layer", "blend", "transform"]
},
{
"author": "ProGamerGov",
"title": "Preview 360 Panorama for ComfyUI",
"id": "comfyui-preview360panorama",
"reference": "https://github.com/ProGamerGov/ComfyUI_preview360panorama",
"files": [
"https://github.com/ProGamerGov/ComfyUI_preview360panorama"
],
"install_type": "git-clone",
"description": "A custom ComfyUI node for interactive 360° panorama image previews. Panoramic 360 images are also sometimes known as VR photography (virtual reality), HDRI environments (ex: skyboxes), image spheres, spherical images, 360 pano, and 360 degree photos."
}
]
}

View File

@ -58,6 +58,7 @@
],
"https://github.com/1038lab/ComfyUI-RMBG": [
[
"BiRefNet",
"ClothesSegment",
"FaceSegment",
"FashionSegmentAccessories",
@ -1381,6 +1382,12 @@
"Faishme Load Image from Glob",
"Faishme Mannequin to Model Loader",
"Faishme Moondream",
"Faishme Repeat Image Batch",
"Faishme Repeat Latent Batch",
"Faishme Stack Images",
"Faishme Stack Latents",
"Faishme Unstack Images",
"Faishme Unstack Latents",
"Load Fashion Model"
],
{
@ -4187,6 +4194,15 @@
"title_aux": "ComfyUI-FilePathCreator"
}
],
"https://github.com/HJH-AILab/ComfyUI_StableAnimator": [
[
"StableAnimatorModels",
"StableAnimatorNode"
],
{
"title_aux": "ComfyUI_StableAnimator"
}
],
"https://github.com/HM-RunningHub/ComfyUI_RH_APICall": [
[
"RH_BatchImages",
@ -7447,6 +7463,14 @@
"title_aux": "Panoramic Image Stitcher"
}
],
"https://github.com/RodrigoSKohl/StableDesign-for-ComfyUI": [
[
"interior-design-for-comfyui"
],
{
"title_aux": "Interior Design for Comfyui"
}
],
"https://github.com/RodrigoSKohl/comfyui-tryoff-anyone": [
[
"TryOffAnyoneNode"
@ -8134,7 +8158,8 @@
],
"https://github.com/ShinChven/sc-comfy-nodes": [
[
"Rescale Node"
"Rescale Node",
"Width & Height"
],
{
"title_aux": "ShinChven's Custom Nodes Package"
@ -11717,6 +11742,20 @@
"title_aux": "Core ML Suite for ComfyUI"
}
],
"https://github.com/attashe/ComfyUI-FluxRegionAttention": [
[
"BBoxToMaskNode",
"BoundingBoxNode",
"CLIPDebug",
"FluxRegionBBOX",
"FluxRegionMask",
"RegionAttention",
"VisualizeBBoxesNode"
],
{
"title_aux": "ComfyUI-FluxRegionAttention"
}
],
"https://github.com/audioscavenger/ComfyUI-Thumbnails": [
[
"LoadImage"
@ -11785,12 +11824,12 @@
"Bedrock - Amazon Nova Canvas Text to Image",
"Bedrock - Claude",
"Bedrock - Claude Multimodal",
"Bedrock - Luma AI Ray Video",
"Bedrock - Nova",
"Bedrock - Nova Background Prompt Replace",
"Bedrock - Nova IpAdapter",
"Bedrock - Nova Reel Video",
"Bedrock - Nova Text to Image",
"Bedrock - Nova Video",
"Bedrock - Ray2 Video",
"Bedrock - SDXL",
"Bedrock - Titan Inpainting",
"Bedrock - Titan Outpainting",
@ -12141,6 +12180,7 @@
],
"https://github.com/billwuhao/ComfyUI_OneButtonPrompt_Flux": [
[
"DeepseekRun",
"OneButtonPromptFlux"
],
{
@ -12708,7 +12748,8 @@
"LoaderGGUF",
"LoaderGGUFAdvanced",
"TENSORCut",
"TripleClipLoaderGGUF"
"TripleClipLoaderGGUF",
"VaeGGUF"
],
{
"preemptions": [
@ -14227,6 +14268,7 @@
"LoadAudio",
"LoadImage",
"LoadImageMask",
"LoadImageOutput",
"LoadLatent",
"LoraLoader",
"LoraLoaderModelOnly",
@ -14301,6 +14343,7 @@
"SaveImage",
"SaveImageWebsocket",
"SaveLatent",
"SaveWEBM",
"SelfAttentionGuidance",
"SetFirstSigma",
"SetLatentNoiseMask",
@ -19441,6 +19484,17 @@
"title_aux": "qq-nodes-comfyui"
}
],
"https://github.com/kevinmcmahondev/comfyui-kmcdev-image-filter-adjustments": [
[
"ImageBlankAlpha",
"ImageBlendMask",
"ImageFilterAdjustments",
"ImageMixColorByMask"
],
{
"title_aux": "KMCDev Nodes"
}
],
"https://github.com/kevinmcmahondev/comfyui-skin-tone-detector": [
[
"SkinToneDetector"
@ -20905,8 +20959,10 @@
"ApplyPulidFlux",
"FixPulidFluxPatch",
"PulidFluxEvaClipLoader",
"PulidFluxFaceDetector",
"PulidFluxInsightFaceLoader",
"PulidFluxModelLoader"
"PulidFluxModelLoader",
"PulidFluxOptions"
],
{
"title_aux": "ComfyUI_PuLID_Flux_ll"
@ -20951,6 +21007,7 @@
"ForEachOpen",
"GetImageBatchSize",
"GetValueFromJsonObj",
"IfElseForEmptyObject",
"ImageEqual",
"ImageToBase64",
"ImageToBase64Advanced",
@ -22188,6 +22245,7 @@
"BatchProcessorTpl",
"CaptionExportTpl",
"CaptionGeneratorTpl",
"DebugModelNodeTpl",
"DebugNodeTpl",
"ExifMetadataExtractorTpl",
"Florence2NodeTpl",
@ -28075,6 +28133,28 @@
"title_aux": "ComfyUI Local Save Node"
}
],
"https://github.com/yhayano-ponotech/comfyui-stability-ai-api": [
[
"Preview3DModel",
"Save3DModel",
"StabilityControlSketch",
"StabilityControlStructure",
"StabilityControlStyle",
"StabilityEdit",
"StabilityImageCore",
"StabilityImageSD3",
"StabilityImageToVideo",
"StabilityImageUltra",
"StabilityUpscaleConservative",
"StabilityUpscaleCreative",
"StabilityUpscaleFast",
"StableFast3D",
"StablePointAware3D"
],
{
"title_aux": "ComfyUI-Stability-AI-API"
}
],
"https://github.com/yichengup/ComfyUI-VideoBlender": [
[
"VideoBlendLayer",
@ -29048,14 +29128,6 @@
"title_aux": "SDXL_sizing"
}
],
"https://raw.githubusercontent.com/Smuzzies/comfyui_chatbox_overlay/main/chatbox_overlay.py": [
[
"Chatbox Overlay"
],
{
"title_aux": "Chatbox Overlay node for ComfyUI"
}
],
"https://raw.githubusercontent.com/barckley75/comfyUI_DaVinciResolve/main/custom_nodes/node_text_to_speech.py": [
[
"TextToSpeech"

View File

@ -1,5 +1,28 @@
{
"models": [
{
"name": "kolors/vae/diffusion_pytorch_model.fp16.safetensors",
"type": "VAE",
"base": "Kolors",
"save_path": "vae/kolors",
"description": "Kolors VAE",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors",
"filename": "diffusion_pytorch_model.fp16.safetensors",
"url": "https://huggingface.co/Kwai-Kolors/Kolors/resolve/main/vae/diffusion_pytorch_model.fp16.safetensors",
"size": "167MB"
},
{
"name": "kolors/vae/diffusion_pytorch_model.safetensors",
"type": "VAE",
"base": "Kolors",
"save_path": "vae/kolors",
"description": "Kolors VAE",
"reference": "https://huggingface.co/Kwai-Kolors/Kolors",
"filename": "diffusion_pytorch_model.safetensors",
"url": "https://huggingface.co/Kwai-Kolors/Kolors/resolve/main/vae/diffusion_pytorch_model.safetensors",
"size": "335MB"
},
{
"name": "deepseek-ai/Janus-Pro-1B",
"type": "Janus-Pro",

View File

@ -301,6 +301,16 @@
],
"install_type": "git-clone",
"description": "This project is generated from xhiroga/ComfyUI-TypeScript-CustomNode"
},
{
"author": "zentrocdot",
"title": "ComfyUI-Turtle_Graphics_Demos",
"reference": "https://github.com/zentrocdot/ComfyUI-Turtle_Graphics_Demo",
"files": [
"https://github.com/zentrocdot/ComfyUI-Turtle_Graphics_Demo"
],
"description": "ComfyUI node for creating some Turtle Graphic demos.",
"install_type": "git-clone"
}
]
}