Add API key to query string.

This commit is contained in:
Christian Bastian
2024-02-13 15:38:49 -05:00
parent efea14d731
commit f810f68bbe
3 changed files with 26 additions and 9 deletions

View File

@@ -2077,7 +2077,7 @@ class ModelManager extends ComfyDialog {
$el("div", {
$: (el) => (this.#el.modelInfos = el),
}, [
$el("div", ["Input a URL to view download settings."]),
$el("div", ["Input a URL to select a model to download."]),
]),
]);
}