forked from extern/easydiffusion
Merge pull request #702 from patriceac/fix-copy-to-clipboard
Fix copy image settings to clipboard
This commit is contained in:
commit
33b120f6cd
@ -235,13 +235,6 @@ const TASK_MAPPING = {
|
||||
readUI: () => useCPUField.checked,
|
||||
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',
|
||||
setUI: (stream_image_progress) => {
|
||||
|
Loading…
Reference in New Issue
Block a user