mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-24 07:47:24 +08:00
Merge pull request #2882 from ketle-man/add-model-and-prompt-from-metadata
Add Model and Prompt from Metadata node
This commit is contained in:
commit
42b028362e
@ -45493,6 +45493,17 @@
|
|||||||
"install_type": "git-clone",
|
"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)."
|
"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",
|
"author": "senjinthedragon",
|
||||||
"title": "ComfyUI Gender Tag Filter",
|
"title": "ComfyUI Gender Tag Filter",
|
||||||
|
|||||||
@ -65516,5 +65516,16 @@
|
|||||||
{
|
{
|
||||||
"title_aux": "SDXLResolutionPresets"
|
"title_aux": "SDXLResolutionPresets"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"https://github.com/ketle-man/model-and-prompt-from-metadata": [
|
||||||
|
[
|
||||||
|
"ImageMetadataCheckpointLoader",
|
||||||
|
"ImageMetadataPromptLoader",
|
||||||
|
"ImageMetadataLoRALoader",
|
||||||
|
"CLIPTextEncodeEditPlus"
|
||||||
|
],
|
||||||
|
{
|
||||||
|
"title_aux": "Model and Prompt from Metadata"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user