This commit is contained in:
tim h 2022-12-12 21:05:04 -06:00
parent 9b8b432f52
commit 41e57d28cf

View file

@ -1011,12 +1011,12 @@ const dreamTool = () =>
max: 2048,
step: 128,
textStep: 2,
// cb: () => {
// if (stableDiffusionData.sync_cursor_size) {
// state.ignorePrevious = true;
// resSlider.value = state.cursorSize;
// }
// },
cb: () => {
if (stableDiffusionData.sync_cursor_size) {
state.ignorePrevious = true;
resSlider.value = state.cursorSize;
}
},
}
);