viiika / Meissonic

We're back! Implementations of Meissonic developed by Community~If you feel it is helpful, plz consider giving a star❤️
https://viiika.github.io/Meissonic/
Apache License 2.0
259 stars 10 forks source link

fix: the typo in inference.py that make the saving error #6

Closed ValMystletainn closed 1 month ago

ValMystletainn commented 1 month ago

the image save command is mixing some typo. Change:

  1. prompt[0] -> prompts[0] to visiti the correct variable
  2. image.save(output_dir, ...) -> image.save(os.path.join(outputdir, ...)), to do the correct save