Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD authored Nov 8, 2024
1 parent b3d4a47 commit f2dc432
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ print(response.text)
| Endpoint | Method | Description | Authentication |
|----------|--------|-------------|----------------|
| `/api/v1/video/mochi` | POST | Generate video | Required |
| `/status` | GET | Service health | Optional |
| `/health` | GET | Service health | Optional |

### Configuration Parameters

Expand All @@ -101,11 +101,11 @@ print(response.text)
| negative_prompt | str | What to avoid in generation | Optional | - |
| num_frames | int | Frame count | 60 | 30-120 |
| fps | int | Frames per second | 30 | 15-60 |
| height | int | Video height | 480 | 256-1024 |
| width | int | Video width | 640 | 256-1024 |
| height | int | Video height | 480 | 256-480 |
| width | int | Video width | 640 | 256-840 |
| num_inference_steps | int | Generation quality steps | 50 | 1-100 |
| guidance_scale | float | Prompt adherence strength | 7\.5 | 1-20 |
| seed | int | Random seed for reproducibility | None | - |


## 🔧 Advanced Configuration

Expand Down

0 comments on commit f2dc432

Please sign in to comment.