mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 03:01:27 -03:00
feat(frontend): add Other Models page with subtype filter and badges
This commit is contained in:
@@ -36,6 +36,18 @@ export function renderEmbeddingsPage() {
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Renders the Other Models page template with expected dataset attributes.
|
||||
* @returns {Element}
|
||||
*/
|
||||
export function renderOtherPage() {
|
||||
return renderTemplate('other.html', {
|
||||
dataset: {
|
||||
page: 'other',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Renders the Recipes page template with expected dataset attributes.
|
||||
* @returns {Element}
|
||||
|
||||
Reference in New Issue
Block a user