conda create -n showui python=3.11
conda activate showui
git clone https://github.com/showlab/ShowUI.git
cd ShowUI
pip install -r requirements.txt
python app.py
If you successfully start the interface, you will see two URLs in the terminal:
* Running on local URL: http://127.0.0.1:7860
* Running on public URL: https://xxxxxxxxxxxxxxxx.gradio.live (Do not share this link with others, or they will be able to control your computer.)