Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD authored Jan 8, 2025
1 parent ee25182 commit c3b1873
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python scripts/download_weights.py
Daifuku can serve models individually or combine them behind a single endpoint:

<details>
<summary><strong>Mochi-Only Server</strong></summary>
<summary><strong>Mochi Server</strong></summary>

```bash
python api/mochi_serve.py
Expand All @@ -85,21 +85,31 @@ python api/mochi_serve.py
</details>

<details>
<summary><strong>LTX-Only Server</strong></summary>
<summary><strong>LTX Server</strong></summary>

```bash
python api/ltx_serve.py
# Endpoint: http://127.0.0.1:8000/api/v1/video/ltx
```
</details>

<details>
<summary><strong> Allegro Server </strong></summary>

```bash
python api/ltx_serve.py
# Endpoint: http://127.0.0.1:8000/api/v1/video/ltx
```
</details>


<details>
<summary><strong>Combined Server</strong></summary>

```bash
python api/serve.py
# Endpoint: http://127.0.0.1:8000/predict
# Must supply "model_name": "mochi" or "model_name": "ltx" in the request payload.
# Must supply "model_name" in the request payload.
```
</details>

Expand Down

0 comments on commit c3b1873

Please sign in to comment.