update DB

This commit is contained in:
Dr.Lt.Data 2023-11-12 19:45:44 +09:00
parent a4fb765a38
commit f30e5d604b
4 changed files with 24 additions and 72 deletions

View File

@ -496,6 +496,7 @@
"BatchStringSchedule",
"BatchValueSchedule",
"BatchValueScheduleLatentInput",
"CalculateLatentInterpFrameNumber",
"CosWave",
"FizzFrame",
"FizzFrameConcatenate",
@ -2179,6 +2180,7 @@
"FromListGetConds",
"FromListGetImages",
"FromListGetLatents",
"FromListGetModels",
"Get Contour from list",
"Get Models",
"Get Prompt",
@ -2212,6 +2214,7 @@
"ToCondList",
"ToImageList",
"ToLatentList",
"ToModelList",
"VAEEncodeBatch"
],
{
@ -3190,7 +3193,9 @@
"AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire",
"BindImageListPromptList //Inspire",
"CacheBackendData //Inspire",
"CacheBackendDataList //Inspire",
"CacheBackendDataNumberKey //Inspire",
"CacheBackendDataNumberKeyList //Inspire",
"Canny_Preprocessor_Provider_for_SEGS //Inspire",
"Color_Preprocessor_Provider_for_SEGS //Inspire",
"DWPreprocessor_Provider_for_SEGS //Inspire",
@ -3280,7 +3285,8 @@
],
"https://github.com/martijnat/comfyui-previewlatent": [
[
"PreviewLatent"
"PreviewLatent",
"PreviewLatentAdvanced"
],
{
"title_aux": "comfyui-previewlatent"

View File

@ -1,5 +1,15 @@
{
"custom_nodes": [
{
"author": "dnl13",
"title": "ComfyUI-dnl13-seg",
"reference": "https://github.com/dnl13/ComfyUI-dnl13-seg",
"files": [
"https://github.com/dnl13/ComfyUI-dnl13-seg"
],
"install_type": "git-clone",
"description": "Nodes: Automatic Segmentation (dnl13), RGB (dnl13)"
},
{
"author": "peteromallet",
"title": "ComfyUI-AnimateDiff-Creative-Interpolation [WIP]",

View File

@ -791,76 +791,6 @@
],
"install_type": "git-clone",
"description": "Nodes: VHS_VideoCombine. Nodes related to video workflows"
},
{
"author": "chrisgoringe",
"title": "Variation seeds",
"reference": "https://github.com/chrisgoringe/cg-noise",
"files": [
"https://github.com/chrisgoringe/cg-noise"
],
"install_type": "git-clone",
"description": "Adds KSampler custom nodes with variation seed and variation strength."
},
{
"author": "chrisgoringe",
"title": "Image chooser",
"reference": "https://github.com/chrisgoringe/cg-image-picker",
"files": [
"https://github.com/chrisgoringe/cg-image-picker"
],
"install_type": "git-clone",
"description": "A custom node that pauses the flow while you choose which image (or latent) to pass on to the rest of the workflow."
},
{
"author": "WASasquatch",
"title": "FreeU_Advanced",
"reference": "https://github.com/WASasquatch/FreeU_Advanced",
"files": [
"https://github.com/WASasquatch/FreeU_Advanced"
],
"install_type": "git-clone",
"description": "This custom node provides advanced settings for FreeU."
},
{
"author": "Tropfchen",
"title": "YARS: Yet Another Resolution Selector",
"reference": "https://github.com/Tropfchen/ComfyUI-yaResolutionSelector",
"files": [
"https://github.com/Tropfchen/ComfyUI-yaResolutionSelector"
],
"install_type": "git-clone",
"description": "A slightly different Resolution Selector node, allowing to freely change base resolution and aspect ratio, with options to maintain the pixel count or use the base resolution as the highest or lowest dimension."
},
{
"author": "mcmonkeyprojects",
"title": "Stable Diffusion Dynamic Thresholding (CFG Scale Fix)",
"reference": "https://github.com/mcmonkeyprojects/sd-dynamic-thresholding",
"files": [
"https://github.com/mcmonkeyprojects/sd-dynamic-thresholding"
],
"install_type": "git-clone",
"description": "Extension for StableSwarmUI, ComfyUI, and AUTOMATIC1111 Stable Diffusion WebUI that enables a way to use higher CFG Scales without color issues. This works by clamping latents between steps."
},
{
"author": "cubiq",
"title": "ComfyUI Essentials",
"reference": "https://github.com/cubiq/ComfyUI_essentials",
"files": [
"https://github.com/cubiq/ComfyUI_essentials"
],
"install_type": "git-clone",
"description": "Essential nodes that are weirdly missing from ComfyUI core. With few exceptions they are new features and not commodities. I hope this will be just a temporary repository until the nodes get included into ComfyUI."
},
{
"author": "laksjdjf",
"title": "cd-tuner_negpip-ComfyUI",
"reference": "https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI",
"files": [
"https://github.com/laksjdjf/cd-tuner_negpip-ComfyUI"
],
"install_type": "git-clone",
"description": "Nodes:Apply CDTuner, Apply Negapip. This extension provides the <a href='https://github.com/hako-mikan/sd-webui-cd-tuner' target='blank'>CD(Color/Detail) Tuner</a> and the <a href='https://github.com/hako-mikan/sd-webui-negpip' target='blank'>Negative Prompt in the Prompt</a>features."
}
]
}

View File

@ -496,6 +496,7 @@
"BatchStringSchedule",
"BatchValueSchedule",
"BatchValueScheduleLatentInput",
"CalculateLatentInterpFrameNumber",
"CosWave",
"FizzFrame",
"FizzFrameConcatenate",
@ -2179,6 +2180,7 @@
"FromListGetConds",
"FromListGetImages",
"FromListGetLatents",
"FromListGetModels",
"Get Contour from list",
"Get Models",
"Get Prompt",
@ -2212,6 +2214,7 @@
"ToCondList",
"ToImageList",
"ToLatentList",
"ToModelList",
"VAEEncodeBatch"
],
{
@ -3190,7 +3193,9 @@
"AnimeLineArt_Preprocessor_Provider_for_SEGS //Inspire",
"BindImageListPromptList //Inspire",
"CacheBackendData //Inspire",
"CacheBackendDataList //Inspire",
"CacheBackendDataNumberKey //Inspire",
"CacheBackendDataNumberKeyList //Inspire",
"Canny_Preprocessor_Provider_for_SEGS //Inspire",
"Color_Preprocessor_Provider_for_SEGS //Inspire",
"DWPreprocessor_Provider_for_SEGS //Inspire",
@ -3280,7 +3285,8 @@
],
"https://github.com/martijnat/comfyui-previewlatent": [
[
"PreviewLatent"
"PreviewLatent",
"PreviewLatentAdvanced"
],
{
"title_aux": "comfyui-previewlatent"