Skip to content

Commit

Permalink
#58 - minor correction
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 17, 2025
1 parent ae426d9 commit 0af8813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion WebUI/src/assets/js/store/stableDiffusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ export const useStableDiffusion = defineStore(
prompt: infoParams.prompt,
resolution: infoParams.width + 'x' + infoParams.height,
Device: infoParams.device,
mode: mapModeToText(infoParams.mode),
size: infoParams.size,
seed: infoParams.output_seed,
negative_prompt: infoParams.negative_prompt,
Expand Down

0 comments on commit 0af8813

Please sign in to comment.