cleanup: Some minor cleanup

This commit is contained in:
blessedcoolant 2023-08-24 05:47:32 +12:00 committed by Kent Keirsey
parent 7e4009a58e
commit f89be8c685
3 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ export const buildCanvasOutpaintGraph = (
field: 'seed', field: 'seed',
}, },
}, },
// Image To Image Clean Up // Canvas Refine
{ {
source: { source: {
node_id: MAIN_MODEL_LOADER, node_id: MAIN_MODEL_LOADER,

View File

@ -354,7 +354,7 @@ export const buildCanvasSDXLOutpaintGraph = (
field: 'seed', field: 'seed',
}, },
}, },
// Image To Image Clean Up // Canvas Refine
{ {
source: { source: {
node_id: SDXL_MODEL_LOADER, node_id: SDXL_MODEL_LOADER,

View File

@ -15,7 +15,7 @@ const ParamCanvasRefineSteps = () => {
return ( return (
<IAISlider <IAISlider
label={t('parameters.refineSteps')} label={t('parameters.refineSteps')}
min={0} min={1}
max={100} max={100}
step={1} step={1}
sliderNumberInputProps={{ max: 999 }} sliderNumberInputProps={{ max: 999 }}