fofr/kontext-and-claude
Use claude to write prompts for flux kontext
Prediction
fofr/kontext-and-claudeIDeb64ja9a6srm80cqz7ys3vemd4StatusSucceededSourceWebHardwareCPU (Small)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/NL7wm1SSd9u3plvSIqR0soxGIB6itsiRO4F6vU8H2N5gqm9u/image.png", "instruction": "make everything striped black and red", "system_prompt": "exaggerated", "run_vanilla_kontext": true }Install Replicate’s Node.js client library:npm install replicateImport 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 fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { image: "https://replicate.delivery/pbxt/NL7wm1SSd9u3plvSIqR0soxGIB6itsiRO4F6vU8H2N5gqm9u/image.png", instruction: "make everything striped black and red", system_prompt: "exaggerated", run_vanilla_kontext: true }; const output = await replicate.run("fofr/kontext-and-claude", { input }); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/kontext-and-claude", input={ "image": "https://replicate.delivery/pbxt/NL7wm1SSd9u3plvSIqR0soxGIB6itsiRO4F6vU8H2N5gqm9u/image.png", "instruction": "make everything striped black and red", "system_prompt": "exaggerated", "run_vanilla_kontext": True } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run fofr/kontext-and-claude 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": { "image": "https://replicate.delivery/pbxt/NL7wm1SSd9u3plvSIqR0soxGIB6itsiRO4F6vU8H2N5gqm9u/image.png", "instruction": "make everything striped black and red", "system_prompt": "exaggerated", "run_vanilla_kontext": true } }' \ https://api.replicate.com/v1/models/fofr/kontext-and-claude/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-07-11T14:57:08.058232Z", "created_at": "2025-07-11T14:56:47.670000Z", "data_removed": false, "error": null, "id": "eb64ja9a6srm80cqz7ys3vemd4", "input": { "image": "https://replicate.delivery/pbxt/NL7wm1SSd9u3plvSIqR0soxGIB6itsiRO4F6vU8H2N5gqm9u/image.png", "instruction": "make everything striped black and red", "system_prompt": "exaggerated", "run_vanilla_kontext": true }, "logs": "Keep the woman's pose, facial expression, and hair unchanged in the urban street setting. Transform her beige cardigan and white top into bold black and red horizontal stripes, with thick alternating bands creating a dramatic striped pattern. Convert all background buildings, storefronts, street elements, and pavement into striking black and red vertical stripes, creating an intensely graphic zebra-like environment where every surface displays bold contrasting stripes.", "metrics": { "predict_time": 19.789859909, "total_time": 20.388232 }, "output": [ "https://replicate.delivery/xezq/lE1LPF3MkIasB97yUdZyiNocVVZ1FfwOMg9rkqhRqC1hw2fUA/tmpa5fxva31.png", "https://replicate.delivery/xezq/OxiIQqf97OXXdSja4F94jWRHZC5BCbKDhL4vGktG0B4hw2fUA/tmpccftt9ks.png" ], "started_at": "2025-07-11T14:56:48.268372Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-6tu4knu53f7hfyt44i6tdc6iglqimkvx4y3fvk5lofp5rtw4jaoa", "get": "https://api.replicate.com/v1/predictions/eb64ja9a6srm80cqz7ys3vemd4", "cancel": "https://api.replicate.com/v1/predictions/eb64ja9a6srm80cqz7ys3vemd4/cancel", "root": "https://api.replicate.com/v1/predictions/eb64ja9a6srm80cqz7ys3vemd4", "children": "https://api.replicate.com/v1/predictions/eb64ja9a6srm80cqz7ys3vemd4/children" }, "version": "hidden" }Generated inKeep the woman's pose, facial expression, and hair unchanged in the urban street setting. Transform her beige cardigan and white top into bold black and red horizontal stripes, with thick alternating bands creating a dramatic striped pattern. Convert all background buildings, storefronts, street elements, and pavement into striking black and red vertical stripes, creating an intensely graphic zebra-like environment where every surface displays bold contrasting stripes.Prediction
fofr/kontext-and-claudeIDasafmkr5x5rmc0cqz7zamd528mStatusSucceededSourceWebHardwareCPU (Small)Total durationCreatedby @fofrInput
{ "image": "https://replicate.delivery/pbxt/NL7xezix4VzYA6UAYbrJkjjcGXXTbJMM2940pyDUT8La8jBW/image.png", "instruction": "make everything 1980s", "system_prompt": "exaggerated", "run_vanilla_kontext": true }Install Replicate’s Node.js client library:npm install replicateImport 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 fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { image: "https://replicate.delivery/pbxt/NL7xezix4VzYA6UAYbrJkjjcGXXTbJMM2940pyDUT8La8jBW/image.png", instruction: "make everything 1980s", system_prompt: "exaggerated", run_vanilla_kontext: true }; const output = await replicate.run("fofr/kontext-and-claude", { input }); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/kontext-and-claude", input={ "image": "https://replicate.delivery/pbxt/NL7xezix4VzYA6UAYbrJkjjcGXXTbJMM2940pyDUT8La8jBW/image.png", "instruction": "make everything 1980s", "system_prompt": "exaggerated", "run_vanilla_kontext": True } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run fofr/kontext-and-claude 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": { "image": "https://replicate.delivery/pbxt/NL7xezix4VzYA6UAYbrJkjjcGXXTbJMM2940pyDUT8La8jBW/image.png", "instruction": "make everything 1980s", "system_prompt": "exaggerated", "run_vanilla_kontext": true } }' \ https://api.replicate.com/v1/models/fofr/kontext-and-claude/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-07-11T14:58:04.462765Z", "created_at": "2025-07-11T14:57:43.913000Z", "data_removed": false, "error": null, "id": "asafmkr5x5rmc0cqz7zamd528m", "input": { "image": "https://replicate.delivery/pbxt/NL7xezix4VzYA6UAYbrJkjjcGXXTbJMM2940pyDUT8La8jBW/image.png", "instruction": "make everything 1980s", "system_prompt": "exaggerated", "run_vanilla_kontext": true }, "logs": "Keep the woman's pose and urban street setting unchanged. Transform her outfit into exaggerated 1980s fashion with massive shoulder pads, neon bright colors, oversized blazer, bold geometric patterns, statement jewelry. Replace the background with quintessential 1980s cityscape featuring retro neon signs, vintage cars, saturated pastel color palette, dramatic synth-wave lighting effects.", "metrics": { "predict_time": 19.932069648, "total_time": 20.549765 }, "output": [ "https://replicate.delivery/xezq/uQqP1epdbZXHbCtZt0eVQoiQv54Bb5DYfypB7UFXCBu4DbfTB/tmpmjnzagzb.png", "https://replicate.delivery/xezq/rnIn9ceE8cWqTKEKWLrcetNoJRWsobRrTxOAiidXk2j8htfpA/tmpiiz02lps.png" ], "started_at": "2025-07-11T14:57:44.530695Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-fh6axxdnmbadcylhqpnkw7ewjri33zrmowkkvkpns4rdwyyktocq", "get": "https://api.replicate.com/v1/predictions/asafmkr5x5rmc0cqz7zamd528m", "cancel": "https://api.replicate.com/v1/predictions/asafmkr5x5rmc0cqz7zamd528m/cancel", "root": "https://api.replicate.com/v1/predictions/asafmkr5x5rmc0cqz7zamd528m", "children": "https://api.replicate.com/v1/predictions/asafmkr5x5rmc0cqz7zamd528m/children" }, "version": "hidden" }Generated inKeep the woman's pose and urban street setting unchanged. Transform her outfit into exaggerated 1980s fashion with massive shoulder pads, neon bright colors, oversized blazer, bold geometric patterns, statement jewelry. Replace the background with quintessential 1980s cityscape featuring retro neon signs, vintage cars, saturated pastel color palette, dramatic synth-wave lighting effects.Prediction
fofr/kontext-and-claudeID13s991jvcsrmc0cqz80bxhhybrStatusSucceededSourceWebHardwareCPU (Small)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "make it MORE", "system_prompt": "exaggerated", "run_vanilla_kontext": false }Install Replicate’s Node.js client library:npm install replicateImport 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 fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { image: "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", instruction: "make it MORE", system_prompt: "exaggerated", run_vanilla_kontext: false }; const output = await replicate.run("fofr/kontext-and-claude", { input }); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/kontext-and-claude", input={ "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "make it MORE", "system_prompt": "exaggerated", "run_vanilla_kontext": False } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run fofr/kontext-and-claude 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": { "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "make it MORE", "system_prompt": "exaggerated", "run_vanilla_kontext": false } }' \ https://api.replicate.com/v1/models/fofr/kontext-and-claude/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-07-11T15:00:29.933795Z", "created_at": "2025-07-11T15:00:16.870000Z", "data_removed": false, "error": null, "id": "13s991jvcsrmc0cqz80bxhhybr", "input": { "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "make it MORE", "system_prompt": "exaggerated", "run_vanilla_kontext": false }, "logs": "Keep the woman and urban street setting unchanged. Transform her beige cardigan into an enormously oversized, dramatically billowing statement coat that extends far beyond her frame with exaggerated proportions and voluminous sleeves. Add layers of chunky jewelry, bold accessories, and amplify her hair volume to create maximum dramatic impact and presence.", "metrics": { "predict_time": 12.4250892, "total_time": 13.063795 }, "output": [ "https://replicate.delivery/xezq/12KdIpRMyDJ6NRQTX7jfehMeGlJebfPXAv1BTwEtfdrTDZ7PF/tmp51oemw6s.png" ], "started_at": "2025-07-11T15:00:17.508706Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ag7l3xj34cfnxifk7av73bdba3fackzw72voqi5tf46g4n7vs2zq", "get": "https://api.replicate.com/v1/predictions/13s991jvcsrmc0cqz80bxhhybr", "cancel": "https://api.replicate.com/v1/predictions/13s991jvcsrmc0cqz80bxhhybr/cancel", "root": "https://api.replicate.com/v1/predictions/13s991jvcsrmc0cqz80bxhhybr", "children": "https://api.replicate.com/v1/predictions/13s991jvcsrmc0cqz80bxhhybr/children" }, "version": "hidden" }Generated inKeep the woman and urban street setting unchanged. Transform her beige cardigan into an enormously oversized, dramatically billowing statement coat that extends far beyond her frame with exaggerated proportions and voluminous sleeves. Add layers of chunky jewelry, bold accessories, and amplify her hair volume to create maximum dramatic impact and presence.Prediction
fofr/kontext-and-claudeIDjvp2fx1wx5rm80cqz98974rhxmStatusSucceededSourceWebHardwareCPU (Small)Total durationCreatedInput
{ "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "blurry light leaks", "system_prompt": "exaggerated", "run_vanilla_kontext": false }Install Replicate’s Node.js client library:npm install replicateImport 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 fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const input = { image: "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", instruction: "blurry light leaks", system_prompt: "exaggerated", run_vanilla_kontext: false }; const output = await replicate.run("fofr/kontext-and-claude", { input }); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicateImport the client:import replicateRun fofr/kontext-and-claude using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "fofr/kontext-and-claude", input={ "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "blurry light leaks", "system_prompt": "exaggerated", "run_vanilla_kontext": False } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())To learn more, take a look at the guide on getting started with Python.
Run fofr/kontext-and-claude 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": { "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "blurry light leaks", "system_prompt": "exaggerated", "run_vanilla_kontext": false } }' \ https://api.replicate.com/v1/models/fofr/kontext-and-claude/predictionsTo learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-07-11T16:27:44.274230Z", "created_at": "2025-07-11T16:27:31.945000Z", "data_removed": false, "error": null, "id": "jvp2fx1wx5rm80cqz98974rhxm", "input": { "image": "https://replicate.delivery/pbxt/NL804xhxMJdgW3C2ZR14gg8U01MhTMYVtpVCr8PT9NkvMwqZ/image.png", "instruction": "blurry light leaks", "system_prompt": "exaggerated", "run_vanilla_kontext": false }, "logs": "Keep the woman and urban street setting unchanged. Add intense, dreamy light leaks streaming across the entire frame with multiple overlapping golden, pink, orange lens flares creating heavy atmospheric haze. Transform the image with extreme soft-focus blur effects, heavy chromatic aberration, and vintage film grain that completely softens all sharp details while maintaining the subject's basic form and pose.", "metrics": { "predict_time": 11.799511792, "total_time": 12.32923 }, "output": [ "https://replicate.delivery/xezq/HZLbRS4u1m7NJNlw3Q4qyxm7dVBWzYUuLwyew0aQZZSAb3fUA/tmpb63ddemw.png" ], "started_at": "2025-07-11T16:27:32.474718Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-atj3ukj5zkz6njvgcovp2woegrdgsxb4vztxu4n6g25mwo2gi4ba", "get": "https://api.replicate.com/v1/predictions/jvp2fx1wx5rm80cqz98974rhxm", "cancel": "https://api.replicate.com/v1/predictions/jvp2fx1wx5rm80cqz98974rhxm/cancel", "root": "https://api.replicate.com/v1/predictions/jvp2fx1wx5rm80cqz98974rhxm", "children": "https://api.replicate.com/v1/predictions/jvp2fx1wx5rm80cqz98974rhxm/children" }, "version": "hidden" }Generated inKeep the woman and urban street setting unchanged. Add intense, dreamy light leaks streaming across the entire frame with multiple overlapping golden, pink, orange lens flares creating heavy atmospheric haze. Transform the image with extreme soft-focus blur effects, heavy chromatic aberration, and vintage film grain that completely softens all sharp details while maintaining the subject's basic form and pose.
Want to make some of these yourself?
Run this model







