update DB
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run

This commit is contained in:
Dr.Lt.Data 2025-12-12 12:29:09 +09:00
parent 891005bcd3
commit e4c370a7d9
6 changed files with 5174 additions and 5009 deletions

View File

@ -238,7 +238,8 @@
], ],
"https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [
[ [
"AILab_VoxCPMTTS" "AILab_VoxCPMTTS",
"AILab_VoxCPMTTS_Advanced"
], ],
{ {
"title_aux": "ComfyUI-VoxCPMTTS" "title_aux": "ComfyUI-VoxCPMTTS"
@ -16319,6 +16320,7 @@
"BboxSplit", "BboxSplit",
"Cascade", "Cascade",
"ImageFilters", "ImageFilters",
"LMS_VisionController",
"Luts", "Luts",
"LutsAdvanced", "LutsAdvanced",
"RemoveAreaByMask", "RemoveAreaByMask",
@ -16696,6 +16698,9 @@
"https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [
[ [
"ApplyTrainedLora", "ApplyTrainedLora",
"MusubiQwenImageEditLoraTrainer",
"MusubiQwenImageLoraTrainer",
"MusubiWanLoraTrainer",
"MusubiZImageLoraTrainer", "MusubiZImageLoraTrainer",
"RealtimeLoraTrainer", "RealtimeLoraTrainer",
"SD15LoraTrainer", "SD15LoraTrainer",
@ -22625,13 +22630,21 @@
"HSVAdjuster", "HSVAdjuster",
"HeightAmplifier", "HeightAmplifier",
"HeightCombiner", "HeightCombiner",
"HeightToNormal",
"ImageBitDepthChecker", "ImageBitDepthChecker",
"ImageEnhancement", "ImageEnhancement",
"LevelsAdjustment", "LevelsAdjustment",
"LotusHeightProcessor", "LotusHeightProcessor",
"LotusNormalProcessor",
"MicroDetailOverlay", "MicroDetailOverlay",
"MultiTextureBlender", "MultiTextureBlender",
"NormalConverter",
"NormalFormatAuto",
"NormalFormatBruteForce",
"NormalFormatValidator",
"NormalIntensity",
"NormalMapCombiner", "NormalMapCombiner",
"NormalToDepth",
"PBRAdjuster", "PBRAdjuster",
"PBRBatchToPipe", "PBRBatchToPipe",
"PBRCombiner", "PBRCombiner",
@ -22651,6 +22664,8 @@
"SSSMapGenerator", "SSSMapGenerator",
"ScratchesGenerator", "ScratchesGenerator",
"SeamlessTiling", "SeamlessTiling",
"SharpenDepth",
"SharpenNormal",
"SimpleRecolor", "SimpleRecolor",
"SmartBlur", "SmartBlur",
"SmartTextureResizer", "SmartTextureResizer",
@ -50270,6 +50285,7 @@
"vsLinx_BooleanOrOperator", "vsLinx_BooleanOrOperator",
"vsLinx_BypassOnBool", "vsLinx_BypassOnBool",
"vsLinx_FitImageIntoBBoxMask", "vsLinx_FitImageIntoBBoxMask",
"vsLinx_ImpactMultilineWildcardText",
"vsLinx_LoadSelectedImagesBatch", "vsLinx_LoadSelectedImagesBatch",
"vsLinx_LoadSelectedImagesList", "vsLinx_LoadSelectedImagesList",
"vsLinx_MuteOnBool" "vsLinx_MuteOnBool"

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -9000,6 +9000,9 @@
"AudioResampler", "AudioResampler",
"CollectKeyedVideosNode", "CollectKeyedVideosNode",
"CollectVideosNode", "CollectVideosNode",
"ConformAudio",
"ConformVideo",
"ExtendVideoNearestFrame",
"ImageDelay", "ImageDelay",
"IntToString", "IntToString",
"KlingVideoHandler", "KlingVideoHandler",
@ -9010,7 +9013,6 @@
"StringSplitSelect", "StringSplitSelect",
"Unbroken-Video-Handler", "Unbroken-Video-Handler",
"VideoHandler", "VideoHandler",
"VideoSanitizer",
"WorkflowLoggerNode" "WorkflowLoggerNode"
], ],
{ {

File diff suppressed because it is too large Load Diff

View File

@ -238,7 +238,8 @@
], ],
"https://github.com/1038lab/ComfyUI-VoxCPMTTS": [ "https://github.com/1038lab/ComfyUI-VoxCPMTTS": [
[ [
"AILab_VoxCPMTTS" "AILab_VoxCPMTTS",
"AILab_VoxCPMTTS_Advanced"
], ],
{ {
"title_aux": "ComfyUI-VoxCPMTTS" "title_aux": "ComfyUI-VoxCPMTTS"
@ -16319,6 +16320,7 @@
"BboxSplit", "BboxSplit",
"Cascade", "Cascade",
"ImageFilters", "ImageFilters",
"LMS_VisionController",
"Luts", "Luts",
"LutsAdvanced", "LutsAdvanced",
"RemoveAreaByMask", "RemoveAreaByMask",
@ -16696,6 +16698,9 @@
"https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [ "https://github.com/ShootTheSound/comfyUI-Realtime-Lora": [
[ [
"ApplyTrainedLora", "ApplyTrainedLora",
"MusubiQwenImageEditLoraTrainer",
"MusubiQwenImageLoraTrainer",
"MusubiWanLoraTrainer",
"MusubiZImageLoraTrainer", "MusubiZImageLoraTrainer",
"RealtimeLoraTrainer", "RealtimeLoraTrainer",
"SD15LoraTrainer", "SD15LoraTrainer",
@ -22625,13 +22630,21 @@
"HSVAdjuster", "HSVAdjuster",
"HeightAmplifier", "HeightAmplifier",
"HeightCombiner", "HeightCombiner",
"HeightToNormal",
"ImageBitDepthChecker", "ImageBitDepthChecker",
"ImageEnhancement", "ImageEnhancement",
"LevelsAdjustment", "LevelsAdjustment",
"LotusHeightProcessor", "LotusHeightProcessor",
"LotusNormalProcessor",
"MicroDetailOverlay", "MicroDetailOverlay",
"MultiTextureBlender", "MultiTextureBlender",
"NormalConverter",
"NormalFormatAuto",
"NormalFormatBruteForce",
"NormalFormatValidator",
"NormalIntensity",
"NormalMapCombiner", "NormalMapCombiner",
"NormalToDepth",
"PBRAdjuster", "PBRAdjuster",
"PBRBatchToPipe", "PBRBatchToPipe",
"PBRCombiner", "PBRCombiner",
@ -22651,6 +22664,8 @@
"SSSMapGenerator", "SSSMapGenerator",
"ScratchesGenerator", "ScratchesGenerator",
"SeamlessTiling", "SeamlessTiling",
"SharpenDepth",
"SharpenNormal",
"SimpleRecolor", "SimpleRecolor",
"SmartBlur", "SmartBlur",
"SmartTextureResizer", "SmartTextureResizer",
@ -50270,6 +50285,7 @@
"vsLinx_BooleanOrOperator", "vsLinx_BooleanOrOperator",
"vsLinx_BypassOnBool", "vsLinx_BypassOnBool",
"vsLinx_FitImageIntoBBoxMask", "vsLinx_FitImageIntoBBoxMask",
"vsLinx_ImpactMultilineWildcardText",
"vsLinx_LoadSelectedImagesBatch", "vsLinx_LoadSelectedImagesBatch",
"vsLinx_LoadSelectedImagesList", "vsLinx_LoadSelectedImagesList",
"vsLinx_MuteOnBool" "vsLinx_MuteOnBool"