Tweak number of steps

This commit is contained in:
Atridad Lahiji
2023-07-06 22:40:05 -06:00
parent 33d4517155
commit 8f0deb0072

View File

@ -57,7 +57,7 @@ export class UserCommand extends Command {
height: 1024, height: 1024,
width: 1024, width: 1024,
samples: 1, samples: 1,
steps: 45 steps: 32
}) })
}); });