mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Increases max CFG Scale to 200
This commit is contained in:
parent
92d4dfaabf
commit
8c5d614c38
@ -15,7 +15,7 @@ export default function MainCFGScale() {
|
||||
label="CFG Scale"
|
||||
step={0.5}
|
||||
min={1}
|
||||
max={30}
|
||||
max={200}
|
||||
onChange={handleChangeCfgScale}
|
||||
value={cfgScale}
|
||||
width={inputWidth}
|
||||
|
Loading…
Reference in New Issue
Block a user