QuickStart
This section will guide you on how to deploy and use the project, Suppose you have confirmed that your equipment can run the project and have the relevant tools ready. Otherwise, you should read first Requirement.
Install and run
Change to the directory where you want to place the project, if windows, open terminal, cmd or powershell, and then run the following commands:
Use conda
Linux or Windows
Use venv
Linux
Windows
Generate your first image
Wait for the program to complete the installation of dependencies and the download of the basic model, open http://localhost:7866
in your browser, you will see the following page:

Click the Try it out
button on the right side of the POST /v1/engine/generate/
interface, and then click the Execute
button to generate an image.
Base the performance of your equipment, it may take a few seconds or minutes to generate an image. After that, you can find an url in the Response body
field, open it in your browser, that is the image you just generated.
