This project is an integration of three networks:
To run this project, Stable Diffusion needs to be installed and running. Please check the link above for installation guides. The ckpt model we are using is in the link below.
Add --api as the commandline argument in webui-user.bat in your Stable Diffusion folder:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--api
call webui.bat
For other environment requirements, please check requirements.txt.
Run Stable Diffusion Web UI by webui-user.bat.
Then, run app.py from termial.