diff --git a/alter-list.json b/alter-list.json
index 3c66b1cf..2888fa22 100644
--- a/alter-list.json
+++ b/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
a [large::0.1] [cat|dog:0.05] [::0.5] [in a park:in space:0.4]
"
}
]
}
\ No newline at end of file
diff --git a/custom-node-list.json b/custom-node-list.json
index 0f47b61f..ab445568 100644
--- a/custom-node-list.json
+++ b/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",
diff --git a/extension-node-map.json b/extension-node-map.json
index f94643f5..b362cbd6 100644
--- a/extension-node-map.json
+++ b/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"