Browse Source

update DB

pull/43/head
dr.lt.data 1 year ago
parent
commit
05a9c6e3f6
  1. 5
      alter-list.json
  2. 10
      custom-node-list.json
  3. 4
      extension-node-map.json

5
alter-list.json

@ -109,6 +109,11 @@
"id":"https://github.com/ssitu/ComfyUI_roop",
"tags":"roop",
"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>"
}
]
}

10
custom-node-list.json

@ -788,6 +788,16 @@
"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."
},
{
"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",
"title": "Syrian Falcon Nodes",

4
extension-node-map.json

@ -659,6 +659,10 @@
"https://github.com/andersxa/comfyui-PromptAttention": [
"CLIPAttentionMaskEncode"
],
"https://github.com/asagi4/comfyui-prompt-control": [
"EditableCLIPEncode",
"LoRAScheduler"
],
"https://github.com/biegert/ComfyUI-CLIPSeg/raw/main/custom_nodes/clipseg.py": [
"CLIPSeg",
"CombineSegMasks"

Loading…
Cancel
Save