Rename default schedulers across the app

This commit is contained in:
blessedcoolant
2023-05-12 03:44:20 +12:00
parent 4b957edfec
commit f7dc171c4f
8 changed files with 8 additions and 8 deletions

View File

@ -51,7 +51,7 @@ export const initialGenerationState: GenerationState = {
perlin: 0,
prompt: '',
negativePrompt: '',
sampler: 'k_lms',
sampler: 'lms',
seamBlur: 16,
seamSize: 96,
seamSteps: 30,