Skip to content
Gene Kogan edited this page Nov 17, 2024 · 29 revisions

⚠️ Note: This doesn't work without Eden secrets yet. A localhost-ready version of Eve is expected in the future.

Install with pip install --upgrade git+https://github.com/edenartlab/eve and make an env file ~/.eve with secrets.

Quick Start

To get help with eve, run:

eve help

Create with tools

eve create flux_schnell --prompt "universe in a bottle" --aspect_ratio "16:9"`

Upload tool config to stage (to target prod, add --db prod:

eve update txt2img img2vid vid2vid_sdxl

Test a tool on stage (using test.json)

eve test flux_dev

Chat with Eve

eve chat
Clone this wiki locally