typo
parent
7e65738b21
commit
a9016c4c01
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue