From a9016c4c01d9d849e1a03b3f7507f83096207c44 Mon Sep 17 00:00:00 2001 From: zanllp Date: Wed, 24 May 2023 03:12:46 +0800 Subject: [PATCH] typo --- install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.py b/install.py index 7914492..041470a 100644 --- a/install.py +++ b/install.py @@ -3,7 +3,7 @@ import os import pkg_resources req_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "requirements.txt") -# copy form controlnet, thanks +# copy from controlnet, thanks with open(req_file) as file: for package in file: try: