zzyjay / icedevsfm
- Public
- 116 runs
-
H100
Prediction
zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42IDs9k2969a89rma0cpcbr8kx7fx0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male
- go_fast
- lora_scale
- 1.09
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:21
- output_format
- jpg
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 41
{ "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 }
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 zzyjay/icedevsfm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", { input: { model: "dev", prompt: "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", go_fast: false, lora_scale: 1.09, megapixels: "1", num_outputs: 1, aspect_ratio: "9:21", output_format: "jpg", guidance_scale: 3, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 41 } } ); // 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 zzyjay/icedevsfm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", input={ "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": False, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run zzyjay/icedevsfm 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": "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", "input": { "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-23T13:57:32.942254Z", "created_at": "2025-04-23T13:57:08.802000Z", "data_removed": false, "error": null, "id": "s9k2969a89rma0cpcbr8kx7fx0", "input": { "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 }, "logs": "free=26013647654912\nDownloading weights\n2025-04-23T13:57:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppovjxydt/weights url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar\n2025-04-23T13:57:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-23T13:57:22Z | INFO | [ Complete ] dest=/tmp/tmppovjxydt/weights size=\"172 MB\" total_elapsed=5.600s url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar\nDownloaded weights in 5.62s\nLoaded LoRAs in 6.19s\nUsing seed: 35607\nPrompt: realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male\n[!] txt2img mode\n 0%| | 0/41 [00:00<?, ?it/s]\n 2%|▏ | 1/41 [00:00<00:10, 3.94it/s]\n 5%|▍ | 2/41 [00:00<00:08, 4.35it/s]\n 7%|▋ | 3/41 [00:00<00:09, 4.20it/s]\n 10%|▉ | 4/41 [00:00<00:08, 4.12it/s]\n 12%|█▏ | 5/41 [00:01<00:08, 4.09it/s]\n 15%|█▍ | 6/41 [00:01<00:08, 4.07it/s]\n 17%|█▋ | 7/41 [00:01<00:08, 4.05it/s]\n 20%|█▉ | 8/41 [00:01<00:08, 4.05it/s]\n 22%|██▏ | 9/41 [00:02<00:07, 4.04it/s]\n 24%|██▍ | 10/41 [00:02<00:07, 4.03it/s]\n 27%|██▋ | 11/41 [00:02<00:07, 4.03it/s]\n 29%|██▉ | 12/41 [00:02<00:07, 4.03it/s]\n 32%|███▏ | 13/41 [00:03<00:06, 4.03it/s]\n 34%|███▍ | 14/41 [00:03<00:06, 4.03it/s]\n 37%|███▋ | 15/41 [00:03<00:06, 4.02it/s]\n 39%|███▉ | 16/41 [00:03<00:06, 4.02it/s]\n 41%|████▏ | 17/41 [00:04<00:05, 4.02it/s]\n 44%|████▍ | 18/41 [00:04<00:05, 4.02it/s]\n 46%|████▋ | 19/41 [00:04<00:05, 4.02it/s]\n 49%|████▉ | 20/41 [00:04<00:05, 4.02it/s]\n 51%|█████ | 21/41 [00:05<00:04, 4.03it/s]\n 54%|█████▎ | 22/41 [00:05<00:04, 4.03it/s]\n 56%|█████▌ | 23/41 [00:05<00:04, 4.02it/s]\n 59%|█████▊ | 24/41 [00:05<00:04, 4.02it/s]\n 61%|██████ | 25/41 [00:06<00:03, 4.02it/s]\n 63%|██████▎ | 26/41 [00:06<00:03, 4.02it/s]\n 66%|██████▌ | 27/41 [00:06<00:03, 4.02it/s]\n 68%|██████▊ | 28/41 [00:06<00:03, 4.02it/s]\n 71%|███████ | 29/41 [00:07<00:02, 4.02it/s]\n 73%|███████▎ | 30/41 [00:07<00:02, 4.02it/s]\n 76%|███████▌ | 31/41 [00:07<00:02, 4.03it/s]\n 78%|███████▊ | 32/41 [00:07<00:02, 4.02it/s]\n 80%|████████ | 33/41 [00:08<00:01, 4.03it/s]\n 83%|████████▎ | 34/41 [00:08<00:01, 4.03it/s]\n 85%|████████▌ | 35/41 [00:08<00:01, 4.02it/s]\n 88%|████████▊ | 36/41 [00:08<00:01, 4.02it/s]\n 90%|█████████ | 37/41 [00:09<00:00, 4.02it/s]\n 93%|█████████▎| 38/41 [00:09<00:00, 4.02it/s]\n 95%|█████████▌| 39/41 [00:09<00:00, 4.03it/s]\n 98%|█████████▊| 40/41 [00:09<00:00, 4.02it/s]\n100%|██████████| 41/41 [00:10<00:00, 4.03it/s]\n100%|██████████| 41/41 [00:10<00:00, 4.04it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 16.559168576, "total_time": 24.140254 }, "output": [ "https://replicate.delivery/xezq/x4mDWy5TPaKnOF0oUBxhhOuZsSAI5iin8BCX1faXQFKmH1SKA/out-0.jpg" ], "started_at": "2025-04-23T13:57:16.383086Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-lv72xs7ynze4tpmjpdvtiaob3x746bmjtkeckellcfwlroyokzjq", "get": "https://api.replicate.com/v1/predictions/s9k2969a89rma0cpcbr8kx7fx0", "cancel": "https://api.replicate.com/v1/predictions/s9k2969a89rma0cpcbr8kx7fx0/cancel" }, "version": "e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42" }
Generated infree=26013647654912 Downloading weights 2025-04-23T13:57:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppovjxydt/weights url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar 2025-04-23T13:57:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-23T13:57:22Z | INFO | [ Complete ] dest=/tmp/tmppovjxydt/weights size="172 MB" total_elapsed=5.600s url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar Downloaded weights in 5.62s Loaded LoRAs in 6.19s Using seed: 35607 Prompt: realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male [!] txt2img mode 0%| | 0/41 [00:00<?, ?it/s] 2%|▏ | 1/41 [00:00<00:10, 3.94it/s] 5%|▍ | 2/41 [00:00<00:08, 4.35it/s] 7%|▋ | 3/41 [00:00<00:09, 4.20it/s] 10%|▉ | 4/41 [00:00<00:08, 4.12it/s] 12%|█▏ | 5/41 [00:01<00:08, 4.09it/s] 15%|█▍ | 6/41 [00:01<00:08, 4.07it/s] 17%|█▋ | 7/41 [00:01<00:08, 4.05it/s] 20%|█▉ | 8/41 [00:01<00:08, 4.05it/s] 22%|██▏ | 9/41 [00:02<00:07, 4.04it/s] 24%|██▍ | 10/41 [00:02<00:07, 4.03it/s] 27%|██▋ | 11/41 [00:02<00:07, 4.03it/s] 29%|██▉ | 12/41 [00:02<00:07, 4.03it/s] 32%|███▏ | 13/41 [00:03<00:06, 4.03it/s] 34%|███▍ | 14/41 [00:03<00:06, 4.03it/s] 37%|███▋ | 15/41 [00:03<00:06, 4.02it/s] 39%|███▉ | 16/41 [00:03<00:06, 4.02it/s] 41%|████▏ | 17/41 [00:04<00:05, 4.02it/s] 44%|████▍ | 18/41 [00:04<00:05, 4.02it/s] 46%|████▋ | 19/41 [00:04<00:05, 4.02it/s] 49%|████▉ | 20/41 [00:04<00:05, 4.02it/s] 51%|█████ | 21/41 [00:05<00:04, 4.03it/s] 54%|█████▎ | 22/41 [00:05<00:04, 4.03it/s] 56%|█████▌ | 23/41 [00:05<00:04, 4.02it/s] 59%|█████▊ | 24/41 [00:05<00:04, 4.02it/s] 61%|██████ | 25/41 [00:06<00:03, 4.02it/s] 63%|██████▎ | 26/41 [00:06<00:03, 4.02it/s] 66%|██████▌ | 27/41 [00:06<00:03, 4.02it/s] 68%|██████▊ | 28/41 [00:06<00:03, 4.02it/s] 71%|███████ | 29/41 [00:07<00:02, 4.02it/s] 73%|███████▎ | 30/41 [00:07<00:02, 4.02it/s] 76%|███████▌ | 31/41 [00:07<00:02, 4.03it/s] 78%|███████▊ | 32/41 [00:07<00:02, 4.02it/s] 80%|████████ | 33/41 [00:08<00:01, 4.03it/s] 83%|████████▎ | 34/41 [00:08<00:01, 4.03it/s] 85%|████████▌ | 35/41 [00:08<00:01, 4.02it/s] 88%|████████▊ | 36/41 [00:08<00:01, 4.02it/s] 90%|█████████ | 37/41 [00:09<00:00, 4.02it/s] 93%|█████████▎| 38/41 [00:09<00:00, 4.02it/s] 95%|█████████▌| 39/41 [00:09<00:00, 4.03it/s] 98%|█████████▊| 40/41 [00:09<00:00, 4.02it/s] 100%|██████████| 41/41 [00:10<00:00, 4.03it/s] 100%|██████████| 41/41 [00:10<00:00, 4.04it/s] Total safe images: 1 out of 1
Prediction
zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42IDs9k2969a89rma0cpcbr8kx7fx0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male
- go_fast
- lora_scale
- 1.09
- megapixels
- 1
- num_outputs
- 1
- aspect_ratio
- 9:21
- output_format
- jpg
- guidance_scale
- 3
- output_quality
- 100
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 41
{ "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 }
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 zzyjay/icedevsfm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", { input: { model: "dev", prompt: "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", go_fast: false, lora_scale: 1.09, megapixels: "1", num_outputs: 1, aspect_ratio: "9:21", output_format: "jpg", guidance_scale: 3, output_quality: 100, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 41 } } ); // 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 zzyjay/icedevsfm using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", input={ "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": False, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run zzyjay/icedevsfm 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": "zzyjay/icedevsfm:e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42", "input": { "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-23T13:57:32.942254Z", "created_at": "2025-04-23T13:57:08.802000Z", "data_removed": false, "error": null, "id": "s9k2969a89rma0cpcbr8kx7fx0", "input": { "model": "dev", "prompt": "realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male", "go_fast": false, "lora_scale": 1.09, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "9:21", "output_format": "jpg", "guidance_scale": 3, "output_quality": 100, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 41 }, "logs": "free=26013647654912\nDownloading weights\n2025-04-23T13:57:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppovjxydt/weights url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar\n2025-04-23T13:57:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-23T13:57:22Z | INFO | [ Complete ] dest=/tmp/tmppovjxydt/weights size=\"172 MB\" total_elapsed=5.600s url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar\nDownloaded weights in 5.62s\nLoaded LoRAs in 6.19s\nUsing seed: 35607\nPrompt: realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male\n[!] txt2img mode\n 0%| | 0/41 [00:00<?, ?it/s]\n 2%|▏ | 1/41 [00:00<00:10, 3.94it/s]\n 5%|▍ | 2/41 [00:00<00:08, 4.35it/s]\n 7%|▋ | 3/41 [00:00<00:09, 4.20it/s]\n 10%|▉ | 4/41 [00:00<00:08, 4.12it/s]\n 12%|█▏ | 5/41 [00:01<00:08, 4.09it/s]\n 15%|█▍ | 6/41 [00:01<00:08, 4.07it/s]\n 17%|█▋ | 7/41 [00:01<00:08, 4.05it/s]\n 20%|█▉ | 8/41 [00:01<00:08, 4.05it/s]\n 22%|██▏ | 9/41 [00:02<00:07, 4.04it/s]\n 24%|██▍ | 10/41 [00:02<00:07, 4.03it/s]\n 27%|██▋ | 11/41 [00:02<00:07, 4.03it/s]\n 29%|██▉ | 12/41 [00:02<00:07, 4.03it/s]\n 32%|███▏ | 13/41 [00:03<00:06, 4.03it/s]\n 34%|███▍ | 14/41 [00:03<00:06, 4.03it/s]\n 37%|███▋ | 15/41 [00:03<00:06, 4.02it/s]\n 39%|███▉ | 16/41 [00:03<00:06, 4.02it/s]\n 41%|████▏ | 17/41 [00:04<00:05, 4.02it/s]\n 44%|████▍ | 18/41 [00:04<00:05, 4.02it/s]\n 46%|████▋ | 19/41 [00:04<00:05, 4.02it/s]\n 49%|████▉ | 20/41 [00:04<00:05, 4.02it/s]\n 51%|█████ | 21/41 [00:05<00:04, 4.03it/s]\n 54%|█████▎ | 22/41 [00:05<00:04, 4.03it/s]\n 56%|█████▌ | 23/41 [00:05<00:04, 4.02it/s]\n 59%|█████▊ | 24/41 [00:05<00:04, 4.02it/s]\n 61%|██████ | 25/41 [00:06<00:03, 4.02it/s]\n 63%|██████▎ | 26/41 [00:06<00:03, 4.02it/s]\n 66%|██████▌ | 27/41 [00:06<00:03, 4.02it/s]\n 68%|██████▊ | 28/41 [00:06<00:03, 4.02it/s]\n 71%|███████ | 29/41 [00:07<00:02, 4.02it/s]\n 73%|███████▎ | 30/41 [00:07<00:02, 4.02it/s]\n 76%|███████▌ | 31/41 [00:07<00:02, 4.03it/s]\n 78%|███████▊ | 32/41 [00:07<00:02, 4.02it/s]\n 80%|████████ | 33/41 [00:08<00:01, 4.03it/s]\n 83%|████████▎ | 34/41 [00:08<00:01, 4.03it/s]\n 85%|████████▌ | 35/41 [00:08<00:01, 4.02it/s]\n 88%|████████▊ | 36/41 [00:08<00:01, 4.02it/s]\n 90%|█████████ | 37/41 [00:09<00:00, 4.02it/s]\n 93%|█████████▎| 38/41 [00:09<00:00, 4.02it/s]\n 95%|█████████▌| 39/41 [00:09<00:00, 4.03it/s]\n 98%|█████████▊| 40/41 [00:09<00:00, 4.02it/s]\n100%|██████████| 41/41 [00:10<00:00, 4.03it/s]\n100%|██████████| 41/41 [00:10<00:00, 4.04it/s]\nTotal safe images: 1 out of 1", "metrics": { "predict_time": 16.559168576, "total_time": 24.140254 }, "output": [ "https://replicate.delivery/xezq/x4mDWy5TPaKnOF0oUBxhhOuZsSAI5iin8BCX1faXQFKmH1SKA/out-0.jpg" ], "started_at": "2025-04-23T13:57:16.383086Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-lv72xs7ynze4tpmjpdvtiaob3x746bmjtkeckellcfwlroyokzjq", "get": "https://api.replicate.com/v1/predictions/s9k2969a89rma0cpcbr8kx7fx0", "cancel": "https://api.replicate.com/v1/predictions/s9k2969a89rma0cpcbr8kx7fx0/cancel" }, "version": "e57c2dfbc48a476779abad3b6695839ecb779c18d0ec95f16d1f677a99cb3a42" }
Generated infree=26013647654912 Downloading weights 2025-04-23T13:57:16Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmppovjxydt/weights url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar 2025-04-23T13:57:16Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-23T13:57:22Z | INFO | [ Complete ] dest=/tmp/tmppovjxydt/weights size="172 MB" total_elapsed=5.600s url=https://replicate.delivery/yhqm/uiNW5AQoL0aqOR4ensvKi4kmFMadz0R6exTppjRD0utUJjZTA/trained_model.tar Downloaded weights in 5.62s Loaded LoRAs in 6.19s Using seed: 35607 Prompt: realism:in studio,white background:an icedev male monster,gaint,tall and strong,open mouth widely,Bull Head-male [!] txt2img mode 0%| | 0/41 [00:00<?, ?it/s] 2%|▏ | 1/41 [00:00<00:10, 3.94it/s] 5%|▍ | 2/41 [00:00<00:08, 4.35it/s] 7%|▋ | 3/41 [00:00<00:09, 4.20it/s] 10%|▉ | 4/41 [00:00<00:08, 4.12it/s] 12%|█▏ | 5/41 [00:01<00:08, 4.09it/s] 15%|█▍ | 6/41 [00:01<00:08, 4.07it/s] 17%|█▋ | 7/41 [00:01<00:08, 4.05it/s] 20%|█▉ | 8/41 [00:01<00:08, 4.05it/s] 22%|██▏ | 9/41 [00:02<00:07, 4.04it/s] 24%|██▍ | 10/41 [00:02<00:07, 4.03it/s] 27%|██▋ | 11/41 [00:02<00:07, 4.03it/s] 29%|██▉ | 12/41 [00:02<00:07, 4.03it/s] 32%|███▏ | 13/41 [00:03<00:06, 4.03it/s] 34%|███▍ | 14/41 [00:03<00:06, 4.03it/s] 37%|███▋ | 15/41 [00:03<00:06, 4.02it/s] 39%|███▉ | 16/41 [00:03<00:06, 4.02it/s] 41%|████▏ | 17/41 [00:04<00:05, 4.02it/s] 44%|████▍ | 18/41 [00:04<00:05, 4.02it/s] 46%|████▋ | 19/41 [00:04<00:05, 4.02it/s] 49%|████▉ | 20/41 [00:04<00:05, 4.02it/s] 51%|█████ | 21/41 [00:05<00:04, 4.03it/s] 54%|█████▎ | 22/41 [00:05<00:04, 4.03it/s] 56%|█████▌ | 23/41 [00:05<00:04, 4.02it/s] 59%|█████▊ | 24/41 [00:05<00:04, 4.02it/s] 61%|██████ | 25/41 [00:06<00:03, 4.02it/s] 63%|██████▎ | 26/41 [00:06<00:03, 4.02it/s] 66%|██████▌ | 27/41 [00:06<00:03, 4.02it/s] 68%|██████▊ | 28/41 [00:06<00:03, 4.02it/s] 71%|███████ | 29/41 [00:07<00:02, 4.02it/s] 73%|███████▎ | 30/41 [00:07<00:02, 4.02it/s] 76%|███████▌ | 31/41 [00:07<00:02, 4.03it/s] 78%|███████▊ | 32/41 [00:07<00:02, 4.02it/s] 80%|████████ | 33/41 [00:08<00:01, 4.03it/s] 83%|████████▎ | 34/41 [00:08<00:01, 4.03it/s] 85%|████████▌ | 35/41 [00:08<00:01, 4.02it/s] 88%|████████▊ | 36/41 [00:08<00:01, 4.02it/s] 90%|█████████ | 37/41 [00:09<00:00, 4.02it/s] 93%|█████████▎| 38/41 [00:09<00:00, 4.02it/s] 95%|█████████▌| 39/41 [00:09<00:00, 4.03it/s] 98%|█████████▊| 40/41 [00:09<00:00, 4.02it/s] 100%|██████████| 41/41 [00:10<00:00, 4.03it/s] 100%|██████████| 41/41 [00:10<00:00, 4.04it/s] Total safe images: 1 out of 1
Want to make some of these yourself?
Run this model