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
256 stars 10 forks source link

updates for outpaint issue, added requirements and gradio webui #13

Closed newgenai79 closed 1 month ago

newgenai79 commented 1 month ago
  1. Fix missing filename extension issue (python inpaint.py --mode outpaint not working) FileNotFoundError: [Errno 2] No such file or directory: 'C:\aitools\Meissonic\assets\outpaint\__G2yFuW7jQjpg'
  2. Installing requirements 2.1. Added requirements.txt for easy installation 2.2. Added step-by-step installation process for newbies
  3. Gradio Ui (txt2image) for local
newgenai79 commented 1 month ago

Verified on Windows 11 / Python 3.10.6 / CU124

  1. outpaint working
  2. installation working and torch installed with CUDA successfully
  3. Gradio WebUI working fine on local

image

Please could someone verify the above on Linux and merge.

viiika commented 1 month ago

Great update! Thanks a lot!