mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix #2802 vertical symmetry not working
This commit is contained in:
parent
251e9c0294
commit
f9a1afd09c
@ -192,7 +192,7 @@ export const frontendToBackendParameters = (
|
||||
);
|
||||
}
|
||||
|
||||
if (horizontalSymmetryTimePercentage > 0) {
|
||||
if (verticalSymmetryTimePercentage > 0) {
|
||||
generationParameters.v_symmetry_time_pct = Math.max(
|
||||
0,
|
||||
Math.min(1, verticalSymmetryTimePercentage / steps)
|
||||
|
Loading…
Reference in New Issue
Block a user