mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Incorrect node ID's for Seamless plugging
This commit is contained in:
parent
0ea67050f1
commit
a08d22587b
@ -33,8 +33,8 @@ export const addSeamlessToLinearGraph = (
|
|||||||
let denoisingNodeId = DENOISE_LATENTS;
|
let denoisingNodeId = DENOISE_LATENTS;
|
||||||
|
|
||||||
if (
|
if (
|
||||||
graph.id === 'SDXL_TEXT_TO_IMAGE_GRAPH' ||
|
graph.id === SDXL_TEXT_TO_IMAGE_GRAPH ||
|
||||||
graph.id === 'SDXL_IMAGE_TO_IMAGE_GRAPH'
|
graph.id === SDXL_IMAGE_TO_IMAGE_GRAPH
|
||||||
) {
|
) {
|
||||||
denoisingNodeId = SDXL_DENOISE_LATENTS;
|
denoisingNodeId = SDXL_DENOISE_LATENTS;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user