mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-05-21 00:36:46 +08:00
Add Model and Prompt from Metadata (ketle-man)
- Add new entry: model-and-prompt-from-metadata - Remove duplicate comfyui-2dpose-editor entry (leftover from previous closed PR) - Add node mappings to extension-node-map.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -45383,6 +45383,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",
|
||||
@ -47262,19 +47273,6 @@
|
||||
"install_type": "git-clone",
|
||||
"description": "Custom ComfyUI nodes for DOGMA AI video workflows."
|
||||
},
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{
|
||||
"author": "Ser-Hilary",
|
||||
"title": "SDXL_sizing",
|
||||
@ -47652,15 +47650,6 @@
|
||||
],
|
||||
"install_type": "unzip",
|
||||
"description": "This is a node to convert an image into a CMYK Halftone dot image."
|
||||
},
|
||||
{
|
||||
"author": "ketle-man",
|
||||
"title": "ComfyUI 2D Pose Editor",
|
||||
"id": "comfyui-2dpose-editor",
|
||||
"reference": "https://github.com/ketle-man/comfyui-2dpose-editor",
|
||||
"files": ["https://github.com/ketle-man/comfyui-2dpose-editor"],
|
||||
"install_type": "git-clone",
|
||||
"description": "Interactive 2D rigging pose editor embedded inside a ComfyUI node. Drag joints to pose a figure, control eye direction, and export as IMAGE."
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
@ -65306,5 +65306,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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user