From 97ec1b156ced74c3dfc411cf9a74aa40b765828d Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Wed, 28 Sep 2022 14:31:34 -0400 Subject: [PATCH] fix module-not-found error on startup of new Invoke WebGUI --- scripts/dream.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dream.py b/scripts/dream.py index c5c52ef07c..9aa1c7751a 100644 --- a/scripts/dream.py +++ b/scripts/dream.py @@ -15,6 +15,7 @@ from ldm.dream.pngwriter import PngWriter from ldm.dream.image_util import make_grid from ldm.dream.log import write_log from omegaconf import OmegaConf +from backend.invoke_ai_web_server import InvokeAIWebServer # The output counter labels each output and is keyed to the # command-line history