mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
face correctiona and scaling passing thru properly
This commit is contained in:
@ -29,6 +29,7 @@ function SettingsList() {
|
||||
const toggleUseFaceCorrection = useImageCreate(
|
||||
(state) => state.toggleUseFaceCorrection
|
||||
);
|
||||
|
||||
const isUsingFaceCorrection = useImageCreate((state) =>
|
||||
state.isUsingFaceCorrection()
|
||||
);
|
||||
|
@ -50,10 +50,12 @@ export default function DisplayPanel() {
|
||||
})
|
||||
.flat()
|
||||
.reverse();
|
||||
setCompletedImages(temp);
|
||||
debugger;
|
||||
setCompletedImages(temp);
|
||||
} else {
|
||||
setCompletedImages([]);
|
||||
}
|
||||
|
||||
}, [setCompletedImages, queryClient, completedIds]);
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user