
corywilkerson/animal-to-train
Forked from pranavsekhar/animal-to-train
Public
24
runs
Run corywilkerson/animal-to-train 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 |
---|---|---|---|
animal |
string
|
Name of the animal to transform into a psychedelic train (e.g., 'elephant', 'tiger', 'peacock')
|
|
trip_intensity |
None
|
moderate
|
How psychedelic and trippy the experience should be
|
visual_style |
None
|
fractal_mandala
|
Psychedelic visual aesthetic
|
aspect_ratio |
None
|
16:9
|
Aspect ratio of the generated video
|
duration |
None
|
8
|
Duration of the mind-bending journey in seconds
|
quality |
None
|
720p
|
Video quality/resolution
|
add_psychedelic_audio |
boolean
|
True
|
Add trippy train sounds mixed with psychedelic ambient effects
|
seed |
integer
|
Random seed for reproducible trips
|
{
"type": "object",
"title": "Input",
"required": [
"animal"
],
"properties": {
"seed": {
"type": "integer",
"title": "Seed",
"x-order": 7,
"nullable": true,
"description": "Random seed for reproducible trips"
},
"animal": {
"type": "string",
"title": "Animal",
"x-order": 0,
"description": "Name of the animal to transform into a psychedelic train (e.g., 'elephant', 'tiger', 'peacock')"
},
"quality": {
"enum": [
"540p",
"720p",
"1080p"
],
"type": "string",
"title": "quality",
"description": "Video quality/resolution",
"default": "720p",
"x-order": 5
},
"duration": {
"enum": [
5,
8
],
"type": "integer",
"title": "duration",
"description": "Duration of the mind-bending journey in seconds",
"default": 8,
"x-order": 4
},
"aspect_ratio": {
"enum": [
"1:1",
"16:9",
"9:16",
"4:3",
"3:4"
],
"type": "string",
"title": "aspect_ratio",
"description": "Aspect ratio of the generated video",
"default": "16:9",
"x-order": 3
},
"visual_style": {
"enum": [
"fractal_mandala",
"melting_reality",
"neon_vapor",
"kaleidoscope",
"sacred_geometry",
"liquid_colors"
],
"type": "string",
"title": "visual_style",
"description": "Psychedelic visual aesthetic",
"default": "fractal_mandala",
"x-order": 2
},
"trip_intensity": {
"enum": [
"mild",
"moderate",
"intense",
"cosmic",
"ego_death"
],
"type": "string",
"title": "trip_intensity",
"description": "How psychedelic and trippy the experience should be",
"default": "moderate",
"x-order": 1
},
"add_psychedelic_audio": {
"type": "boolean",
"title": "Add Psychedelic Audio",
"default": true,
"x-order": 6,
"description": "Add trippy train sounds mixed with psychedelic ambient effects"
}
}
}
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/6iLyteHOrhSFIqPFogKOCSPBfkuX8Cgl3Mq4NVjnCFipoBLVA/tmp06oiubij.mp4'