imgpilot
1.0.0
具有实时潜在一致性模型的力量的图像飞行员。
演示
# Install web dependencies
npm install
# Install server dependencies
pip install -r requirements.txt -U # Start server on localhost:8080
lep photon run -n imgpilot -m photon/main.py --local # Start web server on localhost:3000
npm run dev