mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 15:15:44 -03:00
Fix redownloading loras issue
This commit is contained in:
@@ -116,6 +116,7 @@ export class ImportManager {
|
|||||||
this.recipeName = '';
|
this.recipeName = '';
|
||||||
this.recipeTags = [];
|
this.recipeTags = [];
|
||||||
this.missingLoras = [];
|
this.missingLoras = [];
|
||||||
|
this.downloadableLoRAs = [];
|
||||||
|
|
||||||
// Reset import mode to upload
|
// Reset import mode to upload
|
||||||
this.importMode = 'upload';
|
this.importMode = 'upload';
|
||||||
|
|||||||
Reference in New Issue
Block a user