mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2025-12-17 18:33:05 +08:00
update DB
This commit is contained in:
parent
92c1f3877d
commit
05a9c6e3f6
@ -109,6 +109,11 @@
|
|||||||
"id":"https://github.com/ssitu/ComfyUI_roop",
|
"id":"https://github.com/ssitu/ComfyUI_roop",
|
||||||
"tags":"roop",
|
"tags":"roop",
|
||||||
"description": "This extension provides nodes for the roop A1111 webui script."
|
"description": "This extension provides nodes for the roop A1111 webui script."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id":"https://github.com/asagi4/comfyui-prompt-control",
|
||||||
|
"tags":"prompt, prompt editing",
|
||||||
|
"description": "This extension provides the ability to use prompts like <B><BR><BR>a [large::0.1] [cat|dog:0.05] [<lora:somelora:0.5:0.6>::0.5] [in a park:in space:0.4]</B><BR><BR>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -788,6 +788,16 @@
|
|||||||
"install_type": "git-clone",
|
"install_type": "git-clone",
|
||||||
"description": "Face Detailer is a custom node for the 'ComfyUI' framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces."
|
"description": "Face Detailer is a custom node for the 'ComfyUI' framework inspired by !After Detailer extension from auto1111, it allows you to detect faces using Mediapipe and YOLOv8n to create masks for the detected faces."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"author": "asagi4",
|
||||||
|
"title": "ComfyUI prompt control",
|
||||||
|
"reference": "https://github.com/asagi4/comfyui-prompt-control",
|
||||||
|
"files": [
|
||||||
|
"https://github.com/asagi4/comfyui-prompt-control"
|
||||||
|
],
|
||||||
|
"install_type": "git-clone",
|
||||||
|
"description": "Nodes for convenient prompt editing. The aim is to make basic generations in ComfyUI completely prompt-controllable."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"author": "taabata",
|
"author": "taabata",
|
||||||
"title": "Syrian Falcon Nodes",
|
"title": "Syrian Falcon Nodes",
|
||||||
|
|||||||
@ -659,6 +659,10 @@
|
|||||||
"https://github.com/andersxa/comfyui-PromptAttention": [
|
"https://github.com/andersxa/comfyui-PromptAttention": [
|
||||||
"CLIPAttentionMaskEncode"
|
"CLIPAttentionMaskEncode"
|
||||||
],
|
],
|
||||||
|
"https://github.com/asagi4/comfyui-prompt-control": [
|
||||||
|
"EditableCLIPEncode",
|
||||||
|
"LoRAScheduler"
|
||||||
|
],
|
||||||
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
|
||||||
"CLIPSeg",
|
"CLIPSeg",
|
||||||
"CombineSegMasks"
|
"CombineSegMasks"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user