mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Merge pull request #13 from hwharrison/fix_windows_bug
Fix windows path error.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user