mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
9abfb02bf0
Model metadata includes the main model, VAE and refiner model. These used full model configs, as returned by the server, as their metadata type. LoRA and control adapter metadata only use the metadata identifier. This created a difference in handling. After parsing a model/vae/refiner, we have its name and can display it. But for LoRAs and control adapters, we only have the model key and must query for the full model config to get the name. This change makes main model/vae/refiner metadata only have the model key, like LoRAs and control adapters. The render function is now async so fetching can occur within it. All metadata fields with models now only contain the identifier, and fetch the model name to render their values. |
||
---|---|---|
.. | ||
canvas | ||
changeBoardModal | ||
controlAdapters | ||
deleteImageModal | ||
dnd | ||
dynamicPrompts | ||
embedding | ||
gallery | ||
hrf | ||
lora | ||
metadata | ||
modelManagerV2 | ||
nodes | ||
parameters | ||
queue | ||
sdxl | ||
settingsAccordions | ||
system | ||
ui | ||
workflowLibrary |