mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat(settings): centralize frontend settings on backend
This commit is contained in:
@@ -945,7 +945,7 @@ export class BaseModelApiClient {
|
||||
}
|
||||
|
||||
// Determine optimize setting
|
||||
const optimize = state.global?.settings?.optimizeExampleImages ?? true;
|
||||
const optimize = state.global?.settings?.optimize_example_images ?? true;
|
||||
|
||||
// Make the API request to start the download process
|
||||
const response = await fetch(DOWNLOAD_ENDPOINTS.exampleImages, {
|
||||
|
||||
Reference in New Issue
Block a user