forked from extern/easydiffusion
upscaling and face fixing passing thru
This commit is contained in:
parent
2dda683aa6
commit
62842968cb
@ -50,7 +50,6 @@ export default function DisplayPanel() {
|
||||
})
|
||||
.flat()
|
||||
.reverse();
|
||||
debugger;
|
||||
setCompletedImages(temp);
|
||||
} else {
|
||||
setCompletedImages([]);
|
||||
|
@ -184,7 +184,6 @@ export const useImageCreate = create<ImageCreateState>(
|
||||
if (!state.uiOptions.isCheckUseFaceCorrection) {
|
||||
request.use_face_correction = null;
|
||||
}
|
||||
debugger;
|
||||
|
||||
// if we arent using upscaling clear the upscaling
|
||||
if (!state.uiOptions.isCheckedUseUpscaling) {
|
||||
|
Loading…
Reference in New Issue
Block a user