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