Skip to content

Commit

Permalink
fix(gui): make model controls on upscale tab work
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Dec 21, 2023
1 parent 7132f10 commit e933dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/state/upscale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function createUpscaleSlice<TState extends UpscaleSlice>(
set((prev) => ({
upscaleModel: {
...prev.upscaleModel,
...defaultModel,
...params,
},
} as Partial<TState>));
},
Expand Down

0 comments on commit e933dc6

Please sign in to comment.