mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-07-05 14:10:36 +08:00
fix(custom-node-list): §4.2 MERGE_RELOCATE #3036 DutchyDutch/ComfyUI_Local_Wildcards — root add + node_db/new relocate
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
- Root: added at index 5182 (after last git-clone, new author)
- node_db/new: relocated from bottom to top (chronological newest-first, §4.2 Step 9), indent 6→4 space normalized
- Merge commit: 87882134 (gh pr merge)
This commit is contained in:
parent
87882134e4
commit
28855800cd
@ -53993,6 +53993,16 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI custom nodes for Krea 2 V9 image-reference conditioning."
|
"description": "ComfyUI custom nodes for Krea 2 V9 image-reference conditioning."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"author": "DutchyDutch",
|
||||||
|
"title": "ComfyUI Local Wildcards",
|
||||||
|
"reference": "https://github.com/DutchyDutch/ComfyUI_Local_Wildcards",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/DutchyDutch/ComfyUI_Local_Wildcards"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI local wildcard text expansion node with support for .txt, .json, .yaml, and .yml wildcard files, plus Dynamic Prompts-style syntax."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,15 @@
|
|||||||
{
|
{
|
||||||
"custom_nodes": [
|
"custom_nodes": [
|
||||||
|
{
|
||||||
|
"author": "DutchyDutch",
|
||||||
|
"title": "ComfyUI Local Wildcards",
|
||||||
|
"reference": "https://github.com/DutchyDutch/ComfyUI_Local_Wildcards",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/DutchyDutch/ComfyUI_Local_Wildcards"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "A ComfyUI local wildcard text expansion node with support for .txt, .json, .yaml, and .yml wildcard files, plus Dynamic Prompts-style syntax."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "Kevin Gilper",
|
"author": "Kevin Gilper",
|
||||||
"title": "comfyui-krea-reference",
|
"title": "comfyui-krea-reference",
|
||||||
@ -831,16 +841,6 @@
|
|||||||
],
|
],
|
||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "ComfyUI custom nodes for LongCat Video Avatar 1.5 audio-driven human video generation."
|
"description": "ComfyUI custom nodes for LongCat Video Avatar 1.5 audio-driven human video generation."
|
||||||
},
|
|
||||||
{
|
|
||||||
"author": "DutchyDutch",
|
|
||||||
"title": "ComfyUI Local Wildcards",
|
|
||||||
"reference": "https://github.com/DutchyDutch/ComfyUI_Local_Wildcards",
|
|
||||||
"files": [
|
|
||||||
"https://github.com/DutchyDutch/ComfyUI_Local_Wildcards"
|
|
||||||
],
|
|
||||||
"install_type": "git-clone",
|
|
||||||
"description": "A ComfyUI local wildcard text expansion node with support for .txt, .json, .yaml, and .yml wildcard files, plus Dynamic Prompts-style syntax."
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user