upscaling and face fixing passing thru

This commit is contained in:
caranicas 2022-09-14 16:45:12 -04:00
parent 2dda683aa6
commit 62842968cb
2 changed files with 0 additions and 2 deletions

View File

@ -50,7 +50,6 @@ export default function DisplayPanel() {
}) })
.flat() .flat()
.reverse(); .reverse();
debugger;
setCompletedImages(temp); setCompletedImages(temp);
} else { } else {
setCompletedImages([]); setCompletedImages([]);

View File

@ -184,7 +184,6 @@ export const useImageCreate = create<ImageCreateState>(
if (!state.uiOptions.isCheckUseFaceCorrection) { if (!state.uiOptions.isCheckUseFaceCorrection) {
request.use_face_correction = null; request.use_face_correction = null;
} }
debugger;
// if we arent using upscaling clear the upscaling // if we arent using upscaling clear the upscaling
if (!state.uiOptions.isCheckedUseUpscaling) { if (!state.uiOptions.isCheckedUseUpscaling) {