update DB

This commit is contained in:
Dr.Lt.Data 2025-10-03 12:54:02 +09:00
parent dadfc96e00
commit 393839b3ab
6 changed files with 1764 additions and 1782 deletions

View File

@ -33569,6 +33569,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Ultra-Efficient Flow Matching sampler ported from [a/https://github.com/eddyhhlure1Eddy/ode-t1](https://github.com/eddyhhlure1Eddy/ode-t1), suitable for native ComfyUI workflows." "description": "Ultra-Efficient Flow Matching sampler ported from [a/https://github.com/eddyhhlure1Eddy/ode-t1](https://github.com/eddyhhlure1Eddy/ode-t1), suitable for native ComfyUI workflows."
}, },
{
"author": "rvage",
"title": "ComfyUI-RvTools-X",
"reference": "https://github.com/r-vage/ComfyUI-RvTools-X",
"files": [
"https://github.com/r-vage/ComfyUI-RvTools-X"
],
"install_type": "git-clone",
"description": "ComfyUI custom nodes and utilities for workflow building, type conversions, checkpoint/pipe loaders and file utilities."
},

File diff suppressed because it is too large Load Diff

View File

@ -1071,16 +1071,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This nodepack has a vulnerability that allows writing files to arbitrary paths.]" "description": "A simple ComfyUI custom node that copies model files from the models/ folder to the output/ folder.[w/This nodepack has a vulnerability that allows writing files to arbitrary paths.]"
}, },
{
"author": "Maff3u",
"title": "MattiaNodes - Points Editor On Cropped [WIP]",
"reference": "https://github.com/Maff3u/MattiaNodes",
"files": [
"https://github.com/Maff3u/MattiaNodes"
],
"install_type": "git-clone",
"description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized."
},
{ {
"author": "viik420", "author": "viik420",
"title": "AdvancedModelDownloader [UNSAFE]", "title": "AdvancedModelDownloader [UNSAFE]",
@ -3434,16 +3424,6 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "NODES: Face Detector Selector, YC Human Parts Ultra(Advance), Color Match (YC)" "description": "NODES: Face Detector Selector, YC Human Parts Ultra(Advance), Color Match (YC)"
}, },
{
"author": "rakki194",
"title": "ComfyUI_WolfSigmas [UNSAFE]",
"reference": "https://github.com/rakki194/ComfyUI_WolfSigmas",
"files": [
"https://github.com/rakki194/ComfyUI_WolfSigmas"
],
"install_type": "git-clone",
"description": "This custom nodepack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]"
},
{ {
"author": "xl0", "author": "xl0",
"title": "q_tools", "title": "q_tools",

View File

@ -2685,17 +2685,6 @@
"title_aux": "ComfyUI-NanoBanana-ImageGenerator" "title_aux": "ComfyUI-NanoBanana-ImageGenerator"
} }
], ],
"https://github.com/Maff3u/MattiaNodes": [
[
"LS_Gemini_Image_Edit",
"MattiaLoraLoaderFromPath",
"PointsEditorOnCropped",
"PresetCycler"
],
{
"title_aux": "MattiaNodes - Points Editor On Cropped [WIP]"
}
],
"https://github.com/Malloc-pix/comfyui-QwenVL": [ "https://github.com/Malloc-pix/comfyui-QwenVL": [
[ [
"Qwen2.5", "Qwen2.5",
@ -9635,48 +9624,6 @@
"title_aux": "comfyui-rakete" "title_aux": "comfyui-rakete"
} }
], ],
"https://github.com/rakki194/ComfyUI_WolfSigmas": [
[
"GetImageSize",
"LatentVisualizeDirect",
"ListModelBlocks",
"ModifyActivationsSVD",
"VisualizeActivation",
"WolfDCTNoise",
"WolfPlotSamplerStatsNode",
"WolfProbeGetData",
"WolfProbeSetup",
"WolfSamplerCustomAdvancedPlotter",
"WolfSamplerScriptEvaluator",
"WolfScriptableEmptyLatent",
"WolfScriptableLatentAnalyzer",
"WolfScriptableNoise",
"WolfSigmaAddNoise",
"WolfSigmaClampT0",
"WolfSigmaClipValues",
"WolfSigmaGeometricProgression",
"WolfSigmaInsertValue",
"WolfSigmaNormalizeRange",
"WolfSigmaPolynomial",
"WolfSigmaPowerTransform",
"WolfSigmaQuantize",
"WolfSigmaRespaceLogCosine",
"WolfSigmaReverse",
"WolfSigmaReverseAndRescale",
"WolfSigmaScriptEvaluator",
"WolfSigmaShiftAndScale",
"WolfSigmaSlice",
"WolfSigmaTanhGenerator",
"WolfSigmasGet",
"WolfSigmasSet",
"WolfSigmasToJSON",
"WolfSimpleSamplerScriptEvaluator",
"WolfSimpleScriptableEmptyLatent"
],
{
"title_aux": "ComfyUI_WolfSigmas [UNSAFE]"
}
],
"https://github.com/ralonsobeas/ComfyUI-HDRConversion": [ "https://github.com/ralonsobeas/ComfyUI-HDRConversion": [
[ [
"HDRConversion" "HDRConversion"

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,25 @@
{ {
"custom_nodes": [ "custom_nodes": [
{
"author": "rakki194",
"title": "ComfyUI_WolfSigmas [UNSAFE/REMOVED]",
"reference": "https://github.com/rakki194/ComfyUI_WolfSigmas",
"files": [
"https://github.com/rakki194/ComfyUI_WolfSigmas"
],
"install_type": "git-clone",
"description": "This custom nodepack for ComfyUI provides a suite of tools for generating and manipulating sigma schedules for diffusion models. These nodes are particularly useful for fine-tuning the sampling process, experimenting with different step counts, and adapting schedules for specific models.[w/Security Warning: Remote Code Execution]"
},
{
"author": "Maff3u",
"title": "MattiaNodes - Points Editor On Cropped [REMOVED]",
"reference": "https://github.com/Maff3u/MattiaNodes",
"files": [
"https://github.com/Maff3u/MattiaNodes"
],
"install_type": "git-clone",
"description": "A standalone ComfyUI custom node for interactive coordinate editing with crop factor correction.\nNOTE: The files in the repo are not organized."
},
{ {
"author": "rakki194", "author": "rakki194",
"title": "ComfyUI-ImageCompare [REMOVED]", "title": "ComfyUI-ImageCompare [REMOVED]",