mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-24 22:52:12 -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';
|
||||||
@@ -1213,4 +1214,4 @@ export class ImportManager {
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user