Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
cjwbw /instructcv:3258454a
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 cjwbw/instructcv using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"cjwbw/instructcv:3258454a0f4011005f51886a8d2c4015d5ec146652f2a28f042e5cc7e4ef85b4",
{
input: {
image: "https://replicate.delivery/pbxt/JfcdSI8FbeMqfb8FcfqCf4NaxM6QMOfJ68vcKjxmqcs3SSey/istockphoto-515635357-612x612.jpg",
instruction: "Detect the great dome",
num_inference_steps: 50,
text_guidance_scale: 7.5,
image_guidance_scale: 1.5
}
}
);
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 cjwbw/instructcv using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"cjwbw/instructcv:3258454a0f4011005f51886a8d2c4015d5ec146652f2a28f042e5cc7e4ef85b4",
input={
"image": "https://replicate.delivery/pbxt/JfcdSI8FbeMqfb8FcfqCf4NaxM6QMOfJ68vcKjxmqcs3SSey/istockphoto-515635357-612x612.jpg",
"instruction": "Detect the great dome",
"num_inference_steps": 50,
"text_guidance_scale": 7.5,
"image_guidance_scale": 1.5
}
)
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 cjwbw/instructcv 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": "3258454a0f4011005f51886a8d2c4015d5ec146652f2a28f042e5cc7e4ef85b4",
"input": {
"image": "https://replicate.delivery/pbxt/JfcdSI8FbeMqfb8FcfqCf4NaxM6QMOfJ68vcKjxmqcs3SSey/istockphoto-515635357-612x612.jpg",
"instruction": "Detect the great dome",
"num_inference_steps": 50,
"text_guidance_scale": 7.5,
"image_guidance_scale": 1.5
}
}' \
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.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-10-09T16:26:00.620506Z",
"created_at": "2023-10-09T16:25:56.560824Z",
"data_removed": false,
"error": null,
"id": "yt5uvqdbhhzo3wjoellavpaklq",
"input": {
"image": "https://replicate.delivery/pbxt/JfcdSI8FbeMqfb8FcfqCf4NaxM6QMOfJ68vcKjxmqcs3SSey/istockphoto-515635357-612x612.jpg",
"instruction": "Detect the great dome",
"num_inference_steps": 50,
"text_guidance_scale": 7.5,
"image_guidance_scale": 1.5
},
"logs": "Using seed: 29637\n 0%| | 0/50 [00:00<?, ?it/s]\n 4%|▍ | 2/50 [00:00<00:03, 14.74it/s]\n 10%|█ | 5/50 [00:00<00:02, 18.95it/s]\n 16%|█▌ | 8/50 [00:00<00:02, 20.28it/s]\n 22%|██▏ | 11/50 [00:00<00:01, 20.87it/s]\n 28%|██▊ | 14/50 [00:00<00:01, 21.22it/s]\n 34%|███▍ | 17/50 [00:00<00:01, 21.39it/s]\n 40%|████ | 20/50 [00:00<00:01, 21.56it/s]\n 46%|████▌ | 23/50 [00:01<00:01, 21.64it/s]\n 52%|█████▏ | 26/50 [00:01<00:01, 21.66it/s]\n 58%|█████▊ | 29/50 [00:01<00:00, 21.74it/s]\n 64%|██████▍ | 32/50 [00:01<00:00, 21.80it/s]\n 70%|███████ | 35/50 [00:01<00:00, 21.86it/s]\n 76%|███████▌ | 38/50 [00:01<00:00, 21.88it/s]\n 82%|████████▏ | 41/50 [00:01<00:00, 21.92it/s]\n 88%|████████▊ | 44/50 [00:02<00:00, 21.92it/s]\n 94%|█████████▍| 47/50 [00:02<00:00, 21.95it/s]\n100%|██████████| 50/50 [00:02<00:00, 21.96it/s]\n100%|██████████| 50/50 [00:02<00:00, 21.47it/s]",
"metrics": {
"predict_time": 4.102681,
"total_time": 4.059682
},
"output": "https://pbxt.replicate.delivery/rawEoDS9AarjExoiKtr7bV5SLbrY5Sq4levJeh1VVrqXudsRA/out.png",
"started_at": "2023-10-09T16:25:56.517825Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/yt5uvqdbhhzo3wjoellavpaklq",
"cancel": "https://api.replicate.com/v1/predictions/yt5uvqdbhhzo3wjoellavpaklq/cancel"
},
"version": "3258454a0f4011005f51886a8d2c4015d5ec146652f2a28f042e5cc7e4ef85b4"
}
Using seed: 29637
0%| | 0/50 [00:00<?, ?it/s]
4%|▍ | 2/50 [00:00<00:03, 14.74it/s]
10%|█ | 5/50 [00:00<00:02, 18.95it/s]
16%|█▌ | 8/50 [00:00<00:02, 20.28it/s]
22%|██▏ | 11/50 [00:00<00:01, 20.87it/s]
28%|██▊ | 14/50 [00:00<00:01, 21.22it/s]
34%|███▍ | 17/50 [00:00<00:01, 21.39it/s]
40%|████ | 20/50 [00:00<00:01, 21.56it/s]
46%|████▌ | 23/50 [00:01<00:01, 21.64it/s]
52%|█████▏ | 26/50 [00:01<00:01, 21.66it/s]
58%|█████▊ | 29/50 [00:01<00:00, 21.74it/s]
64%|██████▍ | 32/50 [00:01<00:00, 21.80it/s]
70%|███████ | 35/50 [00:01<00:00, 21.86it/s]
76%|███████▌ | 38/50 [00:01<00:00, 21.88it/s]
82%|████████▏ | 41/50 [00:01<00:00, 21.92it/s]
88%|████████▊ | 44/50 [00:02<00:00, 21.92it/s]
94%|█████████▍| 47/50 [00:02<00:00, 21.95it/s]
100%|██████████| 50/50 [00:02<00:00, 21.96it/s]
100%|██████████| 50/50 [00:02<00:00, 21.47it/s]