Merge pull request #13 from hwharrison/fix_windows_bug

Fix windows path error.
This commit is contained in:
Lincoln Stein 2022-08-21 10:46:27 -04:00 committed by GitHub
commit a997e09c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ def main():
setup_readline()
print("* Initializing, be patient...\n")
os.path.append('.')
os.path.join('.')
from pytorch_lightning import logging
from ldm.simplet2i import T2I