diff --git a/WebUI/src/assets/js/store/imageGeneration.ts b/WebUI/src/assets/js/store/imageGeneration.ts index cf1b6dd9..48ab88fb 100644 --- a/WebUI/src/assets/js/store/imageGeneration.ts +++ b/WebUI/src/assets/js/store/imageGeneration.ts @@ -356,13 +356,7 @@ export const useImageGeneration = defineStore( lora: 'latent-consistency/lcm-lora-sdxl', }, displayedSettings: ['imageModel', 'inpaintModel', 'guidanceScale', 'scheduler'], - modifiableSettings: [ - 'resolution', - 'seed', - 'inferenceSteps', - 'batchSize', - 'imagePreview', - ], + modifiableSettings: ['resolution', 'seed', 'inferenceSteps', 'batchSize', 'imagePreview'], }, { name: 'Manual', @@ -682,6 +676,7 @@ export const useImageGeneration = defineStore( return -1 } } + return { type: modelTypeToId(requiredModel.type), repo_id: requiredModel.model, @@ -689,6 +684,7 @@ export const useImageGeneration = defineStore( additionalLicenseLink: requiredModel.additionalLicenceLink, } } + const checkList: CheckModelAlreadyLoadedParameters[] = workflow.comfyUIRequirements.requiredModels.map(extractDownloadModelParamsFromString) const checkedModels: CheckModelAlreadyLoadedResult[] =