forked from extern/easydiffusion
Turbo be gone
This commit is contained in:
parent
f13e16af15
commit
0a2c70595d
@ -278,7 +278,6 @@ function tryLoadOldSettings() {
|
||||
"soundEnabled": "sound_toggle",
|
||||
"saveToDisk": "save_to_disk",
|
||||
"useCPU": "use_cpu",
|
||||
"useTurboMode": "turbo",
|
||||
"diskPath": "diskPath",
|
||||
"useFaceCorrection": "use_face_correction",
|
||||
"useUpscaling": "use_upscale",
|
||||
|
@ -469,7 +469,6 @@ document.addEventListener("dragover", dragOverHandler)
|
||||
|
||||
const TASK_REQ_NO_EXPORT = [
|
||||
"use_cpu",
|
||||
"turbo",
|
||||
"save_to_disk_path"
|
||||
]
|
||||
const resetSettings = document.getElementById('reset-image-settings')
|
||||
|
@ -727,7 +727,6 @@
|
||||
"stream_progress_updates": 'boolean',
|
||||
"stream_image_progress": 'boolean',
|
||||
"show_only_filtered_image": 'boolean',
|
||||
"turbo": 'boolean',
|
||||
"output_format": 'string',
|
||||
"output_quality": 'number',
|
||||
}
|
||||
@ -742,7 +741,6 @@
|
||||
"stream_progress_updates": true,
|
||||
"stream_image_progress": true,
|
||||
"show_only_filtered_image": true,
|
||||
"turbo": false,
|
||||
"output_format": "png",
|
||||
"output_quality": 75,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user