pull/185/head
zanllp 2023-05-24 03:12:46 +08:00
parent 7e65738b21
commit a9016c4c01
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import os
import pkg_resources import pkg_resources
req_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "requirements.txt") 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: with open(req_file) as file:
for package in file: for package in file:
try: try: