forked from extern/easydiffusion
Fix copy image settings to clipboard
Regression was caused by the processing of the legacy turbo field, which I understand to now be obsolete.
This commit is contained in:
parent
517ddca22d
commit
0bfb9d00c8
@ -235,13 +235,6 @@ const TASK_MAPPING = {
|
|||||||
readUI: () => useCPUField.checked,
|
readUI: () => useCPUField.checked,
|
||||||
parse: (val) => val
|
parse: (val) => val
|
||||||
},
|
},
|
||||||
turbo: { name: 'Turbo',
|
|
||||||
setUI: (turbo) => {
|
|
||||||
turboField.checked = turbo
|
|
||||||
},
|
|
||||||
readUI: () => turboField.checked,
|
|
||||||
parse: (val) => Boolean(val)
|
|
||||||
},
|
|
||||||
|
|
||||||
stream_image_progress: { name: 'Stream Image Progress',
|
stream_image_progress: { name: 'Stream Image Progress',
|
||||||
setUI: (stream_image_progress) => {
|
setUI: (stream_image_progress) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user