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

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