mirror of
https://github.com/invoke-ai/InvokeAI
synced 2026-03-12 09:50:16 +01:00
fix: CFG Scale min value reset to zero (#8691)
No longer needed coz Z Image works at 1.0
This commit is contained in:
parent
5a0b227256
commit
f82bcd40fc
@ -7,9 +7,9 @@ import { useTranslation } from 'react-i18next';
|
||||
|
||||
export const CONSTRAINTS = {
|
||||
initial: 7,
|
||||
sliderMin: 0,
|
||||
sliderMin: 1,
|
||||
sliderMax: 20,
|
||||
numberInputMin: 0,
|
||||
numberInputMin: 1,
|
||||
numberInputMax: 200,
|
||||
fineStep: 0.1,
|
||||
coarseStep: 0.5,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user