update DB
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled

This commit is contained in:
Dr.Lt.Data 2026-01-29 02:22:55 +09:00
parent cf5dfbf99d
commit df1eaff802
4 changed files with 1634 additions and 1596 deletions

View File

@ -16539,6 +16539,7 @@
"BatchImagesToGrid", "BatchImagesToGrid",
"CreateImage", "CreateImage",
"LoadMultiviewImages", "LoadMultiviewImages",
"Quadremesh",
"RizzAlphaMargin", "RizzAlphaMargin",
"RizzBatchImageLoader", "RizzBatchImageLoader",
"RizzBlur", "RizzBlur",
@ -16547,14 +16548,22 @@
"RizzClean", "RizzClean",
"RizzCropAndScaleFromMask", "RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator", "RizzDynamicPromptGenerator",
"RizzEditClips",
"RizzEditImage", "RizzEditImage",
"RizzExtractAllFrames",
"RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzLoadVideo",
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale", "RizzPasteAndUnscale",
"RizzPreviewVideo",
"RizzSaveVideo",
"RizzSeparateVideoAudio",
"RizzTextcombine", "RizzTextcombine",
"RizzUpscaleImageBatch", "RizzUpscaleImageBatch",
"RizzVideoEffects",
"SaveMultiviewImages", "SaveMultiviewImages",
"SimplifyMesh", "SimplifyMesh",
"SplitImageBatch", "SplitImageBatch",
@ -20613,6 +20622,9 @@
"TileBreak", "TileBreak",
"UserSelect", "UserSelect",
"WanActionSelect", "WanActionSelect",
"easy_base64_loader",
"easy_image_failsafe_loader",
"easy_image_url",
"easy_smartbypass" "easy_smartbypass"
], ],
{ {
@ -24053,7 +24065,8 @@
"AK XZ Batch Lora", "AK XZ Batch Lora",
"AK XZ Batch Prompts", "AK XZ Batch Prompts",
"AK XZ Range Float", "AK XZ Range Float",
"AK XZ Range Int" "AK XZ Range Int",
"AKXZPreviewPlot"
], ],
{ {
"title_aux": "AK XZ Axis (XY for any KSampler)" "title_aux": "AK XZ Axis (XY for any KSampler)"
@ -34459,6 +34472,7 @@
"LH_History_Monitor", "LH_History_Monitor",
"LH_LlamaInstruct", "LH_LlamaInstruct",
"LH_MultiTextSelector", "LH_MultiTextSelector",
"LH_SimpleText",
"LoRA_AllInOne_Saver", "LoRA_AllInOne_Saver",
"UniversalAIChat", "UniversalAIChat",
"UniversalGGUFLoader", "UniversalGGUFLoader",
@ -36732,6 +36746,7 @@
"https://github.com/huyl3-cpu/comfyui-sortlist": [ "https://github.com/huyl3-cpu/comfyui-sortlist": [
[ [
"ColabKeepAlive", "ColabKeepAlive",
"RAMCleanup",
"Set Value With Path", "Set Value With Path",
"SetValuesFromPanel", "SetValuesFromPanel",
"TunnelAutoReconnect", "TunnelAutoReconnect",
@ -44246,7 +44261,8 @@
"mrmth_ag_ModelMathNode", "mrmth_ag_ModelMathNode",
"mrmth_ag_NoiseMathNode", "mrmth_ag_NoiseMathNode",
"mrmth_ag_SigmasMathNode", "mrmth_ag_SigmasMathNode",
"mrmth_ag_VAEMathNode" "mrmth_ag_VAEMathNode",
"mrmth_ag_VideoMathNode"
], ],
{ {
"title_aux": "More Math" "title_aux": "More Math"

File diff suppressed because it is too large Load Diff

View File

@ -11259,7 +11259,8 @@
], ],
"https://github.com/my-xz-org/comfyui_xz_nodes": [ "https://github.com/my-xz-org/comfyui_xz_nodes": [
[ [
"XZImageToText" "XZImageToText",
"XZLlmResponse"
], ],
{ {
"title_aux": "comfyui_xz_nodes" "title_aux": "comfyui_xz_nodes"
@ -12729,7 +12730,12 @@
[ [
"SeedVRUpscale", "SeedVRUpscale",
"UltralyticsCrop", "UltralyticsCrop",
"UltralyticsModelLoader" "UltralyticsModelLoader",
"VAEUtils_CustomVAELoader",
"VAEUtils_DisableVAEOffload",
"VAEUtils_LatentUpscale",
"VAEUtils_ScaleLatents",
"VAEUtils_VAEDecodeTiled"
], ],
{ {
"title_aux": "ComfyUI-SimonNodes" "title_aux": "ComfyUI-SimonNodes"

View File

@ -16539,6 +16539,7 @@
"BatchImagesToGrid", "BatchImagesToGrid",
"CreateImage", "CreateImage",
"LoadMultiviewImages", "LoadMultiviewImages",
"Quadremesh",
"RizzAlphaMargin", "RizzAlphaMargin",
"RizzBatchImageLoader", "RizzBatchImageLoader",
"RizzBlur", "RizzBlur",
@ -16547,14 +16548,22 @@
"RizzClean", "RizzClean",
"RizzCropAndScaleFromMask", "RizzCropAndScaleFromMask",
"RizzDynamicPromptGenerator", "RizzDynamicPromptGenerator",
"RizzEditClips",
"RizzEditImage", "RizzEditImage",
"RizzExtractAllFrames",
"RizzExtractFrames",
"RizzGDSPatcher", "RizzGDSPatcher",
"RizzLoadLatestImage", "RizzLoadLatestImage",
"RizzLoadLatestMesh", "RizzLoadLatestMesh",
"RizzLoadVideo",
"RizzModelBatchLoader", "RizzModelBatchLoader",
"RizzPasteAndUnscale", "RizzPasteAndUnscale",
"RizzPreviewVideo",
"RizzSaveVideo",
"RizzSeparateVideoAudio",
"RizzTextcombine", "RizzTextcombine",
"RizzUpscaleImageBatch", "RizzUpscaleImageBatch",
"RizzVideoEffects",
"SaveMultiviewImages", "SaveMultiviewImages",
"SimplifyMesh", "SimplifyMesh",
"SplitImageBatch", "SplitImageBatch",
@ -20613,6 +20622,9 @@
"TileBreak", "TileBreak",
"UserSelect", "UserSelect",
"WanActionSelect", "WanActionSelect",
"easy_base64_loader",
"easy_image_failsafe_loader",
"easy_image_url",
"easy_smartbypass" "easy_smartbypass"
], ],
{ {
@ -24053,7 +24065,8 @@
"AK XZ Batch Lora", "AK XZ Batch Lora",
"AK XZ Batch Prompts", "AK XZ Batch Prompts",
"AK XZ Range Float", "AK XZ Range Float",
"AK XZ Range Int" "AK XZ Range Int",
"AKXZPreviewPlot"
], ],
{ {
"title_aux": "AK XZ Axis (XY for any KSampler)" "title_aux": "AK XZ Axis (XY for any KSampler)"
@ -34459,6 +34472,7 @@
"LH_History_Monitor", "LH_History_Monitor",
"LH_LlamaInstruct", "LH_LlamaInstruct",
"LH_MultiTextSelector", "LH_MultiTextSelector",
"LH_SimpleText",
"LoRA_AllInOne_Saver", "LoRA_AllInOne_Saver",
"UniversalAIChat", "UniversalAIChat",
"UniversalGGUFLoader", "UniversalGGUFLoader",
@ -36732,6 +36746,7 @@
"https://github.com/huyl3-cpu/comfyui-sortlist": [ "https://github.com/huyl3-cpu/comfyui-sortlist": [
[ [
"ColabKeepAlive", "ColabKeepAlive",
"RAMCleanup",
"Set Value With Path", "Set Value With Path",
"SetValuesFromPanel", "SetValuesFromPanel",
"TunnelAutoReconnect", "TunnelAutoReconnect",
@ -44246,7 +44261,8 @@
"mrmth_ag_ModelMathNode", "mrmth_ag_ModelMathNode",
"mrmth_ag_NoiseMathNode", "mrmth_ag_NoiseMathNode",
"mrmth_ag_SigmasMathNode", "mrmth_ag_SigmasMathNode",
"mrmth_ag_VAEMathNode" "mrmth_ag_VAEMathNode",
"mrmth_ag_VideoMathNode"
], ],
{ {
"title_aux": "More Math" "title_aux": "More Math"