ImgPilot是具有实时潜在一致性模型(LCM)功能的图像试点
下载源码
GitHub - leptonai/imgpilot: Image pilot with the power of Real-Time Latent Consistency Modelhttps://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
安装过程中会拉取模型,下载速度比较慢