mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-08 02:45:06 -05:00
convert progress display to a drop-down
This commit is contained in:
committed by
Lincoln Stein
parent
4929ae6c1d
commit
15fa246ccf
@@ -62,8 +62,7 @@ export const frontendToBackendParameters = (
|
||||
shouldRandomizeSeed,
|
||||
} = optionsState;
|
||||
|
||||
const { shouldDisplayInProgressType, saveIntermediatesInterval } =
|
||||
systemState;
|
||||
const { shouldDisplayInProgressType } = systemState;
|
||||
|
||||
const generationParameters: { [k: string]: any } = {
|
||||
prompt,
|
||||
@@ -78,8 +77,7 @@ export const frontendToBackendParameters = (
|
||||
sampler_name: sampler,
|
||||
seed,
|
||||
progress_images: shouldDisplayInProgressType === 'full-res',
|
||||
progress_latents: shouldDisplayInProgressType === 'latents',
|
||||
save_intermediates: saveIntermediatesInterval,
|
||||
progress_latents: shouldDisplayInProgressType === 'latents'
|
||||
};
|
||||
|
||||
generationParameters.seed = shouldRandomizeSeed
|
||||
|
||||
Reference in New Issue
Block a user