mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-26 08:58:54 +01:00
upscaling and face fixing passing thru
This commit is contained in:
parent
2dda683aa6
commit
62842968cb
@ -50,7 +50,6 @@ export default function DisplayPanel() {
|
|||||||
})
|
})
|
||||||
.flat()
|
.flat()
|
||||||
.reverse();
|
.reverse();
|
||||||
debugger;
|
|
||||||
setCompletedImages(temp);
|
setCompletedImages(temp);
|
||||||
} else {
|
} else {
|
||||||
setCompletedImages([]);
|
setCompletedImages([]);
|
||||||
|
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user