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