From e46889843a60c56bb6320c07a9c8464e8573582e Mon Sep 17 00:00:00 2001 From: Arlo Jeremy Date: Fri, 19 Jul 2024 00:27:50 -0700 Subject: [PATCH] Update launch.py --- launch.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launch.py b/launch.py index ed9fc7755..0a5fb78c3 100644 --- a/launch.py +++ b/launch.py @@ -4,7 +4,8 @@ print('[System ARGV] ' + str(sys.argv)) -root = os.path.dirname(os.path.abspath(__file__)) +# root = os.path.dirname(os.path.abspath(__file__)) +root = ("/content/drive/MyDrive/Colab Notebooks/fooocus") sys.path.append(root) os.chdir(root)