mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: disable automatic refresh in model versions fetch
This commit is contained in:
@@ -483,7 +483,7 @@ export function initVersionsTab({
|
||||
try {
|
||||
const client = ensureClient();
|
||||
const response = await client.fetchModelUpdateVersions(modelId, {
|
||||
refresh: true,
|
||||
refresh: false,
|
||||
});
|
||||
if (!response?.success) {
|
||||
throw new Error(response?.error || 'Request failed');
|
||||
|
||||
Reference in New Issue
Block a user