You're looking at a specific version of this model. Jump to the model overview.
bytedance /hyper-flux-8step:16084e97
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run bytedance/hyper-flux-8step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"bytedance/hyper-flux-8step:16084e9731223a4367228928a6cb393b21736da2a0ca6a5a492ce311f0a97143",
{
input: {
seed: 0,
width: 848,
height: 848,
prompt: "a dog smiling and looking directly at the camera, wearing a white t-shirt with the word \"HYPER\" printed on it.",
num_outputs: 1,
aspect_ratio: "1:1",
output_format: "webp",
guidance_scale: 3.5,
output_quality: 80,
num_inference_steps: 8
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run bytedance/hyper-flux-8step using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"bytedance/hyper-flux-8step:16084e9731223a4367228928a6cb393b21736da2a0ca6a5a492ce311f0a97143",
input={
"seed": 0,
"width": 848,
"height": 848,
"prompt": "a dog smiling and looking directly at the camera, wearing a white t-shirt with the word \"HYPER\" printed on it.",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3.5,
"output_quality": 80,
"num_inference_steps": 8
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run bytedance/hyper-flux-8step 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": "16084e9731223a4367228928a6cb393b21736da2a0ca6a5a492ce311f0a97143",
"input": {
"seed": 0,
"width": 848,
"height": 848,
"prompt": "a dog smiling and looking directly at the camera, wearing a white t-shirt with the word \\"HYPER\\" printed on it.",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3.5,
"output_quality": 80,
"num_inference_steps": 8
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
Each run costs approximately $0.0072. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2024-10-04T22:27:20.324335Z",
"created_at": "2024-10-04T22:27:15.904000Z",
"data_removed": false,
"error": null,
"id": "zr6w3kzn81rm60cjb6j9sqh5pc",
"input": {
"prompt": "a dog smiling and looking directly at the camera, wearing a white t-shirt with the word \"HYPER\" printed on it.",
"num_outputs": 1,
"aspect_ratio": "1:1",
"output_format": "webp",
"guidance_scale": 3.5,
"output_quality": 80,
"num_inference_steps": 8
},
"logs": "Using seed: 63685\nPrompt: a dog smiling and looking directly at the camera, wearing a white t-shirt with the word \"HYPER\" printed on it.\ntxt2img mode\n 0%| | 0/8 [00:00<?, ?it/s]\n 12%|█▎ | 1/8 [00:00<00:01, 4.34it/s]\n 25%|██▌ | 2/8 [00:00<00:01, 5.51it/s]\n 38%|███▊ | 3/8 [00:00<00:01, 4.91it/s]\n 50%|█████ | 4/8 [00:00<00:00, 4.67it/s]\n 62%|██████▎ | 5/8 [00:01<00:00, 4.55it/s]\n 75%|███████▌ | 6/8 [00:01<00:00, 4.46it/s]\n 88%|████████▊ | 7/8 [00:01<00:00, 4.43it/s]\n100%|██████████| 8/8 [00:01<00:00, 4.40it/s]\n100%|██████████| 8/8 [00:01<00:00, 4.55it/s]",
"metrics": {
"predict_time": 2.100584142,
"total_time": 4.420335
},
"output": [
"https://replicate.delivery/yhqm/bKCAFhWFtbafL6Q31fEkfzVUKDUxY3GcdU1KGtR1AfRhcHOOB/out-0.webp"
],
"started_at": "2024-10-04T22:27:18.223751Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/zr6w3kzn81rm60cjb6j9sqh5pc",
"cancel": "https://api.replicate.com/v1/predictions/zr6w3kzn81rm60cjb6j9sqh5pc/cancel"
},
"version": "81946b1e09b256c543b35f37333a30d0d02ee2cd8c4f77cd915873a1ca622bad"
}
Using seed: 63685
Prompt: a dog smiling and looking directly at the camera, wearing a white t-shirt with the word "HYPER" printed on it.
txt2img mode
0%| | 0/8 [00:00<?, ?it/s]
12%|█▎ | 1/8 [00:00<00:01, 4.34it/s]
25%|██▌ | 2/8 [00:00<00:01, 5.51it/s]
38%|███▊ | 3/8 [00:00<00:01, 4.91it/s]
50%|█████ | 4/8 [00:00<00:00, 4.67it/s]
62%|██████▎ | 5/8 [00:01<00:00, 4.55it/s]
75%|███████▌ | 6/8 [00:01<00:00, 4.46it/s]
88%|████████▊ | 7/8 [00:01<00:00, 4.43it/s]
100%|██████████| 8/8 [00:01<00:00, 4.40it/s]
100%|██████████| 8/8 [00:01<00:00, 4.55it/s]
This example was created by a different version, bytedance/hyper-flux-8step:81946b1e.