diff --git a/custom-node-list.json b/custom-node-list.json index d23e3e0f..91ab5cb2 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -45423,6 +45423,17 @@ "install_type": "git-clone", "description": "Workflow management and generation UI plugin. Browse, organize, and execute workflows with auto-generated parameter editing, AI prompt assistant (Ollama), JSON syntax highlighting, Eagle integration, and multi-language support (EN/JA/ZH)." }, + { + "author": "ketle-man", + "title": "Model and Prompt from Metadata", + "id": "model-and-prompt-from-metadata", + "reference": "https://github.com/ketle-man/model-and-prompt-from-metadata", + "files": [ + "https://github.com/ketle-man/model-and-prompt-from-metadata" + ], + "install_type": "git-clone", + "description": "Drop a ComfyUI PNG/WebP/JSON onto the node to instantly extract and apply checkpoint, VAE, and prompts from embedded metadata. Supports ComfyUI, SD WebUI, SD Forge neo, Fooocus, SDXLPromptStyler, and Lora Loader (LoraManager). Includes LoRA from Metadata and CLIP Text Encode edit+ nodes." + }, { "author": "senjinthedragon", "title": "ComfyUI Gender Tag Filter", @@ -47754,4 +47765,4 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." } ] -} \ No newline at end of file +} diff --git a/extension-node-map.json b/extension-node-map.json index 7e8af206..17fa2dc0 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -65420,5 +65420,16 @@ { "title_aux": "SDXLResolutionPresets" } + ], + "https://github.com/ketle-man/model-and-prompt-from-metadata": [ + [ + "ImageMetadataCheckpointLoader", + "ImageMetadataPromptLoader", + "ImageMetadataLoRALoader", + "CLIPTextEncodeEditPlus" + ], + { + "title_aux": "Model and Prompt from Metadata" + } ] } \ No newline at end of file