update DB

This commit is contained in:
Dr.Lt.Data 2025-12-12 04:39:30 +09:00
parent a8d603f753
commit f0a8812f5e
5 changed files with 2562 additions and 2532 deletions

View File

@ -29562,6 +29562,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more." "description": "Stylized RPG character prompt generator for ComfyUI. Supports standard and Ollama-based prompts, works with SD, SDXL, Flux, and more."
}, },
{
"author": "Lord Lethris",
"title": "Dia2 TTS & Captions Generators for ComfyUI",
"id": "dia2_tts_captions",
"reference": "https://github.com/lord-lethris/ComfyUI-lethris-dia2",
"files": [
"https://github.com/lord-lethris/ComfyUI-lethris-dia2"
],
"install_type": "Git-Clone",
"description": "This package provides two ComfyUI nodes: 🗣️ Dia2 TTS Generator for text-to-speech using Dia2-2B, and 💬 Dia2 Captions Generator to convert TTS timestamps into SRT/SSA/VTT subtitles. Includes example workflow and voice samples. GPU users require CUDA 12.8+."
},
{ {
"author": "ialhabbal", "author": "ialhabbal",
"title": "OcclusionMask", "title": "OcclusionMask",
@ -38649,17 +38660,6 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "Lord Lethris",
"title": "Dia2 TTS & Captions Generators for ComfyUI",
"id": "dia2_tts_captions",
"reference": "https://github.com/lord-lethris/ComfyUI-lethris-dia2",
"files": [
"https://github.com/lord-lethris/ComfyUI-lethris-dia2"
],
"install_type": "Git-Clone",
"description": "This package provides two ComfyUI nodes: 🗣️ Dia2 TTS Generator for text-to-speech using Dia2-2B, and 💬 Dia2 Captions Generator to convert TTS timestamps into SRT/SSA/VTT subtitles. Includes example workflow and voice samples. GPU users require CUDA 12.8+."
} }
] ]
} }

View File

@ -10175,6 +10175,7 @@
], ],
"https://github.com/JiSenHua/ComfyUI-TD": [ "https://github.com/JiSenHua/ComfyUI-TD": [
[ [
"AudiotoTD",
"Comfy3DPacktoTD", "Comfy3DPacktoTD",
"Hy3DtoTD", "Hy3DtoTD",
"ImagetoTD", "ImagetoTD",
@ -15094,6 +15095,7 @@
"https://github.com/Rizzlord/ComfyUI-RizzNodes": [ "https://github.com/Rizzlord/ComfyUI-RizzNodes": [
[ [
"BatchImagesToGrid", "BatchImagesToGrid",
"CreateImage",
"LoadMultiviewImages", "LoadMultiviewImages",
"RizzAlphaMargin", "RizzAlphaMargin",
"RizzBatchImageLoader", "RizzBatchImageLoader",
@ -21795,7 +21797,8 @@
"RGBYPMaskCompositeWithStrength", "RGBYPMaskCompositeWithStrength",
"RGBYPMaskStrength", "RGBYPMaskStrength",
"RGBYPMaskStrengthOut", "RGBYPMaskStrengthOut",
"RGBYPMaskToRegularMasks" "RGBYPMaskToRegularMasks",
"RGBYPSaveMask"
], ],
{ {
"title_aux": "RGBYP Mask Editor (RGB + YP)" "title_aux": "RGBYP Mask Editor (RGB + YP)"
@ -22440,6 +22443,9 @@
"ArchAi3D_Smart_Tile_SEGS", "ArchAi3D_Smart_Tile_SEGS",
"ArchAi3D_Smart_Tile_SEGS_Blur", "ArchAi3D_Smart_Tile_SEGS_Blur",
"ArchAi3D_Smart_Tile_Sampler", "ArchAi3D_Smart_Tile_Sampler",
"ArchAi3D_Smart_Ultimate_SD_Upscale",
"ArchAi3D_Smart_Ultimate_SD_Upscale_CustomSample",
"ArchAi3D_Smart_Ultimate_SD_Upscale_NoUpscale",
"ArchAi3D_Solid_Color_Image", "ArchAi3D_Solid_Color_Image",
"ArchAi3D_String_Input", "ArchAi3D_String_Input",
"ArchAi3dQwenEncoderSimpleV2" "ArchAi3dQwenEncoderSimpleV2"
@ -22504,11 +22510,13 @@
"MicroDetailOverlay", "MicroDetailOverlay",
"MultiTextureBlender", "MultiTextureBlender",
"NormalConverter", "NormalConverter",
"NormalFormatAuto",
"NormalFormatValidator", "NormalFormatValidator",
"NormalIntensity", "NormalIntensity",
"NormalMapCombiner", "NormalMapCombiner",
"NormalToDepth", "NormalToDepth",
"PBRAdjuster", "PBRAdjuster",
"PBRBatchToPipe",
"PBRCombiner", "PBRCombiner",
"PBRExtractor", "PBRExtractor",
"PBRHeightProcessor", "PBRHeightProcessor",
@ -22516,8 +22524,10 @@
"PBRMaterialProcessor", "PBRMaterialProcessor",
"PBRNormalProcessor", "PBRNormalProcessor",
"PBRPipePreview", "PBRPipePreview",
"PBRPipeToBatch",
"PBRPipelineAdjuster", "PBRPipelineAdjuster",
"PBRSaver", "PBRSaver",
"PBRSaverWithMetadata",
"PBRSplitter", "PBRSplitter",
"PatternGenerator", "PatternGenerator",
"ProceduralNoiseGenerator", "ProceduralNoiseGenerator",
@ -31600,6 +31610,7 @@
"CombineOutputLists", "CombineOutputLists",
"ConvertNumberToIntFloatStr", "ConvertNumberToIntFloatStr",
"FormattedString", "FormattedString",
"JSONOutputList",
"KSamplerImmediateSave", "KSamplerImmediateSave",
"NumberOutputList", "NumberOutputList",
"StringOutputList" "StringOutputList"
@ -33332,7 +33343,6 @@
], ],
"https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [
[ [
"DecoderNoise",
"LTTiledVAEDecode" "LTTiledVAEDecode"
], ],
{ {
@ -46711,7 +46721,12 @@
], ],
"https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [
[ [
"SID_ZImagePromptGenerator" "SID_Anthropic_LLM",
"SID_GGUF_LLM",
"SID_Grok_LLM",
"SID_OpenAI_Compatible_LLM",
"SID_ZImagePromptGenerator",
"SID_ZImagePromptGenerator_Advanced_V2"
], ],
{ {
"title_aux": "ComfyUI-AI-Photography-Toolkit" "title_aux": "ComfyUI-AI-Photography-Toolkit"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -10175,6 +10175,7 @@
], ],
"https://github.com/JiSenHua/ComfyUI-TD": [ "https://github.com/JiSenHua/ComfyUI-TD": [
[ [
"AudiotoTD",
"Comfy3DPacktoTD", "Comfy3DPacktoTD",
"Hy3DtoTD", "Hy3DtoTD",
"ImagetoTD", "ImagetoTD",
@ -15094,6 +15095,7 @@
"https://github.com/Rizzlord/ComfyUI-RizzNodes": [ "https://github.com/Rizzlord/ComfyUI-RizzNodes": [
[ [
"BatchImagesToGrid", "BatchImagesToGrid",
"CreateImage",
"LoadMultiviewImages", "LoadMultiviewImages",
"RizzAlphaMargin", "RizzAlphaMargin",
"RizzBatchImageLoader", "RizzBatchImageLoader",
@ -21795,7 +21797,8 @@
"RGBYPMaskCompositeWithStrength", "RGBYPMaskCompositeWithStrength",
"RGBYPMaskStrength", "RGBYPMaskStrength",
"RGBYPMaskStrengthOut", "RGBYPMaskStrengthOut",
"RGBYPMaskToRegularMasks" "RGBYPMaskToRegularMasks",
"RGBYPSaveMask"
], ],
{ {
"title_aux": "RGBYP Mask Editor (RGB + YP)" "title_aux": "RGBYP Mask Editor (RGB + YP)"
@ -22440,6 +22443,9 @@
"ArchAi3D_Smart_Tile_SEGS", "ArchAi3D_Smart_Tile_SEGS",
"ArchAi3D_Smart_Tile_SEGS_Blur", "ArchAi3D_Smart_Tile_SEGS_Blur",
"ArchAi3D_Smart_Tile_Sampler", "ArchAi3D_Smart_Tile_Sampler",
"ArchAi3D_Smart_Ultimate_SD_Upscale",
"ArchAi3D_Smart_Ultimate_SD_Upscale_CustomSample",
"ArchAi3D_Smart_Ultimate_SD_Upscale_NoUpscale",
"ArchAi3D_Solid_Color_Image", "ArchAi3D_Solid_Color_Image",
"ArchAi3D_String_Input", "ArchAi3D_String_Input",
"ArchAi3dQwenEncoderSimpleV2" "ArchAi3dQwenEncoderSimpleV2"
@ -22504,11 +22510,13 @@
"MicroDetailOverlay", "MicroDetailOverlay",
"MultiTextureBlender", "MultiTextureBlender",
"NormalConverter", "NormalConverter",
"NormalFormatAuto",
"NormalFormatValidator", "NormalFormatValidator",
"NormalIntensity", "NormalIntensity",
"NormalMapCombiner", "NormalMapCombiner",
"NormalToDepth", "NormalToDepth",
"PBRAdjuster", "PBRAdjuster",
"PBRBatchToPipe",
"PBRCombiner", "PBRCombiner",
"PBRExtractor", "PBRExtractor",
"PBRHeightProcessor", "PBRHeightProcessor",
@ -22516,8 +22524,10 @@
"PBRMaterialProcessor", "PBRMaterialProcessor",
"PBRNormalProcessor", "PBRNormalProcessor",
"PBRPipePreview", "PBRPipePreview",
"PBRPipeToBatch",
"PBRPipelineAdjuster", "PBRPipelineAdjuster",
"PBRSaver", "PBRSaver",
"PBRSaverWithMetadata",
"PBRSplitter", "PBRSplitter",
"PatternGenerator", "PatternGenerator",
"ProceduralNoiseGenerator", "ProceduralNoiseGenerator",
@ -31600,6 +31610,7 @@
"CombineOutputLists", "CombineOutputLists",
"ConvertNumberToIntFloatStr", "ConvertNumberToIntFloatStr",
"FormattedString", "FormattedString",
"JSONOutputList",
"KSamplerImmediateSave", "KSamplerImmediateSave",
"NumberOutputList", "NumberOutputList",
"StringOutputList" "StringOutputList"
@ -33332,7 +33343,6 @@
], ],
"https://github.com/hum-ma/ComfyUI-TiledVaeLite": [ "https://github.com/hum-ma/ComfyUI-TiledVaeLite": [
[ [
"DecoderNoise",
"LTTiledVAEDecode" "LTTiledVAEDecode"
], ],
{ {
@ -46711,7 +46721,12 @@
], ],
"https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [ "https://github.com/slahiri/ComfyUI-AI-Photography-Toolkit": [
[ [
"SID_ZImagePromptGenerator" "SID_Anthropic_LLM",
"SID_GGUF_LLM",
"SID_Grok_LLM",
"SID_OpenAI_Compatible_LLM",
"SID_ZImagePromptGenerator",
"SID_ZImagePromptGenerator_Advanced_V2"
], ],
{ {
"title_aux": "ComfyUI-AI-Photography-Toolkit" "title_aux": "ComfyUI-AI-Photography-Toolkit"