conda create -n showui python=3.11
conda activate showuigit clone https://github.com/showlab/ShowUI.git
cd ShowUIpip install -r requirements.txtpython app.pyIf 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.)