实时LCM的ImgPilot搭建部署

ImgPilot是具有实时潜在一致性模型(LCM)功能的图像试点

下载源码 

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

安装后端server

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

启动前端web

http://localhost:3000

npm run dev

启动后端server

http://localhost:8080

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

安装过程中会拉取模型,下载速度比较慢

实时LCM的ImgPilot搭建部署_第1张图片

你可能感兴趣的:(AI,人工智能)