mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: Cyclic push in the graph
This commit is contained in:
parent
6295e56d96
commit
0eb31c5710
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user