Readme
This model doesn't have a readme.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run replicategithubwc/stable-video-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"replicategithubwc/stable-video-diffusion:70343051073a378b2f2f6f7f3ae9c8102e9f24437ad8caa76ed47f697dd3420d",
input={
"fps": 24,
"width": 1024,
"height": 576,
"prompt": "astronaut riding a horse on mars, beautiful, 8k, perfect, award winning, national geographic",
"scheduler": "K_EULER_ANCESTRAL",
"num_frames": 24,
"guidance_scale": 12.5,
"negative_prompt": "very blue, dust, noisy, washed out, ugly, distorted, broken",
"num_inference_steps": 50
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia A100 (80GB) GPU hardware. We don't yet have enough runs of this model to provide performance information.
This model doesn't have a readme.