update DB

This commit is contained in:
Dr.Lt.Data 2024-02-12 16:02:32 +09:00
parent 36ecc15cf0
commit cc96819526
5 changed files with 126 additions and 0 deletions

View File

@ -4584,6 +4584,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt." "description": "Nodes: Format String, Join String List, Load Preset, Load Preset (Advanced), Const String, Const String (multi line). Add useful nodes related to prompt."
}, },
{
"author": "nkchocoai",
"title": "ComfyUI-TextOnSegs",
"reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs",
"files": [
"https://github.com/nkchocoai/ComfyUI-TextOnSegs"
],
"install_type": "git-clone",
"description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack."
},
{ {
"author": "JaredTherriault", "author": "JaredTherriault",
"title": "ComfyUI-JNodes", "title": "ComfyUI-JNodes",
@ -5114,6 +5124,16 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files." "description": "A custom node for ComfyUI to create a prompt based on a list of keywords saved in CSV files."
}, },
{
"author": "StartHua",
"title": "Comfyui_joytag",
"reference": "https://github.com/StartHua/Comfyui_joytag",
"files": [
"https://github.com/StartHua/Comfyui_joytag"
],
"install_type": "git-clone",
"description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)"
},
{ {
@ -5387,6 +5407,16 @@
"install_type": "copy", "install_type": "copy",
"description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning." "description": "A node which takes in x, y, width, height, total width, and total height, in order to accurately represent the area of an image which is covered by area-based conditioning."
}, },
{
"author": "redhottensors",
"title": "ComfyUI-Prediction",
"reference": "https://github.com/redhottensors/ComfyUI-Prediction",
"files": [
"https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py"
],
"install_type": "copy",
"description": "Fully customizable Classifier Free Guidance for ComfyUI."
},
{ {

View File

@ -2188,6 +2188,14 @@
"title_aux": "ComfyUI_Seg_VITON" "title_aux": "ComfyUI_Seg_VITON"
} }
], ],
"https://github.com/StartHua/Comfyui_joytag": [
[
"CXH_JoyTag"
],
{
"title_aux": "Comfyui_joytag"
}
],
"https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [
[ [
"CR 8 Channel In", "CR 8 Channel In",
@ -6527,6 +6535,18 @@
"title_aux": "ComfyUI-SizeFromPresets" "title_aux": "ComfyUI-SizeFromPresets"
} }
], ],
"https://github.com/nkchocoai/ComfyUI-TextOnSegs": [
[
"CalcMaxFontSize",
"ExtractDominantColor",
"GetComplementaryColor",
"SegsToRegion",
"TextOnSegsFloodFill"
],
{
"title_aux": "ComfyUI-TextOnSegs"
}
],
"https://github.com/noembryo/ComfyUI-noEmbryo": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -6836,6 +6856,14 @@
"title_aux": "comfyui-prompt-reader-node" "title_aux": "comfyui-prompt-reader-node"
} }
], ],
"https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [
[
"SamplerCustomPrediction"
],
{
"title_aux": "ComfyUI-Prediction"
}
],
"https://github.com/rgthree/rgthree-comfy": [ "https://github.com/rgthree/rgthree-comfy": [
[], [],
{ {

View File

@ -10,6 +10,16 @@
}, },
{
"author": "Extraltodeus",
"title": "ComfyUI-variableCFGandAntiBurn [WIP]",
"reference": "https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn",
"files": [
"https://github.com/Extraltodeus/ComfyUI-variableCFGandAntiBurn"
],
"install_type": "git-clone",
"description": "Nodes:Continuous CFG rescaler (pre CFG), Intermediary latent merge (post CFG), Intensity/Brightness limiter (post CFG), Dynamic renoising (post CFG), Automatic CFG scale (pre/post CFG), CFG multiplier per channel (pre CFG), Self-Attention Guidance delayed activation mod (post CFG)"
},
{ {
"author": "kijai", "author": "kijai",
"title": "ComfyUI-ADMotionDirector [WIP]", "title": "ComfyUI-ADMotionDirector [WIP]",

View File

@ -10,6 +10,36 @@
}, },
{
"author": "StartHua",
"title": "Comfyui_joytag",
"reference": "https://github.com/StartHua/Comfyui_joytag",
"files": [
"https://github.com/StartHua/Comfyui_joytag"
],
"install_type": "git-clone",
"description": "JoyTag is a state of the art AI vision model for tagging images, with a focus on sex positivity and inclusivity. It uses the Danbooru tagging schema, but works across a wide range of images, from hand drawn to photographic.\nDownload the weight and put it under checkpoints: [a/https://huggingface.co/fancyfeast/joytag/tree/main](https://huggingface.co/fancyfeast/joytag/tree/main)"
},
{
"author": "redhottensors",
"title": "ComfyUI-Prediction",
"reference": "https://github.com/redhottensors/ComfyUI-Prediction",
"files": [
"https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py"
],
"install_type": "copy",
"description": "Fully customizable Classifier Free Guidance for ComfyUI."
},
{
"author": "nkchocoai",
"title": "ComfyUI-TextOnSegs",
"reference": "https://github.com/nkchocoai/ComfyUI-TextOnSegs",
"files": [
"https://github.com/nkchocoai/ComfyUI-TextOnSegs"
],
"install_type": "git-clone",
"description": "Add a node for drawing text with CR Draw Text of ComfyUI_Comfyroll_CustomNodes to the area of SEGS detected by Ultralytics Detector of ComfyUI-Impact-Pack."
},
{ {
"author": "cubiq", "author": "cubiq",
"title": "ComfyUI InstantID (Native Support)", "title": "ComfyUI InstantID (Native Support)",

View File

@ -2188,6 +2188,14 @@
"title_aux": "ComfyUI_Seg_VITON" "title_aux": "ComfyUI_Seg_VITON"
} }
], ],
"https://github.com/StartHua/Comfyui_joytag": [
[
"CXH_JoyTag"
],
{
"title_aux": "Comfyui_joytag"
}
],
"https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [ "https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes": [
[ [
"CR 8 Channel In", "CR 8 Channel In",
@ -6527,6 +6535,18 @@
"title_aux": "ComfyUI-SizeFromPresets" "title_aux": "ComfyUI-SizeFromPresets"
} }
], ],
"https://github.com/nkchocoai/ComfyUI-TextOnSegs": [
[
"CalcMaxFontSize",
"ExtractDominantColor",
"GetComplementaryColor",
"SegsToRegion",
"TextOnSegsFloodFill"
],
{
"title_aux": "ComfyUI-TextOnSegs"
}
],
"https://github.com/noembryo/ComfyUI-noEmbryo": [ "https://github.com/noembryo/ComfyUI-noEmbryo": [
[ [
"PromptTermList1", "PromptTermList1",
@ -6836,6 +6856,14 @@
"title_aux": "comfyui-prompt-reader-node" "title_aux": "comfyui-prompt-reader-node"
} }
], ],
"https://github.com/redhottensors/ComfyUI-Prediction/raw/main/custom_nodes/nodes_pred.py": [
[
"SamplerCustomPrediction"
],
{
"title_aux": "ComfyUI-Prediction"
}
],
"https://github.com/rgthree/rgthree-comfy": [ "https://github.com/rgthree/rgthree-comfy": [
[], [],
{ {