fix: Cyclic push in the graph

This commit is contained in:
blessedcoolant 2023-07-25 23:16:06 +12:00 committed by psychedelicious
parent 6295e56d96
commit 0eb31c5710

View File

@ -397,7 +397,7 @@ export const buildLinearSDXLImageToImageGraph = (
// Add Refiner if enabled
if (shouldUseSDXLRefiner) {
addSDXLRefinerToGraph(state, graph, LATENTS_TO_IMAGE);
addSDXLRefinerToGraph(state, graph, SDXL_LATENTS_TO_LATENTS);
}
// add dynamic prompts - also sets up core iteration and seed