mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 06:04:31 +08:00
update DB
This commit is contained in:
parent
d1548b3128
commit
f24b506715
@ -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",
|
||||
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user