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',
},
},
// Image To Image Clean Up
// Canvas Refine
{
source: {
node_id: MAIN_MODEL_LOADER,

View File

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

View File

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