update DB

This commit is contained in:
Dr.Lt.Data 2023-07-23 08:34:48 +09:00
parent d1548b3128
commit f24b506715
2 changed files with 28 additions and 1 deletions

View File

@ -748,6 +748,26 @@
"install_type": "git-clone",
"description": "Nodes: CLIP Directional Prompt Attention Encode. Direction prompt attention tries to solve the problem of contextual words (or parts of the prompt) having an effect on much later or irrelevant parts of the prompt."
},
{
"author": "ArtVentureX",
"title": "AnimateDiff",
"reference": "https://github.com/ArtVentureX/comfyui-animatediff",
"files": [
"https://github.com/ArtVentureX/comfyui-animatediff"
],
"install_type": "git-clone",
"description": "AnimateDiff integration for ComfyUI, adapts from sd-webui-animatediff."
},
{
"author": "twri",
"title": "SDXL Prompt Styler",
"reference": "https://github.com/twri/sdxl_prompt_styler",
"files": [
"https://github.com/twri/sdxl_prompt_styler"
],
"install_type": "git-clone",
"description": "SDXL Prompt Styler is a node that enables you to style prompts based on predefined templates stored in a JSON file."
},
{
"author": "taabata",
"title": "Syrian Falcon Nodes",

View File

@ -1,4 +1,8 @@
{
"https://github.com/ArtVentureX/comfyui-animatediff": [
"AnimateDiffCombine",
"AnimateDiffLoader"
],
"https://github.com/BadCafeCode/masquerade-nodes-comfyui": [
"Blur",
"Change Channel Count",
@ -1099,6 +1103,9 @@
"trRouter",
"trRouterLonger"
],
"https://github.com/twri/sdxl_prompt_styler": [
"SDXLPromptStyler"
],
"https://github.com/xXAdonesXx/NodeGPT/raw/main/Textnode.py": [
"CombineInput",
"CostumeAgent_1",
@ -1116,4 +1123,4 @@
"DTPromptAgent",
"DTPromptAgentString"
]
}
}