mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
added "." directory to sys path to prevent ModuleNotFound error on ldm.simplet2i that some Windows users have experienced
This commit is contained in:
parent
09afcc321c
commit
1ca3dc553c
@ -34,6 +34,7 @@ def main():
|
||||
setup_readline()
|
||||
|
||||
print("* Initializing, be patient...\n")
|
||||
os.path.append('.')
|
||||
from pytorch_lightning import logging
|
||||
from ldm.simplet2i import T2I
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user