ntpath doesn't have append, use join instead

This commit is contained in:
henry 2022-08-20 22:38:56 -05:00
parent 1ca3dc553c
commit 503f962f68

View File

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