subhash25rawat / morphix3d
Transform Images & Text into 3D Models with AI
- Public
- 52 runs
Prediction
subhash25rawat/morphix3d:472873eb4496492f94adaf6975a7020ce827ce5f5194b77d2eb6a54bfcadc348IDn77f8s09rhrme0cmynqtdpk2zwStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "Prompt": "a water drop falling down", "InputImage": "https://replicate.delivery/pbxt/MTsW1GS6xrTJwT66LDsGogVOjZBUWuNUwZB6YlCzaRKqxoa3/appy3d.png" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:472873eb4496492f94adaf6975a7020ce827ce5f5194b77d2eb6a54bfcadc348", { input: { Prompt: "a water drop falling down", InputImage: "https://replicate.delivery/pbxt/MTsW1GS6xrTJwT66LDsGogVOjZBUWuNUwZB6YlCzaRKqxoa3/appy3d.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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:472873eb4496492f94adaf6975a7020ce827ce5f5194b77d2eb6a54bfcadc348", input={ "Prompt": "a water drop falling down", "InputImage": "https://replicate.delivery/pbxt/MTsW1GS6xrTJwT66LDsGogVOjZBUWuNUwZB6YlCzaRKqxoa3/appy3d.png" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:472873eb4496492f94adaf6975a7020ce827ce5f5194b77d2eb6a54bfcadc348", "input": { "Prompt": "a water drop falling down", "InputImage": "https://replicate.delivery/pbxt/MTsW1GS6xrTJwT66LDsGogVOjZBUWuNUwZB6YlCzaRKqxoa3/appy3d.png" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-11T14:42:38.826170Z", "created_at": "2025-02-11T14:34:42.500000Z", "data_removed": false, "error": null, "id": "n77f8s09rhrme0cmynqtdpk2zw", "input": { "Prompt": "a water drop falling down", "InputImage": "https://replicate.delivery/pbxt/MTsW1GS6xrTJwT66LDsGogVOjZBUWuNUwZB6YlCzaRKqxoa3/appy3d.png" }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/30 [00:00<?, ?it/s]\nDiffusion Sampling:: 3%|▎ | 1/30 [00:00<00:04, 6.15it/s]\nDiffusion Sampling:: 10%|█ | 3/30 [00:00<00:03, 8.80it/s]\nDiffusion Sampling:: 13%|█▎ | 4/30 [00:00<00:03, 8.02it/s]\nDiffusion Sampling:: 17%|█▋ | 5/30 [00:00<00:03, 7.61it/s]\nDiffusion Sampling:: 20%|██ | 6/30 [00:00<00:03, 7.35it/s]\nDiffusion Sampling:: 23%|██▎ | 7/30 [00:00<00:03, 7.20it/s]\nDiffusion Sampling:: 27%|██▋ | 8/30 [00:01<00:03, 7.11it/s]\nDiffusion Sampling:: 30%|███ | 9/30 [00:01<00:02, 7.03it/s]\nDiffusion Sampling:: 33%|███▎ | 10/30 [00:01<00:02, 6.98it/s]\nDiffusion Sampling:: 37%|███▋ | 11/30 [00:01<00:02, 6.95it/s]\nDiffusion Sampling:: 40%|████ | 12/30 [00:01<00:02, 6.92it/s]\nDiffusion Sampling:: 43%|████▎ | 13/30 [00:01<00:02, 6.90it/s]\nDiffusion Sampling:: 47%|████▋ | 14/30 [00:01<00:02, 6.88it/s]\nDiffusion Sampling:: 50%|█████ | 15/30 [00:02<00:02, 6.87it/s]\nDiffusion Sampling:: 53%|█████▎ | 16/30 [00:02<00:02, 6.87it/s]\nDiffusion Sampling:: 57%|█████▋ | 17/30 [00:02<00:01, 6.86it/s]\nDiffusion Sampling:: 60%|██████ | 18/30 [00:02<00:01, 6.85it/s]\nDiffusion Sampling:: 63%|██████▎ | 19/30 [00:02<00:01, 6.85it/s]\nDiffusion Sampling:: 67%|██████▋ | 20/30 [00:02<00:01, 6.85it/s]\nDiffusion Sampling:: 70%|███████ | 21/30 [00:02<00:01, 6.85it/s]\nDiffusion Sampling:: 73%|███████▎ | 22/30 [00:03<00:01, 6.85it/s]\nDiffusion Sampling:: 77%|███████▋ | 23/30 [00:03<00:01, 6.85it/s]\nDiffusion Sampling:: 80%|████████ | 24/30 [00:03<00:00, 6.84it/s]\nDiffusion Sampling:: 83%|████████▎ | 25/30 [00:03<00:00, 6.84it/s]\nDiffusion Sampling:: 87%|████████▋ | 26/30 [00:03<00:00, 6.85it/s]\nDiffusion Sampling:: 90%|█████████ | 27/30 [00:03<00:00, 6.85it/s]\nDiffusion Sampling:: 93%|█████████▎| 28/30 [00:04<00:00, 6.85it/s]\nDiffusion Sampling:: 97%|█████████▋| 29/30 [00:04<00:00, 6.84it/s]\nDiffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.85it/s]\nDiffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.99it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 2%|▏ | 47/2894 [00:00<00:06, 461.94it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 94/2894 [00:00<00:06, 455.96it/s]\nMC Level 0.0 Implicit Function:: 5%|▍ | 140/2894 [00:00<00:06, 452.84it/s]\nMC Level 0.0 Implicit Function:: 6%|▋ | 186/2894 [00:00<00:05, 451.74it/s]\nMC Level 0.0 Implicit Function:: 8%|▊ | 232/2894 [00:00<00:05, 451.61it/s]\nMC Level 0.0 Implicit Function:: 10%|▉ | 278/2894 [00:00<00:05, 451.44it/s]\nMC Level 0.0 Implicit Function:: 11%|█ | 324/2894 [00:00<00:05, 450.65it/s]\nMC Level 0.0 Implicit Function:: 13%|█▎ | 370/2894 [00:00<00:05, 450.11it/s]\nMC Level 0.0 Implicit Function:: 14%|█▍ | 416/2894 [00:00<00:05, 450.02it/s]\nMC Level 0.0 Implicit Function:: 16%|█▌ | 462/2894 [00:01<00:05, 450.55it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 508/2894 [00:01<00:05, 450.84it/s]\nMC Level 0.0 Implicit Function:: 19%|█▉ | 554/2894 [00:01<00:05, 450.89it/s]\nMC Level 0.0 Implicit Function:: 21%|██ | 600/2894 [00:01<00:05, 449.85it/s]\nMC Level 0.0 Implicit Function:: 22%|██▏ | 645/2894 [00:01<00:05, 449.58it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 690/2894 [00:01<00:04, 449.62it/s]\nMC Level 0.0 Implicit Function:: 25%|██▌ | 735/2894 [00:01<00:04, 449.54it/s]\nMC Level 0.0 Implicit Function:: 27%|██▋ | 780/2894 [00:01<00:04, 449.10it/s]\nMC Level 0.0 Implicit Function:: 29%|██▊ | 826/2894 [00:01<00:04, 449.63it/s]\nMC Level 0.0 Implicit Function:: 30%|███ | 871/2894 [00:01<00:04, 449.57it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 916/2894 [00:02<00:04, 448.92it/s]\nMC Level 0.0 Implicit Function:: 33%|███▎ | 961/2894 [00:02<00:04, 448.92it/s]\nMC Level 0.0 Implicit Function:: 35%|███▍ | 1006/2894 [00:02<00:04, 448.58it/s]\nMC Level 0.0 Implicit Function:: 36%|███▋ | 1052/2894 [00:02<00:04, 449.01it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1097/2894 [00:02<00:04, 448.89it/s]\nMC Level 0.0 Implicit Function:: 39%|███▉ | 1143/2894 [00:02<00:03, 449.33it/s]\nMC Level 0.0 Implicit Function:: 41%|████ | 1188/2894 [00:02<00:03, 449.23it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1233/2894 [00:02<00:03, 448.91it/s]\nMC Level 0.0 Implicit Function:: 44%|████▍ | 1279/2894 [00:02<00:03, 449.33it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1324/2894 [00:02<00:03, 448.84it/s]\nMC Level 0.0 Implicit Function:: 47%|████▋ | 1369/2894 [00:03<00:03, 448.81it/s]\nMC Level 0.0 Implicit Function:: 49%|████▉ | 1414/2894 [00:03<00:03, 448.47it/s]\nMC Level 0.0 Implicit Function:: 50%|█████ | 1459/2894 [00:03<00:03, 448.48it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1504/2894 [00:03<00:03, 448.50it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▎ | 1549/2894 [00:03<00:02, 448.83it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▌ | 1594/2894 [00:03<00:02, 448.93it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1639/2894 [00:03<00:02, 448.40it/s]\nMC Level 0.0 Implicit Function:: 58%|█████▊ | 1684/2894 [00:03<00:02, 447.85it/s]\nMC Level 0.0 Implicit Function:: 60%|█████▉ | 1729/2894 [00:03<00:02, 447.97it/s]\nMC Level 0.0 Implicit Function:: 61%|██████▏ | 1774/2894 [00:03<00:02, 448.39it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1819/2894 [00:04<00:02, 447.90it/s]\nMC Level 0.0 Implicit Function:: 64%|██████▍ | 1864/2894 [00:04<00:02, 448.39it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▌ | 1909/2894 [00:04<00:02, 448.61it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1954/2894 [00:04<00:02, 448.24it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 1999/2894 [00:04<00:01, 448.40it/s]\nMC Level 0.0 Implicit Function:: 71%|███████ | 2044/2894 [00:04<00:01, 447.89it/s]\nMC Level 0.0 Implicit Function:: 72%|███████▏ | 2089/2894 [00:04<00:01, 447.78it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▎ | 2134/2894 [00:04<00:01, 447.69it/s]\nMC Level 0.0 Implicit Function:: 75%|███████▌ | 2179/2894 [00:04<00:01, 448.24it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2224/2894 [00:04<00:01, 448.31it/s]\nMC Level 0.0 Implicit Function:: 78%|███████▊ | 2269/2894 [00:05<00:01, 447.95it/s]\nMC Level 0.0 Implicit Function:: 80%|███████▉ | 2314/2894 [00:05<00:01, 447.81it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2359/2894 [00:05<00:01, 447.48it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2404/2894 [00:05<00:01, 447.27it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▍ | 2449/2894 [00:05<00:00, 446.64it/s]\nMC Level 0.0 Implicit Function:: 86%|████████▌ | 2494/2894 [00:05<00:00, 446.95it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2539/2894 [00:05<00:00, 446.30it/s]\nMC Level 0.0 Implicit Function:: 89%|████████▉ | 2584/2894 [00:05<00:00, 446.61it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████ | 2629/2894 [00:05<00:00, 447.04it/s]\nMC Level 0.0 Implicit Function:: 92%|█████████▏| 2674/2894 [00:05<00:00, 446.55it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2719/2894 [00:06<00:00, 446.72it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2764/2894 [00:06<00:00, 446.56it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2809/2894 [00:06<00:00, 446.70it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▊| 2854/2894 [00:06<00:00, 446.55it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 448.66it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 48%|████▊ | 29/61 [00:00<00:00, 289.89it/s, now=None]\nt: 95%|█████████▌| 58/61 [00:00<00:00, 288.76it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 65.847441428, "total_time": 476.32617 }, "output": { "video": "https://replicate.delivery/xezq/VRkeYDhQwaQqBCOQL7kP0v7ozzdQTfLUv9n4bjf9SPE8eE5QB/modelVideo.mp4", "status": "success", "meshGlb": "https://replicate.delivery/xezq/iamJiWRffls2gk5d4EDqoItGn48HTOKt14lQFAPMxyPeeE5QB/mesh.glb", "thumbnail": "https://replicate.delivery/xezq/rvQcXbIPGMoeb6d0LOlC01DrBQepM1qoXu1lNlaROureeE5QB/thumbnail.png", "coloredGlb": "https://replicate.delivery/xezq/sVUOgoeE5xQ4QqMphKieyXFOx4HgGHgfN1ORUtJDKGX9eE5QB/texture.glb" }, "started_at": "2025-02-11T14:41:32.978728Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/n77f8s09rhrme0cmynqtdpk2zw", "cancel": "https://api.replicate.com/v1/predictions/n77f8s09rhrme0cmynqtdpk2zw/cancel" }, "version": "472873eb4496492f94adaf6975a7020ce827ce5f5194b77d2eb6a54bfcadc348" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/30 [00:00<?, ?it/s] Diffusion Sampling:: 3%|▎ | 1/30 [00:00<00:04, 6.15it/s] Diffusion Sampling:: 10%|█ | 3/30 [00:00<00:03, 8.80it/s] Diffusion Sampling:: 13%|█▎ | 4/30 [00:00<00:03, 8.02it/s] Diffusion Sampling:: 17%|█▋ | 5/30 [00:00<00:03, 7.61it/s] Diffusion Sampling:: 20%|██ | 6/30 [00:00<00:03, 7.35it/s] Diffusion Sampling:: 23%|██▎ | 7/30 [00:00<00:03, 7.20it/s] Diffusion Sampling:: 27%|██▋ | 8/30 [00:01<00:03, 7.11it/s] Diffusion Sampling:: 30%|███ | 9/30 [00:01<00:02, 7.03it/s] Diffusion Sampling:: 33%|███▎ | 10/30 [00:01<00:02, 6.98it/s] Diffusion Sampling:: 37%|███▋ | 11/30 [00:01<00:02, 6.95it/s] Diffusion Sampling:: 40%|████ | 12/30 [00:01<00:02, 6.92it/s] Diffusion Sampling:: 43%|████▎ | 13/30 [00:01<00:02, 6.90it/s] Diffusion Sampling:: 47%|████▋ | 14/30 [00:01<00:02, 6.88it/s] Diffusion Sampling:: 50%|█████ | 15/30 [00:02<00:02, 6.87it/s] Diffusion Sampling:: 53%|█████▎ | 16/30 [00:02<00:02, 6.87it/s] Diffusion Sampling:: 57%|█████▋ | 17/30 [00:02<00:01, 6.86it/s] Diffusion Sampling:: 60%|██████ | 18/30 [00:02<00:01, 6.85it/s] Diffusion Sampling:: 63%|██████▎ | 19/30 [00:02<00:01, 6.85it/s] Diffusion Sampling:: 67%|██████▋ | 20/30 [00:02<00:01, 6.85it/s] Diffusion Sampling:: 70%|███████ | 21/30 [00:02<00:01, 6.85it/s] Diffusion Sampling:: 73%|███████▎ | 22/30 [00:03<00:01, 6.85it/s] Diffusion Sampling:: 77%|███████▋ | 23/30 [00:03<00:01, 6.85it/s] Diffusion Sampling:: 80%|████████ | 24/30 [00:03<00:00, 6.84it/s] Diffusion Sampling:: 83%|████████▎ | 25/30 [00:03<00:00, 6.84it/s] Diffusion Sampling:: 87%|████████▋ | 26/30 [00:03<00:00, 6.85it/s] Diffusion Sampling:: 90%|█████████ | 27/30 [00:03<00:00, 6.85it/s] Diffusion Sampling:: 93%|█████████▎| 28/30 [00:04<00:00, 6.85it/s] Diffusion Sampling:: 97%|█████████▋| 29/30 [00:04<00:00, 6.84it/s] Diffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.85it/s] Diffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.99it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 2%|▏ | 47/2894 [00:00<00:06, 461.94it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 94/2894 [00:00<00:06, 455.96it/s] MC Level 0.0 Implicit Function:: 5%|▍ | 140/2894 [00:00<00:06, 452.84it/s] MC Level 0.0 Implicit Function:: 6%|▋ | 186/2894 [00:00<00:05, 451.74it/s] MC Level 0.0 Implicit Function:: 8%|▊ | 232/2894 [00:00<00:05, 451.61it/s] MC Level 0.0 Implicit Function:: 10%|▉ | 278/2894 [00:00<00:05, 451.44it/s] MC Level 0.0 Implicit Function:: 11%|█ | 324/2894 [00:00<00:05, 450.65it/s] MC Level 0.0 Implicit Function:: 13%|█▎ | 370/2894 [00:00<00:05, 450.11it/s] MC Level 0.0 Implicit Function:: 14%|█▍ | 416/2894 [00:00<00:05, 450.02it/s] MC Level 0.0 Implicit Function:: 16%|█▌ | 462/2894 [00:01<00:05, 450.55it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 508/2894 [00:01<00:05, 450.84it/s] MC Level 0.0 Implicit Function:: 19%|█▉ | 554/2894 [00:01<00:05, 450.89it/s] MC Level 0.0 Implicit Function:: 21%|██ | 600/2894 [00:01<00:05, 449.85it/s] MC Level 0.0 Implicit Function:: 22%|██▏ | 645/2894 [00:01<00:05, 449.58it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 690/2894 [00:01<00:04, 449.62it/s] MC Level 0.0 Implicit Function:: 25%|██▌ | 735/2894 [00:01<00:04, 449.54it/s] MC Level 0.0 Implicit Function:: 27%|██▋ | 780/2894 [00:01<00:04, 449.10it/s] MC Level 0.0 Implicit Function:: 29%|██▊ | 826/2894 [00:01<00:04, 449.63it/s] MC Level 0.0 Implicit Function:: 30%|███ | 871/2894 [00:01<00:04, 449.57it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 916/2894 [00:02<00:04, 448.92it/s] MC Level 0.0 Implicit Function:: 33%|███▎ | 961/2894 [00:02<00:04, 448.92it/s] MC Level 0.0 Implicit Function:: 35%|███▍ | 1006/2894 [00:02<00:04, 448.58it/s] MC Level 0.0 Implicit Function:: 36%|███▋ | 1052/2894 [00:02<00:04, 449.01it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1097/2894 [00:02<00:04, 448.89it/s] MC Level 0.0 Implicit Function:: 39%|███▉ | 1143/2894 [00:02<00:03, 449.33it/s] MC Level 0.0 Implicit Function:: 41%|████ | 1188/2894 [00:02<00:03, 449.23it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1233/2894 [00:02<00:03, 448.91it/s] MC Level 0.0 Implicit Function:: 44%|████▍ | 1279/2894 [00:02<00:03, 449.33it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1324/2894 [00:02<00:03, 448.84it/s] MC Level 0.0 Implicit Function:: 47%|████▋ | 1369/2894 [00:03<00:03, 448.81it/s] MC Level 0.0 Implicit Function:: 49%|████▉ | 1414/2894 [00:03<00:03, 448.47it/s] MC Level 0.0 Implicit Function:: 50%|█████ | 1459/2894 [00:03<00:03, 448.48it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1504/2894 [00:03<00:03, 448.50it/s] MC Level 0.0 Implicit Function:: 54%|█████▎ | 1549/2894 [00:03<00:02, 448.83it/s] MC Level 0.0 Implicit Function:: 55%|█████▌ | 1594/2894 [00:03<00:02, 448.93it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1639/2894 [00:03<00:02, 448.40it/s] MC Level 0.0 Implicit Function:: 58%|█████▊ | 1684/2894 [00:03<00:02, 447.85it/s] MC Level 0.0 Implicit Function:: 60%|█████▉ | 1729/2894 [00:03<00:02, 447.97it/s] MC Level 0.0 Implicit Function:: 61%|██████▏ | 1774/2894 [00:03<00:02, 448.39it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1819/2894 [00:04<00:02, 447.90it/s] MC Level 0.0 Implicit Function:: 64%|██████▍ | 1864/2894 [00:04<00:02, 448.39it/s] MC Level 0.0 Implicit Function:: 66%|██████▌ | 1909/2894 [00:04<00:02, 448.61it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1954/2894 [00:04<00:02, 448.24it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 1999/2894 [00:04<00:01, 448.40it/s] MC Level 0.0 Implicit Function:: 71%|███████ | 2044/2894 [00:04<00:01, 447.89it/s] MC Level 0.0 Implicit Function:: 72%|███████▏ | 2089/2894 [00:04<00:01, 447.78it/s] MC Level 0.0 Implicit Function:: 74%|███████▎ | 2134/2894 [00:04<00:01, 447.69it/s] MC Level 0.0 Implicit Function:: 75%|███████▌ | 2179/2894 [00:04<00:01, 448.24it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2224/2894 [00:04<00:01, 448.31it/s] MC Level 0.0 Implicit Function:: 78%|███████▊ | 2269/2894 [00:05<00:01, 447.95it/s] MC Level 0.0 Implicit Function:: 80%|███████▉ | 2314/2894 [00:05<00:01, 447.81it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2359/2894 [00:05<00:01, 447.48it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2404/2894 [00:05<00:01, 447.27it/s] MC Level 0.0 Implicit Function:: 85%|████████▍ | 2449/2894 [00:05<00:00, 446.64it/s] MC Level 0.0 Implicit Function:: 86%|████████▌ | 2494/2894 [00:05<00:00, 446.95it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2539/2894 [00:05<00:00, 446.30it/s] MC Level 0.0 Implicit Function:: 89%|████████▉ | 2584/2894 [00:05<00:00, 446.61it/s] MC Level 0.0 Implicit Function:: 91%|█████████ | 2629/2894 [00:05<00:00, 447.04it/s] MC Level 0.0 Implicit Function:: 92%|█████████▏| 2674/2894 [00:05<00:00, 446.55it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2719/2894 [00:06<00:00, 446.72it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2764/2894 [00:06<00:00, 446.56it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2809/2894 [00:06<00:00, 446.70it/s] MC Level 0.0 Implicit Function:: 99%|█████████▊| 2854/2894 [00:06<00:00, 446.55it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 448.66it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 48%|████▊ | 29/61 [00:00<00:00, 289.89it/s, now=None] t: 95%|█████████▌| 58/61 [00:00<00:00, 288.76it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDw5c7c0j8fxrme0cmz3qret7n6rStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MU7TaRF0oMhOR69ulv2J6vdTBkXveIc82qt8Z6VWJygoGkkg/test.webp", "InferenceSteps": 30, "videoBrightnessIndex": 1.5 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MU7TaRF0oMhOR69ulv2J6vdTBkXveIc82qt8Z6VWJygoGkkg/test.webp", InferenceSteps: 30, videoBrightnessIndex: 1.5 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MU7TaRF0oMhOR69ulv2J6vdTBkXveIc82qt8Z6VWJygoGkkg/test.webp", "InferenceSteps": 30, "videoBrightnessIndex": 1.5 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MU7TaRF0oMhOR69ulv2J6vdTBkXveIc82qt8Z6VWJygoGkkg/test.webp", "InferenceSteps": 30, "videoBrightnessIndex": 1.5 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-12T06:55:37.681105Z", "created_at": "2025-02-12T06:53:38.815000Z", "data_removed": false, "error": null, "id": "w5c7c0j8fxrme0cmz3qret7n6r", "input": { "InputImage": "https://replicate.delivery/pbxt/MU7TaRF0oMhOR69ulv2J6vdTBkXveIc82qt8Z6VWJygoGkkg/test.webp", "InferenceSteps": 30, "videoBrightnessIndex": 1.5 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/30 [00:00<?, ?it/s]\nDiffusion Sampling:: 3%|▎ | 1/30 [00:00<00:05, 5.24it/s]\nDiffusion Sampling:: 10%|█ | 3/30 [00:00<00:03, 8.13it/s]\nDiffusion Sampling:: 13%|█▎ | 4/30 [00:00<00:03, 7.56it/s]\nDiffusion Sampling:: 17%|█▋ | 5/30 [00:00<00:03, 7.23it/s]\nDiffusion Sampling:: 20%|██ | 6/30 [00:00<00:03, 7.04it/s]\nDiffusion Sampling:: 23%|██▎ | 7/30 [00:00<00:03, 6.91it/s]\nDiffusion Sampling:: 27%|██▋ | 8/30 [00:01<00:03, 6.83it/s]\nDiffusion Sampling:: 30%|███ | 9/30 [00:01<00:03, 6.77it/s]\nDiffusion Sampling:: 33%|███▎ | 10/30 [00:01<00:02, 6.74it/s]\nDiffusion Sampling:: 37%|███▋ | 11/30 [00:01<00:02, 6.71it/s]\nDiffusion Sampling:: 40%|████ | 12/30 [00:01<00:02, 6.69it/s]\nDiffusion Sampling:: 43%|████▎ | 13/30 [00:01<00:02, 6.68it/s]\nDiffusion Sampling:: 47%|████▋ | 14/30 [00:02<00:02, 6.66it/s]\nDiffusion Sampling:: 50%|█████ | 15/30 [00:02<00:02, 6.65it/s]\nDiffusion Sampling:: 53%|█████▎ | 16/30 [00:02<00:02, 6.64it/s]\nDiffusion Sampling:: 57%|█████▋ | 17/30 [00:02<00:01, 6.64it/s]\nDiffusion Sampling:: 60%|██████ | 18/30 [00:02<00:01, 6.63it/s]\nDiffusion Sampling:: 63%|██████▎ | 19/30 [00:02<00:01, 6.62it/s]\nDiffusion Sampling:: 67%|██████▋ | 20/30 [00:02<00:01, 6.62it/s]\nDiffusion Sampling:: 70%|███████ | 21/30 [00:03<00:01, 6.63it/s]\nDiffusion Sampling:: 73%|███████▎ | 22/30 [00:03<00:01, 6.62it/s]\nDiffusion Sampling:: 77%|███████▋ | 23/30 [00:03<00:01, 6.62it/s]\nDiffusion Sampling:: 80%|████████ | 24/30 [00:03<00:00, 6.62it/s]\nDiffusion Sampling:: 83%|████████▎ | 25/30 [00:03<00:00, 6.62it/s]\nDiffusion Sampling:: 87%|████████▋ | 26/30 [00:03<00:00, 6.62it/s]\nDiffusion Sampling:: 90%|█████████ | 27/30 [00:04<00:00, 6.62it/s]\nDiffusion Sampling:: 93%|█████████▎| 28/30 [00:04<00:00, 6.62it/s]\nDiffusion Sampling:: 97%|█████████▋| 29/30 [00:04<00:00, 6.62it/s]\nDiffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.62it/s]\nDiffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.73it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%|▏ | 43/2894 [00:00<00:06, 422.84it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 87/2894 [00:00<00:06, 430.64it/s]\nMC Level 0.0 Implicit Function:: 5%|▍ | 131/2894 [00:00<00:06, 431.51it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 175/2894 [00:00<00:06, 433.62it/s]\nMC Level 0.0 Implicit Function:: 8%|▊ | 219/2894 [00:00<00:06, 434.32it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 263/2894 [00:00<00:06, 434.44it/s]\nMC Level 0.0 Implicit Function:: 11%|█ | 307/2894 [00:00<00:05, 435.27it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 351/2894 [00:00<00:05, 435.51it/s]\nMC Level 0.0 Implicit Function:: 14%|█▎ | 395/2894 [00:00<00:05, 435.29it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 439/2894 [00:01<00:05, 435.28it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 483/2894 [00:01<00:05, 434.93it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 527/2894 [00:01<00:05, 434.99it/s]\nMC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 434.98it/s]\nMC Level 0.0 Implicit Function:: 21%|██▏ | 615/2894 [00:01<00:05, 435.52it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 659/2894 [00:01<00:05, 435.50it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 703/2894 [00:01<00:05, 435.36it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 747/2894 [00:01<00:04, 432.83it/s]\nMC Level 0.0 Implicit Function:: 27%|██▋ | 791/2894 [00:01<00:04, 433.34it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 835/2894 [00:01<00:04, 433.87it/s]\nMC Level 0.0 Implicit Function:: 30%|███ | 879/2894 [00:02<00:04, 433.80it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 923/2894 [00:02<00:04, 434.56it/s]\nMC Level 0.0 Implicit Function:: 33%|███▎ | 967/2894 [00:02<00:04, 434.50it/s]\nMC Level 0.0 Implicit Function:: 35%|███▍ | 1011/2894 [00:02<00:04, 434.37it/s]\nMC Level 0.0 Implicit Function:: 36%|███▋ | 1055/2894 [00:02<00:04, 432.25it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1099/2894 [00:02<00:04, 433.40it/s]\nMC Level 0.0 Implicit Function:: 39%|███▉ | 1143/2894 [00:02<00:04, 434.01it/s]\nMC Level 0.0 Implicit Function:: 41%|████ | 1187/2894 [00:02<00:03, 433.85it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1231/2894 [00:02<00:03, 434.12it/s]\nMC Level 0.0 Implicit Function:: 44%|████▍ | 1275/2894 [00:02<00:03, 434.27it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1319/2894 [00:03<00:03, 434.16it/s]\nMC Level 0.0 Implicit Function:: 47%|████▋ | 1363/2894 [00:03<00:03, 431.75it/s]\nMC Level 0.0 Implicit Function:: 49%|████▊ | 1407/2894 [00:03<00:03, 432.59it/s]\nMC Level 0.0 Implicit Function:: 50%|█████ | 1451/2894 [00:03<00:03, 433.20it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1495/2894 [00:03<00:03, 433.51it/s]\nMC Level 0.0 Implicit Function:: 53%|█████▎ | 1539/2894 [00:03<00:03, 433.80it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▍ | 1583/2894 [00:03<00:03, 433.84it/s]\nMC Level 0.0 Implicit Function:: 56%|█████▌ | 1627/2894 [00:03<00:02, 433.00it/s]\nMC Level 0.0 Implicit Function:: 58%|█████▊ | 1671/2894 [00:03<00:02, 433.77it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▉ | 1715/2894 [00:03<00:02, 433.73it/s]\nMC Level 0.0 Implicit Function:: 61%|██████ | 1759/2894 [00:04<00:02, 434.07it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1803/2894 [00:04<00:02, 434.13it/s]\nMC Level 0.0 Implicit Function:: 64%|██████▍ | 1847/2894 [00:04<00:02, 433.78it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▌ | 1891/2894 [00:04<00:02, 433.70it/s]\nMC Level 0.0 Implicit Function:: 67%|██████▋ | 1935/2894 [00:04<00:02, 433.01it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1979/2894 [00:04<00:02, 432.43it/s]\nMC Level 0.0 Implicit Function:: 70%|██████▉ | 2023/2894 [00:04<00:02, 432.49it/s]\nMC Level 0.0 Implicit Function:: 71%|███████▏ | 2067/2894 [00:04<00:01, 432.90it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2111/2894 [00:04<00:01, 433.37it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2155/2894 [00:04<00:01, 433.33it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2199/2894 [00:05<00:01, 433.41it/s]\nMC Level 0.0 Implicit Function:: 78%|███████▊ | 2243/2894 [00:05<00:01, 433.14it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2287/2894 [00:05<00:01, 433.18it/s]\nMC Level 0.0 Implicit Function:: 81%|████████ | 2331/2894 [00:05<00:01, 432.90it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2375/2894 [00:05<00:01, 433.10it/s]\nMC Level 0.0 Implicit Function:: 84%|████████▎ | 2419/2894 [00:05<00:01, 432.85it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2463/2894 [00:05<00:00, 432.49it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2507/2894 [00:05<00:00, 432.21it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 431.63it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2595/2894 [00:05<00:00, 432.13it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████ | 2639/2894 [00:06<00:00, 431.75it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2683/2894 [00:06<00:00, 431.49it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2727/2894 [00:06<00:00, 431.81it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2771/2894 [00:06<00:00, 431.64it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2815/2894 [00:06<00:00, 431.80it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2859/2894 [00:06<00:00, 431.44it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 433.29it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 56%|█████▌ | 34/61 [00:00<00:00, 336.12it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 49.820869194, "total_time": 118.866105 }, "output": { "video": "https://replicate.delivery/xezq/uTOPhPO6f00xKigs9lfob9JzheywceH5frdkKheY8p3R63nDF/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/2F8cCGUjiQ7tF5s0XnahqMfGkeYDHzAsF1UkBy7jevSSf95QB/image.png", "thumbImg": "https://replicate.delivery/xezq/CDhjHIft0xyaUiMex2jPBYvJcLNwuIcu5dh9S9GVFKOpfe5QB/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/Opxhh1Qgw4J7DRffAcd5x8YOfk3KtTBpUiQZY0zj6IWSf95QB/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/IPv8MPyCgfXySC03MjTsXpZYlNdOgxNXReUgLWuPKhIpfe5QB/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-12T06:54:47.860236Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/w5c7c0j8fxrme0cmz3qret7n6r", "cancel": "https://api.replicate.com/v1/predictions/w5c7c0j8fxrme0cmz3qret7n6r/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/30 [00:00<?, ?it/s] Diffusion Sampling:: 3%|▎ | 1/30 [00:00<00:05, 5.24it/s] Diffusion Sampling:: 10%|█ | 3/30 [00:00<00:03, 8.13it/s] Diffusion Sampling:: 13%|█▎ | 4/30 [00:00<00:03, 7.56it/s] Diffusion Sampling:: 17%|█▋ | 5/30 [00:00<00:03, 7.23it/s] Diffusion Sampling:: 20%|██ | 6/30 [00:00<00:03, 7.04it/s] Diffusion Sampling:: 23%|██▎ | 7/30 [00:00<00:03, 6.91it/s] Diffusion Sampling:: 27%|██▋ | 8/30 [00:01<00:03, 6.83it/s] Diffusion Sampling:: 30%|███ | 9/30 [00:01<00:03, 6.77it/s] Diffusion Sampling:: 33%|███▎ | 10/30 [00:01<00:02, 6.74it/s] Diffusion Sampling:: 37%|███▋ | 11/30 [00:01<00:02, 6.71it/s] Diffusion Sampling:: 40%|████ | 12/30 [00:01<00:02, 6.69it/s] Diffusion Sampling:: 43%|████▎ | 13/30 [00:01<00:02, 6.68it/s] Diffusion Sampling:: 47%|████▋ | 14/30 [00:02<00:02, 6.66it/s] Diffusion Sampling:: 50%|█████ | 15/30 [00:02<00:02, 6.65it/s] Diffusion Sampling:: 53%|█████▎ | 16/30 [00:02<00:02, 6.64it/s] Diffusion Sampling:: 57%|█████▋ | 17/30 [00:02<00:01, 6.64it/s] Diffusion Sampling:: 60%|██████ | 18/30 [00:02<00:01, 6.63it/s] Diffusion Sampling:: 63%|██████▎ | 19/30 [00:02<00:01, 6.62it/s] Diffusion Sampling:: 67%|██████▋ | 20/30 [00:02<00:01, 6.62it/s] Diffusion Sampling:: 70%|███████ | 21/30 [00:03<00:01, 6.63it/s] Diffusion Sampling:: 73%|███████▎ | 22/30 [00:03<00:01, 6.62it/s] Diffusion Sampling:: 77%|███████▋ | 23/30 [00:03<00:01, 6.62it/s] Diffusion Sampling:: 80%|████████ | 24/30 [00:03<00:00, 6.62it/s] Diffusion Sampling:: 83%|████████▎ | 25/30 [00:03<00:00, 6.62it/s] Diffusion Sampling:: 87%|████████▋ | 26/30 [00:03<00:00, 6.62it/s] Diffusion Sampling:: 90%|█████████ | 27/30 [00:04<00:00, 6.62it/s] Diffusion Sampling:: 93%|█████████▎| 28/30 [00:04<00:00, 6.62it/s] Diffusion Sampling:: 97%|█████████▋| 29/30 [00:04<00:00, 6.62it/s] Diffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.62it/s] Diffusion Sampling:: 100%|██████████| 30/30 [00:04<00:00, 6.73it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%|▏ | 43/2894 [00:00<00:06, 422.84it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 87/2894 [00:00<00:06, 430.64it/s] MC Level 0.0 Implicit Function:: 5%|▍ | 131/2894 [00:00<00:06, 431.51it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 175/2894 [00:00<00:06, 433.62it/s] MC Level 0.0 Implicit Function:: 8%|▊ | 219/2894 [00:00<00:06, 434.32it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 263/2894 [00:00<00:06, 434.44it/s] MC Level 0.0 Implicit Function:: 11%|█ | 307/2894 [00:00<00:05, 435.27it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 351/2894 [00:00<00:05, 435.51it/s] MC Level 0.0 Implicit Function:: 14%|█▎ | 395/2894 [00:00<00:05, 435.29it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 439/2894 [00:01<00:05, 435.28it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 483/2894 [00:01<00:05, 434.93it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 527/2894 [00:01<00:05, 434.99it/s] MC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 434.98it/s] MC Level 0.0 Implicit Function:: 21%|██▏ | 615/2894 [00:01<00:05, 435.52it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 659/2894 [00:01<00:05, 435.50it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 703/2894 [00:01<00:05, 435.36it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 747/2894 [00:01<00:04, 432.83it/s] MC Level 0.0 Implicit Function:: 27%|██▋ | 791/2894 [00:01<00:04, 433.34it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 835/2894 [00:01<00:04, 433.87it/s] MC Level 0.0 Implicit Function:: 30%|███ | 879/2894 [00:02<00:04, 433.80it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 923/2894 [00:02<00:04, 434.56it/s] MC Level 0.0 Implicit Function:: 33%|███▎ | 967/2894 [00:02<00:04, 434.50it/s] MC Level 0.0 Implicit Function:: 35%|███▍ | 1011/2894 [00:02<00:04, 434.37it/s] MC Level 0.0 Implicit Function:: 36%|███▋ | 1055/2894 [00:02<00:04, 432.25it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1099/2894 [00:02<00:04, 433.40it/s] MC Level 0.0 Implicit Function:: 39%|███▉ | 1143/2894 [00:02<00:04, 434.01it/s] MC Level 0.0 Implicit Function:: 41%|████ | 1187/2894 [00:02<00:03, 433.85it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1231/2894 [00:02<00:03, 434.12it/s] MC Level 0.0 Implicit Function:: 44%|████▍ | 1275/2894 [00:02<00:03, 434.27it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1319/2894 [00:03<00:03, 434.16it/s] MC Level 0.0 Implicit Function:: 47%|████▋ | 1363/2894 [00:03<00:03, 431.75it/s] MC Level 0.0 Implicit Function:: 49%|████▊ | 1407/2894 [00:03<00:03, 432.59it/s] MC Level 0.0 Implicit Function:: 50%|█████ | 1451/2894 [00:03<00:03, 433.20it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1495/2894 [00:03<00:03, 433.51it/s] MC Level 0.0 Implicit Function:: 53%|█████▎ | 1539/2894 [00:03<00:03, 433.80it/s] MC Level 0.0 Implicit Function:: 55%|█████▍ | 1583/2894 [00:03<00:03, 433.84it/s] MC Level 0.0 Implicit Function:: 56%|█████▌ | 1627/2894 [00:03<00:02, 433.00it/s] MC Level 0.0 Implicit Function:: 58%|█████▊ | 1671/2894 [00:03<00:02, 433.77it/s] MC Level 0.0 Implicit Function:: 59%|█████▉ | 1715/2894 [00:03<00:02, 433.73it/s] MC Level 0.0 Implicit Function:: 61%|██████ | 1759/2894 [00:04<00:02, 434.07it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1803/2894 [00:04<00:02, 434.13it/s] MC Level 0.0 Implicit Function:: 64%|██████▍ | 1847/2894 [00:04<00:02, 433.78it/s] MC Level 0.0 Implicit Function:: 65%|██████▌ | 1891/2894 [00:04<00:02, 433.70it/s] MC Level 0.0 Implicit Function:: 67%|██████▋ | 1935/2894 [00:04<00:02, 433.01it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1979/2894 [00:04<00:02, 432.43it/s] MC Level 0.0 Implicit Function:: 70%|██████▉ | 2023/2894 [00:04<00:02, 432.49it/s] MC Level 0.0 Implicit Function:: 71%|███████▏ | 2067/2894 [00:04<00:01, 432.90it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2111/2894 [00:04<00:01, 433.37it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2155/2894 [00:04<00:01, 433.33it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2199/2894 [00:05<00:01, 433.41it/s] MC Level 0.0 Implicit Function:: 78%|███████▊ | 2243/2894 [00:05<00:01, 433.14it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2287/2894 [00:05<00:01, 433.18it/s] MC Level 0.0 Implicit Function:: 81%|████████ | 2331/2894 [00:05<00:01, 432.90it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2375/2894 [00:05<00:01, 433.10it/s] MC Level 0.0 Implicit Function:: 84%|████████▎ | 2419/2894 [00:05<00:01, 432.85it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2463/2894 [00:05<00:00, 432.49it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2507/2894 [00:05<00:00, 432.21it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 431.63it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2595/2894 [00:05<00:00, 432.13it/s] MC Level 0.0 Implicit Function:: 91%|█████████ | 2639/2894 [00:06<00:00, 431.75it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2683/2894 [00:06<00:00, 431.49it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2727/2894 [00:06<00:00, 431.81it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2771/2894 [00:06<00:00, 431.64it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2815/2894 [00:06<00:00, 431.80it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2859/2894 [00:06<00:00, 431.44it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 433.29it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 56%|█████▌ | 34/61 [00:00<00:00, 336.12it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009ID3t5g284p45rmc0cmz65t9bwsn0StatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUA5LWWxZqlAHlFCB59IiRgbXmzv61HCflLmoSBqdA6qlrBK/test.jpeg", "InferenceSteps": 45, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUA5LWWxZqlAHlFCB59IiRgbXmzv61HCflLmoSBqdA6qlrBK/test.jpeg", InferenceSteps: 45, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUA5LWWxZqlAHlFCB59IiRgbXmzv61HCflLmoSBqdA6qlrBK/test.jpeg", "InferenceSteps": 45, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUA5LWWxZqlAHlFCB59IiRgbXmzv61HCflLmoSBqdA6qlrBK/test.jpeg", "InferenceSteps": 45, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-12T09:47:00.755128Z", "created_at": "2025-02-12T09:44:22.305000Z", "data_removed": false, "error": null, "id": "3t5g284p45rmc0cmz65t9bwsn0", "input": { "InputImage": "https://replicate.delivery/pbxt/MUA5LWWxZqlAHlFCB59IiRgbXmzv61HCflLmoSBqdA6qlrBK/test.jpeg", "InferenceSteps": 45, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/45 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/45 [00:00<00:09, 4.56it/s]\nDiffusion Sampling:: 7%|▋ | 3/45 [00:00<00:05, 7.71it/s]\nDiffusion Sampling:: 9%|▉ | 4/45 [00:00<00:05, 7.35it/s]\nDiffusion Sampling:: 11%|█ | 5/45 [00:00<00:05, 7.14it/s]\nDiffusion Sampling:: 13%|█▎ | 6/45 [00:00<00:05, 7.00it/s]\nDiffusion Sampling:: 16%|█▌ | 7/45 [00:01<00:05, 6.92it/s]\nDiffusion Sampling:: 18%|█▊ | 8/45 [00:01<00:05, 6.85it/s]\nDiffusion Sampling:: 20%|██ | 9/45 [00:01<00:05, 6.82it/s]\nDiffusion Sampling:: 22%|██▏ | 10/45 [00:01<00:05, 6.79it/s]\nDiffusion Sampling:: 24%|██▍ | 11/45 [00:01<00:05, 6.76it/s]\nDiffusion Sampling:: 27%|██▋ | 12/45 [00:01<00:04, 6.74it/s]\nDiffusion Sampling:: 29%|██▉ | 13/45 [00:01<00:04, 6.74it/s]\nDiffusion Sampling:: 31%|███ | 14/45 [00:02<00:04, 6.73it/s]\nDiffusion Sampling:: 33%|███▎ | 15/45 [00:02<00:04, 6.72it/s]\nDiffusion Sampling:: 36%|███▌ | 16/45 [00:02<00:04, 6.73it/s]\nDiffusion Sampling:: 38%|███▊ | 17/45 [00:02<00:04, 6.73it/s]\nDiffusion Sampling:: 40%|████ | 18/45 [00:02<00:04, 6.72it/s]\nDiffusion Sampling:: 42%|████▏ | 19/45 [00:02<00:03, 6.72it/s]\nDiffusion Sampling:: 44%|████▍ | 20/45 [00:02<00:03, 6.72it/s]\nDiffusion Sampling:: 47%|████▋ | 21/45 [00:03<00:03, 6.71it/s]\nDiffusion Sampling:: 49%|████▉ | 22/45 [00:03<00:03, 6.70it/s]\nDiffusion Sampling:: 51%|█████ | 23/45 [00:03<00:03, 6.71it/s]\nDiffusion Sampling:: 53%|█████▎ | 24/45 [00:03<00:03, 6.71it/s]\nDiffusion Sampling:: 56%|█████▌ | 25/45 [00:03<00:02, 6.70it/s]\nDiffusion Sampling:: 58%|█████▊ | 26/45 [00:03<00:02, 6.70it/s]\nDiffusion Sampling:: 60%|██████ | 27/45 [00:03<00:02, 6.71it/s]\nDiffusion Sampling:: 62%|██████▏ | 28/45 [00:04<00:02, 6.70it/s]\nDiffusion Sampling:: 64%|██████▍ | 29/45 [00:04<00:02, 6.69it/s]\nDiffusion Sampling:: 67%|██████▋ | 30/45 [00:04<00:02, 6.70it/s]\nDiffusion Sampling:: 69%|██████▉ | 31/45 [00:04<00:02, 6.69it/s]\nDiffusion Sampling:: 71%|███████ | 32/45 [00:04<00:01, 6.69it/s]\nDiffusion Sampling:: 73%|███████▎ | 33/45 [00:04<00:01, 6.68it/s]\nDiffusion Sampling:: 76%|███████▌ | 34/45 [00:05<00:01, 6.69it/s]\nDiffusion Sampling:: 78%|███████▊ | 35/45 [00:05<00:01, 6.69it/s]\nDiffusion Sampling:: 80%|████████ | 36/45 [00:05<00:01, 6.68it/s]\nDiffusion Sampling:: 82%|████████▏ | 37/45 [00:05<00:01, 6.69it/s]\nDiffusion Sampling:: 84%|████████▍ | 38/45 [00:05<00:01, 6.69it/s]\nDiffusion Sampling:: 87%|████████▋ | 39/45 [00:05<00:00, 6.69it/s]\nDiffusion Sampling:: 89%|████████▉ | 40/45 [00:05<00:00, 6.69it/s]\nDiffusion Sampling:: 91%|█████████ | 41/45 [00:06<00:00, 6.69it/s]\nDiffusion Sampling:: 93%|█████████▎| 42/45 [00:06<00:00, 6.68it/s]\nDiffusion Sampling:: 96%|█████████▌| 43/45 [00:06<00:00, 6.67it/s]\nDiffusion Sampling:: 98%|█████████▊| 44/45 [00:06<00:00, 6.68it/s]\nDiffusion Sampling:: 100%|██████████| 45/45 [00:06<00:00, 6.68it/s]\nDiffusion Sampling:: 100%|██████████| 45/45 [00:06<00:00, 6.73it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%|▏ | 40/2894 [00:00<00:07, 391.55it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 85/2894 [00:00<00:06, 421.09it/s]\nMC Level 0.0 Implicit Function:: 4%|▍ | 130/2894 [00:00<00:06, 430.48it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 175/2894 [00:00<00:06, 434.83it/s]\nMC Level 0.0 Implicit Function:: 8%|▊ | 220/2894 [00:00<00:06, 437.34it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 265/2894 [00:00<00:05, 438.73it/s]\nMC Level 0.0 Implicit Function:: 11%|█ | 309/2894 [00:00<00:05, 438.52it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 354/2894 [00:00<00:05, 439.43it/s]\nMC Level 0.0 Implicit Function:: 14%|█▍ | 399/2894 [00:00<00:05, 440.19it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 444/2894 [00:01<00:05, 440.60it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 489/2894 [00:01<00:05, 441.05it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 534/2894 [00:01<00:05, 440.86it/s]\nMC Level 0.0 Implicit Function:: 20%|██ | 579/2894 [00:01<00:05, 440.59it/s]\nMC Level 0.0 Implicit Function:: 22%|██▏ | 624/2894 [00:01<00:05, 440.96it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 669/2894 [00:01<00:05, 440.52it/s]\nMC Level 0.0 Implicit Function:: 25%|██▍ | 714/2894 [00:01<00:04, 440.85it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 759/2894 [00:01<00:04, 441.24it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 804/2894 [00:01<00:04, 441.06it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 849/2894 [00:01<00:04, 441.10it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 894/2894 [00:02<00:04, 440.72it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 939/2894 [00:02<00:04, 440.49it/s]\nMC Level 0.0 Implicit Function:: 34%|███▍ | 984/2894 [00:02<00:04, 440.13it/s]\nMC Level 0.0 Implicit Function:: 36%|███▌ | 1029/2894 [00:02<00:04, 441.03it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1074/2894 [00:02<00:04, 441.34it/s]\nMC Level 0.0 Implicit Function:: 39%|███▊ | 1119/2894 [00:02<00:04, 441.92it/s]\nMC Level 0.0 Implicit Function:: 40%|████ | 1164/2894 [00:02<00:03, 442.48it/s]\nMC Level 0.0 Implicit Function:: 42%|████▏ | 1209/2894 [00:02<00:03, 442.02it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1254/2894 [00:02<00:03, 442.60it/s]\nMC Level 0.0 Implicit Function:: 45%|████▍ | 1299/2894 [00:02<00:03, 442.13it/s]\nMC Level 0.0 Implicit Function:: 46%|████▋ | 1344/2894 [00:03<00:03, 442.51it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1389/2894 [00:03<00:03, 443.18it/s]\nMC Level 0.0 Implicit Function:: 50%|████▉ | 1434/2894 [00:03<00:03, 443.04it/s]\nMC Level 0.0 Implicit Function:: 51%|█████ | 1479/2894 [00:03<00:03, 442.51it/s]\nMC Level 0.0 Implicit Function:: 53%|█████▎ | 1524/2894 [00:03<00:03, 441.54it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1569/2894 [00:03<00:02, 442.14it/s]\nMC Level 0.0 Implicit Function:: 56%|█████▌ | 1614/2894 [00:03<00:02, 442.15it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1659/2894 [00:03<00:02, 442.69it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▉ | 1704/2894 [00:03<00:02, 442.85it/s]\nMC Level 0.0 Implicit Function:: 60%|██████ | 1749/2894 [00:03<00:02, 442.35it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1794/2894 [00:04<00:02, 442.21it/s]\nMC Level 0.0 Implicit Function:: 64%|██████▎ | 1839/2894 [00:04<00:02, 441.90it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▌ | 1884/2894 [00:04<00:02, 442.14it/s]\nMC Level 0.0 Implicit Function:: 67%|██████▋ | 1929/2894 [00:04<00:02, 442.00it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1974/2894 [00:04<00:02, 441.58it/s]\nMC Level 0.0 Implicit Function:: 70%|██████▉ | 2019/2894 [00:04<00:01, 441.85it/s]\nMC Level 0.0 Implicit Function:: 71%|███████▏ | 2064/2894 [00:04<00:01, 441.39it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2109/2894 [00:04<00:01, 440.98it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2154/2894 [00:04<00:01, 441.21it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2199/2894 [00:04<00:01, 441.41it/s]\nMC Level 0.0 Implicit Function:: 78%|███████▊ | 2244/2894 [00:05<00:01, 440.89it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2289/2894 [00:05<00:01, 440.88it/s]\nMC Level 0.0 Implicit Function:: 81%|████████ | 2334/2894 [00:05<00:01, 440.44it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2379/2894 [00:05<00:01, 440.76it/s]\nMC Level 0.0 Implicit Function:: 84%|████████▍ | 2424/2894 [00:05<00:01, 440.52it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2469/2894 [00:05<00:00, 439.90it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2514/2894 [00:05<00:00, 440.28it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2559/2894 [00:05<00:00, 440.19it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2604/2894 [00:05<00:00, 440.54it/s]\nMC Level 0.0 Implicit Function:: 92%|█████████▏| 2649/2894 [00:06<00:00, 440.40it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2694/2894 [00:06<00:00, 440.56it/s]\nMC Level 0.0 Implicit Function:: 95%|█████████▍| 2739/2894 [00:06<00:00, 440.35it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2784/2894 [00:06<00:00, 440.52it/s]\nMC Level 0.0 Implicit Function:: 98%|█████████▊| 2829/2894 [00:06<00:00, 440.01it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2874/2894 [00:06<00:00, 439.87it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 440.46it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 54%|█████▍ | 33/61 [00:00<00:00, 324.88it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 71.206851665, "total_time": 158.450128 }, "output": { "video": "https://replicate.delivery/xezq/L9mR2ufs2rQdGSuETkoeIIemVHe1k17fv1aZKky5D1cgCQ0hC/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/AE1BIEge2E1HXC4uWmNd5GDS2vPhAosVqdkergTfEZmoAEdoA/image.png", "thumbImg": "https://replicate.delivery/xezq/l0tlqQeReOsfbJhA2hAWefqlU88n0r0CiQ4Q5V0uabfEFgoDF/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/CfYqyIKYeDoRtURFOR8wV3dIMNOfAtomvhLRyDcIOJlpAEdoA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/ZzRMfYsUjowkIi7OSF1JdtVnpMw09AXxXnvaLaUYUfCUAiOUA/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-12T09:45:49.548277Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3t5g284p45rmc0cmz65t9bwsn0", "cancel": "https://api.replicate.com/v1/predictions/3t5g284p45rmc0cmz65t9bwsn0/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/45 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/45 [00:00<00:09, 4.56it/s] Diffusion Sampling:: 7%|▋ | 3/45 [00:00<00:05, 7.71it/s] Diffusion Sampling:: 9%|▉ | 4/45 [00:00<00:05, 7.35it/s] Diffusion Sampling:: 11%|█ | 5/45 [00:00<00:05, 7.14it/s] Diffusion Sampling:: 13%|█▎ | 6/45 [00:00<00:05, 7.00it/s] Diffusion Sampling:: 16%|█▌ | 7/45 [00:01<00:05, 6.92it/s] Diffusion Sampling:: 18%|█▊ | 8/45 [00:01<00:05, 6.85it/s] Diffusion Sampling:: 20%|██ | 9/45 [00:01<00:05, 6.82it/s] Diffusion Sampling:: 22%|██▏ | 10/45 [00:01<00:05, 6.79it/s] Diffusion Sampling:: 24%|██▍ | 11/45 [00:01<00:05, 6.76it/s] Diffusion Sampling:: 27%|██▋ | 12/45 [00:01<00:04, 6.74it/s] Diffusion Sampling:: 29%|██▉ | 13/45 [00:01<00:04, 6.74it/s] Diffusion Sampling:: 31%|███ | 14/45 [00:02<00:04, 6.73it/s] Diffusion Sampling:: 33%|███▎ | 15/45 [00:02<00:04, 6.72it/s] Diffusion Sampling:: 36%|███▌ | 16/45 [00:02<00:04, 6.73it/s] Diffusion Sampling:: 38%|███▊ | 17/45 [00:02<00:04, 6.73it/s] Diffusion Sampling:: 40%|████ | 18/45 [00:02<00:04, 6.72it/s] Diffusion Sampling:: 42%|████▏ | 19/45 [00:02<00:03, 6.72it/s] Diffusion Sampling:: 44%|████▍ | 20/45 [00:02<00:03, 6.72it/s] Diffusion Sampling:: 47%|████▋ | 21/45 [00:03<00:03, 6.71it/s] Diffusion Sampling:: 49%|████▉ | 22/45 [00:03<00:03, 6.70it/s] Diffusion Sampling:: 51%|█████ | 23/45 [00:03<00:03, 6.71it/s] Diffusion Sampling:: 53%|█████▎ | 24/45 [00:03<00:03, 6.71it/s] Diffusion Sampling:: 56%|█████▌ | 25/45 [00:03<00:02, 6.70it/s] Diffusion Sampling:: 58%|█████▊ | 26/45 [00:03<00:02, 6.70it/s] Diffusion Sampling:: 60%|██████ | 27/45 [00:03<00:02, 6.71it/s] Diffusion Sampling:: 62%|██████▏ | 28/45 [00:04<00:02, 6.70it/s] Diffusion Sampling:: 64%|██████▍ | 29/45 [00:04<00:02, 6.69it/s] Diffusion Sampling:: 67%|██████▋ | 30/45 [00:04<00:02, 6.70it/s] Diffusion Sampling:: 69%|██████▉ | 31/45 [00:04<00:02, 6.69it/s] Diffusion Sampling:: 71%|███████ | 32/45 [00:04<00:01, 6.69it/s] Diffusion Sampling:: 73%|███████▎ | 33/45 [00:04<00:01, 6.68it/s] Diffusion Sampling:: 76%|███████▌ | 34/45 [00:05<00:01, 6.69it/s] Diffusion Sampling:: 78%|███████▊ | 35/45 [00:05<00:01, 6.69it/s] Diffusion Sampling:: 80%|████████ | 36/45 [00:05<00:01, 6.68it/s] Diffusion Sampling:: 82%|████████▏ | 37/45 [00:05<00:01, 6.69it/s] Diffusion Sampling:: 84%|████████▍ | 38/45 [00:05<00:01, 6.69it/s] Diffusion Sampling:: 87%|████████▋ | 39/45 [00:05<00:00, 6.69it/s] Diffusion Sampling:: 89%|████████▉ | 40/45 [00:05<00:00, 6.69it/s] Diffusion Sampling:: 91%|█████████ | 41/45 [00:06<00:00, 6.69it/s] Diffusion Sampling:: 93%|█████████▎| 42/45 [00:06<00:00, 6.68it/s] Diffusion Sampling:: 96%|█████████▌| 43/45 [00:06<00:00, 6.67it/s] Diffusion Sampling:: 98%|█████████▊| 44/45 [00:06<00:00, 6.68it/s] Diffusion Sampling:: 100%|██████████| 45/45 [00:06<00:00, 6.68it/s] Diffusion Sampling:: 100%|██████████| 45/45 [00:06<00:00, 6.73it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%|▏ | 40/2894 [00:00<00:07, 391.55it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 85/2894 [00:00<00:06, 421.09it/s] MC Level 0.0 Implicit Function:: 4%|▍ | 130/2894 [00:00<00:06, 430.48it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 175/2894 [00:00<00:06, 434.83it/s] MC Level 0.0 Implicit Function:: 8%|▊ | 220/2894 [00:00<00:06, 437.34it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 265/2894 [00:00<00:05, 438.73it/s] MC Level 0.0 Implicit Function:: 11%|█ | 309/2894 [00:00<00:05, 438.52it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 354/2894 [00:00<00:05, 439.43it/s] MC Level 0.0 Implicit Function:: 14%|█▍ | 399/2894 [00:00<00:05, 440.19it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 444/2894 [00:01<00:05, 440.60it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 489/2894 [00:01<00:05, 441.05it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 534/2894 [00:01<00:05, 440.86it/s] MC Level 0.0 Implicit Function:: 20%|██ | 579/2894 [00:01<00:05, 440.59it/s] MC Level 0.0 Implicit Function:: 22%|██▏ | 624/2894 [00:01<00:05, 440.96it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 669/2894 [00:01<00:05, 440.52it/s] MC Level 0.0 Implicit Function:: 25%|██▍ | 714/2894 [00:01<00:04, 440.85it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 759/2894 [00:01<00:04, 441.24it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 804/2894 [00:01<00:04, 441.06it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 849/2894 [00:01<00:04, 441.10it/s] MC Level 0.0 Implicit Function:: 31%|███ | 894/2894 [00:02<00:04, 440.72it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 939/2894 [00:02<00:04, 440.49it/s] MC Level 0.0 Implicit Function:: 34%|███▍ | 984/2894 [00:02<00:04, 440.13it/s] MC Level 0.0 Implicit Function:: 36%|███▌ | 1029/2894 [00:02<00:04, 441.03it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1074/2894 [00:02<00:04, 441.34it/s] MC Level 0.0 Implicit Function:: 39%|███▊ | 1119/2894 [00:02<00:04, 441.92it/s] MC Level 0.0 Implicit Function:: 40%|████ | 1164/2894 [00:02<00:03, 442.48it/s] MC Level 0.0 Implicit Function:: 42%|████▏ | 1209/2894 [00:02<00:03, 442.02it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1254/2894 [00:02<00:03, 442.60it/s] MC Level 0.0 Implicit Function:: 45%|████▍ | 1299/2894 [00:02<00:03, 442.13it/s] MC Level 0.0 Implicit Function:: 46%|████▋ | 1344/2894 [00:03<00:03, 442.51it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1389/2894 [00:03<00:03, 443.18it/s] MC Level 0.0 Implicit Function:: 50%|████▉ | 1434/2894 [00:03<00:03, 443.04it/s] MC Level 0.0 Implicit Function:: 51%|█████ | 1479/2894 [00:03<00:03, 442.51it/s] MC Level 0.0 Implicit Function:: 53%|█████▎ | 1524/2894 [00:03<00:03, 441.54it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1569/2894 [00:03<00:02, 442.14it/s] MC Level 0.0 Implicit Function:: 56%|█████▌ | 1614/2894 [00:03<00:02, 442.15it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1659/2894 [00:03<00:02, 442.69it/s] MC Level 0.0 Implicit Function:: 59%|█████▉ | 1704/2894 [00:03<00:02, 442.85it/s] MC Level 0.0 Implicit Function:: 60%|██████ | 1749/2894 [00:03<00:02, 442.35it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1794/2894 [00:04<00:02, 442.21it/s] MC Level 0.0 Implicit Function:: 64%|██████▎ | 1839/2894 [00:04<00:02, 441.90it/s] MC Level 0.0 Implicit Function:: 65%|██████▌ | 1884/2894 [00:04<00:02, 442.14it/s] MC Level 0.0 Implicit Function:: 67%|██████▋ | 1929/2894 [00:04<00:02, 442.00it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1974/2894 [00:04<00:02, 441.58it/s] MC Level 0.0 Implicit Function:: 70%|██████▉ | 2019/2894 [00:04<00:01, 441.85it/s] MC Level 0.0 Implicit Function:: 71%|███████▏ | 2064/2894 [00:04<00:01, 441.39it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2109/2894 [00:04<00:01, 440.98it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2154/2894 [00:04<00:01, 441.21it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2199/2894 [00:04<00:01, 441.41it/s] MC Level 0.0 Implicit Function:: 78%|███████▊ | 2244/2894 [00:05<00:01, 440.89it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2289/2894 [00:05<00:01, 440.88it/s] MC Level 0.0 Implicit Function:: 81%|████████ | 2334/2894 [00:05<00:01, 440.44it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2379/2894 [00:05<00:01, 440.76it/s] MC Level 0.0 Implicit Function:: 84%|████████▍ | 2424/2894 [00:05<00:01, 440.52it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2469/2894 [00:05<00:00, 439.90it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2514/2894 [00:05<00:00, 440.28it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2559/2894 [00:05<00:00, 440.19it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2604/2894 [00:05<00:00, 440.54it/s] MC Level 0.0 Implicit Function:: 92%|█████████▏| 2649/2894 [00:06<00:00, 440.40it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2694/2894 [00:06<00:00, 440.56it/s] MC Level 0.0 Implicit Function:: 95%|█████████▍| 2739/2894 [00:06<00:00, 440.35it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2784/2894 [00:06<00:00, 440.52it/s] MC Level 0.0 Implicit Function:: 98%|█████████▊| 2829/2894 [00:06<00:00, 440.01it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2874/2894 [00:06<00:00, 439.87it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 440.46it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 54%|█████▍ | 33/61 [00:00<00:00, 324.88it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDg7h98zhawxrmc0cmz68sbtna8gStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUAB7U9AruULq8pH1PRmnzuGt4vHN7FvE4lkrepkocBsnLmB/test.jpeg", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUAB7U9AruULq8pH1PRmnzuGt4vHN7FvE4lkrepkocBsnLmB/test.jpeg", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUAB7U9AruULq8pH1PRmnzuGt4vHN7FvE4lkrepkocBsnLmB/test.jpeg", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUAB7U9AruULq8pH1PRmnzuGt4vHN7FvE4lkrepkocBsnLmB/test.jpeg", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-12T09:56:09.524328Z", "created_at": "2025-02-12T09:50:28.071000Z", "data_removed": false, "error": null, "id": "g7h98zhawxrmc0cmz68sbtna8g", "input": { "InputImage": "https://replicate.delivery/pbxt/MUAB7U9AruULq8pH1PRmnzuGt4vHN7FvE4lkrepkocBsnLmB/test.jpeg", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:08, 6.04it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 8.72it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:05, 7.97it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:05, 7.56it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.32it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:05, 7.17it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.07it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 7.00it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.95it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.92it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.87it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:01<00:05, 6.86it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.82it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.82it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.82it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:02<00:04, 6.82it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.82it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.82it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.82it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.82it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.82it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.81it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.81it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.81it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.80it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.80it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.81it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.80it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.80it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.80it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.80it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.80it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.80it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.79it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.80it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.80it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.79it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.80it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.79it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.79it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.79it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.78it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.78it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.78it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.79it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.89it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 2%|▏ | 45/2894 [00:00<00:06, 444.35it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 90/2894 [00:00<00:06, 444.75it/s]\nMC Level 0.0 Implicit Function:: 5%|▍ | 135/2894 [00:00<00:06, 443.63it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 180/2894 [00:00<00:06, 443.77it/s]\nMC Level 0.0 Implicit Function:: 8%|▊ | 225/2894 [00:00<00:06, 444.27it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 270/2894 [00:00<00:05, 444.14it/s]\nMC Level 0.0 Implicit Function:: 11%|█ | 315/2894 [00:00<00:05, 444.47it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 360/2894 [00:00<00:05, 443.89it/s]\nMC Level 0.0 Implicit Function:: 14%|█▍ | 405/2894 [00:00<00:05, 444.23it/s]\nMC Level 0.0 Implicit Function:: 16%|█▌ | 450/2894 [00:01<00:05, 444.55it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 495/2894 [00:01<00:05, 444.24it/s]\nMC Level 0.0 Implicit Function:: 19%|█▊ | 540/2894 [00:01<00:05, 444.33it/s]\nMC Level 0.0 Implicit Function:: 20%|██ | 585/2894 [00:01<00:05, 444.11it/s]\nMC Level 0.0 Implicit Function:: 22%|██▏ | 630/2894 [00:01<00:05, 444.41it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 675/2894 [00:01<00:04, 444.07it/s]\nMC Level 0.0 Implicit Function:: 25%|██▍ | 720/2894 [00:01<00:04, 444.63it/s]\nMC Level 0.0 Implicit Function:: 26%|██▋ | 765/2894 [00:01<00:04, 444.56it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 810/2894 [00:01<00:04, 444.17it/s]\nMC Level 0.0 Implicit Function:: 30%|██▉ | 855/2894 [00:01<00:04, 444.34it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 900/2894 [00:02<00:04, 443.95it/s]\nMC Level 0.0 Implicit Function:: 33%|███▎ | 945/2894 [00:02<00:04, 444.46it/s]\nMC Level 0.0 Implicit Function:: 34%|███▍ | 990/2894 [00:02<00:04, 443.94it/s]\nMC Level 0.0 Implicit Function:: 36%|███▌ | 1035/2894 [00:02<00:04, 444.13it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1080/2894 [00:02<00:04, 443.70it/s]\nMC Level 0.0 Implicit Function:: 39%|███▉ | 1125/2894 [00:02<00:03, 444.32it/s]\nMC Level 0.0 Implicit Function:: 40%|████ | 1170/2894 [00:02<00:03, 444.86it/s]\nMC Level 0.0 Implicit Function:: 42%|████▏ | 1215/2894 [00:02<00:03, 444.30it/s]\nMC Level 0.0 Implicit Function:: 44%|████▎ | 1260/2894 [00:02<00:03, 443.94it/s]\nMC Level 0.0 Implicit Function:: 45%|████▌ | 1305/2894 [00:02<00:03, 443.96it/s]\nMC Level 0.0 Implicit Function:: 47%|████▋ | 1350/2894 [00:03<00:03, 444.35it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1395/2894 [00:03<00:03, 444.29it/s]\nMC Level 0.0 Implicit Function:: 50%|████▉ | 1440/2894 [00:03<00:03, 444.83it/s]\nMC Level 0.0 Implicit Function:: 51%|█████▏ | 1485/2894 [00:03<00:03, 445.20it/s]\nMC Level 0.0 Implicit Function:: 53%|█████▎ | 1530/2894 [00:03<00:03, 444.53it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1575/2894 [00:03<00:02, 444.12it/s]\nMC Level 0.0 Implicit Function:: 56%|█████▌ | 1620/2894 [00:03<00:02, 443.66it/s]\nMC Level 0.0 Implicit Function:: 58%|█████▊ | 1665/2894 [00:03<00:02, 443.87it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▉ | 1710/2894 [00:03<00:02, 443.27it/s]\nMC Level 0.0 Implicit Function:: 61%|██████ | 1755/2894 [00:03<00:02, 443.29it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1800/2894 [00:04<00:02, 443.45it/s]\nMC Level 0.0 Implicit Function:: 64%|██████▍ | 1845/2894 [00:04<00:02, 443.41it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▌ | 1890/2894 [00:04<00:02, 443.95it/s]\nMC Level 0.0 Implicit Function:: 67%|██████▋ | 1935/2894 [00:04<00:02, 443.64it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1980/2894 [00:04<00:02, 443.83it/s]\nMC Level 0.0 Implicit Function:: 70%|██████▉ | 2025/2894 [00:04<00:01, 443.34it/s]\nMC Level 0.0 Implicit Function:: 72%|███████▏ | 2070/2894 [00:04<00:01, 443.72it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2115/2894 [00:04<00:01, 443.54it/s]\nMC Level 0.0 Implicit Function:: 75%|███████▍ | 2160/2894 [00:04<00:01, 443.01it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2205/2894 [00:04<00:01, 442.99it/s]\nMC Level 0.0 Implicit Function:: 78%|███████▊ | 2250/2894 [00:05<00:01, 442.58it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2295/2894 [00:05<00:01, 442.69it/s]\nMC Level 0.0 Implicit Function:: 81%|████████ | 2340/2894 [00:05<00:01, 442.35it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2385/2894 [00:05<00:01, 442.47it/s]\nMC Level 0.0 Implicit Function:: 84%|████████▍ | 2430/2894 [00:05<00:01, 442.71it/s]\nMC Level 0.0 Implicit Function:: 86%|████████▌ | 2475/2894 [00:05<00:00, 442.27it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2520/2894 [00:05<00:00, 442.61it/s]\nMC Level 0.0 Implicit Function:: 89%|████████▊ | 2565/2894 [00:05<00:00, 441.72it/s]\nMC Level 0.0 Implicit Function:: 90%|█████████ | 2610/2894 [00:05<00:00, 442.12it/s]\nMC Level 0.0 Implicit Function:: 92%|█████████▏| 2655/2894 [00:05<00:00, 441.95it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2700/2894 [00:06<00:00, 442.70it/s]\nMC Level 0.0 Implicit Function:: 95%|█████████▍| 2745/2894 [00:06<00:00, 441.91it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▋| 2790/2894 [00:06<00:00, 442.15it/s]\nMC Level 0.0 Implicit Function:: 98%|█████████▊| 2835/2894 [00:06<00:00, 442.49it/s]\nMC Level 0.0 Implicit Function:: 100%|█████████▉| 2880/2894 [00:06<00:00, 442.34it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 443.55it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 49%|████▉ | 30/61 [00:00<00:00, 291.30it/s, now=None]\nt: 98%|█████████▊| 60/61 [00:00<00:00, 292.39it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 62.240226852, "total_time": 341.453328 }, "output": { "video": "https://replicate.delivery/xezq/9pXN2pYvOr5pC9FVk4n7YIe23qwveTUWKKGk9dZX7tv5IiOUA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/eZcsWDFuUiVAFCPVNLQAsb61YLM0njF14cvKUlMCc65cERHKA/image.png", "thumbImg": "https://replicate.delivery/xezq/OfpVBwTpp00f60xQYEhwI7VYk3ASetX208OaYze70j0njI6QB/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/yWNXfIf9phqkXEBBdUI76rHAtmwm2NuFAeTQJhmP46bzREdoA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/ofzIuhsq5SQcB6t6DbPpbDWOZNG0PWV66cam9hwKs1jcERHKA/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-12T09:55:07.284101Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/g7h98zhawxrmc0cmz68sbtna8g", "cancel": "https://api.replicate.com/v1/predictions/g7h98zhawxrmc0cmz68sbtna8g/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:08, 6.04it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 8.72it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:05, 7.97it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:05, 7.56it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.32it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:05, 7.17it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.07it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 7.00it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.95it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.92it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.87it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:01<00:05, 6.86it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.82it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.82it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.82it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:02<00:04, 6.82it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.82it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.82it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.82it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.82it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.82it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.81it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.81it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.81it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.80it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.80it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.81it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.80it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.80it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.80it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.80it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.80it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.80it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.79it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.80it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.80it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.79it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.80it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.79it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.79it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.79it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.78it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.78it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.78it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.79it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.89it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 2%|▏ | 45/2894 [00:00<00:06, 444.35it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 90/2894 [00:00<00:06, 444.75it/s] MC Level 0.0 Implicit Function:: 5%|▍ | 135/2894 [00:00<00:06, 443.63it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 180/2894 [00:00<00:06, 443.77it/s] MC Level 0.0 Implicit Function:: 8%|▊ | 225/2894 [00:00<00:06, 444.27it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 270/2894 [00:00<00:05, 444.14it/s] MC Level 0.0 Implicit Function:: 11%|█ | 315/2894 [00:00<00:05, 444.47it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 360/2894 [00:00<00:05, 443.89it/s] MC Level 0.0 Implicit Function:: 14%|█▍ | 405/2894 [00:00<00:05, 444.23it/s] MC Level 0.0 Implicit Function:: 16%|█▌ | 450/2894 [00:01<00:05, 444.55it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 495/2894 [00:01<00:05, 444.24it/s] MC Level 0.0 Implicit Function:: 19%|█▊ | 540/2894 [00:01<00:05, 444.33it/s] MC Level 0.0 Implicit Function:: 20%|██ | 585/2894 [00:01<00:05, 444.11it/s] MC Level 0.0 Implicit Function:: 22%|██▏ | 630/2894 [00:01<00:05, 444.41it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 675/2894 [00:01<00:04, 444.07it/s] MC Level 0.0 Implicit Function:: 25%|██▍ | 720/2894 [00:01<00:04, 444.63it/s] MC Level 0.0 Implicit Function:: 26%|██▋ | 765/2894 [00:01<00:04, 444.56it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 810/2894 [00:01<00:04, 444.17it/s] MC Level 0.0 Implicit Function:: 30%|██▉ | 855/2894 [00:01<00:04, 444.34it/s] MC Level 0.0 Implicit Function:: 31%|███ | 900/2894 [00:02<00:04, 443.95it/s] MC Level 0.0 Implicit Function:: 33%|███▎ | 945/2894 [00:02<00:04, 444.46it/s] MC Level 0.0 Implicit Function:: 34%|███▍ | 990/2894 [00:02<00:04, 443.94it/s] MC Level 0.0 Implicit Function:: 36%|███▌ | 1035/2894 [00:02<00:04, 444.13it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1080/2894 [00:02<00:04, 443.70it/s] MC Level 0.0 Implicit Function:: 39%|███▉ | 1125/2894 [00:02<00:03, 444.32it/s] MC Level 0.0 Implicit Function:: 40%|████ | 1170/2894 [00:02<00:03, 444.86it/s] MC Level 0.0 Implicit Function:: 42%|████▏ | 1215/2894 [00:02<00:03, 444.30it/s] MC Level 0.0 Implicit Function:: 44%|████▎ | 1260/2894 [00:02<00:03, 443.94it/s] MC Level 0.0 Implicit Function:: 45%|████▌ | 1305/2894 [00:02<00:03, 443.96it/s] MC Level 0.0 Implicit Function:: 47%|████▋ | 1350/2894 [00:03<00:03, 444.35it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1395/2894 [00:03<00:03, 444.29it/s] MC Level 0.0 Implicit Function:: 50%|████▉ | 1440/2894 [00:03<00:03, 444.83it/s] MC Level 0.0 Implicit Function:: 51%|█████▏ | 1485/2894 [00:03<00:03, 445.20it/s] MC Level 0.0 Implicit Function:: 53%|█████▎ | 1530/2894 [00:03<00:03, 444.53it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1575/2894 [00:03<00:02, 444.12it/s] MC Level 0.0 Implicit Function:: 56%|█████▌ | 1620/2894 [00:03<00:02, 443.66it/s] MC Level 0.0 Implicit Function:: 58%|█████▊ | 1665/2894 [00:03<00:02, 443.87it/s] MC Level 0.0 Implicit Function:: 59%|█████▉ | 1710/2894 [00:03<00:02, 443.27it/s] MC Level 0.0 Implicit Function:: 61%|██████ | 1755/2894 [00:03<00:02, 443.29it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1800/2894 [00:04<00:02, 443.45it/s] MC Level 0.0 Implicit Function:: 64%|██████▍ | 1845/2894 [00:04<00:02, 443.41it/s] MC Level 0.0 Implicit Function:: 65%|██████▌ | 1890/2894 [00:04<00:02, 443.95it/s] MC Level 0.0 Implicit Function:: 67%|██████▋ | 1935/2894 [00:04<00:02, 443.64it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1980/2894 [00:04<00:02, 443.83it/s] MC Level 0.0 Implicit Function:: 70%|██████▉ | 2025/2894 [00:04<00:01, 443.34it/s] MC Level 0.0 Implicit Function:: 72%|███████▏ | 2070/2894 [00:04<00:01, 443.72it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2115/2894 [00:04<00:01, 443.54it/s] MC Level 0.0 Implicit Function:: 75%|███████▍ | 2160/2894 [00:04<00:01, 443.01it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2205/2894 [00:04<00:01, 442.99it/s] MC Level 0.0 Implicit Function:: 78%|███████▊ | 2250/2894 [00:05<00:01, 442.58it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2295/2894 [00:05<00:01, 442.69it/s] MC Level 0.0 Implicit Function:: 81%|████████ | 2340/2894 [00:05<00:01, 442.35it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2385/2894 [00:05<00:01, 442.47it/s] MC Level 0.0 Implicit Function:: 84%|████████▍ | 2430/2894 [00:05<00:01, 442.71it/s] MC Level 0.0 Implicit Function:: 86%|████████▌ | 2475/2894 [00:05<00:00, 442.27it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2520/2894 [00:05<00:00, 442.61it/s] MC Level 0.0 Implicit Function:: 89%|████████▊ | 2565/2894 [00:05<00:00, 441.72it/s] MC Level 0.0 Implicit Function:: 90%|█████████ | 2610/2894 [00:05<00:00, 442.12it/s] MC Level 0.0 Implicit Function:: 92%|█████████▏| 2655/2894 [00:05<00:00, 441.95it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2700/2894 [00:06<00:00, 442.70it/s] MC Level 0.0 Implicit Function:: 95%|█████████▍| 2745/2894 [00:06<00:00, 441.91it/s] MC Level 0.0 Implicit Function:: 96%|█████████▋| 2790/2894 [00:06<00:00, 442.15it/s] MC Level 0.0 Implicit Function:: 98%|█████████▊| 2835/2894 [00:06<00:00, 442.49it/s] MC Level 0.0 Implicit Function:: 100%|█████████▉| 2880/2894 [00:06<00:00, 442.34it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 443.55it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 49%|████▉ | 30/61 [00:00<00:00, 291.30it/s, now=None] t: 98%|█████████▊| 60/61 [00:00<00:00, 292.39it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDe875pytgahrme0cmzvctjwr8dcStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUWkWvkK6PRyIHdPkzsuwZRFRgehb2iaDcH6QjnqEUG2AIG6/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUWkWvkK6PRyIHdPkzsuwZRFRgehb2iaDcH6QjnqEUG2AIG6/test.png", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUWkWvkK6PRyIHdPkzsuwZRFRgehb2iaDcH6QjnqEUG2AIG6/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUWkWvkK6PRyIHdPkzsuwZRFRgehb2iaDcH6QjnqEUG2AIG6/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T10:33:04.838403Z", "created_at": "2025-02-13T10:27:22.324000Z", "data_removed": false, "error": null, "id": "e875pytgahrme0cmzvctjwr8dc", "input": { "InputImage": "https://replicate.delivery/pbxt/MUWkWvkK6PRyIHdPkzsuwZRFRgehb2iaDcH6QjnqEUG2AIG6/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:07, 6.13it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 8.81it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:05, 8.04it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:05, 7.63it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:05, 7.37it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:05, 7.21it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.10it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 7.03it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.98it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.95it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.92it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.91it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:01<00:05, 6.90it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.89it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.87it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.87it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.87it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.85it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.83it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.83it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:03<00:03, 6.83it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.84it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.84it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.84it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.84it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.83it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.84it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.83it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.80it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.80it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.92it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 2%|▏ | 45/2894 [00:00<00:06, 449.61it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 91/2894 [00:00<00:06, 450.48it/s]\nMC Level 0.0 Implicit Function:: 5%|▍ | 137/2894 [00:00<00:06, 449.96it/s]\nMC Level 0.0 Implicit Function:: 6%|▋ | 182/2894 [00:00<00:06, 449.18it/s]\nMC Level 0.0 Implicit Function:: 8%|▊ | 228/2894 [00:00<00:05, 449.52it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 274/2894 [00:00<00:05, 449.98it/s]\nMC Level 0.0 Implicit Function:: 11%|█ | 319/2894 [00:00<00:05, 449.48it/s]\nMC Level 0.0 Implicit Function:: 13%|█▎ | 364/2894 [00:00<00:05, 449.05it/s]\nMC Level 0.0 Implicit Function:: 14%|█▍ | 409/2894 [00:00<00:05, 448.61it/s]\nMC Level 0.0 Implicit Function:: 16%|█▌ | 454/2894 [00:01<00:05, 448.38it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 500/2894 [00:01<00:05, 449.17it/s]\nMC Level 0.0 Implicit Function:: 19%|█▉ | 546/2894 [00:01<00:05, 449.64it/s]\nMC Level 0.0 Implicit Function:: 20%|██ | 591/2894 [00:01<00:05, 448.83it/s]\nMC Level 0.0 Implicit Function:: 22%|██▏ | 636/2894 [00:01<00:05, 448.46it/s]\nMC Level 0.0 Implicit Function:: 24%|██▎ | 681/2894 [00:01<00:04, 448.60it/s]\nMC Level 0.0 Implicit Function:: 25%|██▌ | 727/2894 [00:01<00:04, 449.34it/s]\nMC Level 0.0 Implicit Function:: 27%|██▋ | 772/2894 [00:01<00:04, 448.34it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 817/2894 [00:01<00:04, 447.97it/s]\nMC Level 0.0 Implicit Function:: 30%|██▉ | 862/2894 [00:01<00:04, 447.90it/s]\nMC Level 0.0 Implicit Function:: 31%|███▏ | 907/2894 [00:02<00:04, 447.70it/s]\nMC Level 0.0 Implicit Function:: 33%|███▎ | 952/2894 [00:02<00:04, 447.36it/s]\nMC Level 0.0 Implicit Function:: 34%|███▍ | 997/2894 [00:02<00:04, 446.94it/s]\nMC Level 0.0 Implicit Function:: 36%|███▌ | 1042/2894 [00:02<00:04, 447.33it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1087/2894 [00:02<00:04, 447.52it/s]\nMC Level 0.0 Implicit Function:: 39%|███▉ | 1133/2894 [00:02<00:03, 448.76it/s]\nMC Level 0.0 Implicit Function:: 41%|████ | 1178/2894 [00:02<00:03, 448.63it/s]\nMC Level 0.0 Implicit Function:: 42%|████▏ | 1223/2894 [00:02<00:03, 448.06it/s]\nMC Level 0.0 Implicit Function:: 44%|████▍ | 1268/2894 [00:02<00:03, 447.05it/s]\nMC Level 0.0 Implicit Function:: 45%|████▌ | 1313/2894 [00:02<00:03, 447.92it/s]\nMC Level 0.0 Implicit Function:: 47%|████▋ | 1358/2894 [00:03<00:03, 447.89it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1403/2894 [00:03<00:03, 447.30it/s]\nMC Level 0.0 Implicit Function:: 50%|█████ | 1449/2894 [00:03<00:03, 448.56it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1494/2894 [00:03<00:03, 448.26it/s]\nMC Level 0.0 Implicit Function:: 53%|█████▎ | 1539/2894 [00:03<00:03, 448.45it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▍ | 1584/2894 [00:03<00:02, 448.60it/s]\nMC Level 0.0 Implicit Function:: 56%|█████▋ | 1629/2894 [00:03<00:02, 448.29it/s]\nMC Level 0.0 Implicit Function:: 58%|█████▊ | 1674/2894 [00:03<00:02, 448.47it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▉ | 1719/2894 [00:03<00:02, 448.38it/s]\nMC Level 0.0 Implicit Function:: 61%|██████ | 1765/2894 [00:03<00:02, 448.92it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1810/2894 [00:04<00:02, 448.28it/s]\nMC Level 0.0 Implicit Function:: 64%|██████▍ | 1855/2894 [00:04<00:02, 447.28it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▌ | 1901/2894 [00:04<00:02, 448.11it/s]\nMC Level 0.0 Implicit Function:: 67%|██████▋ | 1946/2894 [00:04<00:02, 447.96it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 1991/2894 [00:04<00:02, 448.54it/s]\nMC Level 0.0 Implicit Function:: 70%|███████ | 2036/2894 [00:04<00:01, 448.06it/s]\nMC Level 0.0 Implicit Function:: 72%|███████▏ | 2081/2894 [00:04<00:01, 447.93it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2126/2894 [00:04<00:01, 447.87it/s]\nMC Level 0.0 Implicit Function:: 75%|███████▌ | 2171/2894 [00:04<00:01, 447.46it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2216/2894 [00:04<00:01, 447.51it/s]\nMC Level 0.0 Implicit Function:: 78%|███████▊ | 2261/2894 [00:05<00:01, 446.91it/s]\nMC Level 0.0 Implicit Function:: 80%|███████▉ | 2306/2894 [00:05<00:01, 447.67it/s]\nMC Level 0.0 Implicit Function:: 81%|████████ | 2351/2894 [00:05<00:01, 447.07it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2396/2894 [00:05<00:01, 447.24it/s]\nMC Level 0.0 Implicit Function:: 84%|████████▍ | 2441/2894 [00:05<00:01, 447.29it/s]\nMC Level 0.0 Implicit Function:: 86%|████████▌ | 2486/2894 [00:05<00:00, 447.83it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2531/2894 [00:05<00:00, 447.86it/s]\nMC Level 0.0 Implicit Function:: 89%|████████▉ | 2576/2894 [00:05<00:00, 446.70it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████ | 2621/2894 [00:05<00:00, 446.93it/s]\nMC Level 0.0 Implicit Function:: 92%|█████████▏| 2666/2894 [00:05<00:00, 446.64it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▎| 2711/2894 [00:06<00:00, 447.11it/s]\nMC Level 0.0 Implicit Function:: 95%|█████████▌| 2756/2894 [00:06<00:00, 447.15it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2801/2894 [00:06<00:00, 447.30it/s]\nMC Level 0.0 Implicit Function:: 98%|█████████▊| 2846/2894 [00:06<00:00, 447.36it/s]\nMC Level 0.0 Implicit Function:: 100%|█████████▉| 2891/2894 [00:06<00:00, 447.53it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 448.02it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 48%|████▊ | 29/61 [00:00<00:00, 288.27it/s, now=None]\nt: 95%|█████████▌| 58/61 [00:00<00:00, 284.84it/s, now=None]\nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 63.254663701, "total_time": 342.514403 }, "output": { "video": "https://replicate.delivery/xezq/yOS7mu5Sh7obG96vo2pKLt8M7vP4YeSSRzGIg7vxHMdw4bHKA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/riaSSofWDjQbSK7CLkyWNkAy8qYez7yqOvqSkQw7fRMBjvdoA/image.png", "thumbImg": "https://replicate.delivery/xezq/FjHaCqSuid7yA9igPup0fpfyKpFanSsAiy3asyEJdoRgx3OUA/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/6Hvj5NBYxe1USCxTeWq6jPYj7BUTlgJ1KEdVl8uGbxBgx3OUA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/iO2eAnN0FqRdRi3uTufqHN4eZIVp2B9NNGGI1Bd5Sz4AjvdoA/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-13T10:32:01.583739Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/e875pytgahrme0cmzvctjwr8dc", "cancel": "https://api.replicate.com/v1/predictions/e875pytgahrme0cmzvctjwr8dc/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:07, 6.13it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 8.81it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:05, 8.04it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:05, 7.63it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:05, 7.37it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:05, 7.21it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.10it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 7.03it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.98it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.95it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.92it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.91it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:01<00:05, 6.90it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.89it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.87it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.87it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.87it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.85it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.83it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.83it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:03<00:03, 6.83it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.84it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.84it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.84it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.84it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.83it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.84it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.83it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.80it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.80it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.92it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 2%|▏ | 45/2894 [00:00<00:06, 449.61it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 91/2894 [00:00<00:06, 450.48it/s] MC Level 0.0 Implicit Function:: 5%|▍ | 137/2894 [00:00<00:06, 449.96it/s] MC Level 0.0 Implicit Function:: 6%|▋ | 182/2894 [00:00<00:06, 449.18it/s] MC Level 0.0 Implicit Function:: 8%|▊ | 228/2894 [00:00<00:05, 449.52it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 274/2894 [00:00<00:05, 449.98it/s] MC Level 0.0 Implicit Function:: 11%|█ | 319/2894 [00:00<00:05, 449.48it/s] MC Level 0.0 Implicit Function:: 13%|█▎ | 364/2894 [00:00<00:05, 449.05it/s] MC Level 0.0 Implicit Function:: 14%|█▍ | 409/2894 [00:00<00:05, 448.61it/s] MC Level 0.0 Implicit Function:: 16%|█▌ | 454/2894 [00:01<00:05, 448.38it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 500/2894 [00:01<00:05, 449.17it/s] MC Level 0.0 Implicit Function:: 19%|█▉ | 546/2894 [00:01<00:05, 449.64it/s] MC Level 0.0 Implicit Function:: 20%|██ | 591/2894 [00:01<00:05, 448.83it/s] MC Level 0.0 Implicit Function:: 22%|██▏ | 636/2894 [00:01<00:05, 448.46it/s] MC Level 0.0 Implicit Function:: 24%|██▎ | 681/2894 [00:01<00:04, 448.60it/s] MC Level 0.0 Implicit Function:: 25%|██▌ | 727/2894 [00:01<00:04, 449.34it/s] MC Level 0.0 Implicit Function:: 27%|██▋ | 772/2894 [00:01<00:04, 448.34it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 817/2894 [00:01<00:04, 447.97it/s] MC Level 0.0 Implicit Function:: 30%|██▉ | 862/2894 [00:01<00:04, 447.90it/s] MC Level 0.0 Implicit Function:: 31%|███▏ | 907/2894 [00:02<00:04, 447.70it/s] MC Level 0.0 Implicit Function:: 33%|███▎ | 952/2894 [00:02<00:04, 447.36it/s] MC Level 0.0 Implicit Function:: 34%|███▍ | 997/2894 [00:02<00:04, 446.94it/s] MC Level 0.0 Implicit Function:: 36%|███▌ | 1042/2894 [00:02<00:04, 447.33it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1087/2894 [00:02<00:04, 447.52it/s] MC Level 0.0 Implicit Function:: 39%|███▉ | 1133/2894 [00:02<00:03, 448.76it/s] MC Level 0.0 Implicit Function:: 41%|████ | 1178/2894 [00:02<00:03, 448.63it/s] MC Level 0.0 Implicit Function:: 42%|████▏ | 1223/2894 [00:02<00:03, 448.06it/s] MC Level 0.0 Implicit Function:: 44%|████▍ | 1268/2894 [00:02<00:03, 447.05it/s] MC Level 0.0 Implicit Function:: 45%|████▌ | 1313/2894 [00:02<00:03, 447.92it/s] MC Level 0.0 Implicit Function:: 47%|████▋ | 1358/2894 [00:03<00:03, 447.89it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1403/2894 [00:03<00:03, 447.30it/s] MC Level 0.0 Implicit Function:: 50%|█████ | 1449/2894 [00:03<00:03, 448.56it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1494/2894 [00:03<00:03, 448.26it/s] MC Level 0.0 Implicit Function:: 53%|█████▎ | 1539/2894 [00:03<00:03, 448.45it/s] MC Level 0.0 Implicit Function:: 55%|█████▍ | 1584/2894 [00:03<00:02, 448.60it/s] MC Level 0.0 Implicit Function:: 56%|█████▋ | 1629/2894 [00:03<00:02, 448.29it/s] MC Level 0.0 Implicit Function:: 58%|█████▊ | 1674/2894 [00:03<00:02, 448.47it/s] MC Level 0.0 Implicit Function:: 59%|█████▉ | 1719/2894 [00:03<00:02, 448.38it/s] MC Level 0.0 Implicit Function:: 61%|██████ | 1765/2894 [00:03<00:02, 448.92it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1810/2894 [00:04<00:02, 448.28it/s] MC Level 0.0 Implicit Function:: 64%|██████▍ | 1855/2894 [00:04<00:02, 447.28it/s] MC Level 0.0 Implicit Function:: 66%|██████▌ | 1901/2894 [00:04<00:02, 448.11it/s] MC Level 0.0 Implicit Function:: 67%|██████▋ | 1946/2894 [00:04<00:02, 447.96it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 1991/2894 [00:04<00:02, 448.54it/s] MC Level 0.0 Implicit Function:: 70%|███████ | 2036/2894 [00:04<00:01, 448.06it/s] MC Level 0.0 Implicit Function:: 72%|███████▏ | 2081/2894 [00:04<00:01, 447.93it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2126/2894 [00:04<00:01, 447.87it/s] MC Level 0.0 Implicit Function:: 75%|███████▌ | 2171/2894 [00:04<00:01, 447.46it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2216/2894 [00:04<00:01, 447.51it/s] MC Level 0.0 Implicit Function:: 78%|███████▊ | 2261/2894 [00:05<00:01, 446.91it/s] MC Level 0.0 Implicit Function:: 80%|███████▉ | 2306/2894 [00:05<00:01, 447.67it/s] MC Level 0.0 Implicit Function:: 81%|████████ | 2351/2894 [00:05<00:01, 447.07it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2396/2894 [00:05<00:01, 447.24it/s] MC Level 0.0 Implicit Function:: 84%|████████▍ | 2441/2894 [00:05<00:01, 447.29it/s] MC Level 0.0 Implicit Function:: 86%|████████▌ | 2486/2894 [00:05<00:00, 447.83it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2531/2894 [00:05<00:00, 447.86it/s] MC Level 0.0 Implicit Function:: 89%|████████▉ | 2576/2894 [00:05<00:00, 446.70it/s] MC Level 0.0 Implicit Function:: 91%|█████████ | 2621/2894 [00:05<00:00, 446.93it/s] MC Level 0.0 Implicit Function:: 92%|█████████▏| 2666/2894 [00:05<00:00, 446.64it/s] MC Level 0.0 Implicit Function:: 94%|█████████▎| 2711/2894 [00:06<00:00, 447.11it/s] MC Level 0.0 Implicit Function:: 95%|█████████▌| 2756/2894 [00:06<00:00, 447.15it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2801/2894 [00:06<00:00, 447.30it/s] MC Level 0.0 Implicit Function:: 98%|█████████▊| 2846/2894 [00:06<00:00, 447.36it/s] MC Level 0.0 Implicit Function:: 100%|█████████▉| 2891/2894 [00:06<00:00, 447.53it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 448.02it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 48%|████▊ | 29/61 [00:00<00:00, 288.27it/s, now=None] t: 95%|█████████▌| 58/61 [00:00<00:00, 284.84it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDnxpn0927khrmc0cmzxrs903x2mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T13:15:30.815142Z", "created_at": "2025-02-13T13:13:21.564000Z", "data_removed": false, "error": null, "id": "nxpn0927khrmc0cmzxrs903x2m", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s]\nMC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s]\nMC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s]\nMC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s]\nMC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s]\nMC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s]\nMC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s]\nMC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s]\nMC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s]\nMC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s]\nMC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s]\nMC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s]\nMC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s]\nMC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s]\nMC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s]\nMC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s]\nMC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None]\n \nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 50.437473875, "total_time": 129.251142 }, "output": { "video": "https://replicate.delivery/xezq/oeEDQc71jgx6GqOCdpgxMnAJkywYb5A761FasH1jbflyJ6OUA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/iQgTOuC1i5arOVw730f6fUvgscwo3aqYYZflMApJ4AylT0doA/image.png", "thumbImg": "https://replicate.delivery/xezq/LxGVJaZrh157IxdG0WeT52G8b7PFDBxNJB2hrnqjIsX5EdHKA/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/qjL2emN6pyTiDqgnD2JrCPq7W5kej8SxQvd1UWyhiyxyJ6OUA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/rgA50nwsdDqRKNqkRjNy0geNf4YeZVyIfcLy8uJMCe3WOR3hC/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-13T13:14:40.377668Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m", "cancel": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s] MC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s] MC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s] MC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s] MC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s] MC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s] MC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s] MC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s] MC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s] MC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s] MC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s] MC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s] MC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s] MC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s] MC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s] MC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s] MC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s] MC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s] MC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s] MC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s] MC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s] MC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s] MC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDnxpn0927khrmc0cmzxrs903x2mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T13:15:30.815142Z", "created_at": "2025-02-13T13:13:21.564000Z", "data_removed": false, "error": null, "id": "nxpn0927khrmc0cmzxrs903x2m", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s]\nMC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s]\nMC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s]\nMC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s]\nMC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s]\nMC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s]\nMC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s]\nMC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s]\nMC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s]\nMC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s]\nMC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s]\nMC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s]\nMC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s]\nMC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s]\nMC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s]\nMC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s]\nMC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None]\n \nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 50.437473875, "total_time": 129.251142 }, "output": { "video": "https://replicate.delivery/xezq/oeEDQc71jgx6GqOCdpgxMnAJkywYb5A761FasH1jbflyJ6OUA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/iQgTOuC1i5arOVw730f6fUvgscwo3aqYYZflMApJ4AylT0doA/image.png", "thumbImg": "https://replicate.delivery/xezq/LxGVJaZrh157IxdG0WeT52G8b7PFDBxNJB2hrnqjIsX5EdHKA/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/qjL2emN6pyTiDqgnD2JrCPq7W5kej8SxQvd1UWyhiyxyJ6OUA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/rgA50nwsdDqRKNqkRjNy0geNf4YeZVyIfcLy8uJMCe3WOR3hC/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-13T13:14:40.377668Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m", "cancel": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s] MC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s] MC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s] MC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s] MC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s] MC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s] MC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s] MC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s] MC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s] MC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s] MC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s] MC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s] MC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s] MC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s] MC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s] MC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s] MC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s] MC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s] MC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s] MC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s] MC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s] MC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s] MC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDnxpn0927khrmc0cmzxrs903x2mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T13:15:30.815142Z", "created_at": "2025-02-13T13:13:21.564000Z", "data_removed": false, "error": null, "id": "nxpn0927khrmc0cmzxrs903x2m", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s]\nMC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s]\nMC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s]\nMC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s]\nMC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s]\nMC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s]\nMC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s]\nMC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s]\nMC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s]\nMC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s]\nMC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s]\nMC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s]\nMC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s]\nMC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s]\nMC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s]\nMC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s]\nMC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None]\n \nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 50.437473875, "total_time": 129.251142 }, "output": { "video": "https://replicate.delivery/xezq/oeEDQc71jgx6GqOCdpgxMnAJkywYb5A761FasH1jbflyJ6OUA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/iQgTOuC1i5arOVw730f6fUvgscwo3aqYYZflMApJ4AylT0doA/image.png", "thumbImg": "https://replicate.delivery/xezq/LxGVJaZrh157IxdG0WeT52G8b7PFDBxNJB2hrnqjIsX5EdHKA/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/qjL2emN6pyTiDqgnD2JrCPq7W5kej8SxQvd1UWyhiyxyJ6OUA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/rgA50nwsdDqRKNqkRjNy0geNf4YeZVyIfcLy8uJMCe3WOR3hC/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-13T13:14:40.377668Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m", "cancel": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s] MC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s] MC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s] MC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s] MC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s] MC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s] MC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s] MC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s] MC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s] MC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s] MC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s] MC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s] MC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s] MC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s] MC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s] MC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s] MC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s] MC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s] MC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s] MC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s] MC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s] MC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s] MC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Prediction
subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009IDnxpn0927khrmc0cmzxrs903x2mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
{ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", { input: { InputImage: "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", InferenceSteps: 50, videoBrightnessIndex: 3 } } ); 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
Import the client:import replicate
Run subhash25rawat/morphix3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", input={ "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run subhash25rawat/morphix3d 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": "subhash25rawat/morphix3d:64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-02-13T13:15:30.815142Z", "created_at": "2025-02-13T13:13:21.564000Z", "data_removed": false, "error": null, "id": "nxpn0927khrmc0cmzxrs903x2m", "input": { "InputImage": "https://replicate.delivery/pbxt/MUZHoe2D1xaMPNGQQyDbEm9CNuWkiXmlq7I3kt6zuR1W9sga/test.png", "InferenceSteps": 50, "videoBrightnessIndex": 3 }, "logs": "Using border_ratio from init: 0.15\nDiffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s]\nDiffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s]\nDiffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s]\nDiffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s]\nDiffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s]\nDiffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s]\nDiffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s]\nDiffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s]\nDiffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s]\nDiffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s]\nDiffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s]\nDiffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s]\nDiffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s]\nDiffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s]\nDiffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s]\nDiffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s]\nDiffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s]\nDiffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s]\nDiffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s]\nDiffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s]\nDiffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s]\nDiffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s]\nDiffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s]\nDiffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s]\nDiffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s]\nDiffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s]\nDiffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s]\nDiffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s]\nDiffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s]\nDiffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s]\nDiffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s]\nDiffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s]\nDiffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s]\nDiffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s]\nDiffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s]\nMC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s]\nMC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s]\nMC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s]\nMC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s]\nMC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s]\nMC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s]\nMC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s]\nMC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s]\nMC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s]\nMC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s]\nMC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s]\nMC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s]\nMC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s]\nMC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s]\nMC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s]\nMC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s]\nMC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s]\nMC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s]\nMC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s]\nMC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s]\nMC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s]\nMC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s]\nMC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s]\nMC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s]\nMC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s]\nMC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s]\nMC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s]\nMC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s]\nMC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s]\nMC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s]\nMC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s]\nMC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s]\nMC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s]\nMC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s]\nMC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s]\nMC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s]\nMC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s]\nMC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s]\nMC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s]\nMC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s]\nMC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s]\nMC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s]\nMC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s]\nMC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s]\nMC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s]\nMC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s]\nMC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s]\nMC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s]\nMC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s]\nMC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s]\nMC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s]\nMC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s]\nMC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s]\nMC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s]\nMC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s]\nMC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s]\nMC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s]\nMC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s]\nMC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s]\nMC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s]\nMC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s]\nMC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s]\nMC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s]\nMC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s]\nMC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s]\nMoviepy - Building video ./modelVideo.mp4.\nMoviepy - Writing video ./modelVideo.mp4\nt: 0%| | 0/61 [00:00<?, ?it/s, now=None]\nt: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None]\n \nMoviepy - Done !\nMoviepy - video ready ./modelVideo.mp4", "metrics": { "predict_time": 50.437473875, "total_time": 129.251142 }, "output": { "video": "https://replicate.delivery/xezq/oeEDQc71jgx6GqOCdpgxMnAJkywYb5A761FasH1jbflyJ6OUA/modelVideo.mp4", "initImg": "https://replicate.delivery/xezq/iQgTOuC1i5arOVw730f6fUvgscwo3aqYYZflMApJ4AylT0doA/image.png", "thumbImg": "https://replicate.delivery/xezq/LxGVJaZrh157IxdG0WeT52G8b7PFDBxNJB2hrnqjIsX5EdHKA/thumbnail.png", "outputGlb": "https://replicate.delivery/xezq/qjL2emN6pyTiDqgnD2JrCPq7W5kej8SxQvd1UWyhiyxyJ6OUA/texture.glb", "generatedMesh": "https://replicate.delivery/xezq/rgA50nwsdDqRKNqkRjNy0geNf4YeZVyIfcLy8uJMCe3WOR3hC/mesh.glb", "replicateStatus": "success" }, "started_at": "2025-02-13T13:14:40.377668Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m", "cancel": "https://api.replicate.com/v1/predictions/nxpn0927khrmc0cmzxrs903x2m/cancel" }, "version": "64c263db10244157aa132cf07f139401085b75c6d8bf3405113cd791cbaf0009" }
Generated inUsing border_ratio from init: 0.15 Diffusion Sampling:: 0%| | 0/50 [00:00<?, ?it/s] Diffusion Sampling:: 2%|▏ | 1/50 [00:00<00:10, 4.74it/s] Diffusion Sampling:: 6%|▌ | 3/50 [00:00<00:05, 7.92it/s] Diffusion Sampling:: 8%|▊ | 4/50 [00:00<00:06, 7.53it/s] Diffusion Sampling:: 10%|█ | 5/50 [00:00<00:06, 7.30it/s] Diffusion Sampling:: 12%|█▏ | 6/50 [00:00<00:06, 7.16it/s] Diffusion Sampling:: 14%|█▍ | 7/50 [00:00<00:06, 7.07it/s] Diffusion Sampling:: 16%|█▌ | 8/50 [00:01<00:05, 7.00it/s] Diffusion Sampling:: 18%|█▊ | 9/50 [00:01<00:05, 6.96it/s] Diffusion Sampling:: 20%|██ | 10/50 [00:01<00:05, 6.93it/s] Diffusion Sampling:: 22%|██▏ | 11/50 [00:01<00:05, 6.91it/s] Diffusion Sampling:: 24%|██▍ | 12/50 [00:01<00:05, 6.89it/s] Diffusion Sampling:: 26%|██▌ | 13/50 [00:01<00:05, 6.88it/s] Diffusion Sampling:: 28%|██▊ | 14/50 [00:02<00:05, 6.87it/s] Diffusion Sampling:: 30%|███ | 15/50 [00:02<00:05, 6.85it/s] Diffusion Sampling:: 32%|███▏ | 16/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 34%|███▍ | 17/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 36%|███▌ | 18/50 [00:02<00:04, 6.86it/s] Diffusion Sampling:: 38%|███▊ | 19/50 [00:02<00:04, 6.85it/s] Diffusion Sampling:: 40%|████ | 20/50 [00:02<00:04, 6.84it/s] Diffusion Sampling:: 42%|████▏ | 21/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 44%|████▍ | 22/50 [00:03<00:04, 6.84it/s] Diffusion Sampling:: 46%|████▌ | 23/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 48%|████▊ | 24/50 [00:03<00:03, 6.85it/s] Diffusion Sampling:: 50%|█████ | 25/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 52%|█████▏ | 26/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 54%|█████▍ | 27/50 [00:03<00:03, 6.84it/s] Diffusion Sampling:: 56%|█████▌ | 28/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 58%|█████▊ | 29/50 [00:04<00:03, 6.83it/s] Diffusion Sampling:: 60%|██████ | 30/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 62%|██████▏ | 31/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 64%|██████▍ | 32/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 66%|██████▌ | 33/50 [00:04<00:02, 6.81it/s] Diffusion Sampling:: 68%|██████▊ | 34/50 [00:04<00:02, 6.82it/s] Diffusion Sampling:: 70%|███████ | 35/50 [00:05<00:02, 6.82it/s] Diffusion Sampling:: 72%|███████▏ | 36/50 [00:05<00:02, 6.81it/s] Diffusion Sampling:: 74%|███████▍ | 37/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 76%|███████▌ | 38/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 78%|███████▊ | 39/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 80%|████████ | 40/50 [00:05<00:01, 6.81it/s] Diffusion Sampling:: 82%|████████▏ | 41/50 [00:05<00:01, 6.82it/s] Diffusion Sampling:: 84%|████████▍ | 42/50 [00:06<00:01, 6.82it/s] Diffusion Sampling:: 86%|████████▌ | 43/50 [00:06<00:01, 6.81it/s] Diffusion Sampling:: 88%|████████▊ | 44/50 [00:06<00:00, 6.80it/s] Diffusion Sampling:: 90%|█████████ | 45/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 92%|█████████▏| 46/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 94%|█████████▍| 47/50 [00:06<00:00, 6.81it/s] Diffusion Sampling:: 96%|█████████▌| 48/50 [00:06<00:00, 6.82it/s] Diffusion Sampling:: 98%|█████████▊| 49/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.81it/s] Diffusion Sampling:: 100%|██████████| 50/50 [00:07<00:00, 6.86it/s] MC Level 0.0 Implicit Function:: 0%| | 0/2894 [00:00<?, ?it/s] MC Level 0.0 Implicit Function:: 1%| | 30/2894 [00:00<00:09, 299.44it/s] MC Level 0.0 Implicit Function:: 3%|▎ | 76/2894 [00:00<00:07, 390.26it/s] MC Level 0.0 Implicit Function:: 4%|▍ | 121/2894 [00:00<00:06, 415.57it/s] MC Level 0.0 Implicit Function:: 6%|▌ | 166/2894 [00:00<00:06, 425.42it/s] MC Level 0.0 Implicit Function:: 7%|▋ | 211/2894 [00:00<00:06, 432.82it/s] MC Level 0.0 Implicit Function:: 9%|▉ | 256/2894 [00:00<00:06, 437.46it/s] MC Level 0.0 Implicit Function:: 10%|█ | 301/2894 [00:00<00:05, 440.85it/s] MC Level 0.0 Implicit Function:: 12%|█▏ | 346/2894 [00:00<00:05, 442.64it/s] MC Level 0.0 Implicit Function:: 14%|█▎ | 391/2894 [00:00<00:05, 443.79it/s] MC Level 0.0 Implicit Function:: 15%|█▌ | 436/2894 [00:01<00:05, 444.65it/s] MC Level 0.0 Implicit Function:: 17%|█▋ | 481/2894 [00:01<00:05, 445.16it/s] MC Level 0.0 Implicit Function:: 18%|█▊ | 526/2894 [00:01<00:05, 445.91it/s] MC Level 0.0 Implicit Function:: 20%|█▉ | 571/2894 [00:01<00:05, 445.73it/s] MC Level 0.0 Implicit Function:: 21%|██▏ | 616/2894 [00:01<00:05, 446.01it/s] MC Level 0.0 Implicit Function:: 23%|██▎ | 661/2894 [00:01<00:05, 446.51it/s] MC Level 0.0 Implicit Function:: 24%|██▍ | 706/2894 [00:01<00:04, 446.30it/s] MC Level 0.0 Implicit Function:: 26%|██▌ | 751/2894 [00:01<00:04, 446.15it/s] MC Level 0.0 Implicit Function:: 28%|██▊ | 796/2894 [00:01<00:04, 443.48it/s] MC Level 0.0 Implicit Function:: 29%|██▉ | 841/2894 [00:01<00:04, 444.23it/s] MC Level 0.0 Implicit Function:: 31%|███ | 886/2894 [00:02<00:04, 444.65it/s] MC Level 0.0 Implicit Function:: 32%|███▏ | 931/2894 [00:02<00:04, 445.47it/s] MC Level 0.0 Implicit Function:: 34%|███▎ | 976/2894 [00:02<00:04, 445.68it/s] MC Level 0.0 Implicit Function:: 35%|███▌ | 1021/2894 [00:02<00:04, 445.65it/s] MC Level 0.0 Implicit Function:: 37%|███▋ | 1066/2894 [00:02<00:04, 446.00it/s] MC Level 0.0 Implicit Function:: 38%|███▊ | 1111/2894 [00:02<00:03, 445.85it/s] MC Level 0.0 Implicit Function:: 40%|███▉ | 1156/2894 [00:02<00:03, 446.22it/s] MC Level 0.0 Implicit Function:: 41%|████▏ | 1201/2894 [00:02<00:03, 445.70it/s] MC Level 0.0 Implicit Function:: 43%|████▎ | 1246/2894 [00:02<00:03, 446.34it/s] MC Level 0.0 Implicit Function:: 45%|████▍ | 1291/2894 [00:02<00:03, 446.07it/s] MC Level 0.0 Implicit Function:: 46%|████▌ | 1336/2894 [00:03<00:03, 445.79it/s] MC Level 0.0 Implicit Function:: 48%|████▊ | 1381/2894 [00:03<00:03, 445.31it/s] MC Level 0.0 Implicit Function:: 49%|████▉ | 1426/2894 [00:03<00:03, 442.38it/s] MC Level 0.0 Implicit Function:: 51%|█████ | 1471/2894 [00:03<00:03, 443.79it/s] MC Level 0.0 Implicit Function:: 52%|█████▏ | 1516/2894 [00:03<00:03, 444.10it/s] MC Level 0.0 Implicit Function:: 54%|█████▍ | 1561/2894 [00:03<00:02, 444.85it/s] MC Level 0.0 Implicit Function:: 55%|█████▌ | 1606/2894 [00:03<00:02, 444.72it/s] MC Level 0.0 Implicit Function:: 57%|█████▋ | 1651/2894 [00:03<00:02, 445.39it/s] MC Level 0.0 Implicit Function:: 59%|█████▊ | 1696/2894 [00:03<00:02, 445.20it/s] MC Level 0.0 Implicit Function:: 60%|██████ | 1741/2894 [00:03<00:02, 444.80it/s] MC Level 0.0 Implicit Function:: 62%|██████▏ | 1786/2894 [00:04<00:02, 445.18it/s] MC Level 0.0 Implicit Function:: 63%|██████▎ | 1831/2894 [00:04<00:02, 445.23it/s] MC Level 0.0 Implicit Function:: 65%|██████▍ | 1876/2894 [00:04<00:02, 445.31it/s] MC Level 0.0 Implicit Function:: 66%|██████▋ | 1921/2894 [00:04<00:02, 444.91it/s] MC Level 0.0 Implicit Function:: 68%|██████▊ | 1966/2894 [00:04<00:02, 445.15it/s] MC Level 0.0 Implicit Function:: 69%|██████▉ | 2011/2894 [00:04<00:01, 445.41it/s] MC Level 0.0 Implicit Function:: 71%|███████ | 2056/2894 [00:04<00:01, 445.22it/s] MC Level 0.0 Implicit Function:: 73%|███████▎ | 2101/2894 [00:04<00:01, 443.90it/s] MC Level 0.0 Implicit Function:: 74%|███████▍ | 2146/2894 [00:04<00:01, 444.32it/s] MC Level 0.0 Implicit Function:: 76%|███████▌ | 2191/2894 [00:04<00:01, 444.45it/s] MC Level 0.0 Implicit Function:: 77%|███████▋ | 2236/2894 [00:05<00:01, 444.56it/s] MC Level 0.0 Implicit Function:: 79%|███████▉ | 2281/2894 [00:05<00:01, 444.86it/s] MC Level 0.0 Implicit Function:: 80%|████████ | 2326/2894 [00:05<00:01, 445.15it/s] MC Level 0.0 Implicit Function:: 82%|████████▏ | 2371/2894 [00:05<00:01, 445.29it/s] MC Level 0.0 Implicit Function:: 83%|████████▎ | 2416/2894 [00:05<00:01, 445.08it/s] MC Level 0.0 Implicit Function:: 85%|████████▌ | 2461/2894 [00:05<00:00, 443.83it/s] MC Level 0.0 Implicit Function:: 87%|████████▋ | 2506/2894 [00:05<00:00, 444.49it/s] MC Level 0.0 Implicit Function:: 88%|████████▊ | 2551/2894 [00:05<00:00, 444.22it/s] MC Level 0.0 Implicit Function:: 90%|████████▉ | 2596/2894 [00:05<00:00, 444.28it/s] MC Level 0.0 Implicit Function:: 91%|█████████▏| 2641/2894 [00:05<00:00, 444.26it/s] MC Level 0.0 Implicit Function:: 93%|█████████▎| 2686/2894 [00:06<00:00, 444.10it/s] MC Level 0.0 Implicit Function:: 94%|█████████▍| 2731/2894 [00:06<00:00, 443.74it/s] MC Level 0.0 Implicit Function:: 96%|█████████▌| 2776/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 97%|█████████▋| 2821/2894 [00:06<00:00, 443.77it/s] MC Level 0.0 Implicit Function:: 99%|█████████▉| 2866/2894 [00:06<00:00, 443.60it/s] MC Level 0.0 Implicit Function:: 100%|██████████| 2894/2894 [00:06<00:00, 442.87it/s] Moviepy - Building video ./modelVideo.mp4. Moviepy - Writing video ./modelVideo.mp4 t: 0%| | 0/61 [00:00<?, ?it/s, now=None] t: 51%|█████ | 31/61 [00:00<00:00, 308.88it/s, now=None] Moviepy - Done ! Moviepy - video ready ./modelVideo.mp4
Want to make some of these yourself?
Run this model