Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:8080

lep photon run -n imgpilot -m photon/main.py --local
```

```bash
# Start web server on localhost:3000

npm 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)