fix: Incorrect node ID's for Seamless plugging

This commit is contained in:
blessedcoolant 2023-08-29 04:21:11 +12:00
parent 0ea67050f1
commit a08d22587b

View File

@ -33,8 +33,8 @@ export const addSeamlessToLinearGraph = (
let denoisingNodeId = DENOISE_LATENTS;
if (
graph.id === 'SDXL_TEXT_TO_IMAGE_GRAPH' ||
graph.id === 'SDXL_IMAGE_TO_IMAGE_GRAPH'
graph.id === SDXL_TEXT_TO_IMAGE_GRAPH ||
graph.id === SDXL_IMAGE_TO_IMAGE_GRAPH
) {
denoisingNodeId = SDXL_DENOISE_LATENTS;
}