mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
Update refreshModels to pass folder update flag to resetAndReloadFunction
This commit is contained in:
@@ -507,7 +507,7 @@ export async function refreshModels(options = {}) {
|
||||
}
|
||||
|
||||
if (typeof resetAndReloadFunction === 'function') {
|
||||
await resetAndReloadFunction();
|
||||
await resetAndReloadFunction(true); // update folders
|
||||
}
|
||||
|
||||
showToast(`Refresh complete`, 'success');
|
||||
|
||||
Reference in New Issue
Block a user