update DB

This commit is contained in:
Dr.Lt.Data 2025-08-02 08:03:23 +09:00
parent ab684cdc99
commit cfb3181716
8 changed files with 3685 additions and 3440 deletions

View File

@ -7938,6 +7938,16 @@
"install_type": "git-clone",
"description": "A ComfyUI wrapper implementation of ThinkSound - an advanced AI model for generating high-quality audio from text descriptions and video content using Chain-of-Thought (CoT) reasoning."
},
{
"author": "ShmuelRonen",
"title": "multi-lora-stack",
"reference": "https://github.com/ShmuelRonen/multi-lora-stack",
"files": [
"https://github.com/ShmuelRonen/multi-lora-stack"
],
"install_type": "git-clone",
"description": "A complete replacement for rgthree's Power Lora Loader with zero dependencies and two specialized versions to fit any workflow."
},
{
"author": "redhottensors",
"title": "ComfyUI-Prediction",
@ -29763,6 +29773,16 @@
"install_type": "git-clone",
"description": "A ComfyUI custom node package for batch image processing with filename preservation."
},
{
"author": "cedarconnor",
"title": "HunyuanWorld",
"reference": "https://github.com/cedarconnor/HunyuanWorld",
"files": [
"https://github.com/cedarconnor/HunyuanWorld"
],
"install_type": "git-clone",
"description": "Transform text and images into immersive 360° 3D worlds using Tencent's HunyuanWorld-1.0 in ComfyUI with native FLUX architecture integration."
},
{
"author": "vaishnav-vn",
"title": "va1",
@ -30182,6 +30202,26 @@
"install_type": "git-clone",
"description": "A custom node for ComfyUI that provides pose alignment functionality."
},
{
"author": "charlyad142",
"title": "ComfyUI Charly FitToAspectNode",
"reference": "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode",
"files": [
"https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode"
],
"install_type": "git-clone",
"description": "Un nodo personalizado para ComfyUI que ajusta imágenes a diferentes relaciones de aspecto manteniendo las proporciones originales."
},
{
"author": "Rizzlord",
"title": "ComfyUI-RizzNodes",
"reference": "https://github.com/Rizzlord/ComfyUI-RizzNodes",
"files": [
"https://github.com/Rizzlord/ComfyUI-RizzNodes"
],
"install_type": "git-clone",
"description": "RizzNodes for ComfyUI Welcome to RizzNodes, a collection of custom nodes for ComfyUI designed to streamline various workflows, from loading images and models in batches to dynamic prompt generation and memory management."
},

View File

@ -701,8 +701,10 @@
"crop_data_edit",
"filter_DensePose_color",
"get_image_data",
"get_image_ratio",
"image_math",
"image_math_value",
"image_scale_pixel_v2",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
@ -3712,9 +3714,18 @@
],
"https://github.com/ComfyAssets/ComfyUI-KikoTools": [
[
"DisplayAny",
"EmptyLatentBatch",
"GeminiPrompt",
"GlifConsistencyDecoder",
"GlifPatchConsistencyDecoderTiled",
"GlifVariable",
"HFHubEmbeddingLoader",
"HFHubLoraLoader",
"ImageToMultipleOf",
"KikoSaveImage",
"ResolutionCalculator",
"SDXLAspectRatio",
"SamplerCombo",
"SamplerComboCompact",
"SeedHistory",
@ -4571,6 +4582,8 @@
],
"https://github.com/Duanyll/duanyll_nodepack": [
[
"AdvancedMorphology",
"CoverWordsWithRectangles",
"CreateBoundingBoxesMaskQwen",
"DrawBoundingBoxesQwen",
"FluxKontextTrue3DPE",
@ -4583,7 +4596,9 @@
"HfQuadrupleClipLoader",
"HfTripleClipLoader",
"HfVaeLoader",
"ImageCropFromPadded",
"ImageDifferenceCmap",
"ImagePadToResolution",
"PhotoDoddleConditioning"
],
{
@ -10487,6 +10502,21 @@
"title_aux": "comfyui-florence2xy"
}
],
"https://github.com/Rizzlord/ComfyUI-RizzNodes": [
[
"RizzAnything",
"RizzBatchImageLoader",
"RizzClean",
"RizzDynamicPromptGenerator",
"RizzLoadLatestImage",
"RizzLoadLatestMesh",
"RizzModelBatchLoader",
"RizzUpscaleImageBatch"
],
{
"title_aux": "ComfyUI-RizzNodes"
}
],
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
[
"Image Stitching Node"
@ -11732,6 +11762,15 @@
"title_aux": "Google Moogle"
}
],
"https://github.com/ShmuelRonen/multi-lora-stack": [
[
"MultiLoRAStack",
"MultiLoRAStackModelOnly"
],
{
"title_aux": "multi-lora-stack"
}
],
"https://github.com/Shraknard/ComfyUI-Remover": [
[
"Remover"
@ -14527,8 +14566,12 @@
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"ConditionalSelectionNode",
"IterativeUpscaleWithModelsNode"
"Float",
"GeneralSwitch",
"ImageColorMatch",
"ImageSizeBySide",
"IterativeUpscaleWithModelsNode",
"LoraLoaderStack"
],
{
"title_aux": "Yaser-nodes for ComfyUI"
@ -16414,6 +16457,7 @@
"Sage_ConstructLLMPrompt",
"Sage_ConstructLLMPromptExtra",
"Sage_ConstructMetadata",
"Sage_ConstructMetadataFlexible",
"Sage_ConstructMetadataLite",
"Sage_CropImage",
"Sage_CubiqImageResize",
@ -18435,7 +18479,6 @@
"lay_edge_cut",
"lay_fill_inpaint",
"lay_image_grid_note",
"lay_image_match_W_and_H",
"lay_images_free_layout",
"lay_imgCanvas",
"lay_text_sum",
@ -18580,6 +18623,30 @@
"title_aux": "Text Node With Comments (@cdxoo)"
}
],
"https://github.com/cedarconnor/HunyuanWorld": [
[
"FluxCLIPLoader",
"FluxModelCombiner",
"FluxModelDecombiner",
"FluxModelLoader",
"FluxTransformerLoader",
"FluxVAELoader",
"HunyuanWorldImageToPanorama",
"HunyuanWorldLoRALoader",
"HunyuanWorldSceneGenerator",
"HunyuanWorldTextToPanorama",
"RealESRGANLoader",
"RealESRGANUpscaler",
"ShowText",
"ZIMMaskToBbox",
"ZIMMaskToPoints",
"ZIMModelLoader",
"ZIMSegmenter"
],
{
"title_aux": "HunyuanWorld"
}
],
"https://github.com/cedarconnor/comfyui-BatchNameLoop": [
[
"Batch Image Iterator",
@ -19173,6 +19240,14 @@
"title_aux": "Chaosaiart-Nodes"
}
],
"https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": [
[
"Charly FitToAspectNode"
],
{
"title_aux": "ComfyUI Charly FitToAspectNode"
}
],
"https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": [
[
"BFL Canny Control",
@ -28389,6 +28464,7 @@
"WanVideoTeaCache",
"WanVideoTextEmbedBridge",
"WanVideoTextEncode",
"WanVideoTextEncodeCached",
"WanVideoTextEncodeSingle",
"WanVideoTinyVAELoader",
"WanVideoTorchCompileSettings",
@ -28661,8 +28737,8 @@
],
"https://github.com/kpsss34/ComfyUI-kpsss34": [
[
"SD35PlusImageEnhancer",
"SD35PlusLoader"
"SD35SLoader",
"SD35S_Img2Img"
],
{
"title_aux": "ComfyUI kpsss34 Custom Node"
@ -33351,6 +33427,8 @@
"PapcornsAspectResize",
"PapcornsAudioTrimAndSave",
"PapcornsAudioTrimmer",
"PapcornsMemoryManager",
"PapcornsSimpleMemoryManager",
"UploadImageToGCS"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{
"custom_nodes": [
{
"author": "alistairallan",
"title": "ComfyUI-skin-retouch",
"reference": "https://github.com/alistairallan/ComfyUI-skin-retouch",
"files": [
"https://github.com/alistairallan/ComfyUI-skin-retouch"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI"
},
{
"author": "sprited-ai",
"title": "Sprited ComfyUI Nodes [WIP]",
"reference": "https://github.com/sprited-ai/sprited-comfyui-nodes",
"files": [
"https://github.com/sprited-ai/sprited-comfyui-nodes"
],
"install_type": "git-clone",
"description": "A collection of custom nodes for ComfyUI"
},
{
"author": "trashkollector",
"title": "ComfyUI-TKVideoZoom [WIP]",

View File

@ -902,10 +902,7 @@
"TiledWanInpaintCropImproved",
"TiledWanInpaintStitchImproved",
"TiledWanMaskStatistics",
"TiledWanVideoSLGSimple",
"TiledWanVideoSamplerSimple",
"TiledWanVideoVACEpipe",
"WanVideoVACEpipe"
"TiledWanVideoVACEpipe"
],
{
"title_aux": "TiledWan ComfyUI Node Set [WIP]"
@ -2397,6 +2394,7 @@
"mb KSampler",
"mb Select",
"mb String",
"mb Submit",
"mb Text",
"mb Text or File",
"mb Text to File",
@ -2615,6 +2613,7 @@
],
"https://github.com/Poukpalaova/ComfyUI-FRED-Nodes": [
[
"FRED_Advanced_multi_parameters_panel_v1",
"FRED_AutoCropImage_Native_Ratio_v5",
"FRED_AutoCropImage_SDXL_Ratio_V3",
"FRED_AutoCropImage_SDXL_Ratio_V4",
@ -2627,17 +2626,22 @@
"FRED_ImageBrowser_Hair_Color",
"FRED_ImageBrowser_Hair_Style",
"FRED_ImageBrowser_Top",
"FRED_ImageQualityInspector",
"FRED_ImageUncropFromBBox",
"FRED_JoinImages",
"FRED_LoadImage_V2",
"FRED_LoadImage_V3",
"FRED_LoadImage_V4",
"FRED_LoadImage_V5",
"FRED_LoadImage_V6",
"FRED_LoadImage_V7",
"FRED_LoadImage_V8",
"FRED_LoadPathImagesPreview",
"FRED_LoadPathImagesPreview_v2",
"FRED_LoadRetinaFace",
"FRED_LoraInfos",
"FRED_PreviewOnly",
"FRED_Simplified_Parameters_Panel",
"FRED_TextMultiline",
"FRED_Text_to_XMP",
"FRED_photo_prompt"
@ -2854,6 +2858,7 @@
"https://github.com/SaulQcy/comfy_saul_plugin": [
[
"Blend Images",
"Change the camera pose of config file",
"Compute Keypoints Similarity",
"Cutting Video",
"End Node",
@ -3850,6 +3855,14 @@
"title_aux": "alexisrolland/ComfyUI-AuraSR"
}
],
"https://github.com/alistairallan/ComfyUI-skin-retouch": [
[
"SkinRetouching"
],
{
"title_aux": "ComfyUI-skin-retouch"
}
],
"https://github.com/alt-key-project/comfyui-dream-painter": [
[
"Bitmap AND [DPaint]",
@ -5334,9 +5347,8 @@
[
"Cosmos1ForwardRenderer",
"Cosmos1InverseRenderer",
"EnvironmentMapCacheManager",
"LoadDiffusionRendererModel",
"PreprocessEnvironmentMap"
"LoadHDRImage"
],
{
"title_aux": "DiffusionRenderer-ComfyUI [WIP]"
@ -8845,6 +8857,16 @@
"title_aux": "comfyui-sourceful-official"
}
],
"https://github.com/sprited-ai/sprited-comfyui-nodes": [
[
"Example",
"VideoDownloader",
"VideoShotSplitter"
],
{
"title_aux": "Sprited ComfyUI Nodes [WIP]"
}
],
"https://github.com/sswink/comfyui-lingshang": [
[
"LS_ALY_Seg_Body_Utils",
@ -9686,7 +9708,6 @@
"AppendTagsNode",
"Base64ToImageNode",
"BlacklistTagsNode",
"CLIPTranslatedNode",
"DownloadImageNode",
"FillAlphaNode",
"FixUTF8StringNode",
@ -9711,7 +9732,7 @@
"ShowStringNode",
"StringCombineNode",
"StringNode",
"TranslateStringNode",
"StringTranslateNode",
"VideoToImageNode"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,45 @@
{
"custom_nodes": [
{
"author": "cedarconnor",
"title": "HunyuanWorld",
"reference": "https://github.com/cedarconnor/HunyuanWorld",
"files": [
"https://github.com/cedarconnor/HunyuanWorld"
],
"install_type": "git-clone",
"description": "Transform text and images into immersive 360° 3D worlds using Tencent's HunyuanWorld-1.0 in ComfyUI with native FLUX architecture integration."
},
{
"author": "charlyad142",
"title": "ComfyUI Charly FitToAspectNode",
"reference": "https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode",
"files": [
"https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode"
],
"install_type": "git-clone",
"description": "Un nodo personalizado para ComfyUI que ajusta imágenes a diferentes relaciones de aspecto manteniendo las proporciones originales."
},
{
"author": "Rizzlord",
"title": "ComfyUI-RizzNodes",
"reference": "https://github.com/Rizzlord/ComfyUI-RizzNodes",
"files": [
"https://github.com/Rizzlord/ComfyUI-RizzNodes"
],
"install_type": "git-clone",
"description": "RizzNodes for ComfyUI Welcome to RizzNodes, a collection of custom nodes for ComfyUI designed to streamline various workflows, from loading images and models in batches to dynamic prompt generation and memory management."
},
{
"author": "ShmuelRonen",
"title": "multi-lora-stack",
"reference": "https://github.com/ShmuelRonen/multi-lora-stack",
"files": [
"https://github.com/ShmuelRonen/multi-lora-stack"
],
"install_type": "git-clone",
"description": "A complete replacement for rgthree's Power Lora Loader with zero dependencies and two specialized versions to fit any workflow."
},
{
"author": "MiaoshouAI",
"title": "ComfyUI Video Segmentation Node",
@ -650,68 +690,6 @@
],
"install_type": "git-clone",
"description": "A small set of JavaScript files I created for myself. The scripts provide Quality of Life enhancements to the ComfyUI interface, such as changing fonts and font sizes."
},
{
"author": "thalismind",
"title": "ComfyUI LoadImageWithFilename",
"reference": "https://github.com/thalismind/ComfyUI-LoadImageWithFilename",
"files": [
"https://github.com/thalismind/ComfyUI-LoadImageWithFilename"
],
"install_type": "git-clone",
"description": "This custom node extends ComfyUI's image loading functionality with filename output and folder loading capabilities."
},
{
"author": "Edoardo Carmignani",
"title": "ComfyUI-ExtraLinks",
"id": "extralinks",
"reference": "https://github.com/edoardocarmignani/extralinks",
"files": [
"https://github.com/edoardocarmignani/extralinks"
],
"install_type": "git-clone",
"description": "A one-click collection of alternate connection styles for ComfyUI."
},
{
"author": "WASasquatch",
"title": "FUSE Face Enhancer",
"reference": "https://github.com/WASasquatch/face-upscaling-and-seamless-embedding",
"files": [
"https://github.com/WASasquatch/face-upscaling-and-seamless-embedding"
],
"install_type": "git-clone",
"description": "All-in-One Face Fix KSampler for ComfyUI with YOLO detection and SAM segmentation"
},
{
"author": "brucew4yn3rp",
"title": "Save Image with Selective Metadata",
"id": "SaveImageSelectiveMetadata",
"reference": "https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata",
"files": [
"https://github.com/brucew4yn3rp/ComfyUI_SelectiveMetadata"
],
"install_type": "copy",
"description": "This custom node allows users to selectively choose what to add to the generated image's metadata."
},
{
"author": "silveroxides",
"title": "ComfyUI_FDGuidance",
"reference": "https://github.com/silveroxides/ComfyUI_FDGuidance",
"files": [
"https://github.com/silveroxides/ComfyUI_FDGuidance"
],
"install_type": "git-clone",
"description": "An implementation of Frequency-Decoupled Guidance (FDG) in pure Pytorch."
},
{
"author": "Edoardo Carmignani",
"title": "VAE Decode Switch for ComfyUI",
"reference": "https://github.com/MasterDenis/VAE-Decode-Switch",
"files": [
"https://github.com/MasterDenis/VAE-Decode-Switch"
],
"install_type": "git-clone",
"description": "Node for ComfyUI designed for more neatly switching between tiled and default VAE Decode Nodes."
}
]
}

View File

@ -701,8 +701,10 @@
"crop_data_edit",
"filter_DensePose_color",
"get_image_data",
"get_image_ratio",
"image_math",
"image_math_value",
"image_scale_pixel_v2",
"invert_channel_adv",
"load_BEN_model",
"load_ColorName_config",
@ -3712,9 +3714,18 @@
],
"https://github.com/ComfyAssets/ComfyUI-KikoTools": [
[
"DisplayAny",
"EmptyLatentBatch",
"GeminiPrompt",
"GlifConsistencyDecoder",
"GlifPatchConsistencyDecoderTiled",
"GlifVariable",
"HFHubEmbeddingLoader",
"HFHubLoraLoader",
"ImageToMultipleOf",
"KikoSaveImage",
"ResolutionCalculator",
"SDXLAspectRatio",
"SamplerCombo",
"SamplerComboCompact",
"SeedHistory",
@ -4571,6 +4582,8 @@
],
"https://github.com/Duanyll/duanyll_nodepack": [
[
"AdvancedMorphology",
"CoverWordsWithRectangles",
"CreateBoundingBoxesMaskQwen",
"DrawBoundingBoxesQwen",
"FluxKontextTrue3DPE",
@ -4583,7 +4596,9 @@
"HfQuadrupleClipLoader",
"HfTripleClipLoader",
"HfVaeLoader",
"ImageCropFromPadded",
"ImageDifferenceCmap",
"ImagePadToResolution",
"PhotoDoddleConditioning"
],
{
@ -10487,6 +10502,21 @@
"title_aux": "comfyui-florence2xy"
}
],
"https://github.com/Rizzlord/ComfyUI-RizzNodes": [
[
"RizzAnything",
"RizzBatchImageLoader",
"RizzClean",
"RizzDynamicPromptGenerator",
"RizzLoadLatestImage",
"RizzLoadLatestMesh",
"RizzModelBatchLoader",
"RizzUpscaleImageBatch"
],
{
"title_aux": "ComfyUI-RizzNodes"
}
],
"https://github.com/RodrigoSKohl/ComfyUI-Panoramic-ImgStitcher": [
[
"Image Stitching Node"
@ -11732,6 +11762,15 @@
"title_aux": "Google Moogle"
}
],
"https://github.com/ShmuelRonen/multi-lora-stack": [
[
"MultiLoRAStack",
"MultiLoRAStackModelOnly"
],
{
"title_aux": "multi-lora-stack"
}
],
"https://github.com/Shraknard/ComfyUI-Remover": [
[
"Remover"
@ -14527,8 +14566,12 @@
],
"https://github.com/YaserJaradeh/comfyui-yaser-nodes": [
[
"ConditionalSelectionNode",
"IterativeUpscaleWithModelsNode"
"Float",
"GeneralSwitch",
"ImageColorMatch",
"ImageSizeBySide",
"IterativeUpscaleWithModelsNode",
"LoraLoaderStack"
],
{
"title_aux": "Yaser-nodes for ComfyUI"
@ -16414,6 +16457,7 @@
"Sage_ConstructLLMPrompt",
"Sage_ConstructLLMPromptExtra",
"Sage_ConstructMetadata",
"Sage_ConstructMetadataFlexible",
"Sage_ConstructMetadataLite",
"Sage_CropImage",
"Sage_CubiqImageResize",
@ -18435,7 +18479,6 @@
"lay_edge_cut",
"lay_fill_inpaint",
"lay_image_grid_note",
"lay_image_match_W_and_H",
"lay_images_free_layout",
"lay_imgCanvas",
"lay_text_sum",
@ -18580,6 +18623,30 @@
"title_aux": "Text Node With Comments (@cdxoo)"
}
],
"https://github.com/cedarconnor/HunyuanWorld": [
[
"FluxCLIPLoader",
"FluxModelCombiner",
"FluxModelDecombiner",
"FluxModelLoader",
"FluxTransformerLoader",
"FluxVAELoader",
"HunyuanWorldImageToPanorama",
"HunyuanWorldLoRALoader",
"HunyuanWorldSceneGenerator",
"HunyuanWorldTextToPanorama",
"RealESRGANLoader",
"RealESRGANUpscaler",
"ShowText",
"ZIMMaskToBbox",
"ZIMMaskToPoints",
"ZIMModelLoader",
"ZIMSegmenter"
],
{
"title_aux": "HunyuanWorld"
}
],
"https://github.com/cedarconnor/comfyui-BatchNameLoop": [
[
"Batch Image Iterator",
@ -19173,6 +19240,14 @@
"title_aux": "Chaosaiart-Nodes"
}
],
"https://github.com/charlyad142/ComfyUI_Charly_FitToAspectNode": [
[
"Charly FitToAspectNode"
],
{
"title_aux": "ComfyUI Charly FitToAspectNode"
}
],
"https://github.com/charlyad142/ComfyUI_bfl_api_pro_nodes": [
[
"BFL Canny Control",
@ -28389,6 +28464,7 @@
"WanVideoTeaCache",
"WanVideoTextEmbedBridge",
"WanVideoTextEncode",
"WanVideoTextEncodeCached",
"WanVideoTextEncodeSingle",
"WanVideoTinyVAELoader",
"WanVideoTorchCompileSettings",
@ -28661,8 +28737,8 @@
],
"https://github.com/kpsss34/ComfyUI-kpsss34": [
[
"SD35PlusImageEnhancer",
"SD35PlusLoader"
"SD35SLoader",
"SD35S_Img2Img"
],
{
"title_aux": "ComfyUI kpsss34 Custom Node"
@ -33351,6 +33427,8 @@
"PapcornsAspectResize",
"PapcornsAudioTrimAndSave",
"PapcornsAudioTrimmer",
"PapcornsMemoryManager",
"PapcornsSimpleMemoryManager",
"UploadImageToGCS"
],
{