flux-kontext-apps / filters
Add simple filters to your images
- Public
- 1.4K runs
Prediction
flux-kontext-apps/filtersOfficial modelIDq7z3magk25rmc0cq66grsdmsxrStatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7JjPRt3S4shykvfSX1zTaHwME9SKo3cwn5MvHBxhIDVjLHj/2d6b95c7-9052-4b41-91f9-64682254aa4b.jpg", "aspect_ratio": "match_input_image", "image_filter": "Grayscale" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7JjPRt3S4shykvfSX1zTaHwME9SKo3cwn5MvHBxhIDVjLHj/2d6b95c7-9052-4b41-91f9-64682254aa4b.jpg", aspect_ratio: "match_input_image", image_filter: "Grayscale" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7JjPRt3S4shykvfSX1zTaHwME9SKo3cwn5MvHBxhIDVjLHj/2d6b95c7-9052-4b41-91f9-64682254aa4b.jpg", "aspect_ratio": "match_input_image", "image_filter": "Grayscale" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7JjPRt3S4shykvfSX1zTaHwME9SKo3cwn5MvHBxhIDVjLHj/2d6b95c7-9052-4b41-91f9-64682254aa4b.jpg", "aspect_ratio": "match_input_image", "image_filter": "Grayscale" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-02T17:12:16.437264Z", "created_at": "2025-06-02T17:12:09.233000Z", "data_removed": false, "error": null, "id": "q7z3magk25rmc0cq66grsdmsxr", "input": { "input_image": "https://replicate.delivery/pbxt/N7JjPRt3S4shykvfSX1zTaHwME9SKo3cwn5MvHBxhIDVjLHj/2d6b95c7-9052-4b41-91f9-64682254aa4b.jpg", "aspect_ratio": "match_input_image", "image_filter": "Grayscale" }, "logs": "Applying filter: Grayscale\nUsing seed: 1155608254\nGenerating...\nGenerated image in 5.7sec\nDownloading 1555667 bytes\nDownloaded 1.48MB in 1.32sec", "metrics": { "image_count": 1, "predict_time": 7.195929986, "total_time": 7.204264 }, "output": "https://replicate.delivery/xezq/DANcjnWRUg4OPt8oe62FrApTdyiZFTDp88Nq2oCfahdw14yUA/tmp_20o71k0.png", "started_at": "2025-06-02T17:12:09.241334Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ols5yht3s6xsr4vpqv7npw6j5th7x3grcs3lyt67enj27zfnah5q", "get": "https://api.replicate.com/v1/predictions/q7z3magk25rmc0cq66grsdmsxr", "cancel": "https://api.replicate.com/v1/predictions/q7z3magk25rmc0cq66grsdmsxr/cancel" }, "version": "hidden" }
Prediction
flux-kontext-apps/filtersOfficial modelIDm3ecycazysrm80cq6799h7zw40StatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7KYQU7548ed4JVZ4P1SeTtarVzuiPYWezmVCqYuxZ56GUhy/1d28803d-9b78-4501-9342-e82aef59ef16.jpg", "aspect_ratio": "match_input_image", "image_filter": "Vivid" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7KYQU7548ed4JVZ4P1SeTtarVzuiPYWezmVCqYuxZ56GUhy/1d28803d-9b78-4501-9342-e82aef59ef16.jpg", aspect_ratio: "match_input_image", image_filter: "Vivid" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7KYQU7548ed4JVZ4P1SeTtarVzuiPYWezmVCqYuxZ56GUhy/1d28803d-9b78-4501-9342-e82aef59ef16.jpg", "aspect_ratio": "match_input_image", "image_filter": "Vivid" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7KYQU7548ed4JVZ4P1SeTtarVzuiPYWezmVCqYuxZ56GUhy/1d28803d-9b78-4501-9342-e82aef59ef16.jpg", "aspect_ratio": "match_input_image", "image_filter": "Vivid" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-02T18:06:08.041800Z", "created_at": "2025-06-02T18:06:00.182000Z", "data_removed": false, "error": null, "id": "m3ecycazysrm80cq6799h7zw40", "input": { "input_image": "https://replicate.delivery/pbxt/N7KYQU7548ed4JVZ4P1SeTtarVzuiPYWezmVCqYuxZ56GUhy/1d28803d-9b78-4501-9342-e82aef59ef16.jpg", "aspect_ratio": "match_input_image", "image_filter": "Vivid" }, "logs": "Applying filter: Vivid\nUsing seed: 849019803\nGenerating...\nGenerated image in 6.3sec\nDownloading 1837057 bytes\nDownloaded 1.75MB in 1.27sec", "metrics": { "image_count": 1, "predict_time": 7.851121886, "total_time": 7.8598 }, "output": "https://replicate.delivery/xezq/ywg2ZNaiqE7cGxjFLrMekKWNE8aTfTxkKHbr7cJArInQo5yUA/tmp2_w9jpad.png", "started_at": "2025-06-02T18:06:00.190678Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-y44lbum47znnataz5547vrwn57htxwzwp3ykpd6kakqogzpo7kmq", "get": "https://api.replicate.com/v1/predictions/m3ecycazysrm80cq6799h7zw40", "cancel": "https://api.replicate.com/v1/predictions/m3ecycazysrm80cq6799h7zw40/cancel" }, "version": "hidden" }
Prediction
flux-kontext-apps/filtersOfficial modelID5gjcagdf81rme0cq679bfyrfj0StatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7KYlSMKft80HZLEwECYWABix3912vi4SoN9D7DHoRXpOGPS/883fdd3d-c256-4197-b7de-4c06c5c335e6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7KYlSMKft80HZLEwECYWABix3912vi4SoN9D7DHoRXpOGPS/883fdd3d-c256-4197-b7de-4c06c5c335e6.jpg", aspect_ratio: "match_input_image", image_filter: "Cool" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7KYlSMKft80HZLEwECYWABix3912vi4SoN9D7DHoRXpOGPS/883fdd3d-c256-4197-b7de-4c06c5c335e6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7KYlSMKft80HZLEwECYWABix3912vi4SoN9D7DHoRXpOGPS/883fdd3d-c256-4197-b7de-4c06c5c335e6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-02T18:06:27.410344Z", "created_at": "2025-06-02T18:06:20.480000Z", "data_removed": false, "error": null, "id": "5gjcagdf81rme0cq679bfyrfj0", "input": { "input_image": "https://replicate.delivery/pbxt/N7KYlSMKft80HZLEwECYWABix3912vi4SoN9D7DHoRXpOGPS/883fdd3d-c256-4197-b7de-4c06c5c335e6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" }, "logs": "Applying filter: Cool\nUsing seed: 1784618287\nGenerating...\nGenerated image in 5.4sec\nDownloading 1960958 bytes\nDownloaded 1.87MB in 1.29sec", "metrics": { "image_count": 1, "predict_time": 6.909763348, "total_time": 6.930344 }, "output": "https://replicate.delivery/xezq/WLvhQICcLEqeIC7yZA3WeowlWRJ46iHf8o1FaMieDanPimLTB/tmpjqsxzso2.png", "started_at": "2025-06-02T18:06:20.500581Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-o7adhf2n5hri2vjykt5l6znoft5zoxxjzb3apqfcj4p25rsxakva", "get": "https://api.replicate.com/v1/predictions/5gjcagdf81rme0cq679bfyrfj0", "cancel": "https://api.replicate.com/v1/predictions/5gjcagdf81rme0cq679bfyrfj0/cancel" }, "version": "hidden" }
Prediction
flux-kontext-apps/filtersOfficial modelIDnk88y9sps5rme0cq67a802f420StatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7KaLM0XLxJrBKYlEn1Rb6SQlmo9B3aRVIc6N8jrDMusrtds/fe41aa9e-9a4a-40ef-820c-cb69b6332ff6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Sepia" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7KaLM0XLxJrBKYlEn1Rb6SQlmo9B3aRVIc6N8jrDMusrtds/fe41aa9e-9a4a-40ef-820c-cb69b6332ff6.jpg", aspect_ratio: "match_input_image", image_filter: "Sepia" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7KaLM0XLxJrBKYlEn1Rb6SQlmo9B3aRVIc6N8jrDMusrtds/fe41aa9e-9a4a-40ef-820c-cb69b6332ff6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Sepia" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7KaLM0XLxJrBKYlEn1Rb6SQlmo9B3aRVIc6N8jrDMusrtds/fe41aa9e-9a4a-40ef-820c-cb69b6332ff6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Sepia" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-02T18:08:07.348000Z", "created_at": "2025-06-02T18:08:00.713000Z", "data_removed": false, "error": null, "id": "nk88y9sps5rme0cq67a802f420", "input": { "input_image": "https://replicate.delivery/pbxt/N7KaLM0XLxJrBKYlEn1Rb6SQlmo9B3aRVIc6N8jrDMusrtds/fe41aa9e-9a4a-40ef-820c-cb69b6332ff6.jpg", "aspect_ratio": "match_input_image", "image_filter": "Sepia" }, "logs": "Applying filter: Sepia\nUsing seed: 2132695256\nGenerating...\nGenerated image in 5.1sec\nDownloading 1742517 bytes\nDownloaded 1.66MB in 1.30sec", "metrics": { "image_count": 1, "predict_time": 6.6253998670000005, "total_time": 6.635 }, "output": "https://replicate.delivery/xezq/fXwMm16g8BTmJixFXAkPyYc6EJRgGxk7E5qARneKBGHHq5yUA/tmpe0rzr34o.png", "started_at": "2025-06-02T18:08:00.722600Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-jceeqwu3vbhlh5v3qxumuc55ttbgsec76owp7yin34xrhuhj2o6q", "get": "https://api.replicate.com/v1/predictions/nk88y9sps5rme0cq67a802f420", "cancel": "https://api.replicate.com/v1/predictions/nk88y9sps5rme0cq67a802f420/cancel" }, "version": "hidden" }
Prediction
flux-kontext-apps/filtersOfficial modelIDv259ktyt35rmc0cq6y7vw924dgStatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7j5HpPhu1RPDAjRoRvsmyaOzzuLNQmYxBzyQormvsWykvxT/test.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7j5HpPhu1RPDAjRoRvsmyaOzzuLNQmYxBzyQormvsWykvxT/test.jpg", aspect_ratio: "match_input_image", image_filter: "Cool" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7j5HpPhu1RPDAjRoRvsmyaOzzuLNQmYxBzyQormvsWykvxT/test.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7j5HpPhu1RPDAjRoRvsmyaOzzuLNQmYxBzyQormvsWykvxT/test.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-03T20:51:10.585249Z", "created_at": "2025-06-03T20:51:03.833000Z", "data_removed": false, "error": null, "id": "v259ktyt35rmc0cq6y7vw924dg", "input": { "input_image": "https://replicate.delivery/pbxt/N7j5HpPhu1RPDAjRoRvsmyaOzzuLNQmYxBzyQormvsWykvxT/test.jpg", "aspect_ratio": "match_input_image", "image_filter": "Cool" }, "logs": "Applying filter: Cool\nUsing seed: 940743650\nGenerating...\nGenerated image in 5.1sec\nDownloading 1733017 bytes\nDownloaded 1.65MB in 1.38sec", "metrics": { "image_count": 1, "predict_time": 6.744675079, "total_time": 6.752249 }, "output": "https://replicate.delivery/xezq/rUJ9UHT8adb0K9LRnHffc8iHu48ULahrGxdRIU665VTeRimpA/tmpzq6yq3t5.png", "started_at": "2025-06-03T20:51:03.840573Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-i2yriwbmyaxkq6vyzte43ec7gr2dogsieez7twwlndkcw6tfwgza", "get": "https://api.replicate.com/v1/predictions/v259ktyt35rmc0cq6y7vw924dg", "cancel": "https://api.replicate.com/v1/predictions/v259ktyt35rmc0cq6y7vw924dg/cancel" }, "version": "hidden" }
Prediction
flux-kontext-apps/filtersOfficial modelIDvm7nrg45t5rme0cq6ybs8x7gbmStatusSucceededSourceWebTotal durationCreatedInput
{ "input_image": "https://replicate.delivery/pbxt/N7jDDALvlB9QBc7qIXZKhv9qCcZvpQuY97NESJYEQtJ4OXMc/img_3867.jpg", "aspect_ratio": "match_input_image", "image_filter": "Warm" }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { input_image: "https://replicate.delivery/pbxt/N7jDDALvlB9QBc7qIXZKhv9qCcZvpQuY97NESJYEQtJ4OXMc/img_3867.jpg", aspect_ratio: "match_input_image", image_filter: "Warm" }; const output = await replicate.run("flux-kontext-apps/filters", { input }); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", 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 flux-kontext-apps/filters using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "flux-kontext-apps/filters", input={ "input_image": "https://replicate.delivery/pbxt/N7jDDALvlB9QBc7qIXZKhv9qCcZvpQuY97NESJYEQtJ4OXMc/img_3867.jpg", "aspect_ratio": "match_input_image", "image_filter": "Warm" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run flux-kontext-apps/filters 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 $'{ "input": { "input_image": "https://replicate.delivery/pbxt/N7jDDALvlB9QBc7qIXZKhv9qCcZvpQuY97NESJYEQtJ4OXMc/img_3867.jpg", "aspect_ratio": "match_input_image", "image_filter": "Warm" } }' \ https://api.replicate.com/v1/models/flux-kontext-apps/filters/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-03T20:59:33.551572Z", "created_at": "2025-06-03T20:59:26.545000Z", "data_removed": false, "error": null, "id": "vm7nrg45t5rme0cq6ybs8x7gbm", "input": { "input_image": "https://replicate.delivery/pbxt/N7jDDALvlB9QBc7qIXZKhv9qCcZvpQuY97NESJYEQtJ4OXMc/img_3867.jpg", "aspect_ratio": "match_input_image", "image_filter": "Warm" }, "logs": "Applying filter: Warm\nUsing seed: 1308963327\nGenerating...\nGenerated image in 6.0sec\nDownloading 2705444 bytes\nDownloaded 2.58MB in 0.33sec", "metrics": { "image_count": 1, "predict_time": 6.997979044, "total_time": 7.006572 }, "output": "https://replicate.delivery/xezq/8rcWUfcbSQUOFSxvRmc6CSKeafsjemGrwwQ5L6KDDvnVDFNTB/tmpvpxmhidy.png", "started_at": "2025-06-03T20:59:26.553593Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-atnbjs2oyvxqw35cibukjqhvcml42emgvloqwytio3spgy7jtbwq", "get": "https://api.replicate.com/v1/predictions/vm7nrg45t5rme0cq6ybs8x7gbm", "cancel": "https://api.replicate.com/v1/predictions/vm7nrg45t5rme0cq6ybs8x7gbm/cancel" }, "version": "hidden" }
Want to make some of these yourself?
Run this model