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

This commit is contained in:
Dr.Lt.Data 2026-07-06 08:48:46 +09:00
parent 16a212aa70
commit 79a5258dd2
5 changed files with 3808 additions and 3647 deletions

View File

@ -24207,6 +24207,16 @@
"install_type": "git-clone",
"description": "Custom utility nodes for ComfyUI, providing helpers for tasks like video frame manipulation and advanced audio saving. Part of the 'Burgstall Enabling The Awesomeness' suite."
},
{
"author": "burgstall-labs",
"title": "ComfyUI-Domemaster-Outpaint",
"reference": "https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint",
"files": [
"https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint"
],
"install_type": "git-clone",
"description": "Outpaint flat video into fulldome / planetarium shows: domemaster rendering with tilted-venue presets for ComfyUI, on top of the Burgstall Labs 360 outpaint pipeline."
},
{
"author": "Kidev",
"title": "ComfyUI Fisheye Effects Nodes",
@ -46306,6 +46316,16 @@
"install_type": "git-clone",
"description": "ComfyUI custom nodes for scoped, graph-based string template variables."
},
{
"author": "boobkake22",
"title": "Sampling Planner",
"reference": "https://github.com/boobkake22/ComfyUI-SamplingPlanner",
"files": [
"https://github.com/boobkake22/ComfyUI-SamplingPlanner"
],
"install_type": "git-clone",
"description": "Task-aware Wan 2.2 sampling plans and sampler-specific breakout nodes for ComfyUI."
},
{
"author": "wobba",
"title": "ComfyUI-ChatterBox-Turbo",
@ -54063,6 +54083,16 @@
],
"install_type": "git-clone",
"description": "Depth-map paper-cut and parallax layer rasterizer for ComfyUI"
},
{
"author": "iljung1106",
"title": "Anima Safe PAG",
"reference": "https://github.com/iljung1106/comfyui-anima-safe-pag",
"files": [
"https://github.com/iljung1106/comfyui-anima-safe-pag"
],
"install_type": "git-clone",
"description": "A soft, Anima-friendly Perturbed Attention Guidance node for ComfyUI."
}
]
}

View File

@ -5066,6 +5066,14 @@
"title_aux": "ComfyUI-BS_Kokoro-onnx"
}
],
"https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint": [
[
"EquirectToDomemaster"
],
{
"title_aux": "ComfyUI-Domemaster-Outpaint"
}
],
"https://github.com/Burve/ComfyUI_Burve_Tools": [
[
"BurveGoogleImageGen",
@ -30516,6 +30524,7 @@
"BFSHeadSwapLoRADebug",
"FaceSequenceBatch",
"FrameRangedFaceLoader",
"LTXIdentityCAN",
"LTXIdentityGemmaVision",
"LTXIdentityOverlapConditioning",
"LTXIdentityTransfer",
@ -33628,6 +33637,29 @@
"title_aux": "ComfyUI-ColorCorrectGPU"
}
],
"https://github.com/boobkake22/ComfyUI-SamplingPlanner": [
[
"AccelerationModelPair",
"AccelerationSelector",
"KSamplerBreakout",
"ModelPairBreakout",
"MoeSamplerBreakout",
"PrioritySelector",
"ProgressiveSigmaControl",
"RangeSplitOverrideLegacy",
"SamplerSelector",
"SamplingPlanWan22",
"SchedulerSelector",
"ShiftOverride",
"SigmaBreakout",
"StepBudget",
"StepSplitOverride",
"TaskSelector"
],
{
"title_aux": "Sampling Planner"
}
],
"https://github.com/boobkake22/ComfyUI-SimpleSwitch": [
[
"SimpleAudioLatentSwitch",
@ -46588,6 +46620,14 @@
"title_aux": "ComfyUI-iterationNode"
}
],
"https://github.com/iljung1106/comfyui-anima-safe-pag": [
[
"AnimaSafePAG"
],
{
"title_aux": "Anima Safe PAG"
}
],
"https://github.com/illuminatianon/comfyui-csvwildcards": [
[
"CSVWildcardNode",
@ -69805,7 +69845,10 @@
],
"https://github.com/wearekhepri/comfyui-kepri-nodes-pack": [
[
"KepriAspectRatio",
"KepriFramingAnalysis",
"KepriImageFinalize",
"KepriMaskAnalysis",
"KepriMaskMerge"
],
{

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,35 @@
{
"custom_nodes": [
{
"author": "boobkake22",
"title": "Sampling Planner",
"reference": "https://github.com/boobkake22/ComfyUI-SamplingPlanner",
"files": [
"https://github.com/boobkake22/ComfyUI-SamplingPlanner"
],
"install_type": "git-clone",
"description": "Task-aware Wan 2.2 sampling plans and sampler-specific breakout nodes for ComfyUI."
},
{
"author": "iljung1106",
"title": "Anima Safe PAG",
"reference": "https://github.com/iljung1106/comfyui-anima-safe-pag",
"files": [
"https://github.com/iljung1106/comfyui-anima-safe-pag"
],
"install_type": "git-clone",
"description": "A soft, Anima-friendly Perturbed Attention Guidance node for ComfyUI."
},
{
"author": "burgstall-labs",
"title": "ComfyUI-Domemaster-Outpaint",
"reference": "https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint",
"files": [
"https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint"
],
"install_type": "git-clone",
"description": "Outpaint flat video into fulldome / planetarium shows: domemaster rendering with tilted-venue presets for ComfyUI, on top of the Burgstall Labs 360 outpaint pipeline."
},
{
"author": "depth-layer-rasterizer",
"title": "Depth Layer Rasterizer",

View File

@ -5066,6 +5066,14 @@
"title_aux": "ComfyUI-BS_Kokoro-onnx"
}
],
"https://github.com/Burgstall-labs/ComfyUI-Domemaster-Outpaint": [
[
"EquirectToDomemaster"
],
{
"title_aux": "ComfyUI-Domemaster-Outpaint"
}
],
"https://github.com/Burve/ComfyUI_Burve_Tools": [
[
"BurveGoogleImageGen",
@ -30516,6 +30524,7 @@
"BFSHeadSwapLoRADebug",
"FaceSequenceBatch",
"FrameRangedFaceLoader",
"LTXIdentityCAN",
"LTXIdentityGemmaVision",
"LTXIdentityOverlapConditioning",
"LTXIdentityTransfer",
@ -33628,6 +33637,29 @@
"title_aux": "ComfyUI-ColorCorrectGPU"
}
],
"https://github.com/boobkake22/ComfyUI-SamplingPlanner": [
[
"AccelerationModelPair",
"AccelerationSelector",
"KSamplerBreakout",
"ModelPairBreakout",
"MoeSamplerBreakout",
"PrioritySelector",
"ProgressiveSigmaControl",
"RangeSplitOverrideLegacy",
"SamplerSelector",
"SamplingPlanWan22",
"SchedulerSelector",
"ShiftOverride",
"SigmaBreakout",
"StepBudget",
"StepSplitOverride",
"TaskSelector"
],
{
"title_aux": "Sampling Planner"
}
],
"https://github.com/boobkake22/ComfyUI-SimpleSwitch": [
[
"SimpleAudioLatentSwitch",
@ -46588,6 +46620,14 @@
"title_aux": "ComfyUI-iterationNode"
}
],
"https://github.com/iljung1106/comfyui-anima-safe-pag": [
[
"AnimaSafePAG"
],
{
"title_aux": "Anima Safe PAG"
}
],
"https://github.com/illuminatianon/comfyui-csvwildcards": [
[
"CSVWildcardNode",
@ -69805,7 +69845,10 @@
],
"https://github.com/wearekhepri/comfyui-kepri-nodes-pack": [
[
"KepriAspectRatio",
"KepriFramingAnalysis",
"KepriImageFinalize",
"KepriMaskAnalysis",
"KepriMaskMerge"
],
{