Merge branch 'main' of https://github.com/BaristaLabs/stable-diffusion-dream into add-simple-variant-mechanism

This commit is contained in:
Sean McLellan
2022-08-24 13:16:15 -04:00
5 changed files with 18 additions and 5 deletions

View File

@ -81,8 +81,7 @@ def main():
exit(-1)
# preload the model
if not debugging:
t2i.load_model()
t2i.load_model()
print("\n* Initialization done! Awaiting your command (-h for help, 'q' to quit, 'cd' to change output dir, 'pwd' to print output dir)...")
log_path = os.path.join(opt.outdir,'dream_log.txt')