mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Merge pull request #13 from hwharrison/fix_windows_bug
Fix windows path error.
This commit is contained in:
commit
a997e09c48
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user