prunaai
/
flux.1-cheetah
This a pruna optimised version of the flux 1.dev model.
- Public
- 4.4K runs
-
H100
Prediction
prunaai/flux.1-cheetah:40395798ID8kagzx3ynhrm80cnw4cbwxt57mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 42
- prompt
- a cat jumping in the air to catch a bird
- guidance
- 3
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- prompt_strength
- 0.8
- num_inference_steps
- 28
{ "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 42, prompt: "a cat jumping in the air to catch a bird", guidance: 3, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T08:50:35.716635Z", "created_at": "2025-03-29T08:50:33.772000Z", "data_removed": false, "error": null, "id": "8kagzx3ynhrm80cnw4cbwxt57m", "input": { "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }, "logs": "0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:01<00:00, 13.35it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.61it/s]", "metrics": { "predict_time": 1.93694327, "total_time": 1.944635 }, "output": "https://replicate.delivery/xezq/W29svo9re801IKClaR1vgbC7pvRQPfVDlaU4gYWCAjubZWdUA/output_42_0.webp", "started_at": "2025-03-29T08:50:33.779691Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ecrs4jzc5kdyef7bn45bebfgn5gl7lghtaliuyq4hvzzfrfngmeq", "get": "https://api.replicate.com/v1/predictions/8kagzx3ynhrm80cnw4cbwxt57m", "cancel": "https://api.replicate.com/v1/predictions/8kagzx3ynhrm80cnw4cbwxt57m/cancel" }, "version": "c459eddd07cc0d4069da3fb196fb64be33deee65ca1fa2380d3f0acb401fa787" }
Generated in0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:01<00:00, 13.35it/s] 100%|██████████| 28/28 [00:01<00:00, 17.61it/s]
Prediction
prunaai/flux.1-cheetah:40395798ID8kagzx3ynhrm80cnw4cbwxt57mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 42
- prompt
- a cat jumping in the air to catch a bird
- guidance
- 3
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- prompt_strength
- 0.8
- num_inference_steps
- 28
{ "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 42, prompt: "a cat jumping in the air to catch a bird", guidance: 3, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T08:50:35.716635Z", "created_at": "2025-03-29T08:50:33.772000Z", "data_removed": false, "error": null, "id": "8kagzx3ynhrm80cnw4cbwxt57m", "input": { "seed": 42, "prompt": "a cat jumping in the air to catch a bird", "guidance": 3, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }, "logs": "0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:01<00:00, 13.35it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.61it/s]", "metrics": { "predict_time": 1.93694327, "total_time": 1.944635 }, "output": "https://replicate.delivery/xezq/W29svo9re801IKClaR1vgbC7pvRQPfVDlaU4gYWCAjubZWdUA/output_42_0.webp", "started_at": "2025-03-29T08:50:33.779691Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ecrs4jzc5kdyef7bn45bebfgn5gl7lghtaliuyq4hvzzfrfngmeq", "get": "https://api.replicate.com/v1/predictions/8kagzx3ynhrm80cnw4cbwxt57m", "cancel": "https://api.replicate.com/v1/predictions/8kagzx3ynhrm80cnw4cbwxt57m/cancel" }, "version": "c459eddd07cc0d4069da3fb196fb64be33deee65ca1fa2380d3f0acb401fa787" }
Generated in0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:01<00:00, 13.35it/s] 100%|██████████| 28/28 [00:01<00:00, 17.61it/s]
Prediction
prunaai/flux.1-cheetah:40395798IDjm3bcvz2c9rm80cnw9xsnx4qzwStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 41
- prompt
- black forest gateau cake spelling out the words "FLUX CHEETAH", tasty, food photography, dynamic shot
- guidance
- 3.5
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- prompt_strength
- 0.8
- num_inference_steps
- 28
{ "seed": 41, "prompt": "black forest gateau cake spelling out the words \"FLUX CHEETAH\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 41, prompt: "black forest gateau cake spelling out the words \"FLUX CHEETAH\", tasty, food photography, dynamic shot", guidance: 3.5, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 41, "prompt": "black forest gateau cake spelling out the words \"FLUX CHEETAH\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 41, "prompt": "black forest gateau cake spelling out the words \\"FLUX CHEETAH\\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T15:18:46.544451Z", "created_at": "2025-03-29T15:18:44.578000Z", "data_removed": false, "error": null, "id": "jm3bcvz2c9rm80cnw9xsnx4qzw", "input": { "seed": 41, "prompt": "black forest gateau cake spelling out the words \"FLUX CHEETAH\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "prompt_strength": 0.8, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.4\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 15.48it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.56it/s]", "metrics": { "predict_time": 1.960015008, "total_time": 1.966451 }, "output": "https://replicate.delivery/xezq/yG8eQJwpyby5JiRsQYWbFWACRYVx4hsNgunXFvfpiAyWFcdUA/output_41_0.webp", "started_at": "2025-03-29T15:18:44.584436Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-jpovn6kgocfulkbcjoj5koc2aao7i6qt7htiqmria3nt7eilcnbq", "get": "https://api.replicate.com/v1/predictions/jm3bcvz2c9rm80cnw9xsnx4qzw", "cancel": "https://api.replicate.com/v1/predictions/jm3bcvz2c9rm80cnw9xsnx4qzw/cancel" }, "version": "fdf1e8a9ac75b719294613e5c211d4c099135da1a8488fa72f042fa20bcd9c74" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.4 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 15.48it/s] 100%|██████████| 28/28 [00:01<00:00, 17.56it/s]
Prediction
prunaai/flux.1-cheetah:40395798ID54wc8waqrnrm80cnwaavmvf0hcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 42
- prompt
- black forest gateau cake spelling out the words "FLUX DEV", tasty, food photography, dynamic shot
- guidance
- 3.5
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 42, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 42, prompt: "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", guidance: 3.5, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 42, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 42, "prompt": "black forest gateau cake spelling out the words \\"FLUX DEV\\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T15:46:35.006882Z", "created_at": "2025-03-29T15:46:33.029000Z", "data_removed": false, "error": null, "id": "54wc8waqrnrm80cnwaavmvf0hc", "input": { "seed": 42, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.4\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:01<00:00, 13.17it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.41it/s]", "metrics": { "predict_time": 1.9701097619999999, "total_time": 1.977882 }, "output": "https://replicate.delivery/xezq/U4hjozqrhDIKDxXy24aYfmm2sSzKWfvkfuv0affleKK32HXHF/output_42_0.webp", "started_at": "2025-03-29T15:46:33.036773Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-p5diibk6prsv6xxngbslf2jcmcvxzbt52srngfmzrvxtxdgrwvvq", "get": "https://api.replicate.com/v1/predictions/54wc8waqrnrm80cnwaavmvf0hc", "cancel": "https://api.replicate.com/v1/predictions/54wc8waqrnrm80cnwaavmvf0hc/cancel" }, "version": "ef5a843551246c526805e90a24a994ac0b007808aa3eed82c86c370e2a85371c" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.4 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:01<00:00, 13.17it/s] 100%|██████████| 28/28 [00:01<00:00, 17.41it/s]
Prediction
prunaai/flux.1-cheetah:40395798ID3s8bqm5q8drma0cnwadv7w8cprStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 0
- prompt
- black forest gateau cake spelling out the words "FLUX DEV", tasty, food photography, dynamic shot
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 512
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 512, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 0, prompt: "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", guidance: 3.5, go_faster: false, go_fast_af: true, image_size: 512, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": False, "go_fast_af": True, "image_size": 512, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \\"FLUX DEV\\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 512, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T15:53:31.188417Z", "created_at": "2025-03-29T15:53:30.691000Z", "data_removed": false, "error": null, "id": "3s8bqm5q8drma0cnwadv7w8cpr", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 512, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.2\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 58.45it/s]\n100%|██████████| 28/28 [00:00<00:00, 78.94it/s]", "metrics": { "predict_time": 0.489024399, "total_time": 0.497417 }, "output": "https://replicate.delivery/xezq/J1Tpe5yPcQQ5ZaMbkCbWkem7cxizjRQiNMQdeFeLfyf7eSuOKA/output_0_0.webp", "started_at": "2025-03-29T15:53:30.699392Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ij44wynuupbop5jdpa6rpeanfvajbm2nrpblpmk5o27hnulbg7ya", "get": "https://api.replicate.com/v1/predictions/3s8bqm5q8drma0cnwadv7w8cpr", "cancel": "https://api.replicate.com/v1/predictions/3s8bqm5q8drma0cnwadv7w8cpr/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.2 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 58.45it/s] 100%|██████████| 28/28 [00:00<00:00, 78.94it/s]
Prediction
prunaai/flux.1-cheetah:40395798IDfcvtbvdp1srm80cnwaev618k4wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 0
- prompt
- black forest gateau cake spelling out the words "FLUX DEV", tasty, food photography, dynamic shot
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 0, prompt: "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", guidance: 3.5, go_faster: false, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": False, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \\"FLUX DEV\\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T15:55:42.969770Z", "created_at": "2025-03-29T15:55:41.454000Z", "data_removed": false, "error": null, "id": "fcvtbvdp1srm80cnwaev618k4w", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.2\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 18.46it/s]\n100%|██████████| 28/28 [00:01<00:00, 24.46it/s]", "metrics": { "predict_time": 1.508005873, "total_time": 1.51577 }, "output": "https://replicate.delivery/xezq/Gn1UtwE34qJADFuQ67N9IaVMlftYMDM2lp1vjBgWoJeeP56oA/output_0_0.webp", "started_at": "2025-03-29T15:55:41.461764Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-3twpzsubl4cnm2bqkqg7yzxaxqtkmrux4wmiddmf6dtyfrdcguoa", "get": "https://api.replicate.com/v1/predictions/fcvtbvdp1srm80cnwaev618k4w", "cancel": "https://api.replicate.com/v1/predictions/fcvtbvdp1srm80cnwaev618k4w/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.2 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 18.46it/s] 100%|██████████| 28/28 [00:01<00:00, 24.46it/s]
Prediction
prunaai/flux.1-cheetah:40395798ID3e4mckf34xrme0cnwaer0k2d7wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 0
- prompt
- black forest gateau cake spelling out the words "FLUX DEV", tasty, food photography, dynamic shot
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 0, prompt: "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", guidance: 3.5, go_faster: true, go_fast_af: false, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": True, "go_fast_af": False, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \\"FLUX DEV\\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T15:55:54.989906Z", "created_at": "2025-03-29T15:55:52.999000Z", "data_removed": false, "error": null, "id": "3e4mckf34xrme0cnwaer0k2d7w", "input": { "seed": 0, "prompt": "black forest gateau cake spelling out the words \"FLUX DEV\", tasty, food photography, dynamic shot", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.4\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:01<00:00, 13.12it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.28it/s]", "metrics": { "predict_time": 1.9825265939999999, "total_time": 1.990906 }, "output": "https://replicate.delivery/xezq/o73m7VfNfxmm1ku3qGWobfottkDY4DddP2UVpLZ60ajUQ56oA/output_0_0.webp", "started_at": "2025-03-29T15:55:53.007380Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-773ofaxgt4od5v7jbywerpmzaof5g3twrp7liw5vn53nwnaoi6ga", "get": "https://api.replicate.com/v1/predictions/3e4mckf34xrme0cnwaer0k2d7w", "cancel": "https://api.replicate.com/v1/predictions/3e4mckf34xrme0cnwaer0k2d7w/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.4 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:01<00:00, 13.12it/s] 100%|██████████| 28/28 [00:01<00:00, 17.28it/s]
Prediction
prunaai/flux.1-cheetah:40395798ID7wmcbrsnfdrma0cnwahttbatbmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- -1
- prompt
- a tiny astronaut hatching from an egg on the moon
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: -1, prompt: "a tiny astronaut hatching from an egg on the moon", guidance: 3.5, go_faster: false, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": False, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T16:01:43.257412Z", "created_at": "2025-03-29T16:01:41.755000Z", "data_removed": false, "error": null, "id": "7wmcbrsnfdrma0cnwahttbatbm", "input": { "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.2\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 18.44it/s]\n100%|██████████| 28/28 [00:01<00:00, 24.37it/s]", "metrics": { "predict_time": 1.493320188, "total_time": 1.502412 }, "output": "https://replicate.delivery/xezq/Y7PYzeCpyW1YXyd2oCGpgkGifwFMDiCNicnqxce2Zeld2y1RB/output_-1_0.webp", "started_at": "2025-03-29T16:01:41.764092Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-loyem6brc3d2g3lcuvno5ts5oqst2orfl7ex2e4dhw7zddmswuva", "get": "https://api.replicate.com/v1/predictions/7wmcbrsnfdrma0cnwahttbatbm", "cancel": "https://api.replicate.com/v1/predictions/7wmcbrsnfdrma0cnwahttbatbm/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.2 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 18.44it/s] 100%|██████████| 28/28 [00:01<00:00, 24.37it/s]
Prediction
prunaai/flux.1-cheetah:40395798Input
- seed
- -1
- prompt
- a tiny astronaut hatching from an egg on the moon
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: -1, prompt: "a tiny astronaut hatching from an egg on the moon", guidance: 3.5, go_faster: true, go_fast_af: false, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": True, "go_fast_af": False, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-03-29T16:01:56.445981Z", "created_at": "2025-03-29T16:01:54.469000Z", "data_removed": false, "error": null, "id": "vqfmppk74nrm80cnwahs0973k4", "input": { "seed": -1, "prompt": "a tiny astronaut hatching from an egg on the moon", "guidance": 3.5, "go_faster": true, "go_fast_af": false, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.4\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:01<00:00, 13.12it/s]\n100%|██████████| 28/28 [00:01<00:00, 17.30it/s]", "metrics": { "predict_time": 1.962889675, "total_time": 1.976981 }, "output": "https://replicate.delivery/xezq/oyo2ufOW2QQNFKnpJTVNef8vSuZW2enVbdTpGbrqGB6Q3y1RB/output_-1_0.webp", "started_at": "2025-03-29T16:01:54.483091Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mxxb5li23bpprcczmmotp5y77gxcg3at4yl2bbawzixrki43hgqq", "get": "https://api.replicate.com/v1/predictions/vqfmppk74nrm80cnwahs0973k4", "cancel": "https://api.replicate.com/v1/predictions/vqfmppk74nrm80cnwahs0973k4/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.4 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:01<00:00, 13.12it/s] 100%|██████████| 28/28 [00:01<00:00, 17.30it/s]
Prediction
prunaai/flux.1-cheetah:40395798IDhv6d8f7y45rm80cny6ybc376cwStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 1
- prompt
- An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 1, "prompt": "An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 1, prompt: "An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", guidance: 3.5, go_faster: false, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 1, "prompt": "An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": False, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 1, "prompt": "An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-01T14:24:11.275470Z", "created_at": "2025-04-01T14:24:09.761000Z", "data_removed": false, "error": null, "id": "hv6d8f7y45rm80cny6ybc376cw", "input": { "seed": 1, "prompt": "An anime illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.2\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 18.54it/s]\n100%|██████████| 28/28 [00:01<00:00, 24.43it/s]", "metrics": { "predict_time": 1.507860885, "total_time": 1.51447 }, "output": "https://replicate.delivery/xezq/tPRzyR6mxZ5oEFhiJLjei1imGnDONKbkvfu4foi6oeMvQq5RB/output_1_0.webp", "started_at": "2025-04-01T14:24:09.767609Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-sttv77gbd2zqzptyijkdwlywmhugggack2fikayckore5s7ihx4q", "get": "https://api.replicate.com/v1/predictions/hv6d8f7y45rm80cny6ybc376cw", "cancel": "https://api.replicate.com/v1/predictions/hv6d8f7y45rm80cny6ybc376cw/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.2 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 18.54it/s] 100%|██████████| 28/28 [00:01<00:00, 24.43it/s]
Prediction
prunaai/flux.1-cheetah:40395798IDtsgxnf6e71rma0cny6ysm2s338StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- seed
- 1
- prompt
- A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.
- guidance
- 3.5
- go_faster
- go_fast_af
- image_size
- 1024
- aspect_ratio
- 1:1
- output_format
- webp
- output_quality
- 80
- num_inference_steps
- 28
{ "seed": 1, "prompt": "A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", { input: { seed: 1, prompt: "A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", guidance: 3.5, go_faster: false, go_fast_af: true, image_size: 1024, aspect_ratio: "1:1", output_format: "webp", output_quality: 80, num_inference_steps: 28 } } ); console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Import the client:import replicate
Run prunaai/flux.1-cheetah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "prunaai/flux.1-cheetah:40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", input={ "seed": 1, "prompt": "A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": False, "go_fast_af": True, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Set theREPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run prunaai/flux.1-cheetah 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": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5", "input": { "seed": 1, "prompt": "A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-01T14:25:04.549631Z", "created_at": "2025-04-01T14:25:03.032000Z", "data_removed": false, "error": null, "id": "tsgxnf6e71rma0cny6ysm2s338", "input": { "seed": 1, "prompt": "A ghibli style illustration of Sydney Opera House sitting next to Eiffel tower, under a blue night sky of roiling energy, exploding yellow stars, and radiating swirls of blue.", "guidance": 3.5, "go_faster": false, "go_fast_af": true, "image_size": 1024, "aspect_ratio": "1:1", "output_format": "webp", "output_quality": 80, "num_inference_steps": 28 }, "logs": "Using txt2img pipeline\nSetting cache speed factor: 0.2\nRunning prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator']\n 0%| | 0/28 [00:00<?, ?it/s]\n 54%|█████▎ | 15/28 [00:00<00:00, 18.57it/s]\n100%|██████████| 28/28 [00:01<00:00, 24.48it/s]", "metrics": { "predict_time": 1.510508722, "total_time": 1.517631 }, "output": "https://replicate.delivery/xezq/NfGQf3G8Rrnbt02UffOhFk5lW17Drceah5CGn0eB1ZhJQpmHF/output_1_0.webp", "started_at": "2025-04-01T14:25:03.039122Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-iklyjj7d2ciaemgrw2bnmgeow7g7lhdhh4372v3f67ksr33zu3xq", "get": "https://api.replicate.com/v1/predictions/tsgxnf6e71rma0cny6ysm2s338", "cancel": "https://api.replicate.com/v1/predictions/tsgxnf6e71rma0cny6ysm2s338/cancel" }, "version": "40395798681414feaa3bcf8c39bd0e4c12e6b53ce1ec984d52a77e635469d8e5" }
Generated inUsing txt2img pipeline Setting cache speed factor: 0.2 Running prediction with args: ['prompt', 'height', 'width', 'guidance_scale', 'num_inference_steps', 'generator'] 0%| | 0/28 [00:00<?, ?it/s] 54%|█████▎ | 15/28 [00:00<00:00, 18.57it/s] 100%|██████████| 28/28 [00:01<00:00, 24.48it/s]
Want to make some of these yourself?
Run this model