mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): make core parameters layout consistent
This commit is contained in:
@ -47,7 +47,7 @@ const ImageToImageStrength = () => {
|
||||
|
||||
return (
|
||||
<IAISlider
|
||||
label={`${t('parameters.strength')}`}
|
||||
label={`${t('parameters.denoisingStrength')}`}
|
||||
step={step}
|
||||
min={min}
|
||||
max={sliderMax}
|
||||
|
Reference in New Issue
Block a user