mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2025-01-09 04:18:46 +08: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