Real-time LCM ImgPilot construction and deployment

ImgPilot is an image pilot with real-time Latent Consistency Model (LCM) capabilities

Download source code 

GitHub - leptonai/imgpilot: Image pilot with the power of Real-Time Latent Consistency Modelicon-default.png?t=N7T8https://github.com/leptonai/imgpilot安装前端web

cd imgpilot
npm install

Install backend server

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt -U

Start the front-end web

http://localhost:3000

npm run dev

Start the backend server

http://localhost:8080

lep photon run -n imgpilot --model photon/main.py --local

The model will be pulled during the installation process, and the download speed is relatively slow.

Guess you like

Origin blog.csdn.net/watson2017/article/details/134597030