Increases CFG Scale max to 200

This commit is contained in:
psychedelicious 2022-11-13 08:20:12 +11:00 committed by blessedcoolant
parent 00e2674076
commit 4e34194479

View File

@ -15,7 +15,7 @@ export default function MainCFGScale() {
label="CFG Scale"
step={0.5}
min={1.01}
max={30}
max={200}
onChange={handleChangeCfgScale}
value={cfgScale}
width={inputWidth}