diff --git a/custom-node-list.json b/custom-node-list.json index 0adcec69..7d0c52ff 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9289,6 +9289,18 @@ "install_type": "git-clone", "description": "Convert PoseKeypoint to mask, please refer to the example workflow for usage instructions." }, + { + "author": "muzi12888", + "title": "m9-prompts-comfyui", + "id": "m9-prompts", + "reference": "https://github.com/MarcusNyne/m9-prompts-comfyui", + "files": [ + "https://github.com/MarcusNyne/m9-prompts-comfyui" + ], + "install_type": "git-clone", + "description": "Two custom nodes are included for modifying a prompt to create prompt variations.\nScramblePrompts [m9]: Reorder prompts, remove prompts, modify weights\nTweakWeights [m9]: Modify the weights of prompts matching keywords" + }, + diff --git a/extension-node-map.json b/extension-node-map.json index ba04aa92..a49d3538 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1170,6 +1170,7 @@ "Automatic CFG - Unpatch function", "Automatic CFG - Warp Drive", "SAG delayed activation", + "Temperature separate settings CLIP SDXL", "Temperature settings CLIP", "Temperature settings SD 1.5", "Temperature settings SDXL" @@ -2678,6 +2679,15 @@ "title_aux": "\ud83d\udc30 MaraScott Nodes" } ], + "https://github.com/MarcusNyne/m9-prompts-comfyui": [ + [ + "ScramblePrompts_m9", + "TweakWeights_m9" + ], + { + "title_aux": "m9-prompts-comfyui" + } + ], "https://github.com/MarkoCa1/ComfyUI-Text": [ [ "CombinationText", @@ -8511,6 +8521,7 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", + "GlifVariable", "HFHubLoraLoader", "ImageToMultipleOf", "SDXLAspectRatio" diff --git a/github-stats.json b/github-stats.json index e4a81ecb..e2078c82 100644 --- a/github-stats.json +++ b/github-stats.json @@ -703,6 +703,10 @@ "stars": 44, "last_update": "2024-05-22 23:22:52" }, + "https://github.com/MarcusNyne/m9-prompts-comfyui": { + "stars": 0, + "last_update": "2024-05-23 21:06:11" + }, "https://github.com/MarkoCa1/ComfyUI-Text": { "stars": 2, "last_update": "2024-05-23 00:15:39" diff --git a/node_db/new/custom-node-list.json b/node_db/new/custom-node-list.json index b6ed1d79..e28483fc 100644 --- a/node_db/new/custom-node-list.json +++ b/node_db/new/custom-node-list.json @@ -12,6 +12,17 @@ + { + "author": "muzi12888", + "title": "m9-prompts-comfyui", + "id": "m9-prompts", + "reference": "https://github.com/MarcusNyne/m9-prompts-comfyui", + "files": [ + "https://github.com/MarcusNyne/m9-prompts-comfyui" + ], + "install_type": "git-clone", + "description": "Two custom nodes are included for modifying a prompt to create prompt variations.\nScramblePrompts [m9]: Reorder prompts, remove prompts, modify weights\nTweakWeights [m9]: Modify the weights of prompts matching keywords" + }, { "author": "SaltAI", "title": "SaltAI Language Toolkit", @@ -677,16 +688,6 @@ ], "install_type": "git-clone", "description": "Original repo: [a/https://github.com/lllyasviel/IC-Light](https://github.com/lllyasviel/IC-Light)\nModels: [a/https://huggingface.co/lllyasviel/ic-light/tree/main](https://huggingface.co/lllyasviel/ic-light/tree/main), [a/https://huggingface.co/digiplay/Photon_v1/tree/main](https://huggingface.co/digiplay/Photon_v1/tree/main)\nmodels go into ComfyUI/models/unet" - }, - { - "author": "githubYiheng", - "title": "ComfyUI_GetFileNameFromURL", - "reference": "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL", - "files": [ - "https://github.com/githubYiheng/ComfyUI_GetFileNameFromURL" - ], - "install_type": "git-clone", - "description": "GetFileNameFromURL is a ComfyUI custom node that extracts the filename from a URL. It can handle various URLs and is capable of handling redirects." } ] } diff --git a/node_db/new/extension-node-map.json b/node_db/new/extension-node-map.json index ba04aa92..a49d3538 100644 --- a/node_db/new/extension-node-map.json +++ b/node_db/new/extension-node-map.json @@ -1170,6 +1170,7 @@ "Automatic CFG - Unpatch function", "Automatic CFG - Warp Drive", "SAG delayed activation", + "Temperature separate settings CLIP SDXL", "Temperature settings CLIP", "Temperature settings SD 1.5", "Temperature settings SDXL" @@ -2678,6 +2679,15 @@ "title_aux": "\ud83d\udc30 MaraScott Nodes" } ], + "https://github.com/MarcusNyne/m9-prompts-comfyui": [ + [ + "ScramblePrompts_m9", + "TweakWeights_m9" + ], + { + "title_aux": "m9-prompts-comfyui" + } + ], "https://github.com/MarkoCa1/ComfyUI-Text": [ [ "CombinationText", @@ -8511,6 +8521,7 @@ [ "GlifConsistencyDecoder", "GlifPatchConsistencyDecoderTiled", + "GlifVariable", "HFHubLoraLoader", "ImageToMultipleOf", "SDXLAspectRatio"