diff --git a/alter-list.json b/alter-list.json index bd7270f8..1bbafde1 100644 --- a/alter-list.json +++ b/alter-list.json @@ -129,6 +129,11 @@ "id":"https://github.com/Gourieff/comfyui-reactor-node", "tags":"reactor, sd-webui-roop-nsfw", "description": "This is a ported version of ComfyUI for the sd-webui-roop-nsfw extension." + }, + { + "id":"https://github.com/laksjdjf/attention-couple-ComfyUI", + "tags":"regional prompt, latent couple, prompt", + "description": "This custom node provides a functionality similar to regional prompts, offering couple features at the attention level." } ] } \ No newline at end of file diff --git a/custom-node-list.json b/custom-node-list.json index 234d7c85..91f67e71 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1292,6 +1292,16 @@ "install_type": "git-clone", "description": "ComfyUI version of https://github.com/laksjdjf/pfg-webui. (To use this extension, you need to download the required model file from Install Models)" }, + { + "author": "laksjdjf", + "title": "attention-couple-ComfyUI", + "reference": "https://github.com/laksjdjf/attention-couple-ComfyUI", + "files": [ + "https://github.com/laksjdjf/attention-couple-ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet. (a.k.a. regional prompt)" + }, { "author": "alsritter", "title": "asymmetric-tiling-comfyui", @@ -1502,6 +1512,26 @@ "install_type": "git-clone", "description": "Nodes: Latent Mirror. Node to mirror a latent along the Y (vertical / left to right) or X (horizontal / top to bottom) axis." }, + { + "author": "Vrahn", + "title": "ComfyUI-MasaCtrl-Node", + "reference": "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node", + "files": [ + "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node" + ], + "install_type": "git-clone", + "description": "Nodes: MasaCtrl." + }, + { + "author": "Tropfchen", + "title": "Embedding Picker", + "reference": "https://github.com/Tropfchen/ComfyUI-Embedding_Picker", + "files": [ + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker" + ], + "install_type": "git-clone", + "description": "Nodes: Embedding Picker. Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed? Try this." + }, { "author": "taabata", "title": "Syrian Falcon Nodes", diff --git a/extension-node-map.json b/extension-node-map.json index a3dd9b2b..a057244b 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -957,6 +957,14 @@ "title_aux": "tinyterraNodes" } ], + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ + [ + "EmbeddingPicker" + ], + { + "title_aux": "Embedding Picker" + } + ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ "NNLatentUpscale" @@ -965,6 +973,14 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node": [ + [ + "MasaCtrl" + ], + { + "title_aux": "ComfyUI-MasaCtrl-Node" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -1777,6 +1793,14 @@ "title_aux": "IPAdapter-ComfyUI" } ], + "https://github.com/laksjdjf/attention-couple-ComfyUI": [ + [ + "Attention couple" + ], + { + "title_aux": "attention-couple-ComfyUI" + } + ], "https://github.com/laksjdjf/pfg-ComfyUI": [ [ "PFG" @@ -2428,7 +2452,8 @@ ], "https://github.com/twri/sdxl_prompt_styler": [ [ - "SDXLPromptStyler" + "SDXLPromptStyler", + "SDXLPromptStylerAdvanced" ], { "title_aux": "SDXL Prompt Styler" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index 9a8dc4d7..c064e89c 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -1,5 +1,35 @@ { "custom_nodes": [ + { + "author": "laksjdjf", + "title": "attention-couple-ComfyUI", + "reference": "https://github.com/laksjdjf/attention-couple-ComfyUI", + "files": [ + "https://github.com/laksjdjf/attention-couple-ComfyUI" + ], + "install_type": "git-clone", + "description": "Nodes:Attention couple. This is a custom node that manipulates region-specific prompts. While vanilla ComfyUI employs an area specification method based on latent couples, this node divides regions using attention layers within UNet." + }, + { + "author": "Tropfchen", + "title": "Embedding Picker", + "reference": "https://github.com/Tropfchen/ComfyUI-Embedding_Picker", + "files": [ + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker" + ], + "install_type": "git-clone", + "description": "Nodes: Embedding Picker. Tired of forgetting and misspelling often weird names of embeddings you use? Or perhaps you use only one, cause you forgot you have tens of them installed? Try this." + }, + { + "author": "Vrahn", + "title": "ComfyUI-MasaCtrl-Node", + "reference": "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node", + "files": [ + "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node" + ], + "install_type": "git-clone", + "description": "Nodes: MasaCtrl." + }, { "author": "spro", "title": "Latent Mirror node for ComfyUI", diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index a3dd9b2b..a057244b 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -957,6 +957,14 @@ "title_aux": "tinyterraNodes" } ], + "https://github.com/Tropfchen/ComfyUI-Embedding_Picker": [ + [ + "EmbeddingPicker" + ], + { + "title_aux": "Embedding Picker" + } + ], "https://github.com/Ttl/ComfyUi_NNLatentUpscale": [ [ "NNLatentUpscale" @@ -965,6 +973,14 @@ "title_aux": "ComfyUI Neural network latent upscale custom node" } ], + "https://github.com/Vrahn/ComfyUI-MasaCtrl-Node": [ + [ + "MasaCtrl" + ], + { + "title_aux": "ComfyUI-MasaCtrl-Node" + } + ], "https://github.com/WASasquatch/ComfyUI_Preset_Merger": [ [ "Preset_Model_Merge" @@ -1777,6 +1793,14 @@ "title_aux": "IPAdapter-ComfyUI" } ], + "https://github.com/laksjdjf/attention-couple-ComfyUI": [ + [ + "Attention couple" + ], + { + "title_aux": "attention-couple-ComfyUI" + } + ], "https://github.com/laksjdjf/pfg-ComfyUI": [ [ "PFG" @@ -2428,7 +2452,8 @@ ], "https://github.com/twri/sdxl_prompt_styler": [ [ - "SDXLPromptStyler" + "SDXLPromptStyler", + "SDXLPromptStylerAdvanced" ], { "title_aux": "SDXL Prompt Styler"