camenduru
/
dynami-crafter-interpolation-320x512
DynamiCrafter: Animating Open-domain Images with Video Diffusion Priors
Prediction
camenduru/dynami-crafter-interpolation-320x512:cb864c3fIDganpnz3ba63w2yxn5srysjs3aeStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", { input: { fs: 5, eta: 1, seed: 12306, steps: 50, prompt: "a smiling girl", cfg_scale: 7.5, image1_path: "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", image2_path: "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", input={ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-18T22:50:34.565009Z", "created_at": "2024-03-18T22:44:33.238742Z", "data_removed": false, "error": null, "id": "ganpnz3ba63w2yxn5srysjs3ae", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" }, "logs": "Global seed set to 12306\nstart: a smiling girl 2024-03-18 22:49:52\nSaved in a_smiling_girl. Time used: 37.00 seconds\n/content/DynamiCrafter/output/a_smiling_girl.mp4", "metrics": { "predict_time": 42.748498, "total_time": 361.326267 }, "output": "https://replicate.delivery/pbxt/7AgqIESaK86BLldJl8JuwUBCOaoIbyFCYRjA9VxN23ZO3ZoE/a_smiling_girl.mp4", "started_at": "2024-03-18T22:49:51.816511Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ganpnz3ba63w2yxn5srysjs3ae", "cancel": "https://api.replicate.com/v1/predictions/ganpnz3ba63w2yxn5srysjs3ae/cancel" }, "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4" }
Generated inGlobal seed set to 12306 start: a smiling girl 2024-03-18 22:49:52 Saved in a_smiling_girl. Time used: 37.00 seconds /content/DynamiCrafter/output/a_smiling_girl.mp4
Prediction
camenduru/dynami-crafter-interpolation-320x512:cb864c3fIDzdntsjtbcrqcsfbljoubtfgbbaStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "fs": 20, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", { input: { fs: 20, eta: 1, seed: 12306, steps: 50, prompt: "a smiling girl", cfg_scale: 7.5, image1_path: "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", image2_path: "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", input={ "fs": 20, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", "input": { "fs": 20, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-19T04:26:03.202950Z", "created_at": "2024-03-19T04:22:28.289130Z", "data_removed": false, "error": null, "id": "zdntsjtbcrqcsfbljoubtfgbba", "input": { "fs": 20, "eta": 1, "seed": 12306, "steps": 50, "prompt": "a smiling girl", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KZzPqQJBL6NBUeBssy24O0j3BgyGrUXtSbm3vzYe3Tuo7gF4/smile_01.png", "image2_path": "https://replicate.delivery/pbxt/KZzPqF7sGhqmU5WxD2zEcvZwRgFU6zBYU6XZW21n0nJS2KeC/smile_02.png" }, "logs": "Global seed set to 12306\nstart: a smiling girl 2024-03-19 04:25:23\nSaved in a_smiling_girl. Time used: 35.86 seconds\n/content/DynamiCrafter/output/a_smiling_girl.mp4", "metrics": { "predict_time": 39.85133, "total_time": 214.91382 }, "output": "https://replicate.delivery/pbxt/7jEfQ9oUZ7wesEjNu6JstMebl1ygGyRy9rG0qKXVnzk1uYDlA/a_smiling_girl.mp4", "started_at": "2024-03-19T04:25:23.351620Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/zdntsjtbcrqcsfbljoubtfgbba", "cancel": "https://api.replicate.com/v1/predictions/zdntsjtbcrqcsfbljoubtfgbba/cancel" }, "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4" }
Generated inGlobal seed set to 12306 start: a smiling girl 2024-03-19 04:25:23 Saved in a_smiling_girl. Time used: 35.86 seconds /content/DynamiCrafter/output/a_smiling_girl.mp4
Prediction
camenduru/dynami-crafter-interpolation-320x512:cb864c3fIDrbkdbrtbu75ey476zhpbl5ahdiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "rotating view", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KarjovHd0ZMt5XvLOAYFxnxxz6zp3K3SMyDTROZAiz4NfzHx/stone01_01.png", "image2_path": "https://replicate.delivery/pbxt/KarjpFoIob4zlWcwopgxaA8dZY5RNnJ6PVK61YeacRlf8cqf/stone01_02.png" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", { input: { fs: 5, eta: 1, seed: 12306, steps: 50, prompt: "rotating view", cfg_scale: 7.5, image1_path: "https://replicate.delivery/pbxt/KarjovHd0ZMt5XvLOAYFxnxxz6zp3K3SMyDTROZAiz4NfzHx/stone01_01.png", image2_path: "https://replicate.delivery/pbxt/KarjpFoIob4zlWcwopgxaA8dZY5RNnJ6PVK61YeacRlf8cqf/stone01_02.png" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", input={ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "rotating view", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KarjovHd0ZMt5XvLOAYFxnxxz6zp3K3SMyDTROZAiz4NfzHx/stone01_01.png", "image2_path": "https://replicate.delivery/pbxt/KarjpFoIob4zlWcwopgxaA8dZY5RNnJ6PVK61YeacRlf8cqf/stone01_02.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "rotating view", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KarjovHd0ZMt5XvLOAYFxnxxz6zp3K3SMyDTROZAiz4NfzHx/stone01_01.png", "image2_path": "https://replicate.delivery/pbxt/KarjpFoIob4zlWcwopgxaA8dZY5RNnJ6PVK61YeacRlf8cqf/stone01_02.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-18T22:58:03.362018Z", "created_at": "2024-03-18T22:53:53.274315Z", "data_removed": false, "error": null, "id": "rbkdbrtbu75ey476zhpbl5ahdi", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "rotating view", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KarjovHd0ZMt5XvLOAYFxnxxz6zp3K3SMyDTROZAiz4NfzHx/stone01_01.png", "image2_path": "https://replicate.delivery/pbxt/KarjpFoIob4zlWcwopgxaA8dZY5RNnJ6PVK61YeacRlf8cqf/stone01_02.png" }, "logs": "Global seed set to 12306\nstart: rotating view 2024-03-18 22:57:22\nSaved in rotating_view. Time used: 37.48 seconds\n/content/DynamiCrafter/output/rotating_view.mp4", "metrics": { "predict_time": 41.92554, "total_time": 250.087703 }, "output": "https://replicate.delivery/pbxt/yAQdmafO7ZTuKS9H8aBL1ezXBgENwrY7aRV2dGaa0ja6jnhSA/rotating_view.mp4", "started_at": "2024-03-18T22:57:21.436478Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rbkdbrtbu75ey476zhpbl5ahdi", "cancel": "https://api.replicate.com/v1/predictions/rbkdbrtbu75ey476zhpbl5ahdi/cancel" }, "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4" }
Generated inGlobal seed set to 12306 start: rotating view 2024-03-18 22:57:22 Saved in rotating_view. Time used: 37.48 seconds /content/DynamiCrafter/output/rotating_view.mp4
Prediction
camenduru/dynami-crafter-interpolation-320x512:cb864c3fID5rm4yrlbjm2deyehtjjrudi22uStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
{ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "man walking", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KaronFKYHKPJcMCoSSF8A2gp2tOGopRoHnRyWCMsT5Gq3frB/walk_01.png", "image2_path": "https://replicate.delivery/pbxt/KaronaQ2HTYsXoAQM24GXWS70aiBsNzF55tbtVuELMhml1ic/walk_02.png" }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", { input: { fs: 5, eta: 1, seed: 12306, steps: 50, prompt: "man walking", cfg_scale: 7.5, image1_path: "https://replicate.delivery/pbxt/KaronFKYHKPJcMCoSSF8A2gp2tOGopRoHnRyWCMsT5Gq3frB/walk_01.png", image2_path: "https://replicate.delivery/pbxt/KaronaQ2HTYsXoAQM24GXWS70aiBsNzF55tbtVuELMhml1ic/walk_02.png" } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "camenduru/dynami-crafter-interpolation-320x512:cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", input={ "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "man walking", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KaronFKYHKPJcMCoSSF8A2gp2tOGopRoHnRyWCMsT5Gq3frB/walk_01.png", "image2_path": "https://replicate.delivery/pbxt/KaronaQ2HTYsXoAQM24GXWS70aiBsNzF55tbtVuELMhml1ic/walk_02.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run camenduru/dynami-crafter-interpolation-320x512 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \ -H "Authorization: Bearer $REPLICATE_API_TOKEN" \ -H "Content-Type: application/json" \ -H "Prefer: wait" \ -d $'{ "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "man walking", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KaronFKYHKPJcMCoSSF8A2gp2tOGopRoHnRyWCMsT5Gq3frB/walk_01.png", "image2_path": "https://replicate.delivery/pbxt/KaronaQ2HTYsXoAQM24GXWS70aiBsNzF55tbtVuELMhml1ic/walk_02.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-18T22:59:46.214295Z", "created_at": "2024-03-18T22:59:07.326982Z", "data_removed": false, "error": null, "id": "5rm4yrlbjm2deyehtjjrudi22u", "input": { "fs": 5, "eta": 1, "seed": 12306, "steps": 50, "prompt": "man walking", "cfg_scale": 7.5, "image1_path": "https://replicate.delivery/pbxt/KaronFKYHKPJcMCoSSF8A2gp2tOGopRoHnRyWCMsT5Gq3frB/walk_01.png", "image2_path": "https://replicate.delivery/pbxt/KaronaQ2HTYsXoAQM24GXWS70aiBsNzF55tbtVuELMhml1ic/walk_02.png" }, "logs": "Global seed set to 12306\nstart: man walking 2024-03-18 22:59:08\nSaved in man_walking. Time used: 35.21 seconds\n/content/DynamiCrafter/output/man_walking.mp4", "metrics": { "predict_time": 38.874905, "total_time": 38.887313 }, "output": "https://replicate.delivery/pbxt/LwvTdZspIO4ePCfm1FHXWETF526FYoXN4ZVysg9VyZeCLPDlA/man_walking.mp4", "started_at": "2024-03-18T22:59:07.339390Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5rm4yrlbjm2deyehtjjrudi22u", "cancel": "https://api.replicate.com/v1/predictions/5rm4yrlbjm2deyehtjjrudi22u/cancel" }, "version": "cb864c3f64d31acd5e3487e042123b7522fc3f19a66af2c42b7b5204e6f38dd4" }
Generated inGlobal seed set to 12306 start: man walking 2024-03-18 22:59:08 Saved in man_walking. Time used: 35.21 seconds /content/DynamiCrafter/output/man_walking.mp4
Want to make some of these yourself?
Run this model