Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leptonai/imgpilot
Turn the draft into amazing artwork with the power of Real-Time Latent Consistency Model
https://github.com/leptonai/imgpilot
ai copilot lcm lepton leptonai
Last synced: 2 days ago
JSON representation
Turn the draft into amazing artwork with the power of Real-Time Latent Consistency Model
- Host: GitHub
- URL: https://github.com/leptonai/imgpilot
- Owner: leptonai
- License: mit
- Created: 2023-11-17T02:28:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T08:57:42.000Z (13 days ago)
- Last Synced: 2025-01-18T14:13:48.887Z (9 days ago)
- Topics: ai, copilot, lcm, lepton, leptonai
- Language: TypeScript
- Homepage: https://imgpilot.yadongxie.com
- Size: 6.53 MB
- Stars: 562
- Watchers: 7
- Forks: 69
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ImgPilot
Image pilot with the power of Real-Time Latent Consistency Model.
[preview.webm](https://github.com/leptonai/imgpilot/assets/1506722/5118e266-6db5-4451-96f3-bc97de594cc6)
[DEMO](https://imgpilot.com/)
## ✨ Features
- Includes complete front-end and back-end code.
- Support deployment both locally and in the cloud.
- Fully based on open source and can be used for commercial purposes.## 📦 Install
```bash
# Install web dependencies
npm install# Install server dependencies
pip install -r requirements.txt -U
```## ⌨️ Development
```bash
# Start server on localhost:8080lep photon run -n imgpilot -m photon/main.py --local
``````bash
# Start web server on localhost:3000npm run dev
```## 🔗 Built with
- [Lepton AI](https://github.com/leptonai/leptonai)
- [Excalidraw](https://github.com/excalidraw/excalidraw)
- [Real-Time-Latent-Consistency-Model](https://huggingface.co/spaces/radames/Real-Time-Latent-Consistency-Model)