model_metadata_read
Read embedded model file metadata to curate or improve it. Returns classify, model_card, prompt_director, modelspec, training tags, Civitai description, and example prompts.
Instructions
Read a model file's CURRENT embedded metadata + evidence, for curating it (Model Explorer). Returns classify (asset_type/base/precision/rank), the current model_card and prompt_director namespaces, read-only modelspec, top training tags (ss_tag_frequency), the Civitai description, and example prompts. Call this FIRST when the user wants to improve/curate a model's embedded .safetensors metadata, so you propose from real data. NOTE: this is the embedded-in-the-tensor metadata (model_card/prompt_director/modelspec/ss_*) — NOT the separate lora_catalog. category = ComfyUI model folder ('loras','checkpoints','vae',…); name = filename incl. .safetensors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | model filename incl. .safetensors | |
| category | Yes | ComfyUI model folder, e.g. 'loras' |