mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix(ui): fix control image not used if processor type is none
This commit is contained in:
parent
6245a27650
commit
00eabf630d
@ -63,7 +63,7 @@ export const addControlNetToLinearGraph = (
|
|||||||
image_name,
|
image_name,
|
||||||
image_origin,
|
image_origin,
|
||||||
};
|
};
|
||||||
} else if (controlImage && processorType !== 'none') {
|
} else if (controlImage) {
|
||||||
// The control image is preprocessed
|
// The control image is preprocessed
|
||||||
const { image_name, image_origin } = controlImage;
|
const { image_name, image_origin } = controlImage;
|
||||||
controlNetNode.image = {
|
controlNetNode.image = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user