mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
re: Set the image denoise str back to 0
Bug has been fixed. No longer needed.
This commit is contained in:
@ -61,7 +61,7 @@ export const initialConfigState: AppConfig = {
|
|||||||
},
|
},
|
||||||
img2imgStrength: {
|
img2imgStrength: {
|
||||||
initial: 0.7,
|
initial: 0.7,
|
||||||
min: 0.01,
|
min: 0,
|
||||||
sliderMax: 1,
|
sliderMax: 1,
|
||||||
inputMax: 1,
|
inputMax: 1,
|
||||||
fineStep: 0.01,
|
fineStep: 0.01,
|
||||||
|
Reference in New Issue
Block a user