re: Set the image denoise str back to 0

Bug has been fixed. No longer needed.
This commit is contained in:
blessedcoolant 2023-08-14 10:27:07 +12:00
parent cc85c98bf3
commit 550e6ef27a

View File

@ -61,7 +61,7 @@ export const initialConfigState: AppConfig = {
},
img2imgStrength: {
initial: 0.7,
min: 0.01,
min: 0,
sliderMax: 1,
inputMax: 1,
fineStep: 0.01,