From bbf919a9330d7bed520c79ad3cc449c8cec60f8e Mon Sep 17 00:00:00 2001 From: dunkeroni Date: Fri, 12 Apr 2024 12:50:35 -0400 Subject: [PATCH] chore: frontend check error --- .../frontend/web/src/features/nodes/util/graph/addVAEToGraph.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/nodes/util/graph/addVAEToGraph.ts b/invokeai/frontend/web/src/features/nodes/util/graph/addVAEToGraph.ts index 411e8860e6..347027c539 100644 --- a/invokeai/frontend/web/src/features/nodes/util/graph/addVAEToGraph.ts +++ b/invokeai/frontend/web/src/features/nodes/util/graph/addVAEToGraph.ts @@ -9,8 +9,8 @@ import { CANVAS_TEXT_TO_IMAGE_GRAPH, IMAGE_TO_IMAGE_GRAPH, IMAGE_TO_LATENTS, - INPAINT_IMAGE, INPAINT_CREATE_MASK, + INPAINT_IMAGE, LATENTS_TO_IMAGE, MAIN_MODEL_LOADER, SDXL_CANVAS_IMAGE_TO_IMAGE_GRAPH,