mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
cleanup: Some minor cleanup
This commit is contained in:
parent
7e4009a58e
commit
f89be8c685
@ -340,7 +340,7 @@ export const buildCanvasOutpaintGraph = (
|
||||
field: 'seed',
|
||||
},
|
||||
},
|
||||
// Image To Image Clean Up
|
||||
// Canvas Refine
|
||||
{
|
||||
source: {
|
||||
node_id: MAIN_MODEL_LOADER,
|
||||
|
@ -354,7 +354,7 @@ export const buildCanvasSDXLOutpaintGraph = (
|
||||
field: 'seed',
|
||||
},
|
||||
},
|
||||
// Image To Image Clean Up
|
||||
// Canvas Refine
|
||||
{
|
||||
source: {
|
||||
node_id: SDXL_MODEL_LOADER,
|
||||
|
@ -15,7 +15,7 @@ const ParamCanvasRefineSteps = () => {
|
||||
return (
|
||||
<IAISlider
|
||||
label={t('parameters.refineSteps')}
|
||||
min={0}
|
||||
min={1}
|
||||
max={100}
|
||||
step={1}
|
||||
sliderNumberInputProps={{ max: 999 }}
|
||||
|
Loading…
Reference in New Issue
Block a user