henn0124 / jonah
(Updated 8 months, 2 weeks ago)
- Public
- 23 runs
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDs86cv7t0f1rj20cj964v94n4amStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:24:42.766820Z", "created_at": "2024-10-01T19:23:04.696000Z", "data_removed": false, "error": null, "id": "s86cv7t0f1rj20cj964v94n4am", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 29553\nPrompt: create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck\n[!] txt2img mode\nUsing dev model\nfree=3359937863680\nDownloading weights\n2024-10-01T19:24:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgaakhdm9/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:24:23Z | INFO | [ Complete ] dest=/tmp/tmpgaakhdm9/weights size=\"172 MB\" total_elapsed=3.259s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 3.29s\nLoaded LoRAs in 3.97s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.55it/s]\n 7%|▋ | 2/28 [00:01<00:14, 1.75it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.65it/s]\n 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.58it/s]\n 21%|██▏ | 6/28 [00:03<00:14, 1.57it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.56it/s]\n 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.55it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.55it/s]\n 39%|███▉ | 11/28 [00:06<00:10, 1.55it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s]\n 50%|█████ | 14/28 [00:08<00:09, 1.55it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s]\n 61%|██████ | 17/28 [00:10<00:07, 1.55it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.54it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.54it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.54it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.54it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.54it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.54it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.54it/s]\n 89%|████████▉ | 25/28 [00:16<00:01, 1.54it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.54it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.54it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.54it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.56it/s]", "metrics": { "predict_time": 22.774035536, "total_time": 98.07082 }, "output": [ "https://replicate.delivery/yhqm/YHizfD8Ddw0PFCdEPbfDgBpG2gW4yggcdhOckXCGhIU65fEnA/out-0.webp" ], "started_at": "2024-10-01T19:24:19.992784Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/s86cv7t0f1rj20cj964v94n4am", "cancel": "https://api.replicate.com/v1/predictions/s86cv7t0f1rj20cj964v94n4am/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 29553 Prompt: create a image depiction in the style of JNH of Dramatic scene of a violent storm at sea, with sailors desperately trying to control a small wooden ship while Jonah, a prophet in the Hebrew Bible, sleeps below deck [!] txt2img mode Using dev model free=3359937863680 Downloading weights 2024-10-01T19:24:20Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpgaakhdm9/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:24:23Z | INFO | [ Complete ] dest=/tmp/tmpgaakhdm9/weights size="172 MB" total_elapsed=3.259s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 3.29s Loaded LoRAs in 3.97s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.55it/s] 7%|▋ | 2/28 [00:01<00:14, 1.75it/s] 11%|█ | 3/28 [00:01<00:15, 1.65it/s] 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.58it/s] 21%|██▏ | 6/28 [00:03<00:14, 1.57it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.56it/s] 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.55it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.55it/s] 39%|███▉ | 11/28 [00:06<00:10, 1.55it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s] 50%|█████ | 14/28 [00:08<00:09, 1.55it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s] 61%|██████ | 17/28 [00:10<00:07, 1.55it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.54it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.54it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.54it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.54it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.54it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.54it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.54it/s] 89%|████████▉ | 25/28 [00:16<00:01, 1.54it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.54it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.54it/s] 100%|██████████| 28/28 [00:18<00:00, 1.54it/s] 100%|██████████| 28/28 [00:18<00:00, 1.56it/s]
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDhgr3jxrn1srj40cj968s4w834mStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah\'s conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:31:58.770976Z", "created_at": "2024-10-01T19:31:37.870000Z", "data_removed": false, "error": null, "id": "hgr3jxrn1srj40cj968s4w834m", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 36126\nPrompt: create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background.\n[!] txt2img mode\nUsing dev model\nfree=3470528970752\nDownloading weights\n2024-10-01T19:31:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpa6r2qt5p/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:31:39Z | INFO | [ Complete ] dest=/tmp/tmpa6r2qt5p/weights size=\"172 MB\" total_elapsed=1.093s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 1.12s\nLoaded LoRAs in 1.95s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.54it/s]\n 7%|▋ | 2/28 [00:01<00:14, 1.73it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.64it/s]\n 14%|█▍ | 4/28 [00:02<00:15, 1.59it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.57it/s]\n 21%|██▏ | 6/28 [00:03<00:14, 1.56it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.55it/s]\n 29%|██▊ | 8/28 [00:05<00:12, 1.54it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.54it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.54it/s]\n 39%|███▉ | 11/28 [00:07<00:11, 1.54it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.53it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.53it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.53it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.53it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.53it/s]\n 61%|██████ | 17/28 [00:10<00:07, 1.53it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.53it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.53it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.53it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.53it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.53it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.53it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.53it/s]\n 89%|████████▉ | 25/28 [00:16<00:01, 1.53it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.53it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.53it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.53it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.54it/s]", "metrics": { "predict_time": 20.892024334, "total_time": 20.900976 }, "output": [ "https://replicate.delivery/yhqm/XNRo4BXF1aa3HtJasz57pnSbD39KCUteVdemrIfP90pdBAFnA/out-0.webp" ], "started_at": "2024-10-01T19:31:37.878952Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/hgr3jxrn1srj40cj968s4w834m", "cancel": "https://api.replicate.com/v1/predictions/hgr3jxrn1srj40cj968s4w834m/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 36126 Prompt: create a image depiction in the style of JNH of Close-up of Jonah's conflicted face, a prophet in the Hebrew Bible, as he stands at the port of Joppa. His eyes show fear and indecision, with the bustling ancient harbor visible in the background. [!] txt2img mode Using dev model free=3470528970752 Downloading weights 2024-10-01T19:31:37Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpa6r2qt5p/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:31:39Z | INFO | [ Complete ] dest=/tmp/tmpa6r2qt5p/weights size="172 MB" total_elapsed=1.093s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 1.12s Loaded LoRAs in 1.95s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.54it/s] 7%|▋ | 2/28 [00:01<00:14, 1.73it/s] 11%|█ | 3/28 [00:01<00:15, 1.64it/s] 14%|█▍ | 4/28 [00:02<00:15, 1.59it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.57it/s] 21%|██▏ | 6/28 [00:03<00:14, 1.56it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.55it/s] 29%|██▊ | 8/28 [00:05<00:12, 1.54it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.54it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.54it/s] 39%|███▉ | 11/28 [00:07<00:11, 1.54it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.53it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.53it/s] 50%|█████ | 14/28 [00:09<00:09, 1.53it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.53it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.53it/s] 61%|██████ | 17/28 [00:10<00:07, 1.53it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.53it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.53it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.53it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.53it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.53it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.53it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.53it/s] 89%|████████▉ | 25/28 [00:16<00:01, 1.53it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.53it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.53it/s] 100%|██████████| 28/28 [00:18<00:00, 1.53it/s] 100%|██████████| 28/28 [00:18<00:00, 1.54it/s]
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDd521y2e691rj20cj968strgzxcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah\'s peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:32:43.921796Z", "created_at": "2024-10-01T19:32:23.240000Z", "data_removed": false, "error": null, "id": "d521y2e691rj20cj968strgzxc", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 43662\nPrompt: create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea.\n[!] txt2img mode\nUsing dev model\nfree=3526565453824\nDownloading weights\n2024-10-01T19:32:23Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppx8co73_/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:32:24Z | INFO | [ Complete ] dest=/tmp/tmppx8co73_/weights size=\"172 MB\" total_elapsed=1.244s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 1.27s\nLoaded LoRAs in 1.94s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.55it/s]\n 7%|▋ | 2/28 [00:01<00:14, 1.75it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.65it/s]\n 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.59it/s]\n 21%|██▏ | 6/28 [00:03<00:13, 1.58it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.57it/s]\n 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.56it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.56it/s]\n 39%|███▉ | 11/28 [00:06<00:10, 1.56it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s]\n 50%|█████ | 14/28 [00:08<00:09, 1.55it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s]\n 61%|██████ | 17/28 [00:10<00:07, 1.55it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.55it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.55it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.55it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.55it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.55it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.55it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.55it/s]\n 89%|████████▉ | 25/28 [00:15<00:01, 1.55it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.55it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.55it/s]\n100%|██████████| 28/28 [00:17<00:00, 1.55it/s]\n100%|██████████| 28/28 [00:17<00:00, 1.56it/s]", "metrics": { "predict_time": 20.671298598, "total_time": 20.681796 }, "output": [ "https://replicate.delivery/yhqm/b8MP68lDtcbaDdPfNlqcInR5NygerunBwhzInWMtJ1jbBgiTA/out-0.webp" ], "started_at": "2024-10-01T19:32:23.250498Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/d521y2e691rj20cj968strgzxc", "cancel": "https://api.replicate.com/v1/predictions/d521y2e691rj20cj968strgzxc/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 43662 Prompt: create a image depiction in the style of JNH of Jonah's peaceful, sleeping face, a prophet in the Hebrew Bible, contrasting with the panic-stricken expressions of sailors above deck during a violent storm at sea. [!] txt2img mode Using dev model free=3526565453824 Downloading weights 2024-10-01T19:32:23Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppx8co73_/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:32:24Z | INFO | [ Complete ] dest=/tmp/tmppx8co73_/weights size="172 MB" total_elapsed=1.244s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 1.27s Loaded LoRAs in 1.94s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.55it/s] 7%|▋ | 2/28 [00:01<00:14, 1.75it/s] 11%|█ | 3/28 [00:01<00:15, 1.65it/s] 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.59it/s] 21%|██▏ | 6/28 [00:03<00:13, 1.58it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.57it/s] 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.56it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.56it/s] 39%|███▉ | 11/28 [00:06<00:10, 1.56it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s] 50%|█████ | 14/28 [00:08<00:09, 1.55it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s] 61%|██████ | 17/28 [00:10<00:07, 1.55it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.55it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.55it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.55it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.55it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.55it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.55it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.55it/s] 89%|████████▉ | 25/28 [00:15<00:01, 1.55it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.55it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.55it/s] 100%|██████████| 28/28 [00:17<00:00, 1.55it/s] 100%|██████████| 28/28 [00:17<00:00, 1.56it/s]
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDsf0x9tkzvdrj00cj969b8g3pdcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of A detailed view of Jonah\'s terrified face, a prophet in the Hebrew Bible, as he\'s suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:33:31.660996Z", "created_at": "2024-10-01T19:33:10.747000Z", "data_removed": false, "error": null, "id": "sf0x9tkzvdrj00cj969b8g3pdc", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 11330\nPrompt: create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard\n[!] txt2img mode\nUsing dev model\nfree=3366246096896\nDownloading weights\n2024-10-01T19:33:10Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp8l1lfb2k/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:33:11Z | INFO | [ Complete ] dest=/tmp/tmp8l1lfb2k/weights size=\"172 MB\" total_elapsed=1.119s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 1.15s\nLoaded LoRAs in 1.82s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.54it/s]\n 7%|▋ | 2/28 [00:01<00:15, 1.73it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.63it/s]\n 14%|█▍ | 4/28 [00:02<00:15, 1.59it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.57it/s]\n 21%|██▏ | 6/28 [00:03<00:14, 1.55it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.54it/s]\n 29%|██▊ | 8/28 [00:05<00:13, 1.54it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.53it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.53it/s]\n 39%|███▉ | 11/28 [00:07<00:11, 1.53it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.53it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.52it/s]\n 50%|█████ | 14/28 [00:09<00:09, 1.52it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.52it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.52it/s]\n 61%|██████ | 17/28 [00:11<00:07, 1.52it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.52it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.52it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.52it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.52it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.52it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.52it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.52it/s]\n 89%|████████▉ | 25/28 [00:16<00:01, 1.52it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.52it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.52it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.52it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.53it/s]", "metrics": { "predict_time": 20.903593816, "total_time": 20.913996 }, "output": [ "https://replicate.delivery/yhqm/NdPY21Xj6I6vH9npwY21T4UaeHPGwK28aM0zce5TuKqLCgiTA/out-0.webp" ], "started_at": "2024-10-01T19:33:10.757402Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/sf0x9tkzvdrj00cj969b8g3pdc", "cancel": "https://api.replicate.com/v1/predictions/sf0x9tkzvdrj00cj969b8g3pdc/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 11330 Prompt: create a image depiction in the style of JNH of A detailed view of Jonah's terrified face, a prophet in the Hebrew Bible, as he's suspended mid-air, about to plunge into turbulent, storm-tossed waves after being thrown overboard [!] txt2img mode Using dev model free=3366246096896 Downloading weights 2024-10-01T19:33:10Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp8l1lfb2k/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:33:11Z | INFO | [ Complete ] dest=/tmp/tmp8l1lfb2k/weights size="172 MB" total_elapsed=1.119s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 1.15s Loaded LoRAs in 1.82s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.54it/s] 7%|▋ | 2/28 [00:01<00:15, 1.73it/s] 11%|█ | 3/28 [00:01<00:15, 1.63it/s] 14%|█▍ | 4/28 [00:02<00:15, 1.59it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.57it/s] 21%|██▏ | 6/28 [00:03<00:14, 1.55it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.54it/s] 29%|██▊ | 8/28 [00:05<00:13, 1.54it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.53it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.53it/s] 39%|███▉ | 11/28 [00:07<00:11, 1.53it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.53it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.52it/s] 50%|█████ | 14/28 [00:09<00:09, 1.52it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.52it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.52it/s] 61%|██████ | 17/28 [00:11<00:07, 1.52it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.52it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.52it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.52it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.52it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.52it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.52it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.52it/s] 89%|████████▉ | 25/28 [00:16<00:01, 1.52it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.52it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.52it/s] 100%|██████████| 28/28 [00:18<00:00, 1.52it/s] 100%|██████████| 28/28 [00:18<00:00, 1.53it/s]
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDk5e3qrx611rj40cj96brqw47jcStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah\'s determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:39:46.614369Z", "created_at": "2024-10-01T19:38:48.200000Z", "data_removed": false, "error": null, "id": "k5e3qrx611rj40cj96brqw47jc", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 25864\nPrompt: create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes.\n[!] txt2img mode\nUsing dev model\nfree=3852610560000\nDownloading weights\n2024-10-01T19:39:26Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpjfof00l0/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:39:27Z | INFO | [ Complete ] dest=/tmp/tmpjfof00l0/weights size=\"172 MB\" total_elapsed=1.156s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 1.19s\nLoaded LoRAs in 1.86s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.54it/s]\n 7%|▋ | 2/28 [00:01<00:14, 1.74it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.65it/s]\n 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.58it/s]\n 21%|██▏ | 6/28 [00:03<00:14, 1.57it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.56it/s]\n 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.55it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.55it/s]\n 39%|███▉ | 11/28 [00:06<00:10, 1.55it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s]\n 50%|█████ | 14/28 [00:08<00:09, 1.55it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.54it/s]\n 61%|██████ | 17/28 [00:10<00:07, 1.54it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.54it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.54it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.54it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.54it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.54it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.54it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.54it/s]\n 89%|████████▉ | 25/28 [00:16<00:01, 1.54it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.54it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.54it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.54it/s]\n100%|██████████| 28/28 [00:18<00:00, 1.56it/s]", "metrics": { "predict_time": 20.638650115, "total_time": 58.414369 }, "output": [ "https://replicate.delivery/yhqm/CSFcYfmvVVxCBSkBlp4qxpIGeTehmadntpIqP2T8wsrFQAFnA/out-0.webp" ], "started_at": "2024-10-01T19:39:25.975719Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/k5e3qrx611rj40cj96brqw47jc", "cancel": "https://api.replicate.com/v1/predictions/k5e3qrx611rj40cj96brqw47jc/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 25864 Prompt: create a image depiction in the style of JNH of Close-up of Jonah's determined yet apprehensive face, a prophet in the Hebrew Bible, as he passes through the grand gates of ancient Nineveh, the imposing city walls reflected in his eyes. [!] txt2img mode Using dev model free=3852610560000 Downloading weights 2024-10-01T19:39:26Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpjfof00l0/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:39:27Z | INFO | [ Complete ] dest=/tmp/tmpjfof00l0/weights size="172 MB" total_elapsed=1.156s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 1.19s Loaded LoRAs in 1.86s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.54it/s] 7%|▋ | 2/28 [00:01<00:14, 1.74it/s] 11%|█ | 3/28 [00:01<00:15, 1.65it/s] 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.58it/s] 21%|██▏ | 6/28 [00:03<00:14, 1.57it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.56it/s] 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.55it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.55it/s] 39%|███▉ | 11/28 [00:06<00:10, 1.55it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s] 50%|█████ | 14/28 [00:08<00:09, 1.55it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.54it/s] 61%|██████ | 17/28 [00:10<00:07, 1.54it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.54it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.54it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.54it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.54it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.54it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.54it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.54it/s] 89%|████████▉ | 25/28 [00:16<00:01, 1.54it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.54it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.54it/s] 100%|██████████| 28/28 [00:18<00:00, 1.54it/s] 100%|██████████| 28/28 [00:18<00:00, 1.56it/s]
Prediction
henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8aIDgqjbayfchsrj00cj96ca4zh9gmStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- model
- dev
- prompt
- create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.
- lora_scale
- 1
- num_outputs
- 1
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3.5
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
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 henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", { input: { model: "dev", prompt: "create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.", lora_scale: 1, num_outputs: 1, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3.5, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 replicate
Import the client:import replicate
Run henn0124/jonah using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", input={ "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run henn0124/jonah 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": "henn0124/jonah:6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah\'s impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh\'s marketplace. His expression is a mix of urgency and reluctance.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "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": "2024-10-01T19:42:02.249790Z", "created_at": "2024-10-01T19:40:11.790000Z", "data_removed": false, "error": null, "id": "gqjbayfchsrj00cj96ca4zh9gm", "input": { "model": "dev", "prompt": "create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.", "lora_scale": 1, "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3.5, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Using seed: 36967\nPrompt: create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance.\n[!] txt2img mode\nUsing dev model\nfree=3457690116096\nDownloading weights\n2024-10-01T19:41:41Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4aktmfo_/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\n2024-10-01T19:41:42Z | INFO | [ Complete ] dest=/tmp/tmp4aktmfo_/weights size=\"172 MB\" total_elapsed=1.283s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar\nDownloaded weights in 1.40s\nLoaded LoRAs in 2.22s\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:00<00:17, 1.55it/s]\n 7%|▋ | 2/28 [00:01<00:14, 1.75it/s]\n 11%|█ | 3/28 [00:01<00:15, 1.65it/s]\n 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s]\n 18%|█▊ | 5/28 [00:03<00:14, 1.59it/s]\n 21%|██▏ | 6/28 [00:03<00:13, 1.58it/s]\n 25%|██▌ | 7/28 [00:04<00:13, 1.57it/s]\n 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s]\n 32%|███▏ | 9/28 [00:05<00:12, 1.56it/s]\n 36%|███▌ | 10/28 [00:06<00:11, 1.56it/s]\n 39%|███▉ | 11/28 [00:06<00:10, 1.56it/s]\n 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s]\n 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s]\n 50%|█████ | 14/28 [00:08<00:09, 1.55it/s]\n 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s]\n 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s]\n 61%|██████ | 17/28 [00:10<00:07, 1.55it/s]\n 64%|██████▍ | 18/28 [00:11<00:06, 1.55it/s]\n 68%|██████▊ | 19/28 [00:12<00:05, 1.55it/s]\n 71%|███████▏ | 20/28 [00:12<00:05, 1.55it/s]\n 75%|███████▌ | 21/28 [00:13<00:04, 1.55it/s]\n 79%|███████▊ | 22/28 [00:14<00:03, 1.55it/s]\n 82%|████████▏ | 23/28 [00:14<00:03, 1.55it/s]\n 86%|████████▌ | 24/28 [00:15<00:02, 1.55it/s]\n 89%|████████▉ | 25/28 [00:15<00:01, 1.55it/s]\n 93%|█████████▎| 26/28 [00:16<00:01, 1.55it/s]\n 96%|█████████▋| 27/28 [00:17<00:00, 1.55it/s]\n100%|██████████| 28/28 [00:17<00:00, 1.55it/s]\n100%|██████████| 28/28 [00:17<00:00, 1.56it/s]", "metrics": { "predict_time": 20.920388378, "total_time": 110.45979 }, "output": [ "https://replicate.delivery/yhqm/P0UiGzzuw45qMNC4AzKm003JpB2DidOSndesDSJ0btbFFQxJA/out-0.webp" ], "started_at": "2024-10-01T19:41:41.329402Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gqjbayfchsrj00cj96ca4zh9gm", "cancel": "https://api.replicate.com/v1/predictions/gqjbayfchsrj00cj96ca4zh9gm/cancel" }, "version": "6843df10e6264c4100073cd2c9ff6e1476af94c5415c1b4c07d4c466d81cdf8a" }
Generated inUsing seed: 36967 Prompt: create a image depiction in the style of JNH of Jonah's impassioned face, a prophet in the Hebrew Bible, as he preaches to a diverse crowd in Nineveh's marketplace. His expression is a mix of urgency and reluctance. [!] txt2img mode Using dev model free=3457690116096 Downloading weights 2024-10-01T19:41:41Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp4aktmfo_/weights url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar 2024-10-01T19:41:42Z | INFO | [ Complete ] dest=/tmp/tmp4aktmfo_/weights size="172 MB" total_elapsed=1.283s url=https://replicate.delivery/yhqm/ZoIeMd7B2u2ZdyJ3mjpR64cjNqFsHQGtUNSOWlimg1g76PxJA/trained_model.tar Downloaded weights in 1.40s Loaded LoRAs in 2.22s 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:00<00:17, 1.55it/s] 7%|▋ | 2/28 [00:01<00:14, 1.75it/s] 11%|█ | 3/28 [00:01<00:15, 1.65it/s] 14%|█▍ | 4/28 [00:02<00:14, 1.61it/s] 18%|█▊ | 5/28 [00:03<00:14, 1.59it/s] 21%|██▏ | 6/28 [00:03<00:13, 1.58it/s] 25%|██▌ | 7/28 [00:04<00:13, 1.57it/s] 29%|██▊ | 8/28 [00:05<00:12, 1.56it/s] 32%|███▏ | 9/28 [00:05<00:12, 1.56it/s] 36%|███▌ | 10/28 [00:06<00:11, 1.56it/s] 39%|███▉ | 11/28 [00:06<00:10, 1.56it/s] 43%|████▎ | 12/28 [00:07<00:10, 1.55it/s] 46%|████▋ | 13/28 [00:08<00:09, 1.55it/s] 50%|█████ | 14/28 [00:08<00:09, 1.55it/s] 54%|█████▎ | 15/28 [00:09<00:08, 1.55it/s] 57%|█████▋ | 16/28 [00:10<00:07, 1.55it/s] 61%|██████ | 17/28 [00:10<00:07, 1.55it/s] 64%|██████▍ | 18/28 [00:11<00:06, 1.55it/s] 68%|██████▊ | 19/28 [00:12<00:05, 1.55it/s] 71%|███████▏ | 20/28 [00:12<00:05, 1.55it/s] 75%|███████▌ | 21/28 [00:13<00:04, 1.55it/s] 79%|███████▊ | 22/28 [00:14<00:03, 1.55it/s] 82%|████████▏ | 23/28 [00:14<00:03, 1.55it/s] 86%|████████▌ | 24/28 [00:15<00:02, 1.55it/s] 89%|████████▉ | 25/28 [00:15<00:01, 1.55it/s] 93%|█████████▎| 26/28 [00:16<00:01, 1.55it/s] 96%|█████████▋| 27/28 [00:17<00:00, 1.55it/s] 100%|██████████| 28/28 [00:17<00:00, 1.55it/s] 100%|██████████| 28/28 [00:17<00:00, 1.56it/s]
Want to make some of these yourself?
Run this model