imgpilot
1.0.0
Image pilot with the power of Real-Time Latent Consistency Model.
DEMO
# 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