update DB

This commit is contained in:
Dr.Lt.Data
2024-01-27 10:03:36 +09:00
parent 56ae825512
commit f1270db397
4 changed files with 52 additions and 15 deletions

View File

@@ -10,6 +10,16 @@
},
{
"author": "kijai",
"title": "ComfyUI-CCSR",
"reference": "https://github.com/kijai/ComfyUI-CCSR",
"files": [
"https://github.com/kijai/ComfyUI-CCSR"
],
"install_type": "git-clone",
"description": "ComfyUI- CCSR upscaler node"
},
{
"author": "azure-dragon-ai",
"title": "ComfyUI-ClipScore-Nodes",

View File

@@ -159,8 +159,10 @@
"https://github.com/Acly/comfyui-inpaint-nodes": [
[
"INPAINT_ApplyFooocusInpaint",
"INPAINT_FillInpaintArea",
"INPAINT_LoadFooocusInpaint"
"INPAINT_InpaintWithModel",
"INPAINT_LoadFooocusInpaint",
"INPAINT_LoadInpaintModel",
"INPAINT_MaskedBlur"
],
{
"title_aux": "ComfyUI Inpaint Nodes"
@@ -4735,15 +4737,18 @@
"LogString",
"LogVec2",
"LogVec3",
"RF_AtIndexString",
"RF_BoolToString",
"RF_FloatToString",
"RF_IntToString",
"RF_JsonStyleLoader",
"RF_MergeLines",
"RF_NumberToString",
"RF_OptionsString",
"RF_RangeFloat",
"RF_RangeInt",
"RF_RangeNumber",
"RF_SavePromptInfo",
"RF_SplitLines",
"RF_TextConcatenate",
"RF_TextInput",
@@ -5139,6 +5144,15 @@
"title_aux": "Knodes"
}
],
"https://github.com/kijai/ComfyUI-CCSR": [
[
"CCSR_Model_Select",
"CCSR_Upscale"
],
{
"title_aux": "ComfyUI-CCSR"
}
],
"https://github.com/kijai/ComfyUI-DDColor": [
[
"DDColor_Colorize"