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 -U leptonai
pip install compel
启动前端web
npm run dev
启动后端server
lep photon run -n imgpilot --model photon/main.py --local
安装过程中会拉取模型,下载速度比较慢