mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Misc fixes
This commit is contained in:
@@ -31,7 +31,7 @@ const Cacher = () => {
|
||||
stageScale,
|
||||
pastLines,
|
||||
futureLines,
|
||||
needsRepaint,
|
||||
needsCache,
|
||||
isDrawing,
|
||||
} = useAppSelector((state: RootState) => state.inpainting);
|
||||
|
||||
@@ -63,7 +63,7 @@ const Cacher = () => {
|
||||
stageScale,
|
||||
pastLines,
|
||||
futureLines,
|
||||
needsRepaint,
|
||||
needsCache,
|
||||
isDrawing,
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user