mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-21 20:30:48 +08:00
update DB
This commit is contained in:
parent
56ae825512
commit
f1270db397
@ -2237,6 +2237,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
"description": "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"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": "hhhzzyang",
|
"author": "hhhzzyang",
|
||||||
"title": "Comfyui-Lama",
|
"title": "Comfyui-Lama",
|
||||||
@ -4648,7 +4658,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
"author": "Ser-Hilary",
|
"author": "Ser-Hilary",
|
||||||
"title": "SDXL_sizing",
|
"title": "SDXL_sizing",
|
||||||
@ -4965,16 +4974,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "unzip",
|
"install_type": "unzip",
|
||||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||||
},
|
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -159,8 +159,10 @@
|
|||||||
"https://github.com/Acly/comfyui-inpaint-nodes": [
|
"https://github.com/Acly/comfyui-inpaint-nodes": [
|
||||||
[
|
[
|
||||||
"INPAINT_ApplyFooocusInpaint",
|
"INPAINT_ApplyFooocusInpaint",
|
||||||
"INPAINT_FillInpaintArea",
|
"INPAINT_InpaintWithModel",
|
||||||
"INPAINT_LoadFooocusInpaint"
|
"INPAINT_LoadFooocusInpaint",
|
||||||
|
"INPAINT_LoadInpaintModel",
|
||||||
|
"INPAINT_MaskedBlur"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI Inpaint Nodes"
|
"title_aux": "ComfyUI Inpaint Nodes"
|
||||||
@ -4735,15 +4737,18 @@
|
|||||||
"LogString",
|
"LogString",
|
||||||
"LogVec2",
|
"LogVec2",
|
||||||
"LogVec3",
|
"LogVec3",
|
||||||
|
"RF_AtIndexString",
|
||||||
"RF_BoolToString",
|
"RF_BoolToString",
|
||||||
"RF_FloatToString",
|
"RF_FloatToString",
|
||||||
"RF_IntToString",
|
"RF_IntToString",
|
||||||
"RF_JsonStyleLoader",
|
"RF_JsonStyleLoader",
|
||||||
"RF_MergeLines",
|
"RF_MergeLines",
|
||||||
"RF_NumberToString",
|
"RF_NumberToString",
|
||||||
|
"RF_OptionsString",
|
||||||
"RF_RangeFloat",
|
"RF_RangeFloat",
|
||||||
"RF_RangeInt",
|
"RF_RangeInt",
|
||||||
"RF_RangeNumber",
|
"RF_RangeNumber",
|
||||||
|
"RF_SavePromptInfo",
|
||||||
"RF_SplitLines",
|
"RF_SplitLines",
|
||||||
"RF_TextConcatenate",
|
"RF_TextConcatenate",
|
||||||
"RF_TextInput",
|
"RF_TextInput",
|
||||||
@ -5139,6 +5144,15 @@
|
|||||||
"title_aux": "Knodes"
|
"title_aux": "Knodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-CCSR": [
|
||||||
|
[
|
||||||
|
"CCSR_Model_Select",
|
||||||
|
"CCSR_Upscale"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-CCSR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||||
[
|
[
|
||||||
"DDColor_Colorize"
|
"DDColor_Colorize"
|
||||||
|
|||||||
@ -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",
|
"author": "azure-dragon-ai",
|
||||||
"title": "ComfyUI-ClipScore-Nodes",
|
"title": "ComfyUI-ClipScore-Nodes",
|
||||||
|
|||||||
@ -159,8 +159,10 @@
|
|||||||
"https://github.com/Acly/comfyui-inpaint-nodes": [
|
"https://github.com/Acly/comfyui-inpaint-nodes": [
|
||||||
[
|
[
|
||||||
"INPAINT_ApplyFooocusInpaint",
|
"INPAINT_ApplyFooocusInpaint",
|
||||||
"INPAINT_FillInpaintArea",
|
"INPAINT_InpaintWithModel",
|
||||||
"INPAINT_LoadFooocusInpaint"
|
"INPAINT_LoadFooocusInpaint",
|
||||||
|
"INPAINT_LoadInpaintModel",
|
||||||
|
"INPAINT_MaskedBlur"
|
||||||
],
|
],
|
||||||
{
|
{
|
||||||
"title_aux": "ComfyUI Inpaint Nodes"
|
"title_aux": "ComfyUI Inpaint Nodes"
|
||||||
@ -4735,15 +4737,18 @@
|
|||||||
"LogString",
|
"LogString",
|
||||||
"LogVec2",
|
"LogVec2",
|
||||||
"LogVec3",
|
"LogVec3",
|
||||||
|
"RF_AtIndexString",
|
||||||
"RF_BoolToString",
|
"RF_BoolToString",
|
||||||
"RF_FloatToString",
|
"RF_FloatToString",
|
||||||
"RF_IntToString",
|
"RF_IntToString",
|
||||||
"RF_JsonStyleLoader",
|
"RF_JsonStyleLoader",
|
||||||
"RF_MergeLines",
|
"RF_MergeLines",
|
||||||
"RF_NumberToString",
|
"RF_NumberToString",
|
||||||
|
"RF_OptionsString",
|
||||||
"RF_RangeFloat",
|
"RF_RangeFloat",
|
||||||
"RF_RangeInt",
|
"RF_RangeInt",
|
||||||
"RF_RangeNumber",
|
"RF_RangeNumber",
|
||||||
|
"RF_SavePromptInfo",
|
||||||
"RF_SplitLines",
|
"RF_SplitLines",
|
||||||
"RF_TextConcatenate",
|
"RF_TextConcatenate",
|
||||||
"RF_TextInput",
|
"RF_TextInput",
|
||||||
@ -5139,6 +5144,15 @@
|
|||||||
"title_aux": "Knodes"
|
"title_aux": "Knodes"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"https://github.com/kijai/ComfyUI-CCSR": [
|
||||||
|
[
|
||||||
|
"CCSR_Model_Select",
|
||||||
|
"CCSR_Upscale"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "ComfyUI-CCSR"
|
||||||
|
}
|
||||||
|
],
|
||||||
"https://github.com/kijai/ComfyUI-DDColor": [
|
"https://github.com/kijai/ComfyUI-DDColor": [
|
||||||
[
|
[
|
||||||
"DDColor_Colorize"
|
"DDColor_Colorize"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user