mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-09-21 19:21:27 -03:00
feat(frontend): add Other Models page with subtype filter and badges
This commit is contained in:
@@ -3360,6 +3360,9 @@ export class SettingsManager {
|
||||
} else if (this.currentPage === 'embeddings') {
|
||||
// Reload the embeddings without updating folders
|
||||
await resetAndReload(false);
|
||||
} else if (this.currentPage === 'other') {
|
||||
// Reload the other models without updating folders
|
||||
await resetAndReload(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user