whoops
This commit is contained in:
parent
9b8b432f52
commit
41e57d28cf
1 changed files with 6 additions and 6 deletions
|
@ -1011,12 +1011,12 @@ const dreamTool = () =>
|
||||||
max: 2048,
|
max: 2048,
|
||||||
step: 128,
|
step: 128,
|
||||||
textStep: 2,
|
textStep: 2,
|
||||||
// cb: () => {
|
cb: () => {
|
||||||
// if (stableDiffusionData.sync_cursor_size) {
|
if (stableDiffusionData.sync_cursor_size) {
|
||||||
// state.ignorePrevious = true;
|
state.ignorePrevious = true;
|
||||||
// resSlider.value = state.cursorSize;
|
resSlider.value = state.cursorSize;
|
||||||
// }
|
}
|
||||||
// },
|
},
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue