mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): default controlnet autoprocess to true (#3513)
I had accidentally defaulted it to false
This commit is contained in:
commit
0a50e2638c
@ -30,7 +30,7 @@ export const initialControlNet: Omit<ControlNetConfig, 'controlNetId'> = {
|
|||||||
processorType: 'canny_image_processor',
|
processorType: 'canny_image_processor',
|
||||||
processorNode: CONTROLNET_PROCESSORS.canny_image_processor
|
processorNode: CONTROLNET_PROCESSORS.canny_image_processor
|
||||||
.default as RequiredCannyImageProcessorInvocation,
|
.default as RequiredCannyImageProcessorInvocation,
|
||||||
shouldAutoConfig: false,
|
shouldAutoConfig: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
export type ControlNetConfig = {
|
export type ControlNetConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user