andreasjansson/cursed-sitcom-generator
The one where anyone can generate a https://cursedsit.com clone with an API
Run andreasjansson/cursed-sitcom-generator with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompts |
array
|
List of prompts for video generation
|
|
| duration |
integer
|
60
Min: 5 Max: 3600 |
Total duration of final video in seconds
|
| clip_duration |
None
|
14
|
Duration of each video clip in seconds
|
| resolution |
None
|
1080p
|
Resolution quality
|
| overlap_seconds |
number
|
0.5
Max: 5 |
Audio crossfade overlap duration
|
{
"type": "object",
"title": "Input",
"required": [
"prompts"
],
"properties": {
"prompts": {
"type": "array",
"items": {
"type": "string"
},
"title": "Prompts",
"x-order": 0,
"description": "List of prompts for video generation"
},
"duration": {
"type": "integer",
"title": "Duration",
"default": 60,
"maximum": 3600,
"minimum": 5,
"x-order": 1,
"description": "Total duration of final video in seconds"
},
"resolution": {
"enum": [
"1080p",
"2k",
"4k"
],
"type": "string",
"title": "resolution",
"description": "Resolution quality",
"default": "1080p",
"x-order": 3
},
"clip_duration": {
"enum": [
6,
8,
10,
12,
14,
16,
18,
20
],
"type": "integer",
"title": "clip_duration",
"description": "Duration of each video clip in seconds",
"default": 14,
"x-order": 2
},
"overlap_seconds": {
"type": "number",
"title": "Overlap Seconds",
"default": 0.5,
"maximum": 5,
"minimum": 0,
"x-order": 4,
"description": "Audio crossfade overlap duration"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}
Example API response
View prediction
'https://replicate.delivery/xezq/aajJNvAuXoLPDJ5m94a4fPU1ddjhPsjjCIXVvciEv2DqzUyKA/output.mp4'