adynblaed / embersteel-sdxl-andraxus
SDXL for Embersteel | Andraxus
- Public
- 183 runs
-
L40S
- SDXL fine-tune
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDadcih4lblwemibuek4ruuhco54StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T17:49:24.568728Z", "created_at": "2023-09-09T17:47:31.813242Z", "data_removed": false, "error": null, "id": "adcih4lblwemibuek4ruuhco54", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 5718\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.08s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.08s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.10s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it]\n 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:02, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.10s/it]\n 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.10s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it]\n 80%|████████ | 40/50 [01:23<00:21, 2.10s/it]\n 82%|████████▏ | 41/50 [01:26<00:18, 2.10s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.10s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.10s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.10s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.10s/it]", "metrics": { "predict_time": 112.768872, "total_time": 112.755486 }, "output": [ "https://replicate.delivery/pbxt/6kIDuj1jZOr2MZhOqjwxVgtQWGGfYLYmcTigibXbfgliImiRA/out-0.png" ], "started_at": "2023-09-09T17:47:31.799856Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/adcih4lblwemibuek4ruuhco54", "cancel": "https://api.replicate.com/v1/predictions/adcih4lblwemibuek4ruuhco54/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 5718 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, a distant desert sand valley in the background, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.08s/it] 10%|█ | 5/50 [00:10<01:33, 2.08s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it] 30%|███ | 15/50 [00:31<01:13, 2.10s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it] 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it] 40%|████ | 20/50 [00:41<01:02, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it] 60%|██████ | 30/50 [01:02<00:42, 2.10s/it] 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it] 70%|███████ | 35/50 [01:13<00:31, 2.10s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it] 80%|████████ | 40/50 [01:23<00:21, 2.10s/it] 82%|████████▏ | 41/50 [01:26<00:18, 2.10s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.10s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.10s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it] 100%|██████████| 50/50 [01:44<00:00, 2.10s/it] 100%|██████████| 50/50 [01:44<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDm3qeq7dbl72ri5iglpxi46vcdeStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T17:58:28.606382Z", "created_at": "2023-09-09T17:56:35.623012Z", "data_removed": false, "error": null, "id": "m3qeq7dbl72ri5iglpxi46vcde", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 2509\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.08s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.08s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.10s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it]\n 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:03, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.10s/it]\n 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.10s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it]\n 80%|████████ | 40/50 [01:23<00:21, 2.10s/it]\n 82%|████████▏ | 41/50 [01:26<00:18, 2.10s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.10s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.10s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.10s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.10s/it]", "metrics": { "predict_time": 112.983263, "total_time": 112.98337 }, "output": [ "https://replicate.delivery/pbxt/erg9WFe1C1hHA0GIn29jG7o6SePs4Imf4bgsw1uvoHqKEZKGB/out-0.png" ], "started_at": "2023-09-09T17:56:35.623119Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/m3qeq7dbl72ri5iglpxi46vcde", "cancel": "https://api.replicate.com/v1/predictions/m3qeq7dbl72ri5iglpxi46vcde/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 2509 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.08s/it] 10%|█ | 5/50 [00:10<01:33, 2.08s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it] 30%|███ | 15/50 [00:31<01:13, 2.10s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it] 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it] 40%|████ | 20/50 [00:41<01:03, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it] 60%|██████ | 30/50 [01:02<00:42, 2.10s/it] 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it] 70%|███████ | 35/50 [01:13<00:31, 2.10s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it] 80%|████████ | 40/50 [01:23<00:21, 2.10s/it] 82%|████████▏ | 41/50 [01:26<00:18, 2.10s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.10s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.10s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it] 100%|██████████| 50/50 [01:44<00:00, 2.10s/it] 100%|██████████| 50/50 [01:44<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDvowj4r3b4ftkdycq4dtxokxggeStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:04:38.367295Z", "created_at": "2023-09-09T18:02:45.358205Z", "data_removed": false, "error": null, "id": "vowj4r3b4ftkdycq4dtxokxgge", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 5379\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.08s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.08s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.08s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.09s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it]\n 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:02, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.10s/it]\n 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.10s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it]\n 80%|████████ | 40/50 [01:23<00:21, 2.10s/it]\n 82%|████████▏ | 41/50 [01:25<00:18, 2.10s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.11s/it]\n100%|██████████| 50/50 [01:44<00:00, 2.10s/it]", "metrics": { "predict_time": 113.02327, "total_time": 113.00909 }, "output": [ "https://replicate.delivery/pbxt/WjdZSXbtFaYUBRjPTVJJf3cD7YItXeLK6sBmpykKYnK0WmiRA/out-0.png" ], "started_at": "2023-09-09T18:02:45.344025Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vowj4r3b4ftkdycq4dtxokxgge", "cancel": "https://api.replicate.com/v1/predictions/vowj4r3b4ftkdycq4dtxokxgge/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 5379 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.08s/it] 10%|█ | 5/50 [00:10<01:33, 2.08s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.08s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it] 30%|███ | 15/50 [00:31<01:13, 2.09s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it] 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it] 40%|████ | 20/50 [00:41<01:02, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it] 60%|██████ | 30/50 [01:02<00:42, 2.10s/it] 62%|██████▏ | 31/50 [01:04<00:39, 2.10s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it] 70%|███████ | 35/50 [01:13<00:31, 2.10s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.10s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.10s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.10s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.10s/it] 80%|████████ | 40/50 [01:23<00:21, 2.10s/it] 82%|████████▏ | 41/50 [01:25<00:18, 2.10s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.10s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.10s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.10s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.10s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.10s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.10s/it] 100%|██████████| 50/50 [01:44<00:00, 2.11s/it] 100%|██████████| 50/50 [01:44<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDikubc2lbx4tl33akflce7mhxoiStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:07:37.262998Z", "created_at": "2023-09-09T18:05:44.314913Z", "data_removed": false, "error": null, "id": "ikubc2lbx4tl33akflce7mhxoi", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 108\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.08s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.09s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.08s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.10s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.10s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it]\n 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:03, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.10s/it]\n 62%|██████▏ | 31/50 [01:05<00:39, 2.10s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.10s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it]\n 80%|████████ | 40/50 [01:23<00:21, 2.11s/it]\n 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.10s/it]", "metrics": { "predict_time": 113.082367, "total_time": 112.948085 }, "output": [ "https://replicate.delivery/pbxt/6NlfgkUaYbzzcqEFSO1bNahjdGWyVTigaXknEYmK1ZuzMTxIA/out-0.png" ], "started_at": "2023-09-09T18:05:44.180631Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ikubc2lbx4tl33akflce7mhxoi", "cancel": "https://api.replicate.com/v1/predictions/ikubc2lbx4tl33akflce7mhxoi/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 108 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab factory tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.08s/it] 10%|█ | 5/50 [00:10<01:33, 2.09s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.08s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.10s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it] 30%|███ | 15/50 [00:31<01:13, 2.10s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it] 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it] 40%|████ | 20/50 [00:41<01:03, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.10s/it] 60%|██████ | 30/50 [01:02<00:42, 2.10s/it] 62%|██████▏ | 31/50 [01:05<00:39, 2.10s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.10s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.10s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.10s/it] 70%|███████ | 35/50 [01:13<00:31, 2.10s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it] 80%|████████ | 40/50 [01:23<00:21, 2.11s/it] 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDmh3gvfdbdgrbbilhxvggnto7e4StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:10:57.335990Z", "created_at": "2023-09-09T18:09:04.450679Z", "data_removed": false, "error": null, "id": "mh3gvfdbdgrbbilhxvggnto7e4", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 3511\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike platformer level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.08s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.08s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.09s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.09s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.09s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.09s/it]\n 38%|███▊ | 19/50 [00:39<01:04, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:02, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.11s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.11s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.11s/it]\n 62%|██████▏ | 31/50 [01:04<00:39, 2.11s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.11s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.11s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.11s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.11s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it]\n 80%|████████ | 40/50 [01:23<00:21, 2.11s/it]\n 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.10s/it]", "metrics": { "predict_time": 112.911501, "total_time": 112.885311 }, "output": [ "https://replicate.delivery/pbxt/IX7XIH9qAa6JFVT1Y9weberXShhfMFDUbKiT5xjkYbVeyZKGB/out-0.png" ], "started_at": "2023-09-09T18:09:04.424489Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mh3gvfdbdgrbbilhxvggnto7e4", "cancel": "https://api.replicate.com/v1/predictions/mh3gvfdbdgrbbilhxvggnto7e4/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 3511 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike platformer level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.08s/it] 10%|█ | 5/50 [00:10<01:33, 2.08s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.09s/it] 30%|███ | 15/50 [00:31<01:13, 2.09s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.09s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.09s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.09s/it] 38%|███▊ | 19/50 [00:39<01:04, 2.10s/it] 40%|████ | 20/50 [00:41<01:02, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.10s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.10s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.11s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.11s/it] 60%|██████ | 30/50 [01:02<00:42, 2.11s/it] 62%|██████▏ | 31/50 [01:04<00:39, 2.11s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.11s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.11s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.11s/it] 70%|███████ | 35/50 [01:13<00:31, 2.11s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it] 80%|████████ | 40/50 [01:23<00:21, 2.11s/it] 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDf7cf5q3bhiypthjuphjqodfwl4StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:13:26.207356Z", "created_at": "2023-09-09T18:11:33.305223Z", "data_removed": false, "error": null, "id": "f7cf5q3bhiypthjuphjqodfwl4", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 62344\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<01:41, 2.08s/it]\n 4%|▍ | 2/50 [00:04<01:39, 2.08s/it]\n 6%|▌ | 3/50 [00:06<01:37, 2.08s/it]\n 8%|▊ | 4/50 [00:08<01:35, 2.09s/it]\n 10%|█ | 5/50 [00:10<01:33, 2.09s/it]\n 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it]\n 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it]\n 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it]\n 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it]\n 20%|██ | 10/50 [00:20<01:23, 2.09s/it]\n 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it]\n 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it]\n 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it]\n 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it]\n 30%|███ | 15/50 [00:31<01:13, 2.10s/it]\n 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it]\n 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it]\n 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it]\n 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it]\n 40%|████ | 20/50 [00:41<01:03, 2.10s/it]\n 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it]\n 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it]\n 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it]\n 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it]\n 50%|█████ | 25/50 [00:52<00:52, 2.10s/it]\n 52%|█████▏ | 26/50 [00:54<00:50, 2.11s/it]\n 54%|█████▍ | 27/50 [00:56<00:48, 2.11s/it]\n 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it]\n 58%|█████▊ | 29/50 [01:00<00:44, 2.11s/it]\n 60%|██████ | 30/50 [01:02<00:42, 2.11s/it]\n 62%|██████▏ | 31/50 [01:05<00:40, 2.11s/it]\n 64%|██████▍ | 32/50 [01:07<00:37, 2.11s/it]\n 66%|██████▌ | 33/50 [01:09<00:35, 2.11s/it]\n 68%|██████▊ | 34/50 [01:11<00:33, 2.11s/it]\n 70%|███████ | 35/50 [01:13<00:31, 2.11s/it]\n 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it]\n 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it]\n 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it]\n 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it]\n 80%|████████ | 40/50 [01:24<00:21, 2.11s/it]\n 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it]\n 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it]\n 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it]\n 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it]\n 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it]\n 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it]\n 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it]\n 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it]\n 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.11s/it]\n100%|██████████| 50/50 [01:45<00:00, 2.10s/it]", "metrics": { "predict_time": 112.921958, "total_time": 112.902133 }, "output": [ "https://replicate.delivery/pbxt/4KqL8hIeP1xMe07drIjFcD9XKWx7n87IN2Xn05X3uzIEfMFjA/out-0.png" ], "started_at": "2023-09-09T18:11:33.285398Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/f7cf5q3bhiypthjuphjqodfwl4", "cancel": "https://api.replicate.com/v1/predictions/f7cf5q3bhiypthjuphjqodfwl4/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 62344 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<01:41, 2.08s/it] 4%|▍ | 2/50 [00:04<01:39, 2.08s/it] 6%|▌ | 3/50 [00:06<01:37, 2.08s/it] 8%|▊ | 4/50 [00:08<01:35, 2.09s/it] 10%|█ | 5/50 [00:10<01:33, 2.09s/it] 12%|█▏ | 6/50 [00:12<01:31, 2.09s/it] 14%|█▍ | 7/50 [00:14<01:29, 2.09s/it] 16%|█▌ | 8/50 [00:16<01:27, 2.09s/it] 18%|█▊ | 9/50 [00:18<01:25, 2.09s/it] 20%|██ | 10/50 [00:20<01:23, 2.09s/it] 22%|██▏ | 11/50 [00:22<01:21, 2.09s/it] 24%|██▍ | 12/50 [00:25<01:19, 2.09s/it] 26%|██▌ | 13/50 [00:27<01:17, 2.09s/it] 28%|██▊ | 14/50 [00:29<01:15, 2.10s/it] 30%|███ | 15/50 [00:31<01:13, 2.10s/it] 32%|███▏ | 16/50 [00:33<01:11, 2.10s/it] 34%|███▍ | 17/50 [00:35<01:09, 2.10s/it] 36%|███▌ | 18/50 [00:37<01:07, 2.10s/it] 38%|███▊ | 19/50 [00:39<01:05, 2.10s/it] 40%|████ | 20/50 [00:41<01:03, 2.10s/it] 42%|████▏ | 21/50 [00:43<01:00, 2.10s/it] 44%|████▍ | 22/50 [00:46<00:58, 2.10s/it] 46%|████▌ | 23/50 [00:48<00:56, 2.10s/it] 48%|████▊ | 24/50 [00:50<00:54, 2.10s/it] 50%|█████ | 25/50 [00:52<00:52, 2.10s/it] 52%|█████▏ | 26/50 [00:54<00:50, 2.11s/it] 54%|█████▍ | 27/50 [00:56<00:48, 2.11s/it] 56%|█████▌ | 28/50 [00:58<00:46, 2.10s/it] 58%|█████▊ | 29/50 [01:00<00:44, 2.11s/it] 60%|██████ | 30/50 [01:02<00:42, 2.11s/it] 62%|██████▏ | 31/50 [01:05<00:40, 2.11s/it] 64%|██████▍ | 32/50 [01:07<00:37, 2.11s/it] 66%|██████▌ | 33/50 [01:09<00:35, 2.11s/it] 68%|██████▊ | 34/50 [01:11<00:33, 2.11s/it] 70%|███████ | 35/50 [01:13<00:31, 2.11s/it] 72%|███████▏ | 36/50 [01:15<00:29, 2.11s/it] 74%|███████▍ | 37/50 [01:17<00:27, 2.11s/it] 76%|███████▌ | 38/50 [01:19<00:25, 2.11s/it] 78%|███████▊ | 39/50 [01:21<00:23, 2.11s/it] 80%|████████ | 40/50 [01:24<00:21, 2.11s/it] 82%|████████▏ | 41/50 [01:26<00:18, 2.11s/it] 84%|████████▍ | 42/50 [01:28<00:16, 2.11s/it] 86%|████████▌ | 43/50 [01:30<00:14, 2.11s/it] 88%|████████▊ | 44/50 [01:32<00:12, 2.11s/it] 90%|█████████ | 45/50 [01:34<00:10, 2.11s/it] 92%|█████████▏| 46/50 [01:36<00:08, 2.11s/it] 94%|█████████▍| 47/50 [01:38<00:06, 2.11s/it] 96%|█████████▌| 48/50 [01:40<00:04, 2.11s/it] 98%|█████████▊| 49/50 [01:42<00:02, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.11s/it] 100%|██████████| 50/50 [01:45<00:00, 2.10s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDzw657g3bebmvw6guv5naqijc4uStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:18:10.572796Z", "created_at": "2023-09-09T18:17:03.713012Z", "data_removed": false, "error": null, "id": "zw657g3bebmvw6guv5naqijc4u", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 62471\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:56, 1.16s/it]\n 4%|▍ | 2/50 [00:02<00:55, 1.16s/it]\n 6%|▌ | 3/50 [00:03<00:54, 1.16s/it]\n 8%|▊ | 4/50 [00:04<00:53, 1.16s/it]\n 10%|█ | 5/50 [00:05<00:52, 1.16s/it]\n 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it]\n 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it]\n 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it]\n 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it]\n 20%|██ | 10/50 [00:11<00:46, 1.16s/it]\n 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it]\n 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it]\n 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it]\n 30%|███ | 15/50 [00:17<00:40, 1.16s/it]\n 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it]\n 34%|███▍ | 17/50 [00:19<00:38, 1.17s/it]\n 36%|███▌ | 18/50 [00:20<00:37, 1.17s/it]\n 38%|███▊ | 19/50 [00:22<00:36, 1.17s/it]\n 40%|████ | 20/50 [00:23<00:34, 1.17s/it]\n 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it]\n 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it]\n 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it]\n 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it]\n 50%|█████ | 25/50 [00:29<00:29, 1.17s/it]\n 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it]\n 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it]\n 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it]\n 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it]\n 60%|██████ | 30/50 [00:34<00:23, 1.17s/it]\n 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it]\n 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it]\n 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it]\n 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it]\n 70%|███████ | 35/50 [00:40<00:17, 1.17s/it]\n 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it]\n 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it]\n 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it]\n 80%|████████ | 40/50 [00:46<00:11, 1.17s/it]\n 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it]\n 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it]\n 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it]\n 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it]\n 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it]\n 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it]\n 96%|█████████▌| 48/50 [00:56<00:02, 1.17s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]", "metrics": { "predict_time": 66.927243, "total_time": 66.859784 }, "output": [ "https://replicate.delivery/pbxt/eF467DAwtlzNRSaE49e4BTAnzwH3cuH75ucsfWLKQrHfNaKGB/out-0.png", "https://replicate.delivery/pbxt/vXzf4sI0mH2JYabXSkAhHgOoQf1kOaiJU82xskFjJerBHNFjA/out-1.png", "https://replicate.delivery/pbxt/vTzBLTLuF1bDJFmrp3CXtMtAumeo8Oe2Ium2Fk5nVhfDHNFjA/out-2.png", "https://replicate.delivery/pbxt/hW4PBdtGSEoODBdMzG0ISC0kZ91v56WceE40n0nRe0XijmiRA/out-3.png" ], "started_at": "2023-09-09T18:17:03.645553Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/zw657g3bebmvw6guv5naqijc4u", "cancel": "https://api.replicate.com/v1/predictions/zw657g3bebmvw6guv5naqijc4u/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 62471 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:56, 1.16s/it] 4%|▍ | 2/50 [00:02<00:55, 1.16s/it] 6%|▌ | 3/50 [00:03<00:54, 1.16s/it] 8%|▊ | 4/50 [00:04<00:53, 1.16s/it] 10%|█ | 5/50 [00:05<00:52, 1.16s/it] 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it] 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it] 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it] 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it] 20%|██ | 10/50 [00:11<00:46, 1.16s/it] 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it] 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it] 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it] 30%|███ | 15/50 [00:17<00:40, 1.16s/it] 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it] 34%|███▍ | 17/50 [00:19<00:38, 1.17s/it] 36%|███▌ | 18/50 [00:20<00:37, 1.17s/it] 38%|███▊ | 19/50 [00:22<00:36, 1.17s/it] 40%|████ | 20/50 [00:23<00:34, 1.17s/it] 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it] 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it] 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it] 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it] 50%|█████ | 25/50 [00:29<00:29, 1.17s/it] 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it] 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it] 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it] 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it] 60%|██████ | 30/50 [00:34<00:23, 1.17s/it] 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it] 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it] 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it] 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it] 70%|███████ | 35/50 [00:40<00:17, 1.17s/it] 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it] 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it] 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it] 80%|████████ | 40/50 [00:46<00:11, 1.17s/it] 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it] 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it] 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it] 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it] 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it] 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it] 96%|█████████▌| 48/50 [00:56<00:02, 1.17s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDi6mvdklbl63rx5asyoshujckuaStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:24:12.827900Z", "created_at": "2023-09-09T18:23:05.857947Z", "data_removed": false, "error": null, "id": "i6mvdklbl63rx5asyoshujckua", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 30804\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:56, 1.16s/it]\n 4%|▍ | 2/50 [00:02<00:55, 1.16s/it]\n 6%|▌ | 3/50 [00:03<00:54, 1.16s/it]\n 8%|▊ | 4/50 [00:04<00:53, 1.16s/it]\n 10%|█ | 5/50 [00:05<00:52, 1.16s/it]\n 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it]\n 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it]\n 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it]\n 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it]\n 20%|██ | 10/50 [00:11<00:46, 1.16s/it]\n 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it]\n 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it]\n 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it]\n 30%|███ | 15/50 [00:17<00:40, 1.16s/it]\n 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it]\n 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it]\n 36%|███▌ | 18/50 [00:20<00:37, 1.16s/it]\n 38%|███▊ | 19/50 [00:22<00:36, 1.16s/it]\n 40%|████ | 20/50 [00:23<00:34, 1.16s/it]\n 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it]\n 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it]\n 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it]\n 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it]\n 50%|█████ | 25/50 [00:29<00:29, 1.17s/it]\n 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it]\n 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it]\n 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it]\n 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it]\n 60%|██████ | 30/50 [00:34<00:23, 1.17s/it]\n 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it]\n 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it]\n 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it]\n 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it]\n 70%|███████ | 35/50 [00:40<00:17, 1.17s/it]\n 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it]\n 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it]\n 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it]\n 80%|████████ | 40/50 [00:46<00:11, 1.17s/it]\n 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it]\n 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it]\n 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it]\n 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it]\n 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it]\n 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it]\n 96%|█████████▌| 48/50 [00:55<00:02, 1.17s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]", "metrics": { "predict_time": 67.050995, "total_time": 66.969953 }, "output": [ "https://replicate.delivery/pbxt/QgzO4zDEIfRdICzquVK5qVRDFrbgYDG8PbVaTe2gbAGJpmiRA/out-0.png", "https://replicate.delivery/pbxt/EIONee7HAmg5pkygxEm6avAWwazgIEJLgShNejwTG8uXSNFjA/out-1.png", "https://replicate.delivery/pbxt/GZSfYOXbTsVgOyNcUpxL44sapPn4PYpnhJp3PxZgDIrlUTxIA/out-2.png", "https://replicate.delivery/pbxt/5OIcObSN3jrvKdvC7BnWxaKUGSjmUZeceBGo2OfoF34ZSNFjA/out-3.png" ], "started_at": "2023-09-09T18:23:05.776905Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/i6mvdklbl63rx5asyoshujckua", "cancel": "https://api.replicate.com/v1/predictions/i6mvdklbl63rx5asyoshujckua/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 30804 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest lab grand, epic, factory city tree house workshop in the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds', 'roguelike platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:56, 1.16s/it] 4%|▍ | 2/50 [00:02<00:55, 1.16s/it] 6%|▌ | 3/50 [00:03<00:54, 1.16s/it] 8%|▊ | 4/50 [00:04<00:53, 1.16s/it] 10%|█ | 5/50 [00:05<00:52, 1.16s/it] 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it] 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it] 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it] 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it] 20%|██ | 10/50 [00:11<00:46, 1.16s/it] 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it] 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it] 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it] 30%|███ | 15/50 [00:17<00:40, 1.16s/it] 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it] 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it] 36%|███▌ | 18/50 [00:20<00:37, 1.16s/it] 38%|███▊ | 19/50 [00:22<00:36, 1.16s/it] 40%|████ | 20/50 [00:23<00:34, 1.16s/it] 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it] 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it] 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it] 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it] 50%|█████ | 25/50 [00:29<00:29, 1.17s/it] 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it] 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it] 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it] 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it] 60%|██████ | 30/50 [00:34<00:23, 1.17s/it] 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it] 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it] 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it] 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it] 70%|███████ | 35/50 [00:40<00:17, 1.17s/it] 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it] 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it] 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it] 80%|████████ | 40/50 [00:46<00:11, 1.17s/it] 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it] 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it] 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it] 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it] 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it] 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it] 96%|█████████▌| 48/50 [00:55<00:02, 1.17s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDan4hi3lbokdynlrdk5i6e3a6dyStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T18:29:55.972856Z", "created_at": "2023-09-09T18:28:49.063514Z", "data_removed": false, "error": null, "id": "an4hi3lbokdynlrdk5i6e3a6dy", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 4311\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['former level backgrounds', 'former level backgrounds', 'former level backgrounds', 'former level backgrounds']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['former level backgrounds', 'former level backgrounds', 'former level backgrounds', 'former level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:56, 1.16s/it]\n 4%|▍ | 2/50 [00:02<00:55, 1.16s/it]\n 6%|▌ | 3/50 [00:03<00:54, 1.16s/it]\n 8%|▊ | 4/50 [00:04<00:53, 1.16s/it]\n 10%|█ | 5/50 [00:05<00:52, 1.16s/it]\n 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it]\n 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it]\n 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it]\n 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it]\n 20%|██ | 10/50 [00:11<00:46, 1.16s/it]\n 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it]\n 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it]\n 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it]\n 30%|███ | 15/50 [00:17<00:40, 1.16s/it]\n 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it]\n 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it]\n 36%|███▌ | 18/50 [00:20<00:37, 1.17s/it]\n 38%|███▊ | 19/50 [00:22<00:36, 1.17s/it]\n 40%|████ | 20/50 [00:23<00:34, 1.17s/it]\n 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it]\n 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it]\n 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it]\n 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it]\n 50%|█████ | 25/50 [00:29<00:29, 1.17s/it]\n 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it]\n 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it]\n 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it]\n 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it]\n 60%|██████ | 30/50 [00:34<00:23, 1.17s/it]\n 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it]\n 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it]\n 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it]\n 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it]\n 70%|███████ | 35/50 [00:40<00:17, 1.17s/it]\n 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it]\n 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it]\n 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it]\n 80%|████████ | 40/50 [00:46<00:11, 1.17s/it]\n 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it]\n 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it]\n 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it]\n 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it]\n 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it]\n 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it]\n 96%|█████████▌| 48/50 [00:55<00:02, 1.17s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.17s/it]", "metrics": { "predict_time": 66.961588, "total_time": 66.909342 }, "output": [ "https://replicate.delivery/pbxt/zsJO0eVpnP3yDyHU4TfSt5XggNTheTnuu4zmVeW55vXA6aKGB/out-0.png", "https://replicate.delivery/pbxt/pulpiASFdAaYFRNnb70fmGfgGAPbgvoddhMWkQ7KQb5iumiRA/out-1.png", "https://replicate.delivery/pbxt/ft2SSanXQs1fkkv4nFyytvIQ1vm5FYidHqTq7F3o0KFiumiRA/out-2.png", "https://replicate.delivery/pbxt/pUHCGOYbFUqUFR44LZgYJvHv2COGgEAYjZUHm44ed6iRXTxIA/out-3.png" ], "started_at": "2023-09-09T18:28:49.011268Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/an4hi3lbokdynlrdk5i6e3a6dy", "cancel": "https://api.replicate.com/v1/predictions/an4hi3lbokdynlrdk5i6e3a6dy/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 4311 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike platformer level backgrounds txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['former level backgrounds', 'former level backgrounds', 'former level backgrounds', 'former level backgrounds'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['former level backgrounds', 'former level backgrounds', 'former level backgrounds', 'former level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:56, 1.16s/it] 4%|▍ | 2/50 [00:02<00:55, 1.16s/it] 6%|▌ | 3/50 [00:03<00:54, 1.16s/it] 8%|▊ | 4/50 [00:04<00:53, 1.16s/it] 10%|█ | 5/50 [00:05<00:52, 1.16s/it] 12%|█▏ | 6/50 [00:06<00:51, 1.16s/it] 14%|█▍ | 7/50 [00:08<00:49, 1.16s/it] 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it] 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it] 20%|██ | 10/50 [00:11<00:46, 1.16s/it] 22%|██▏ | 11/50 [00:12<00:45, 1.16s/it] 24%|██▍ | 12/50 [00:13<00:44, 1.16s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.16s/it] 28%|██▊ | 14/50 [00:16<00:41, 1.16s/it] 30%|███ | 15/50 [00:17<00:40, 1.16s/it] 32%|███▏ | 16/50 [00:18<00:39, 1.16s/it] 34%|███▍ | 17/50 [00:19<00:38, 1.16s/it] 36%|███▌ | 18/50 [00:20<00:37, 1.17s/it] 38%|███▊ | 19/50 [00:22<00:36, 1.17s/it] 40%|████ | 20/50 [00:23<00:34, 1.17s/it] 42%|████▏ | 21/50 [00:24<00:33, 1.17s/it] 44%|████▍ | 22/50 [00:25<00:32, 1.17s/it] 46%|████▌ | 23/50 [00:26<00:31, 1.17s/it] 48%|████▊ | 24/50 [00:27<00:30, 1.17s/it] 50%|█████ | 25/50 [00:29<00:29, 1.17s/it] 52%|█████▏ | 26/50 [00:30<00:28, 1.17s/it] 54%|█████▍ | 27/50 [00:31<00:26, 1.17s/it] 56%|█████▌ | 28/50 [00:32<00:25, 1.17s/it] 58%|█████▊ | 29/50 [00:33<00:24, 1.17s/it] 60%|██████ | 30/50 [00:34<00:23, 1.17s/it] 62%|██████▏ | 31/50 [00:36<00:22, 1.17s/it] 64%|██████▍ | 32/50 [00:37<00:21, 1.17s/it] 66%|██████▌ | 33/50 [00:38<00:19, 1.17s/it] 68%|██████▊ | 34/50 [00:39<00:18, 1.17s/it] 70%|███████ | 35/50 [00:40<00:17, 1.17s/it] 72%|███████▏ | 36/50 [00:41<00:16, 1.17s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.17s/it] 76%|███████▌ | 38/50 [00:44<00:14, 1.17s/it] 78%|███████▊ | 39/50 [00:45<00:12, 1.17s/it] 80%|████████ | 40/50 [00:46<00:11, 1.17s/it] 82%|████████▏ | 41/50 [00:47<00:10, 1.17s/it] 84%|████████▍ | 42/50 [00:48<00:09, 1.17s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.17s/it] 88%|████████▊ | 44/50 [00:51<00:07, 1.17s/it] 90%|█████████ | 45/50 [00:52<00:05, 1.17s/it] 92%|█████████▏| 46/50 [00:53<00:04, 1.17s/it] 94%|█████████▍| 47/50 [00:54<00:03, 1.17s/it] 96%|█████████▌| 48/50 [00:55<00:02, 1.17s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it] 100%|██████████| 50/50 [00:58<00:00, 1.17s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDu7bbwstbwi27if773oemld5goqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:04:35.197081Z", "created_at": "2023-09-09T19:58:26.376092Z", "data_removed": false, "error": null, "id": "u7bbwstbwi27if773oemld5goq", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 21075\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds\ntxt2img mode\nToken indices sequence length is longer than the specified maximum sequence length for this model (82 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds']\nToken indices sequence length is longer than the specified maximum sequence length for this model (82 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<01:28, 1.81s/it]\n 4%|▍ | 2/50 [00:02<01:08, 1.43s/it]\n 6%|▌ | 3/50 [00:04<01:01, 1.31s/it]\n 8%|▊ | 4/50 [00:05<00:57, 1.26s/it]\n 10%|█ | 5/50 [00:06<00:55, 1.23s/it]\n 12%|█▏ | 6/50 [00:07<00:53, 1.21s/it]\n 14%|█▍ | 7/50 [00:08<00:51, 1.20s/it]\n 16%|█▌ | 8/50 [00:10<00:50, 1.19s/it]\n 18%|█▊ | 9/50 [00:11<00:48, 1.19s/it]\n 20%|██ | 10/50 [00:12<00:47, 1.18s/it]\n 22%|██▏ | 11/50 [00:13<00:46, 1.18s/it]\n 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it]\n 28%|██▊ | 14/50 [00:17<00:42, 1.18s/it]\n 30%|███ | 15/50 [00:18<00:41, 1.18s/it]\n 32%|███▏ | 16/50 [00:19<00:40, 1.18s/it]\n 34%|███▍ | 17/50 [00:20<00:38, 1.18s/it]\n 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it]\n 38%|███▊ | 19/50 [00:23<00:36, 1.18s/it]\n 40%|████ | 20/50 [00:24<00:35, 1.18s/it]\n 42%|████▏ | 21/50 [00:25<00:34, 1.18s/it]\n 44%|████▍ | 22/50 [00:26<00:33, 1.18s/it]\n 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it]\n 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it]\n 50%|█████ | 25/50 [00:30<00:29, 1.18s/it]\n 52%|█████▏ | 26/50 [00:31<00:28, 1.18s/it]\n 54%|█████▍ | 27/50 [00:32<00:27, 1.18s/it]\n 56%|█████▌ | 28/50 [00:33<00:26, 1.18s/it]\n 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it]\n 60%|██████ | 30/50 [00:36<00:23, 1.18s/it]\n 62%|██████▏ | 31/50 [00:37<00:22, 1.18s/it]\n 64%|██████▍ | 32/50 [00:38<00:21, 1.18s/it]\n 66%|██████▌ | 33/50 [00:39<00:20, 1.18s/it]\n 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it]\n 70%|███████ | 35/50 [00:41<00:17, 1.18s/it]\n 72%|███████▏ | 36/50 [00:43<00:16, 1.18s/it]\n 74%|███████▍ | 37/50 [00:44<00:15, 1.18s/it]\n 76%|███████▌ | 38/50 [00:45<00:14, 1.18s/it]\n 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it]\n 80%|████████ | 40/50 [00:47<00:11, 1.19s/it]\n 82%|████████▏ | 41/50 [00:49<00:10, 1.19s/it]\n 84%|████████▍ | 42/50 [00:50<00:09, 1.19s/it]\n 86%|████████▌ | 43/50 [00:51<00:08, 1.19s/it]\n 88%|████████▊ | 44/50 [00:52<00:07, 1.19s/it]\n 90%|█████████ | 45/50 [00:53<00:05, 1.19s/it]\n 92%|█████████▏| 46/50 [00:54<00:04, 1.19s/it]\n 94%|█████████▍| 47/50 [00:56<00:03, 1.19s/it]\n 96%|█████████▌| 48/50 [00:57<00:02, 1.19s/it]\n 98%|█████████▊| 49/50 [00:58<00:01, 1.19s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.19s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.19s/it]", "metrics": { "predict_time": 69.55983, "total_time": 368.820989 }, "output": [ "https://replicate.delivery/pbxt/pxiSLygb5CJWI19CH1KVwEKsKze1g1XgeZOMHBVaGphPHoiRA/out-0.png", "https://replicate.delivery/pbxt/CeKbCb4AF6VFG6O9O1EfeKVODY45StGn3J65oM9ODGZjOQFjA/out-1.png", "https://replicate.delivery/pbxt/eZD6nOuycyXSRCb96lWK8K0rOmdTuWFYxfT9p3jsChRSHoiRA/out-2.png", "https://replicate.delivery/pbxt/G5QmpycKeWVfaURE7LDegC1AbTeItlXc8oNQqfwF5sOW6AVMC/out-3.png" ], "started_at": "2023-09-09T20:03:25.637251Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/u7bbwstbwi27if773oemld5goq", "cancel": "https://api.replicate.com/v1/predictions/u7bbwstbwi27if773oemld5goq/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 21075 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax platformer level backgrounds txt2img mode Token indices sequence length is longer than the specified maximum sequence length for this model (82 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds'] Token indices sequence length is longer than the specified maximum sequence length for this model (82 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds', 'lax platformer level backgrounds'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<01:28, 1.81s/it] 4%|▍ | 2/50 [00:02<01:08, 1.43s/it] 6%|▌ | 3/50 [00:04<01:01, 1.31s/it] 8%|▊ | 4/50 [00:05<00:57, 1.26s/it] 10%|█ | 5/50 [00:06<00:55, 1.23s/it] 12%|█▏ | 6/50 [00:07<00:53, 1.21s/it] 14%|█▍ | 7/50 [00:08<00:51, 1.20s/it] 16%|█▌ | 8/50 [00:10<00:50, 1.19s/it] 18%|█▊ | 9/50 [00:11<00:48, 1.19s/it] 20%|██ | 10/50 [00:12<00:47, 1.18s/it] 22%|██▏ | 11/50 [00:13<00:46, 1.18s/it] 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it] 28%|██▊ | 14/50 [00:17<00:42, 1.18s/it] 30%|███ | 15/50 [00:18<00:41, 1.18s/it] 32%|███▏ | 16/50 [00:19<00:40, 1.18s/it] 34%|███▍ | 17/50 [00:20<00:38, 1.18s/it] 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it] 38%|███▊ | 19/50 [00:23<00:36, 1.18s/it] 40%|████ | 20/50 [00:24<00:35, 1.18s/it] 42%|████▏ | 21/50 [00:25<00:34, 1.18s/it] 44%|████▍ | 22/50 [00:26<00:33, 1.18s/it] 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it] 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it] 50%|█████ | 25/50 [00:30<00:29, 1.18s/it] 52%|█████▏ | 26/50 [00:31<00:28, 1.18s/it] 54%|█████▍ | 27/50 [00:32<00:27, 1.18s/it] 56%|█████▌ | 28/50 [00:33<00:26, 1.18s/it] 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it] 60%|██████ | 30/50 [00:36<00:23, 1.18s/it] 62%|██████▏ | 31/50 [00:37<00:22, 1.18s/it] 64%|██████▍ | 32/50 [00:38<00:21, 1.18s/it] 66%|██████▌ | 33/50 [00:39<00:20, 1.18s/it] 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it] 70%|███████ | 35/50 [00:41<00:17, 1.18s/it] 72%|███████▏ | 36/50 [00:43<00:16, 1.18s/it] 74%|███████▍ | 37/50 [00:44<00:15, 1.18s/it] 76%|███████▌ | 38/50 [00:45<00:14, 1.18s/it] 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it] 80%|████████ | 40/50 [00:47<00:11, 1.19s/it] 82%|████████▏ | 41/50 [00:49<00:10, 1.19s/it] 84%|████████▍ | 42/50 [00:50<00:09, 1.19s/it] 86%|████████▌ | 43/50 [00:51<00:08, 1.19s/it] 88%|████████▊ | 44/50 [00:52<00:07, 1.19s/it] 90%|█████████ | 45/50 [00:53<00:05, 1.19s/it] 92%|█████████▏| 46/50 [00:54<00:04, 1.19s/it] 94%|█████████▍| 47/50 [00:56<00:03, 1.19s/it] 96%|█████████▌| 48/50 [00:57<00:02, 1.19s/it] 98%|█████████▊| 49/50 [00:58<00:01, 1.19s/it] 100%|██████████| 50/50 [00:59<00:00, 1.19s/it] 100%|██████████| 50/50 [00:59<00:00, 1.19s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDvrd242dbzszpn6o4nbyojbchmaStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:08:51.436727Z", "created_at": "2023-09-09T20:07:43.670414Z", "data_removed": false, "error": null, "id": "vrd242dbzszpn6o4nbyojbchma", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no characters, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 53026\nPrompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax world map region background', 'lax world map region background', 'lax world map region background', 'lax world map region background']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax world map region background', 'lax world map region background', 'lax world map region background', 'lax world map region background']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:57, 1.17s/it]\n 4%|▍ | 2/50 [00:02<00:56, 1.17s/it]\n 6%|▌ | 3/50 [00:03<00:55, 1.17s/it]\n 8%|▊ | 4/50 [00:04<00:53, 1.17s/it]\n 10%|█ | 5/50 [00:05<00:52, 1.17s/it]\n 12%|█▏ | 6/50 [00:07<00:51, 1.17s/it]\n 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it]\n 16%|█▌ | 8/50 [00:09<00:49, 1.17s/it]\n 18%|█▊ | 9/50 [00:10<00:48, 1.18s/it]\n 20%|██ | 10/50 [00:11<00:47, 1.18s/it]\n 22%|██▏ | 11/50 [00:12<00:45, 1.18s/it]\n 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it]\n 28%|██▊ | 14/50 [00:16<00:42, 1.18s/it]\n 30%|███ | 15/50 [00:17<00:41, 1.18s/it]\n 32%|███▏ | 16/50 [00:18<00:40, 1.18s/it]\n 34%|███▍ | 17/50 [00:19<00:38, 1.18s/it]\n 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it]\n 38%|███▊ | 19/50 [00:22<00:36, 1.18s/it]\n 40%|████ | 20/50 [00:23<00:35, 1.18s/it]\n 42%|████▏ | 21/50 [00:24<00:34, 1.18s/it]\n 44%|████▍ | 22/50 [00:25<00:33, 1.18s/it]\n 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it]\n 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it]\n 50%|█████ | 25/50 [00:29<00:29, 1.18s/it]\n 52%|█████▏ | 26/50 [00:30<00:28, 1.18s/it]\n 54%|█████▍ | 27/50 [00:31<00:27, 1.18s/it]\n 56%|█████▌ | 28/50 [00:32<00:26, 1.18s/it]\n 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it]\n 60%|██████ | 30/50 [00:35<00:23, 1.18s/it]\n 62%|██████▏ | 31/50 [00:36<00:22, 1.18s/it]\n 64%|██████▍ | 32/50 [00:37<00:21, 1.18s/it]\n 66%|██████▌ | 33/50 [00:38<00:20, 1.18s/it]\n 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it]\n 70%|███████ | 35/50 [00:41<00:17, 1.18s/it]\n 72%|███████▏ | 36/50 [00:42<00:16, 1.18s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.18s/it]\n 76%|███████▌ | 38/50 [00:44<00:14, 1.18s/it]\n 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it]\n 80%|████████ | 40/50 [00:47<00:11, 1.18s/it]\n 82%|████████▏ | 41/50 [00:48<00:10, 1.18s/it]\n 84%|████████▍ | 42/50 [00:49<00:09, 1.18s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.18s/it]\n 88%|████████▊ | 44/50 [00:51<00:07, 1.18s/it]\n 90%|█████████ | 45/50 [00:53<00:05, 1.18s/it]\n 92%|█████████▏| 46/50 [00:54<00:04, 1.18s/it]\n 94%|█████████▍| 47/50 [00:55<00:03, 1.18s/it]\n 96%|█████████▌| 48/50 [00:56<00:02, 1.18s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.19s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.18s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.18s/it]", "metrics": { "predict_time": 67.763112, "total_time": 67.766313 }, "output": [ "https://replicate.delivery/pbxt/MkSerKhIekiM4UsYMeu51EhAJIhOeKb2sHHrGlo2tEVBtgKGB/out-0.png", "https://replicate.delivery/pbxt/6zNioMIuefi4epJskC6xOZbR1Bq3eJw3Nebr4nwIY3hMaBVMC/out-1.png", "https://replicate.delivery/pbxt/HvArL3cLjHpyEJcGTb7vjo67ey13TR0ifWvOCCeWfSgLtgKGB/out-2.png", "https://replicate.delivery/pbxt/4rpjItq67Io9MVwft4Mi8u6AeBXQNg1gzdkZcFAuq5emWQFjA/out-3.png" ], "started_at": "2023-09-09T20:07:43.673615Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vrd242dbzszpn6o4nbyojbchma", "cancel": "https://api.replicate.com/v1/predictions/vrd242dbzszpn6o4nbyojbchma/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 53026 Prompt: 16-bit, retro, embersteel video game wallpaper, cinematic machine forest wallpaper, video game title screen the middle of a post apocalpytic aesthetic rustpunk, cogpunk, mystic cold steel blue, wide open meadow glade surrounded by desert dirt patches, trees and mountains, 4k HD RPG embersteel wallpaper 2D RPG roguelike Parallax world map region background txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax world map region background', 'lax world map region background', 'lax world map region background', 'lax world map region background'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['lax world map region background', 'lax world map region background', 'lax world map region background', 'lax world map region background'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:57, 1.17s/it] 4%|▍ | 2/50 [00:02<00:56, 1.17s/it] 6%|▌ | 3/50 [00:03<00:55, 1.17s/it] 8%|▊ | 4/50 [00:04<00:53, 1.17s/it] 10%|█ | 5/50 [00:05<00:52, 1.17s/it] 12%|█▏ | 6/50 [00:07<00:51, 1.17s/it] 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it] 16%|█▌ | 8/50 [00:09<00:49, 1.17s/it] 18%|█▊ | 9/50 [00:10<00:48, 1.18s/it] 20%|██ | 10/50 [00:11<00:47, 1.18s/it] 22%|██▏ | 11/50 [00:12<00:45, 1.18s/it] 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it] 28%|██▊ | 14/50 [00:16<00:42, 1.18s/it] 30%|███ | 15/50 [00:17<00:41, 1.18s/it] 32%|███▏ | 16/50 [00:18<00:40, 1.18s/it] 34%|███▍ | 17/50 [00:19<00:38, 1.18s/it] 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it] 38%|███▊ | 19/50 [00:22<00:36, 1.18s/it] 40%|████ | 20/50 [00:23<00:35, 1.18s/it] 42%|████▏ | 21/50 [00:24<00:34, 1.18s/it] 44%|████▍ | 22/50 [00:25<00:33, 1.18s/it] 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it] 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it] 50%|█████ | 25/50 [00:29<00:29, 1.18s/it] 52%|█████▏ | 26/50 [00:30<00:28, 1.18s/it] 54%|█████▍ | 27/50 [00:31<00:27, 1.18s/it] 56%|█████▌ | 28/50 [00:32<00:26, 1.18s/it] 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it] 60%|██████ | 30/50 [00:35<00:23, 1.18s/it] 62%|██████▏ | 31/50 [00:36<00:22, 1.18s/it] 64%|██████▍ | 32/50 [00:37<00:21, 1.18s/it] 66%|██████▌ | 33/50 [00:38<00:20, 1.18s/it] 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it] 70%|███████ | 35/50 [00:41<00:17, 1.18s/it] 72%|███████▏ | 36/50 [00:42<00:16, 1.18s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.18s/it] 76%|███████▌ | 38/50 [00:44<00:14, 1.18s/it] 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it] 80%|████████ | 40/50 [00:47<00:11, 1.18s/it] 82%|████████▏ | 41/50 [00:48<00:10, 1.18s/it] 84%|████████▍ | 42/50 [00:49<00:09, 1.18s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.18s/it] 88%|████████▊ | 44/50 [00:51<00:07, 1.18s/it] 90%|█████████ | 45/50 [00:53<00:05, 1.18s/it] 92%|█████████▏| 46/50 [00:54<00:04, 1.18s/it] 94%|█████████▍| 47/50 [00:55<00:03, 1.18s/it] 96%|█████████▌| 48/50 [00:56<00:02, 1.18s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.19s/it] 100%|██████████| 50/50 [00:59<00:00, 1.18s/it] 100%|██████████| 50/50 [00:59<00:00, 1.18s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDwhl5hu3bpi2oddiu757oolvrvqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- 16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1024, height: 1024, prompt: "16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1024, "height": 1024, "prompt": "16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1024, "height": 1024, "prompt": "16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:20:05.840422Z", "created_at": "2023-09-09T20:19:32.525552Z", "data_removed": false, "error": null, "id": "whl5hu3bpi2oddiu757oolvrvq", "input": { "width": 1024, "height": 1024, "prompt": "16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 1685\nPrompt: 16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:26, 1.84it/s]\n 4%|▍ | 2/50 [00:01<00:26, 1.83it/s]\n 6%|▌ | 3/50 [00:01<00:25, 1.83it/s]\n 8%|▊ | 4/50 [00:02<00:25, 1.83it/s]\n 10%|█ | 5/50 [00:02<00:24, 1.82it/s]\n 12%|█▏ | 6/50 [00:03<00:24, 1.82it/s]\n 14%|█▍ | 7/50 [00:03<00:23, 1.82it/s]\n 16%|█▌ | 8/50 [00:04<00:23, 1.82it/s]\n 18%|█▊ | 9/50 [00:04<00:22, 1.82it/s]\n 20%|██ | 10/50 [00:05<00:21, 1.82it/s]\n 22%|██▏ | 11/50 [00:06<00:21, 1.82it/s]\n 24%|██▍ | 12/50 [00:06<00:20, 1.82it/s]\n 26%|██▌ | 13/50 [00:07<00:20, 1.82it/s]\n 28%|██▊ | 14/50 [00:07<00:19, 1.82it/s]\n 30%|███ | 15/50 [00:08<00:19, 1.82it/s]\n 32%|███▏ | 16/50 [00:08<00:18, 1.82it/s]\n 34%|███▍ | 17/50 [00:09<00:18, 1.82it/s]\n 36%|███▌ | 18/50 [00:09<00:17, 1.82it/s]\n 38%|███▊ | 19/50 [00:10<00:17, 1.82it/s]\n 40%|████ | 20/50 [00:10<00:16, 1.81it/s]\n 42%|████▏ | 21/50 [00:11<00:15, 1.81it/s]\n 44%|████▍ | 22/50 [00:12<00:15, 1.81it/s]\n 46%|████▌ | 23/50 [00:12<00:14, 1.81it/s]\n 48%|████▊ | 24/50 [00:13<00:14, 1.81it/s]\n 50%|█████ | 25/50 [00:13<00:13, 1.81it/s]\n 52%|█████▏ | 26/50 [00:14<00:13, 1.81it/s]\n 54%|█████▍ | 27/50 [00:14<00:12, 1.81it/s]\n 56%|█████▌ | 28/50 [00:15<00:12, 1.81it/s]\n 58%|█████▊ | 29/50 [00:15<00:11, 1.81it/s]\n 60%|██████ | 30/50 [00:16<00:11, 1.81it/s]\n 62%|██████▏ | 31/50 [00:17<00:10, 1.81it/s]\n 64%|██████▍ | 32/50 [00:17<00:09, 1.81it/s]\n 66%|██████▌ | 33/50 [00:18<00:09, 1.81it/s]\n 68%|██████▊ | 34/50 [00:18<00:08, 1.81it/s]\n 70%|███████ | 35/50 [00:19<00:08, 1.81it/s]\n 72%|███████▏ | 36/50 [00:19<00:07, 1.81it/s]\n 74%|███████▍ | 37/50 [00:20<00:07, 1.81it/s]\n 76%|███████▌ | 38/50 [00:20<00:06, 1.81it/s]\n 78%|███████▊ | 39/50 [00:21<00:06, 1.81it/s]\n 80%|████████ | 40/50 [00:22<00:05, 1.81it/s]\n 82%|████████▏ | 41/50 [00:22<00:04, 1.81it/s]\n 84%|████████▍ | 42/50 [00:23<00:04, 1.81it/s]\n 86%|████████▌ | 43/50 [00:23<00:03, 1.81it/s]\n 88%|████████▊ | 44/50 [00:24<00:03, 1.81it/s]\n 90%|█████████ | 45/50 [00:24<00:02, 1.81it/s]\n 92%|█████████▏| 46/50 [00:25<00:02, 1.81it/s]\n 94%|█████████▍| 47/50 [00:25<00:01, 1.81it/s]\n 96%|█████████▌| 48/50 [00:26<00:01, 1.81it/s]\n 98%|█████████▊| 49/50 [00:27<00:00, 1.81it/s]\n100%|██████████| 50/50 [00:27<00:00, 1.81it/s]\n100%|██████████| 50/50 [00:27<00:00, 1.81it/s]", "metrics": { "predict_time": 33.363311, "total_time": 33.31487 }, "output": [ "https://replicate.delivery/pbxt/otkHH390xcYVFN51NV844fyEHFnHYL79hT9e5q4yLB4zVoiRA/out-0.png", "https://replicate.delivery/pbxt/zClYmaLcH6o4BlpFqS1eetkoIkZNncmTbbKe0xMAp9eRXhKGB/out-1.png", "https://replicate.delivery/pbxt/2CShPnQfKh0BfEfdMFYLlO7DZnk4zhWj7ezZDAJ3PPoRXhKGB/out-2.png", "https://replicate.delivery/pbxt/LDsiy7fXKH2RX62tJGmhnwHeAZakuL0fvphOVyfPv9yWXhKGB/out-3.png" ], "started_at": "2023-09-09T20:19:32.477111Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/whl5hu3bpi2oddiu757oolvrvq", "cancel": "https://api.replicate.com/v1/predictions/whl5hu3bpi2oddiu757oolvrvq/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 1685 Prompt: 16-bit, retro, embersteel, machine forest embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background', 'guelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:26, 1.84it/s] 4%|▍ | 2/50 [00:01<00:26, 1.83it/s] 6%|▌ | 3/50 [00:01<00:25, 1.83it/s] 8%|▊ | 4/50 [00:02<00:25, 1.83it/s] 10%|█ | 5/50 [00:02<00:24, 1.82it/s] 12%|█▏ | 6/50 [00:03<00:24, 1.82it/s] 14%|█▍ | 7/50 [00:03<00:23, 1.82it/s] 16%|█▌ | 8/50 [00:04<00:23, 1.82it/s] 18%|█▊ | 9/50 [00:04<00:22, 1.82it/s] 20%|██ | 10/50 [00:05<00:21, 1.82it/s] 22%|██▏ | 11/50 [00:06<00:21, 1.82it/s] 24%|██▍ | 12/50 [00:06<00:20, 1.82it/s] 26%|██▌ | 13/50 [00:07<00:20, 1.82it/s] 28%|██▊ | 14/50 [00:07<00:19, 1.82it/s] 30%|███ | 15/50 [00:08<00:19, 1.82it/s] 32%|███▏ | 16/50 [00:08<00:18, 1.82it/s] 34%|███▍ | 17/50 [00:09<00:18, 1.82it/s] 36%|███▌ | 18/50 [00:09<00:17, 1.82it/s] 38%|███▊ | 19/50 [00:10<00:17, 1.82it/s] 40%|████ | 20/50 [00:10<00:16, 1.81it/s] 42%|████▏ | 21/50 [00:11<00:15, 1.81it/s] 44%|████▍ | 22/50 [00:12<00:15, 1.81it/s] 46%|████▌ | 23/50 [00:12<00:14, 1.81it/s] 48%|████▊ | 24/50 [00:13<00:14, 1.81it/s] 50%|█████ | 25/50 [00:13<00:13, 1.81it/s] 52%|█████▏ | 26/50 [00:14<00:13, 1.81it/s] 54%|█████▍ | 27/50 [00:14<00:12, 1.81it/s] 56%|█████▌ | 28/50 [00:15<00:12, 1.81it/s] 58%|█████▊ | 29/50 [00:15<00:11, 1.81it/s] 60%|██████ | 30/50 [00:16<00:11, 1.81it/s] 62%|██████▏ | 31/50 [00:17<00:10, 1.81it/s] 64%|██████▍ | 32/50 [00:17<00:09, 1.81it/s] 66%|██████▌ | 33/50 [00:18<00:09, 1.81it/s] 68%|██████▊ | 34/50 [00:18<00:08, 1.81it/s] 70%|███████ | 35/50 [00:19<00:08, 1.81it/s] 72%|███████▏ | 36/50 [00:19<00:07, 1.81it/s] 74%|███████▍ | 37/50 [00:20<00:07, 1.81it/s] 76%|███████▌ | 38/50 [00:20<00:06, 1.81it/s] 78%|███████▊ | 39/50 [00:21<00:06, 1.81it/s] 80%|████████ | 40/50 [00:22<00:05, 1.81it/s] 82%|████████▏ | 41/50 [00:22<00:04, 1.81it/s] 84%|████████▍ | 42/50 [00:23<00:04, 1.81it/s] 86%|████████▌ | 43/50 [00:23<00:03, 1.81it/s] 88%|████████▊ | 44/50 [00:24<00:03, 1.81it/s] 90%|█████████ | 45/50 [00:24<00:02, 1.81it/s] 92%|█████████▏| 46/50 [00:25<00:02, 1.81it/s] 94%|█████████▍| 47/50 [00:25<00:01, 1.81it/s] 96%|█████████▌| 48/50 [00:26<00:01, 1.81it/s] 98%|█████████▊| 49/50 [00:27<00:00, 1.81it/s] 100%|██████████| 50/50 [00:27<00:00, 1.81it/s] 100%|██████████| 50/50 [00:27<00:00, 1.81it/s]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dID3ekvaxtbnekcrzp27dvqkgxrpqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1920
- height
- 1080
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 1920, height: 1080, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:25:39.051138Z", "created_at": "2023-09-09T20:24:30.776725Z", "data_removed": false, "error": null, "id": "3ekvaxtbnekcrzp27dvqkgxrpq", "input": { "width": 1920, "height": 1080, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 48859\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:57, 1.17s/it]\n 4%|▍ | 2/50 [00:02<00:56, 1.17s/it]\n 6%|▌ | 3/50 [00:03<00:54, 1.17s/it]\n 8%|▊ | 4/50 [00:04<00:53, 1.17s/it]\n 10%|█ | 5/50 [00:05<00:52, 1.17s/it]\n 12%|█▏ | 6/50 [00:07<00:51, 1.17s/it]\n 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it]\n 16%|█▌ | 8/50 [00:09<00:49, 1.17s/it]\n 18%|█▊ | 9/50 [00:10<00:48, 1.17s/it]\n 20%|██ | 10/50 [00:11<00:46, 1.17s/it]\n 22%|██▏ | 11/50 [00:12<00:45, 1.18s/it]\n 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it]\n 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it]\n 28%|██▊ | 14/50 [00:16<00:42, 1.18s/it]\n 30%|███ | 15/50 [00:17<00:41, 1.18s/it]\n 32%|███▏ | 16/50 [00:18<00:40, 1.18s/it]\n 34%|███▍ | 17/50 [00:19<00:38, 1.18s/it]\n 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it]\n 38%|███▊ | 19/50 [00:22<00:36, 1.18s/it]\n 40%|████ | 20/50 [00:23<00:35, 1.18s/it]\n 42%|████▏ | 21/50 [00:24<00:34, 1.18s/it]\n 44%|████▍ | 22/50 [00:25<00:33, 1.18s/it]\n 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it]\n 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it]\n 50%|█████ | 25/50 [00:29<00:29, 1.18s/it]\n 52%|█████▏ | 26/50 [00:30<00:28, 1.18s/it]\n 54%|█████▍ | 27/50 [00:31<00:27, 1.18s/it]\n 56%|█████▌ | 28/50 [00:32<00:26, 1.18s/it]\n 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it]\n 60%|██████ | 30/50 [00:35<00:23, 1.18s/it]\n 62%|██████▏ | 31/50 [00:36<00:22, 1.18s/it]\n 64%|██████▍ | 32/50 [00:37<00:21, 1.18s/it]\n 66%|██████▌ | 33/50 [00:38<00:20, 1.18s/it]\n 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it]\n 70%|███████ | 35/50 [00:41<00:17, 1.18s/it]\n 72%|███████▏ | 36/50 [00:42<00:16, 1.18s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.18s/it]\n 76%|███████▌ | 38/50 [00:44<00:14, 1.18s/it]\n 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it]\n 80%|████████ | 40/50 [00:47<00:11, 1.18s/it]\n 82%|████████▏ | 41/50 [00:48<00:10, 1.18s/it]\n 84%|████████▍ | 42/50 [00:49<00:09, 1.18s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.19s/it]\n 88%|████████▊ | 44/50 [00:51<00:07, 1.19s/it]\n 90%|█████████ | 45/50 [00:53<00:05, 1.19s/it]\n 92%|█████████▏| 46/50 [00:54<00:04, 1.19s/it]\n 94%|█████████▍| 47/50 [00:55<00:03, 1.19s/it]\n 96%|█████████▌| 48/50 [00:56<00:02, 1.19s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.19s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.19s/it]\n100%|██████████| 50/50 [00:59<00:00, 1.18s/it]", "metrics": { "predict_time": 68.277135, "total_time": 68.274413 }, "output": [ "https://replicate.delivery/pbxt/holmt4FXDZbTAlckiUFopiW5fxmxePWsnpRu0vsVMA6f1QFjA/out-0.png", "https://replicate.delivery/pbxt/fDc3lpfwuDmF6E7uL6iDgnvz7iOVMheIbjSXZeS5VVFFshKGB/out-1.png", "https://replicate.delivery/pbxt/8iOP4Sk2k8rrAd3EYpiXwsHj0k7xDJJFY1cv4UylVJUwGqYE/out-2.png", "https://replicate.delivery/pbxt/sbs8GjdvMt6qHx8DMfffPzpmPiwe5Oxi0sfNwMSV9ADWYDVMC/out-3.png" ], "started_at": "2023-09-09T20:24:30.774003Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3ekvaxtbnekcrzp27dvqkgxrpq", "cancel": "https://api.replicate.com/v1/predictions/3ekvaxtbnekcrzp27dvqkgxrpq/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 48859 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:57, 1.17s/it] 4%|▍ | 2/50 [00:02<00:56, 1.17s/it] 6%|▌ | 3/50 [00:03<00:54, 1.17s/it] 8%|▊ | 4/50 [00:04<00:53, 1.17s/it] 10%|█ | 5/50 [00:05<00:52, 1.17s/it] 12%|█▏ | 6/50 [00:07<00:51, 1.17s/it] 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it] 16%|█▌ | 8/50 [00:09<00:49, 1.17s/it] 18%|█▊ | 9/50 [00:10<00:48, 1.17s/it] 20%|██ | 10/50 [00:11<00:46, 1.17s/it] 22%|██▏ | 11/50 [00:12<00:45, 1.18s/it] 24%|██▍ | 12/50 [00:14<00:44, 1.18s/it] 26%|██▌ | 13/50 [00:15<00:43, 1.18s/it] 28%|██▊ | 14/50 [00:16<00:42, 1.18s/it] 30%|███ | 15/50 [00:17<00:41, 1.18s/it] 32%|███▏ | 16/50 [00:18<00:40, 1.18s/it] 34%|███▍ | 17/50 [00:19<00:38, 1.18s/it] 36%|███▌ | 18/50 [00:21<00:37, 1.18s/it] 38%|███▊ | 19/50 [00:22<00:36, 1.18s/it] 40%|████ | 20/50 [00:23<00:35, 1.18s/it] 42%|████▏ | 21/50 [00:24<00:34, 1.18s/it] 44%|████▍ | 22/50 [00:25<00:33, 1.18s/it] 46%|████▌ | 23/50 [00:27<00:31, 1.18s/it] 48%|████▊ | 24/50 [00:28<00:30, 1.18s/it] 50%|█████ | 25/50 [00:29<00:29, 1.18s/it] 52%|█████▏ | 26/50 [00:30<00:28, 1.18s/it] 54%|█████▍ | 27/50 [00:31<00:27, 1.18s/it] 56%|█████▌ | 28/50 [00:32<00:26, 1.18s/it] 58%|█████▊ | 29/50 [00:34<00:24, 1.18s/it] 60%|██████ | 30/50 [00:35<00:23, 1.18s/it] 62%|██████▏ | 31/50 [00:36<00:22, 1.18s/it] 64%|██████▍ | 32/50 [00:37<00:21, 1.18s/it] 66%|██████▌ | 33/50 [00:38<00:20, 1.18s/it] 68%|██████▊ | 34/50 [00:40<00:18, 1.18s/it] 70%|███████ | 35/50 [00:41<00:17, 1.18s/it] 72%|███████▏ | 36/50 [00:42<00:16, 1.18s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.18s/it] 76%|███████▌ | 38/50 [00:44<00:14, 1.18s/it] 78%|███████▊ | 39/50 [00:46<00:13, 1.18s/it] 80%|████████ | 40/50 [00:47<00:11, 1.18s/it] 82%|████████▏ | 41/50 [00:48<00:10, 1.18s/it] 84%|████████▍ | 42/50 [00:49<00:09, 1.18s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.19s/it] 88%|████████▊ | 44/50 [00:51<00:07, 1.19s/it] 90%|█████████ | 45/50 [00:53<00:05, 1.19s/it] 92%|█████████▏| 46/50 [00:54<00:04, 1.19s/it] 94%|█████████▍| 47/50 [00:55<00:03, 1.19s/it] 96%|█████████▌| 48/50 [00:56<00:02, 1.19s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.19s/it] 100%|██████████| 50/50 [00:59<00:00, 1.19s/it] 100%|██████████| 50/50 [00:59<00:00, 1.18s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDtzbeq7lbcboeeptrqhsvucvh64StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:29:37.223879Z", "created_at": "2023-09-09T20:26:56.316368Z", "data_removed": false, "error": null, "id": "tzbeq7lbcboeeptrqhsvucvh64", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 36689\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:18, 2.82s/it]\n 4%|▍ | 2/50 [00:05<02:15, 2.83s/it]\n 6%|▌ | 3/50 [00:08<02:13, 2.83s/it]\n 8%|▊ | 4/50 [00:11<02:10, 2.83s/it]\n 10%|█ | 5/50 [00:14<02:07, 2.84s/it]\n 12%|█▏ | 6/50 [00:17<02:04, 2.84s/it]\n 14%|█▍ | 7/50 [00:19<02:02, 2.84s/it]\n 16%|█▌ | 8/50 [00:22<01:59, 2.84s/it]\n 18%|█▊ | 9/50 [00:25<01:56, 2.84s/it]\n 20%|██ | 10/50 [00:28<01:53, 2.85s/it]\n 22%|██▏ | 11/50 [00:31<01:51, 2.85s/it]\n 24%|██▍ | 12/50 [00:34<01:48, 2.85s/it]\n 26%|██▌ | 13/50 [00:36<01:45, 2.85s/it]\n 28%|██▊ | 14/50 [00:39<01:42, 2.85s/it]\n 30%|███ | 15/50 [00:42<01:39, 2.85s/it]\n 32%|███▏ | 16/50 [00:45<01:36, 2.85s/it]\n 34%|███▍ | 17/50 [00:48<01:34, 2.85s/it]\n 36%|███▌ | 18/50 [00:51<01:31, 2.85s/it]\n 38%|███▊ | 19/50 [00:54<01:28, 2.86s/it]\n 40%|████ | 20/50 [00:56<01:25, 2.86s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.86s/it]\n 44%|████▍ | 22/50 [01:02<01:19, 2.86s/it]\n 46%|████▌ | 23/50 [01:05<01:17, 2.86s/it]\n 48%|████▊ | 24/50 [01:08<01:14, 2.86s/it]\n 50%|█████ | 25/50 [01:11<01:11, 2.86s/it]\n 52%|█████▏ | 26/50 [01:14<01:08, 2.86s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.86s/it]\n 56%|█████▌ | 28/50 [01:19<01:02, 2.86s/it]\n 58%|█████▊ | 29/50 [01:22<01:00, 2.86s/it]\n 60%|██████ | 30/50 [01:25<00:57, 2.86s/it]\n 62%|██████▏ | 31/50 [01:28<00:54, 2.86s/it]\n 64%|██████▍ | 32/50 [01:31<00:51, 2.86s/it]\n 66%|██████▌ | 33/50 [01:34<00:48, 2.86s/it]\n 68%|██████▊ | 34/50 [01:36<00:45, 2.86s/it]\n 70%|███████ | 35/50 [01:39<00:42, 2.86s/it]\n 72%|███████▏ | 36/50 [01:42<00:40, 2.86s/it]\n 74%|███████▍ | 37/50 [01:45<00:37, 2.86s/it]\n 76%|███████▌ | 38/50 [01:48<00:34, 2.86s/it]\n 78%|███████▊ | 39/50 [01:51<00:31, 2.86s/it]\n 80%|████████ | 40/50 [01:54<00:28, 2.86s/it]\n 82%|████████▏ | 41/50 [01:57<00:25, 2.86s/it]\n 84%|████████▍ | 42/50 [01:59<00:22, 2.86s/it]\n 86%|████████▌ | 43/50 [02:02<00:20, 2.86s/it]\n 88%|████████▊ | 44/50 [02:05<00:17, 2.86s/it]\n 90%|█████████ | 45/50 [02:08<00:14, 2.86s/it]\n 92%|█████████▏| 46/50 [02:11<00:11, 2.86s/it]\n 94%|█████████▍| 47/50 [02:14<00:08, 2.86s/it]\n 96%|█████████▌| 48/50 [02:17<00:05, 2.86s/it]\n 98%|█████████▊| 49/50 [02:19<00:02, 2.86s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.86s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.86s/it]", "metrics": { "predict_time": 160.918709, "total_time": 160.907511 }, "output": [ "https://replicate.delivery/pbxt/1ivKyeGjC508TKfIfdX1PTH7KZGbEVfFjojvyW79hPTz6hKGB/out-0.png", "https://replicate.delivery/pbxt/4o0XPatvlpYFNRUWQLSeQQel1FlZP86r9bdggkpsMUmueQFjA/out-1.png", "https://replicate.delivery/pbxt/akKbvMo83OZ5FxJzI83DvxPP4Y5Zwtvk3j6NS97lBE1rHqYE/out-2.png", "https://replicate.delivery/pbxt/Dql2zSAayzZgDpXslBJM7eAK0392OEVSrJCDxxH8aGHYPUxIA/out-3.png" ], "started_at": "2023-09-09T20:26:56.305170Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/tzbeq7lbcboeeptrqhsvucvh64", "cancel": "https://api.replicate.com/v1/predictions/tzbeq7lbcboeeptrqhsvucvh64/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 36689 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest trees and video game foliage assets on white background, post apocalpytic aesthetic rustpunk, cogpunk, meadow glade assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'elike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:18, 2.82s/it] 4%|▍ | 2/50 [00:05<02:15, 2.83s/it] 6%|▌ | 3/50 [00:08<02:13, 2.83s/it] 8%|▊ | 4/50 [00:11<02:10, 2.83s/it] 10%|█ | 5/50 [00:14<02:07, 2.84s/it] 12%|█▏ | 6/50 [00:17<02:04, 2.84s/it] 14%|█▍ | 7/50 [00:19<02:02, 2.84s/it] 16%|█▌ | 8/50 [00:22<01:59, 2.84s/it] 18%|█▊ | 9/50 [00:25<01:56, 2.84s/it] 20%|██ | 10/50 [00:28<01:53, 2.85s/it] 22%|██▏ | 11/50 [00:31<01:51, 2.85s/it] 24%|██▍ | 12/50 [00:34<01:48, 2.85s/it] 26%|██▌ | 13/50 [00:36<01:45, 2.85s/it] 28%|██▊ | 14/50 [00:39<01:42, 2.85s/it] 30%|███ | 15/50 [00:42<01:39, 2.85s/it] 32%|███▏ | 16/50 [00:45<01:36, 2.85s/it] 34%|███▍ | 17/50 [00:48<01:34, 2.85s/it] 36%|███▌ | 18/50 [00:51<01:31, 2.85s/it] 38%|███▊ | 19/50 [00:54<01:28, 2.86s/it] 40%|████ | 20/50 [00:56<01:25, 2.86s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.86s/it] 44%|████▍ | 22/50 [01:02<01:19, 2.86s/it] 46%|████▌ | 23/50 [01:05<01:17, 2.86s/it] 48%|████▊ | 24/50 [01:08<01:14, 2.86s/it] 50%|█████ | 25/50 [01:11<01:11, 2.86s/it] 52%|█████▏ | 26/50 [01:14<01:08, 2.86s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.86s/it] 56%|█████▌ | 28/50 [01:19<01:02, 2.86s/it] 58%|█████▊ | 29/50 [01:22<01:00, 2.86s/it] 60%|██████ | 30/50 [01:25<00:57, 2.86s/it] 62%|██████▏ | 31/50 [01:28<00:54, 2.86s/it] 64%|██████▍ | 32/50 [01:31<00:51, 2.86s/it] 66%|██████▌ | 33/50 [01:34<00:48, 2.86s/it] 68%|██████▊ | 34/50 [01:36<00:45, 2.86s/it] 70%|███████ | 35/50 [01:39<00:42, 2.86s/it] 72%|███████▏ | 36/50 [01:42<00:40, 2.86s/it] 74%|███████▍ | 37/50 [01:45<00:37, 2.86s/it] 76%|███████▌ | 38/50 [01:48<00:34, 2.86s/it] 78%|███████▊ | 39/50 [01:51<00:31, 2.86s/it] 80%|████████ | 40/50 [01:54<00:28, 2.86s/it] 82%|████████▏ | 41/50 [01:57<00:25, 2.86s/it] 84%|████████▍ | 42/50 [01:59<00:22, 2.86s/it] 86%|████████▌ | 43/50 [02:02<00:20, 2.86s/it] 88%|████████▊ | 44/50 [02:05<00:17, 2.86s/it] 90%|█████████ | 45/50 [02:08<00:14, 2.86s/it] 92%|█████████▏| 46/50 [02:11<00:11, 2.86s/it] 94%|█████████▍| 47/50 [02:14<00:08, 2.86s/it] 96%|█████████▌| 48/50 [02:17<00:05, 2.86s/it] 98%|█████████▊| 49/50 [02:19<00:02, 2.86s/it] 100%|██████████| 50/50 [02:22<00:00, 2.86s/it] 100%|██████████| 50/50 [02:22<00:00, 2.86s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDdn2aubdbue26ghzidu2jumyx2uStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:41:01.973660Z", "created_at": "2023-09-09T20:38:19.559803Z", "data_removed": false, "error": null, "id": "dn2aubdbue26ghzidu2jumyx2u", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 38327\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:18, 2.82s/it]\n 4%|▍ | 2/50 [00:05<02:15, 2.83s/it]\n 6%|▌ | 3/50 [00:08<02:13, 2.83s/it]\n 8%|▊ | 4/50 [00:11<02:10, 2.83s/it]\n 10%|█ | 5/50 [00:14<02:07, 2.83s/it]\n 12%|█▏ | 6/50 [00:17<02:04, 2.84s/it]\n 14%|█▍ | 7/50 [00:19<02:02, 2.84s/it]\n 16%|█▌ | 8/50 [00:22<01:59, 2.84s/it]\n 18%|█▊ | 9/50 [00:25<01:56, 2.84s/it]\n 20%|██ | 10/50 [00:28<01:53, 2.85s/it]\n 22%|██▏ | 11/50 [00:31<01:51, 2.85s/it]\n 24%|██▍ | 12/50 [00:34<01:48, 2.85s/it]\n 26%|██▌ | 13/50 [00:36<01:45, 2.85s/it]\n 28%|██▊ | 14/50 [00:39<01:42, 2.85s/it]\n 30%|███ | 15/50 [00:42<01:39, 2.85s/it]\n 32%|███▏ | 16/50 [00:45<01:37, 2.85s/it]\n 34%|███▍ | 17/50 [00:48<01:34, 2.85s/it]\n 36%|███▌ | 18/50 [00:51<01:31, 2.86s/it]\n 38%|███▊ | 19/50 [00:54<01:28, 2.86s/it]\n 40%|████ | 20/50 [00:56<01:25, 2.86s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.86s/it]\n 44%|████▍ | 22/50 [01:02<01:20, 2.86s/it]\n 46%|████▌ | 23/50 [01:05<01:17, 2.86s/it]\n 48%|████▊ | 24/50 [01:08<01:14, 2.86s/it]\n 50%|█████ | 25/50 [01:11<01:11, 2.86s/it]\n 52%|█████▏ | 26/50 [01:14<01:08, 2.86s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.86s/it]\n 56%|█████▌ | 28/50 [01:19<01:02, 2.86s/it]\n 58%|█████▊ | 29/50 [01:22<01:00, 2.86s/it]\n 60%|██████ | 30/50 [01:25<00:57, 2.86s/it]\n 62%|██████▏ | 31/50 [01:28<00:54, 2.86s/it]\n 64%|██████▍ | 32/50 [01:31<00:51, 2.86s/it]\n 66%|██████▌ | 33/50 [01:34<00:48, 2.86s/it]\n 68%|██████▊ | 34/50 [01:37<00:45, 2.86s/it]\n 70%|███████ | 35/50 [01:39<00:42, 2.86s/it]\n 72%|███████▏ | 36/50 [01:42<00:40, 2.86s/it]\n 74%|███████▍ | 37/50 [01:45<00:37, 2.86s/it]\n 76%|███████▌ | 38/50 [01:48<00:34, 2.86s/it]\n 78%|███████▊ | 39/50 [01:51<00:31, 2.86s/it]\n 80%|████████ | 40/50 [01:54<00:28, 2.86s/it]\n 82%|████████▏ | 41/50 [01:57<00:25, 2.86s/it]\n 84%|████████▍ | 42/50 [01:59<00:22, 2.86s/it]\n 86%|████████▌ | 43/50 [02:02<00:20, 2.86s/it]\n 88%|████████▊ | 44/50 [02:05<00:17, 2.86s/it]\n 90%|█████████ | 45/50 [02:08<00:14, 2.86s/it]\n 92%|█████████▏| 46/50 [02:11<00:11, 2.86s/it]\n 94%|█████████▍| 47/50 [02:14<00:08, 2.86s/it]\n 96%|█████████▌| 48/50 [02:17<00:05, 2.86s/it]\n 98%|█████████▊| 49/50 [02:19<00:02, 2.86s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.86s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.86s/it]", "metrics": { "predict_time": 162.438339, "total_time": 162.413857 }, "output": [ "https://replicate.delivery/pbxt/du0OfcFso9xBc6cBtkIn8oiO95gkelEKem5LMh2dCeBmliKGB/out-0.png", "https://replicate.delivery/pbxt/IM79vbeFQfkTmEzQApN23Ldd7RHUMfzlfClgeWhS68jTLFVMC/out-1.png", "https://replicate.delivery/pbxt/0joEJTSXWzZ8Kl7s7FENvJfRzPQR8XHDIYdfG7JenUu2SRFjA/out-2.png", "https://replicate.delivery/pbxt/Y17hhRfVdV0vMK5D02qRmXduPVdkUNKSrI6CD57PhEtuUUxIA/out-3.png" ], "started_at": "2023-09-09T20:38:19.535321Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dn2aubdbue26ghzidu2jumyx2u", "cancel": "https://api.replicate.com/v1/predictions/dn2aubdbue26ghzidu2jumyx2u/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 38327 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:18, 2.82s/it] 4%|▍ | 2/50 [00:05<02:15, 2.83s/it] 6%|▌ | 3/50 [00:08<02:13, 2.83s/it] 8%|▊ | 4/50 [00:11<02:10, 2.83s/it] 10%|█ | 5/50 [00:14<02:07, 2.83s/it] 12%|█▏ | 6/50 [00:17<02:04, 2.84s/it] 14%|█▍ | 7/50 [00:19<02:02, 2.84s/it] 16%|█▌ | 8/50 [00:22<01:59, 2.84s/it] 18%|█▊ | 9/50 [00:25<01:56, 2.84s/it] 20%|██ | 10/50 [00:28<01:53, 2.85s/it] 22%|██▏ | 11/50 [00:31<01:51, 2.85s/it] 24%|██▍ | 12/50 [00:34<01:48, 2.85s/it] 26%|██▌ | 13/50 [00:36<01:45, 2.85s/it] 28%|██▊ | 14/50 [00:39<01:42, 2.85s/it] 30%|███ | 15/50 [00:42<01:39, 2.85s/it] 32%|███▏ | 16/50 [00:45<01:37, 2.85s/it] 34%|███▍ | 17/50 [00:48<01:34, 2.85s/it] 36%|███▌ | 18/50 [00:51<01:31, 2.86s/it] 38%|███▊ | 19/50 [00:54<01:28, 2.86s/it] 40%|████ | 20/50 [00:56<01:25, 2.86s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.86s/it] 44%|████▍ | 22/50 [01:02<01:20, 2.86s/it] 46%|████▌ | 23/50 [01:05<01:17, 2.86s/it] 48%|████▊ | 24/50 [01:08<01:14, 2.86s/it] 50%|█████ | 25/50 [01:11<01:11, 2.86s/it] 52%|█████▏ | 26/50 [01:14<01:08, 2.86s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.86s/it] 56%|█████▌ | 28/50 [01:19<01:02, 2.86s/it] 58%|█████▊ | 29/50 [01:22<01:00, 2.86s/it] 60%|██████ | 30/50 [01:25<00:57, 2.86s/it] 62%|██████▏ | 31/50 [01:28<00:54, 2.86s/it] 64%|██████▍ | 32/50 [01:31<00:51, 2.86s/it] 66%|██████▌ | 33/50 [01:34<00:48, 2.86s/it] 68%|██████▊ | 34/50 [01:37<00:45, 2.86s/it] 70%|███████ | 35/50 [01:39<00:42, 2.86s/it] 72%|███████▏ | 36/50 [01:42<00:40, 2.86s/it] 74%|███████▍ | 37/50 [01:45<00:37, 2.86s/it] 76%|███████▌ | 38/50 [01:48<00:34, 2.86s/it] 78%|███████▊ | 39/50 [01:51<00:31, 2.86s/it] 80%|████████ | 40/50 [01:54<00:28, 2.86s/it] 82%|████████▏ | 41/50 [01:57<00:25, 2.86s/it] 84%|████████▍ | 42/50 [01:59<00:22, 2.86s/it] 86%|████████▌ | 43/50 [02:02<00:20, 2.86s/it] 88%|████████▊ | 44/50 [02:05<00:17, 2.86s/it] 90%|█████████ | 45/50 [02:08<00:14, 2.86s/it] 92%|█████████▏| 46/50 [02:11<00:11, 2.86s/it] 94%|█████████▍| 47/50 [02:14<00:08, 2.86s/it] 96%|█████████▌| 48/50 [02:17<00:05, 2.86s/it] 98%|█████████▊| 49/50 [02:19<00:02, 2.86s/it] 100%|██████████| 50/50 [02:22<00:00, 2.86s/it] 100%|██████████| 50/50 [02:22<00:00, 2.86s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dID52inj4dbqzbjs47cwv3j5zsfa4StatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:52:53.879084Z", "created_at": "2023-09-09T20:48:40.477935Z", "data_removed": false, "error": null, "id": "52inj4dbqzbjs47cwv3j5zsfa4", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 53482\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nToken indices sequence length is longer than the specified maximum sequence length for this model (111 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nToken indices sequence length is longer than the specified maximum sequence length for this model (111 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:03<02:49, 3.45s/it]\n 4%|▍ | 2/50 [00:06<02:27, 3.07s/it]\n 6%|▌ | 3/50 [00:09<02:18, 2.94s/it]\n 8%|▊ | 4/50 [00:11<02:12, 2.89s/it]\n 10%|█ | 5/50 [00:14<02:08, 2.86s/it]\n 12%|█▏ | 6/50 [00:17<02:05, 2.84s/it]\n 14%|█▍ | 7/50 [00:20<02:01, 2.83s/it]\n 16%|█▌ | 8/50 [00:23<01:58, 2.82s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.82s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.82s/it]\n 22%|██▏ | 11/50 [00:31<01:50, 2.82s/it]\n 24%|██▍ | 12/50 [00:34<01:47, 2.82s/it]\n 26%|██▌ | 13/50 [00:37<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:40<01:41, 2.83s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.83s/it]\n 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:48<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:51<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:54<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:57<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:05<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:08<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:11<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:14<01:08, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:22<00:59, 2.84s/it]\n 60%|██████ | 30/50 [01:25<00:56, 2.84s/it]\n 62%|██████▏ | 31/50 [01:28<00:53, 2.84s/it]\n 64%|██████▍ | 32/50 [01:31<00:51, 2.84s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.84s/it]\n 68%|██████▊ | 34/50 [01:36<00:45, 2.84s/it]\n 70%|███████ | 35/50 [01:39<00:42, 2.84s/it]\n 72%|███████▏ | 36/50 [01:42<00:39, 2.84s/it]\n 74%|███████▍ | 37/50 [01:45<00:36, 2.84s/it]\n 76%|███████▌ | 38/50 [01:48<00:34, 2.84s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it]\n 80%|████████ | 40/50 [01:53<00:28, 2.84s/it]\n 82%|████████▏ | 41/50 [01:56<00:25, 2.84s/it]\n 84%|████████▍ | 42/50 [01:59<00:22, 2.84s/it]\n 86%|████████▌ | 43/50 [02:02<00:19, 2.84s/it]\n 88%|████████▊ | 44/50 [02:05<00:17, 2.84s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it]\n 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it]\n 94%|█████████▍| 47/50 [02:13<00:08, 2.84s/it]\n 96%|█████████▌| 48/50 [02:16<00:05, 2.84s/it]\n 98%|█████████▊| 49/50 [02:19<00:02, 2.84s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.84s/it]\n100%|██████████| 50/50 [02:22<00:00, 2.84s/it]", "metrics": { "predict_time": 159.86707, "total_time": 253.401149 }, "output": [ "https://replicate.delivery/pbxt/8m8SCUGfqOUNG6YUNfBjm1WihvNn8396f7TNAFm4t8VBpRFjA/out-0.png", "https://replicate.delivery/pbxt/JALBGzqgWFKtMhw0Zi1ZEQOSxzDMGxeetezeM497UWgLSjKGB/out-1.png", "https://replicate.delivery/pbxt/liSzT44YBO55ElORcEm6lLcw3FxfI9ZRMTHAIB1o7MxRaUxIA/out-2.png", "https://replicate.delivery/pbxt/r4TysPn40dbuEZIFalwlfeNBt2pheblCEkcKZwz8MuCIpRFjA/out-3.png" ], "started_at": "2023-09-09T20:50:14.012014Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/52inj4dbqzbjs47cwv3j5zsfa4", "cancel": "https://api.replicate.com/v1/predictions/52inj4dbqzbjs47cwv3j5zsfa4/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 53482 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel ruins and ancient sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi ruins assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode Token indices sequence length is longer than the specified maximum sequence length for this model (111 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] Token indices sequence length is longer than the specified maximum sequence length for this model (111 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:03<02:49, 3.45s/it] 4%|▍ | 2/50 [00:06<02:27, 3.07s/it] 6%|▌ | 3/50 [00:09<02:18, 2.94s/it] 8%|▊ | 4/50 [00:11<02:12, 2.89s/it] 10%|█ | 5/50 [00:14<02:08, 2.86s/it] 12%|█▏ | 6/50 [00:17<02:05, 2.84s/it] 14%|█▍ | 7/50 [00:20<02:01, 2.83s/it] 16%|█▌ | 8/50 [00:23<01:58, 2.82s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.82s/it] 20%|██ | 10/50 [00:28<01:52, 2.82s/it] 22%|██▏ | 11/50 [00:31<01:50, 2.82s/it] 24%|██▍ | 12/50 [00:34<01:47, 2.82s/it] 26%|██▌ | 13/50 [00:37<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:40<01:41, 2.83s/it] 30%|███ | 15/50 [00:42<01:38, 2.83s/it] 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:48<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:51<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:54<01:27, 2.83s/it] 40%|████ | 20/50 [00:57<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:05<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:08<01:13, 2.83s/it] 50%|█████ | 25/50 [01:11<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:14<01:08, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:22<00:59, 2.84s/it] 60%|██████ | 30/50 [01:25<00:56, 2.84s/it] 62%|██████▏ | 31/50 [01:28<00:53, 2.84s/it] 64%|██████▍ | 32/50 [01:31<00:51, 2.84s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.84s/it] 68%|██████▊ | 34/50 [01:36<00:45, 2.84s/it] 70%|███████ | 35/50 [01:39<00:42, 2.84s/it] 72%|███████▏ | 36/50 [01:42<00:39, 2.84s/it] 74%|███████▍ | 37/50 [01:45<00:36, 2.84s/it] 76%|███████▌ | 38/50 [01:48<00:34, 2.84s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it] 80%|████████ | 40/50 [01:53<00:28, 2.84s/it] 82%|████████▏ | 41/50 [01:56<00:25, 2.84s/it] 84%|████████▍ | 42/50 [01:59<00:22, 2.84s/it] 86%|████████▌ | 43/50 [02:02<00:19, 2.84s/it] 88%|████████▊ | 44/50 [02:05<00:17, 2.84s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it] 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it] 94%|█████████▍| 47/50 [02:13<00:08, 2.84s/it] 96%|█████████▌| 48/50 [02:16<00:05, 2.84s/it] 98%|█████████▊| 49/50 [02:19<00:02, 2.84s/it] 100%|██████████| 50/50 [02:22<00:00, 2.84s/it] 100%|██████████| 50/50 [02:22<00:00, 2.84s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDzlzx4pdb7i32khb5cmi52ilinmStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T20:57:10.658290Z", "created_at": "2023-09-09T20:54:32.780451Z", "data_removed": false, "error": null, "id": "zlzx4pdb7i32khb5cmi52ilinm", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 10083\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:13, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.79s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:05, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.80s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:44<01:35, 2.82s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.82s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.82s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.82s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.82s/it]\n 42%|████▏ | 21/50 [00:59<01:21, 2.82s/it]\n 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it]\n 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it]\n 80%|████████ | 40/50 [01:52<00:28, 2.83s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it]\n 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it]\n 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.82s/it]", "metrics": { "predict_time": 157.886505, "total_time": 157.877839 }, "output": [ "https://replicate.delivery/pbxt/1LTbDfuU0LQf3kwX9ixIHDRrNURESm1ls44ZG5Hbwi9h4oiRA/out-0.png", "https://replicate.delivery/pbxt/Tu8a7ZqKJ9agAJAaQ5PXkAk3qulEfjiMrANdiBAadCuRcUxIA/out-1.png", "https://replicate.delivery/pbxt/dm0LeAUhpHVWJq8TyhCcexHGNAJ3Fvm5xQQJtx1E8RJk4oiRA/out-2.png", "https://replicate.delivery/pbxt/Cb6AhS3CeS31PyXr3leqSeM6lMGRL2ry7n86H9N6y69LxRFjA/out-3.png" ], "started_at": "2023-09-09T20:54:32.771785Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/zlzx4pdb7i32khb5cmi52ilinm", "cancel": "https://api.replicate.com/v1/predictions/zlzx4pdb7i32khb5cmi52ilinm/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 10083 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', '4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:13, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.79s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:05, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.80s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:44<01:35, 2.82s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.82s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.82s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.82s/it] 40%|████ | 20/50 [00:56<01:24, 2.82s/it] 42%|████▏ | 21/50 [00:59<01:21, 2.82s/it] 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it] 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it] 80%|████████ | 40/50 [01:52<00:28, 2.83s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it] 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it] 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.82s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDxsvhc6db4bmwoi6j2ijudgbbauStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:08:03.213695Z", "created_at": "2023-09-09T21:05:25.049923Z", "data_removed": false, "error": null, "id": "xsvhc6db4bmwoi6j2ijudgbbau", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 58029\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:13, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.79s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:05, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.80s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:44<01:35, 2.82s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.82s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it]\n 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it]\n 80%|████████ | 40/50 [01:52<00:28, 2.83s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it]\n 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it]\n 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.82s/it]", "metrics": { "predict_time": 158.1391, "total_time": 158.163772 }, "output": [ "https://replicate.delivery/pbxt/kXKAp5mSSyqDAF0I6qL4LLPo9eZ282srxesAggyidWRuCpiRA/out-0.png", "https://replicate.delivery/pbxt/a6s9LlOFbEIyAtlLqZ7nzE5ccIXHnev06C35ZVXpNJfwCpiRA/out-1.png", "https://replicate.delivery/pbxt/5cCt1ftHKyROeUm6eHU5owff4RLbWHdoZu42IqBnFKHJWIVMC/out-2.png", "https://replicate.delivery/pbxt/WTErfocD9zzLTqCPH9xx0tZDqlFRosqmIUr1bWSCEejyCpiRA/out-3.png" ], "started_at": "2023-09-09T21:05:25.074595Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/xsvhc6db4bmwoi6j2ijudgbbau", "cancel": "https://api.replicate.com/v1/predictions/xsvhc6db4bmwoi6j2ijudgbbau/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 58029 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel vault doors and giant gates, gateway entrance, mysterious cave entrance, sci fi landmarks, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi hidden door assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:13, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.79s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:05, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.80s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:44<01:35, 2.82s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.82s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it] 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it] 80%|████████ | 40/50 [01:52<00:28, 2.83s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it] 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it] 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.82s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDfwuecflbdx7lmzamrzhqxkiaaiStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:12:04.850049Z", "created_at": "2023-09-09T21:09:26.788977Z", "data_removed": false, "error": null, "id": "fwuecflbdx7lmzamrzhqxkiaai", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 1291\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:13, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.79s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:06, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it]\n 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it]\n 80%|████████ | 40/50 [01:52<00:28, 2.83s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it]\n 88%|████████▊ | 44/50 [02:04<00:17, 2.83s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it]\n 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]", "metrics": { "predict_time": 158.062946, "total_time": 158.061072 }, "output": [ "https://replicate.delivery/pbxt/vK2bLBL3xFKtAdGzxfw9Qmqp6HF0YdYX4GENazJjZ9dQjUxIA/out-0.png", "https://replicate.delivery/pbxt/yuyztf36ntROSqxzkAcceSegfeYfRAUBAMCorkVTde5uQjUxIA/out-1.png", "https://replicate.delivery/pbxt/avWqwvnx2cY5AtZgq9ezHt5beKYBecEIfg3LTQcY34pLakKGB/out-2.png", "https://replicate.delivery/pbxt/c0cblicdboL2BNQeyb6CEMMVkPBXS6oxinY0v9EcDQiRjUxIA/out-3.png" ], "started_at": "2023-09-09T21:09:26.787103Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fwuecflbdx7lmzamrzhqxkiaai", "cancel": "https://api.replicate.com/v1/predictions/fwuecflbdx7lmzamrzhqxkiaai/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 1291 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel loot piles, scrap piles, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi loot assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:13, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.79s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:06, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it] 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it] 80%|████████ | 40/50 [01:52<00:28, 2.83s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it] 88%|████████▊ | 44/50 [02:04<00:17, 2.83s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it] 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDu32kl6lb2tjoy4g7zkkaxx33wyStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:15:58.897535Z", "created_at": "2023-09-09T21:13:20.865313Z", "data_removed": false, "error": null, "id": "u32kl6lb2tjoy4g7zkkaxx33wy", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 22134\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:13, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.79s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:06, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:46, 2.82s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.83s/it]\n 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it]\n 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it]\n 80%|████████ | 40/50 [01:52<00:28, 2.83s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it]\n 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it]\n 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]", "metrics": { "predict_time": 158.032744, "total_time": 158.032222 }, "output": [ "https://replicate.delivery/pbxt/UAChinfGX5wTfUz9PsrLiPgkVleOodcevNvqa3EWDU2pokKGB/out-0.png", "https://replicate.delivery/pbxt/me2agLS2xI0Eb6mfZhbfC8B0RmL82LAE2eiktXPymgAtokKGB/out-1.png", "https://replicate.delivery/pbxt/2ITgTOJqfTSUYKKG27ktyzHsZiKrGx5T1F4v2UnKPbfMKpiRA/out-2.png", "https://replicate.delivery/pbxt/XZBvxffnneO9DJIQ5JZ4mJGWDAti9KfadIe68eHoPBlqjSqYE/out-3.png" ], "started_at": "2023-09-09T21:13:20.864791Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/u32kl6lb2tjoy4g7zkkaxx33wy", "cancel": "https://api.replicate.com/v1/predictions/u32kl6lb2tjoy4g7zkkaxx33wy/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 22134 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:13, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.79s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:06, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:46, 2.82s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.83s/it] 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it] 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it] 80%|████████ | 40/50 [01:52<00:28, 2.83s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it] 88%|████████▊ | 44/50 [02:04<00:16, 2.83s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it] 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDuckh7utb65rtzufrg6mdeakhgqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:19:16.376239Z", "created_at": "2023-09-09T21:16:38.463187Z", "data_removed": false, "error": null, "id": "uckh7utb65rtzufrg6mdeakhgq", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 10474\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.79s/it]\n 4%|▍ | 2/50 [00:05<02:14, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.80s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:06, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.81s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it]\n 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it]\n 80%|████████ | 40/50 [01:52<00:28, 2.83s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it]\n 88%|████████▊ | 44/50 [02:04<00:17, 2.83s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it]\n 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]", "metrics": { "predict_time": 157.928209, "total_time": 157.913052 }, "output": [ "https://replicate.delivery/pbxt/DB0QvCNXFLZoIZKLcvyf5kaD2NM9B6aSStKWMRRSUyinmUxIA/out-0.png", "https://replicate.delivery/pbxt/iImy3epcAaTYJK2zPJQeFLUk2GMG4eabj4XYgTVCfflOqJVMC/out-1.png", "https://replicate.delivery/pbxt/wDn4NYeOfCtdeo3bTgB5rvQ2XkgLBILYoqUKDy7UGGxlaSFjA/out-2.png", "https://replicate.delivery/pbxt/ic1gjcecDK1zRS6kBqUVuaEYerhT3bpmYmWKh8y3nyDTNpiRA/out-3.png" ], "started_at": "2023-09-09T21:16:38.448030Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/uckh7utb65rtzufrg6mdeakhgq", "cancel": "https://api.replicate.com/v1/predictions/uckh7utb65rtzufrg6mdeakhgq/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 10474 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel workshops, mysterious buildings, on white background, post apocalpytic aesthetic rustpunk, cogpunk, surreal sci fi gas station, roadside factory , workshop building assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.79s/it] 4%|▍ | 2/50 [00:05<02:14, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.80s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:06, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.81s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:50, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.83s/it] 76%|███████▌ | 38/50 [01:47<00:33, 2.83s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.83s/it] 80%|████████ | 40/50 [01:52<00:28, 2.83s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.83s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.83s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.83s/it] 88%|████████▊ | 44/50 [02:04<00:17, 2.83s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.83s/it] 92%|█████████▏| 46/50 [02:09<00:11, 2.83s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.83s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.83s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDfhsxnn3bzgnyqaojn7lxjycuiyStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:26:31.277648Z", "created_at": "2023-09-09T21:23:53.056877Z", "data_removed": false, "error": null, "id": "fhsxnn3bzgnyqaojn7lxjycuiy", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 59202\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:14, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.80s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:14<02:06, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.81s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it]\n 16%|█▌ | 8/50 [00:22<01:58, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:08, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.84s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.84s/it]\n 64%|██████▍ | 32/50 [01:30<00:51, 2.84s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.84s/it]\n 68%|██████▊ | 34/50 [01:36<00:45, 2.84s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.84s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.84s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.84s/it]\n 76%|███████▌ | 38/50 [01:47<00:34, 2.84s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it]\n 80%|████████ | 40/50 [01:53<00:28, 2.84s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.84s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.84s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.84s/it]\n 88%|████████▊ | 44/50 [02:04<00:17, 2.84s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it]\n 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.84s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.84s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]", "metrics": { "predict_time": 158.177512, "total_time": 158.220771 }, "output": [ "https://replicate.delivery/pbxt/q5JJbJUrGqLhLxebBRLb84WaPyVmnhmfD2r8aeTNV0iEoSFjA/out-0.png", "https://replicate.delivery/pbxt/PUCITPdpS2rrE17dc8c5OekXUIK4vqa56Epv5fbgKLnEUpiRA/out-1.png", "https://replicate.delivery/pbxt/jVdvpz0CeSz5AiXuCFP2jhmIBAq5g1JdTldzv6WmGPnCqUxIA/out-2.png", "https://replicate.delivery/pbxt/2enmrxIAlSTQZSKdet1feIbIgNRRa1T7K9IBcSlq9UqbQlKGB/out-3.png" ], "started_at": "2023-09-09T21:23:53.100136Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fhsxnn3bzgnyqaojn7lxjycuiy", "cancel": "https://api.replicate.com/v1/predictions/fhsxnn3bzgnyqaojn7lxjycuiy/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 59202 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel bushes, trees, hedges, grass, dark mysterious plants, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi plants and grass assets, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:14, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.80s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:14<02:06, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.81s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it] 16%|█▌ | 8/50 [00:22<01:58, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:47, 2.82s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:45<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:02<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:08, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:19<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.84s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.84s/it] 64%|██████▍ | 32/50 [01:30<00:51, 2.84s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.84s/it] 68%|██████▊ | 34/50 [01:36<00:45, 2.84s/it] 70%|███████ | 35/50 [01:38<00:42, 2.84s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.84s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.84s/it] 76%|███████▌ | 38/50 [01:47<00:34, 2.84s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it] 80%|████████ | 40/50 [01:53<00:28, 2.84s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.84s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.84s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.84s/it] 88%|████████▊ | 44/50 [02:04<00:17, 2.84s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it] 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.84s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.84s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDdf3kntdbigfthnfy3ryoii3usqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 4
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 4, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:31:11.062531Z", "created_at": "2023-09-09T21:28:32.792740Z", "data_removed": false, "error": null, "id": "df3kntdbigfthnfy3ryoii3usq", "input": { "width": 2048, "height": 2048, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 4, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 47083\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:16, 2.78s/it]\n 4%|▍ | 2/50 [00:05<02:13, 2.79s/it]\n 6%|▌ | 3/50 [00:08<02:11, 2.79s/it]\n 8%|▊ | 4/50 [00:11<02:08, 2.80s/it]\n 10%|█ | 5/50 [00:13<02:06, 2.80s/it]\n 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it]\n 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it]\n 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it]\n 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it]\n 20%|██ | 10/50 [00:28<01:52, 2.81s/it]\n 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it]\n 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it]\n 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it]\n 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it]\n 30%|███ | 15/50 [00:42<01:38, 2.82s/it]\n 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it]\n 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it]\n 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it]\n 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it]\n 40%|████ | 20/50 [00:56<01:24, 2.83s/it]\n 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it]\n 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it]\n 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it]\n 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it]\n 50%|█████ | 25/50 [01:10<01:10, 2.83s/it]\n 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it]\n 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it]\n 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it]\n 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it]\n 60%|██████ | 30/50 [01:24<00:56, 2.83s/it]\n 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it]\n 64%|██████▍ | 32/50 [01:30<00:51, 2.83s/it]\n 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it]\n 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it]\n 70%|███████ | 35/50 [01:38<00:42, 2.83s/it]\n 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it]\n 74%|███████▍ | 37/50 [01:44<00:36, 2.84s/it]\n 76%|███████▌ | 38/50 [01:47<00:34, 2.84s/it]\n 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it]\n 80%|████████ | 40/50 [01:53<00:28, 2.84s/it]\n 82%|████████▏ | 41/50 [01:55<00:25, 2.84s/it]\n 84%|████████▍ | 42/50 [01:58<00:22, 2.84s/it]\n 86%|████████▌ | 43/50 [02:01<00:19, 2.84s/it]\n 88%|████████▊ | 44/50 [02:04<00:17, 2.84s/it]\n 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it]\n 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it]\n 94%|█████████▍| 47/50 [02:12<00:08, 2.84s/it]\n 96%|█████████▌| 48/50 [02:15<00:05, 2.84s/it]\n 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.84s/it]\n100%|██████████| 50/50 [02:21<00:00, 2.83s/it]", "metrics": { "predict_time": 158.317971, "total_time": 158.269791 }, "output": [ "https://replicate.delivery/pbxt/gVwbZTtL195bAlJNdMBoEninToMgHW4AgW5X7d8C3HqGWqYE/out-0.png", "https://replicate.delivery/pbxt/WlfIl5REaTWe602SVCCTCfMHHrsXVoKFKI5ZvwrAXiJ5wSFjA/out-1.png", "https://replicate.delivery/pbxt/4JJ2FPfwq9Vqbi2neecmyqJXZeOOhJX8yQTndq3iXB73hlKGB/out-2.png", "https://replicate.delivery/pbxt/Oq5feeW6GoVLJINAl4JNf5LioKNeA8u8CdDpmqmGgt21DLVMC/out-3.png" ], "started_at": "2023-09-09T21:28:32.744560Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/df3kntdbigfthnfy3ryoii3usq", "cancel": "https://api.replicate.com/v1/predictions/df3kntdbigfthnfy3ryoii3usq/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 47083 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:02<02:16, 2.78s/it] 4%|▍ | 2/50 [00:05<02:13, 2.79s/it] 6%|▌ | 3/50 [00:08<02:11, 2.79s/it] 8%|▊ | 4/50 [00:11<02:08, 2.80s/it] 10%|█ | 5/50 [00:13<02:06, 2.80s/it] 12%|█▏ | 6/50 [00:16<02:03, 2.80s/it] 14%|█▍ | 7/50 [00:19<02:00, 2.81s/it] 16%|█▌ | 8/50 [00:22<01:57, 2.81s/it] 18%|█▊ | 9/50 [00:25<01:55, 2.81s/it] 20%|██ | 10/50 [00:28<01:52, 2.81s/it] 22%|██▏ | 11/50 [00:30<01:49, 2.81s/it] 24%|██▍ | 12/50 [00:33<01:46, 2.81s/it] 26%|██▌ | 13/50 [00:36<01:44, 2.82s/it] 28%|██▊ | 14/50 [00:39<01:41, 2.82s/it] 30%|███ | 15/50 [00:42<01:38, 2.82s/it] 32%|███▏ | 16/50 [00:44<01:36, 2.83s/it] 34%|███▍ | 17/50 [00:47<01:33, 2.83s/it] 36%|███▌ | 18/50 [00:50<01:30, 2.83s/it] 38%|███▊ | 19/50 [00:53<01:27, 2.83s/it] 40%|████ | 20/50 [00:56<01:24, 2.83s/it] 42%|████▏ | 21/50 [00:59<01:22, 2.83s/it] 44%|████▍ | 22/50 [01:01<01:19, 2.83s/it] 46%|████▌ | 23/50 [01:04<01:16, 2.83s/it] 48%|████▊ | 24/50 [01:07<01:13, 2.83s/it] 50%|█████ | 25/50 [01:10<01:10, 2.83s/it] 52%|█████▏ | 26/50 [01:13<01:07, 2.83s/it] 54%|█████▍ | 27/50 [01:16<01:05, 2.83s/it] 56%|█████▌ | 28/50 [01:18<01:02, 2.83s/it] 58%|█████▊ | 29/50 [01:21<00:59, 2.83s/it] 60%|██████ | 30/50 [01:24<00:56, 2.83s/it] 62%|██████▏ | 31/50 [01:27<00:53, 2.83s/it] 64%|██████▍ | 32/50 [01:30<00:51, 2.83s/it] 66%|██████▌ | 33/50 [01:33<00:48, 2.83s/it] 68%|██████▊ | 34/50 [01:35<00:45, 2.83s/it] 70%|███████ | 35/50 [01:38<00:42, 2.83s/it] 72%|███████▏ | 36/50 [01:41<00:39, 2.83s/it] 74%|███████▍ | 37/50 [01:44<00:36, 2.84s/it] 76%|███████▌ | 38/50 [01:47<00:34, 2.84s/it] 78%|███████▊ | 39/50 [01:50<00:31, 2.84s/it] 80%|████████ | 40/50 [01:53<00:28, 2.84s/it] 82%|████████▏ | 41/50 [01:55<00:25, 2.84s/it] 84%|████████▍ | 42/50 [01:58<00:22, 2.84s/it] 86%|████████▌ | 43/50 [02:01<00:19, 2.84s/it] 88%|████████▊ | 44/50 [02:04<00:17, 2.84s/it] 90%|█████████ | 45/50 [02:07<00:14, 2.84s/it] 92%|█████████▏| 46/50 [02:10<00:11, 2.84s/it] 94%|█████████▍| 47/50 [02:12<00:08, 2.84s/it] 96%|█████████▌| 48/50 [02:15<00:05, 2.84s/it] 98%|█████████▊| 49/50 [02:18<00:02, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.84s/it] 100%|██████████| 50/50 [02:21<00:00, 2.83s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDeq57z7dbj4gvugvlpavqkj2c5eStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 3840
- height
- 2160
- prompt
- 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no background, no cutoff
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 3840, height: 2160, prompt: "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no background, no cutoff", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T21:41:27.428471Z", "created_at": "2023-09-09T21:37:50.386565Z", "data_removed": false, "error": null, "id": "eq57z7dbj4gvugvlpavqkj2c5e", "input": { "width": 3840, "height": 2160, "prompt": "16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no background, no cutoff", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 14673\nPrompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:03<03:13, 3.95s/it]\n 4%|▍ | 2/50 [00:07<03:10, 3.96s/it]\n 6%|▌ | 3/50 [00:11<03:06, 3.97s/it]\n 8%|▊ | 4/50 [00:15<03:02, 3.97s/it]\n 10%|█ | 5/50 [00:19<02:59, 3.98s/it]\n 12%|█▏ | 6/50 [00:23<02:55, 3.98s/it]\n 14%|█▍ | 7/50 [00:27<02:51, 3.99s/it]\n 16%|█▌ | 8/50 [00:31<02:47, 4.00s/it]\n 18%|█▊ | 9/50 [00:35<02:43, 4.00s/it]\n 20%|██ | 10/50 [00:39<02:40, 4.00s/it]\n 22%|██▏ | 11/50 [00:43<02:36, 4.01s/it]\n 24%|██▍ | 12/50 [00:47<02:32, 4.01s/it]\n 26%|██▌ | 13/50 [00:51<02:28, 4.01s/it]\n 28%|██▊ | 14/50 [00:55<02:24, 4.01s/it]\n 30%|███ | 15/50 [00:59<02:20, 4.01s/it]\n 32%|███▏ | 16/50 [01:03<02:16, 4.02s/it]\n 34%|███▍ | 17/50 [01:08<02:12, 4.02s/it]\n 36%|███▌ | 18/50 [01:12<02:08, 4.02s/it]\n 38%|███▊ | 19/50 [01:16<02:04, 4.02s/it]\n 40%|████ | 20/50 [01:20<02:00, 4.02s/it]\n 42%|████▏ | 21/50 [01:24<01:56, 4.02s/it]\n 44%|████▍ | 22/50 [01:28<01:52, 4.02s/it]\n 46%|████▌ | 23/50 [01:32<01:48, 4.02s/it]\n 48%|████▊ | 24/50 [01:36<01:44, 4.02s/it]\n 50%|█████ | 25/50 [01:40<01:40, 4.02s/it]\n 52%|█████▏ | 26/50 [01:44<01:36, 4.02s/it]\n 54%|█████▍ | 27/50 [01:48<01:32, 4.02s/it]\n 56%|█████▌ | 28/50 [01:52<01:28, 4.02s/it]\n 58%|█████▊ | 29/50 [01:56<01:24, 4.02s/it]\n 60%|██████ | 30/50 [02:00<01:20, 4.02s/it]\n 62%|██████▏ | 31/50 [02:04<01:16, 4.02s/it]\n 64%|██████▍ | 32/50 [02:08<01:12, 4.02s/it]\n 66%|██████▌ | 33/50 [02:12<01:08, 4.02s/it]\n 68%|██████▊ | 34/50 [02:16<01:04, 4.02s/it]\n 70%|███████ | 35/50 [02:20<01:00, 4.02s/it]\n 72%|███████▏ | 36/50 [02:24<00:56, 4.02s/it]\n 74%|███████▍ | 37/50 [02:28<00:52, 4.02s/it]\n 76%|███████▌ | 38/50 [02:32<00:48, 4.02s/it]\n 78%|███████▊ | 39/50 [02:36<00:44, 4.02s/it]\n 80%|████████ | 40/50 [02:40<00:40, 4.02s/it]\n 82%|████████▏ | 41/50 [02:44<00:36, 4.02s/it]\n 84%|████████▍ | 42/50 [02:48<00:32, 4.02s/it]\n 86%|████████▌ | 43/50 [02:52<00:28, 4.02s/it]\n 88%|████████▊ | 44/50 [02:56<00:24, 4.02s/it]\n 90%|█████████ | 45/50 [03:00<00:20, 4.03s/it]\n 92%|█████████▏| 46/50 [03:04<00:16, 4.03s/it]\n 94%|█████████▍| 47/50 [03:08<00:12, 4.03s/it]\n 96%|█████████▌| 48/50 [03:12<00:08, 4.03s/it]\n 98%|█████████▊| 49/50 [03:16<00:04, 4.02s/it]\n100%|██████████| 50/50 [03:20<00:00, 4.03s/it]\n100%|██████████| 50/50 [03:20<00:00, 4.02s/it]", "metrics": { "predict_time": 216.992987, "total_time": 217.041906 }, "output": [ "https://replicate.delivery/pbxt/lfjgNsFfsju2JEzYIC0NBytBxbUa9N5u7oY84Yg6I19EipiRA/out-0.png", "https://replicate.delivery/pbxt/DdyDGXIYK0b0DF1lsuZbpe92d2LuzTuXEEsAyH3PG7WDxUxIA/out-1.png" ], "started_at": "2023-09-09T21:37:50.435484Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/eq57z7dbj4gvugvlpavqkj2c5e", "cancel": "https://api.replicate.com/v1/predictions/eq57z7dbj4gvugvlpavqkj2c5e/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 14673 Prompt: 16-bit, retro, embersteel, modular embersteel sprite asset sheet with white background, embersteel radiant forest and video game overgrown embersteel the grand, epic, cinematic mysterious tree, giant machine tree factory house, on white background, post apocalpytic aesthetic rustpunk, cogpunk, dark surreal sci fi tree of life, tree of machines asset, individual desert dirt patches, mountains assets, 4k HD RPG retro embersteel 2D RPG roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view', 'of machines asset, individual desert dirt patches, mountains assets, 4 k hd rpg retro embersteel 2 d rpg roguelike sprite sheet assets with white background, transparent background, spread out assets on a grid, white background, orthographic view'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:03<03:13, 3.95s/it] 4%|▍ | 2/50 [00:07<03:10, 3.96s/it] 6%|▌ | 3/50 [00:11<03:06, 3.97s/it] 8%|▊ | 4/50 [00:15<03:02, 3.97s/it] 10%|█ | 5/50 [00:19<02:59, 3.98s/it] 12%|█▏ | 6/50 [00:23<02:55, 3.98s/it] 14%|█▍ | 7/50 [00:27<02:51, 3.99s/it] 16%|█▌ | 8/50 [00:31<02:47, 4.00s/it] 18%|█▊ | 9/50 [00:35<02:43, 4.00s/it] 20%|██ | 10/50 [00:39<02:40, 4.00s/it] 22%|██▏ | 11/50 [00:43<02:36, 4.01s/it] 24%|██▍ | 12/50 [00:47<02:32, 4.01s/it] 26%|██▌ | 13/50 [00:51<02:28, 4.01s/it] 28%|██▊ | 14/50 [00:55<02:24, 4.01s/it] 30%|███ | 15/50 [00:59<02:20, 4.01s/it] 32%|███▏ | 16/50 [01:03<02:16, 4.02s/it] 34%|███▍ | 17/50 [01:08<02:12, 4.02s/it] 36%|███▌ | 18/50 [01:12<02:08, 4.02s/it] 38%|███▊ | 19/50 [01:16<02:04, 4.02s/it] 40%|████ | 20/50 [01:20<02:00, 4.02s/it] 42%|████▏ | 21/50 [01:24<01:56, 4.02s/it] 44%|████▍ | 22/50 [01:28<01:52, 4.02s/it] 46%|████▌ | 23/50 [01:32<01:48, 4.02s/it] 48%|████▊ | 24/50 [01:36<01:44, 4.02s/it] 50%|█████ | 25/50 [01:40<01:40, 4.02s/it] 52%|█████▏ | 26/50 [01:44<01:36, 4.02s/it] 54%|█████▍ | 27/50 [01:48<01:32, 4.02s/it] 56%|█████▌ | 28/50 [01:52<01:28, 4.02s/it] 58%|█████▊ | 29/50 [01:56<01:24, 4.02s/it] 60%|██████ | 30/50 [02:00<01:20, 4.02s/it] 62%|██████▏ | 31/50 [02:04<01:16, 4.02s/it] 64%|██████▍ | 32/50 [02:08<01:12, 4.02s/it] 66%|██████▌ | 33/50 [02:12<01:08, 4.02s/it] 68%|██████▊ | 34/50 [02:16<01:04, 4.02s/it] 70%|███████ | 35/50 [02:20<01:00, 4.02s/it] 72%|███████▏ | 36/50 [02:24<00:56, 4.02s/it] 74%|███████▍ | 37/50 [02:28<00:52, 4.02s/it] 76%|███████▌ | 38/50 [02:32<00:48, 4.02s/it] 78%|███████▊ | 39/50 [02:36<00:44, 4.02s/it] 80%|████████ | 40/50 [02:40<00:40, 4.02s/it] 82%|████████▏ | 41/50 [02:44<00:36, 4.02s/it] 84%|████████▍ | 42/50 [02:48<00:32, 4.02s/it] 86%|████████▌ | 43/50 [02:52<00:28, 4.02s/it] 88%|████████▊ | 44/50 [02:56<00:24, 4.02s/it] 90%|█████████ | 45/50 [03:00<00:20, 4.03s/it] 92%|█████████▏| 46/50 [03:04<00:16, 4.03s/it] 94%|█████████▍| 47/50 [03:08<00:12, 4.03s/it] 96%|█████████▌| 48/50 [03:12<00:08, 4.03s/it] 98%|█████████▊| 49/50 [03:16<00:04, 4.02s/it] 100%|██████████| 50/50 [03:20<00:00, 4.03s/it] 100%|██████████| 50/50 [03:20<00:00, 4.02s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDu4qvoktbh6cxtme4fdkez7nukeStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 2048
- height
- 2048
- prompt
- 64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 2048, "prompt": "64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 2048, prompt: "64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 2048, "prompt": "64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 2048, "prompt": "64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-01T02:16:12.754975Z", "created_at": "2023-11-01T02:14:55.027295Z", "data_removed": false, "error": null, "id": "u4qvoktbh6cxtme4fdkez7nuke", "input": { "width": 2048, "height": 2048, "prompt": "64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 37220\nEnsuring enough disk space...\nFree disk space: 1619041357824\nDownloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar\nb'Downloaded 186 MB bytes in 0.317s (586 MB/s)\\nExtracted 186 MB in 0.067s (2.8 GB/s)\\n'\nDownloaded weights in 0.5142998695373535 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: 64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<01:07, 1.37s/it]\n 4%|▍ | 2/50 [00:02<01:05, 1.37s/it]\n 6%|▌ | 3/50 [00:04<01:04, 1.37s/it]\n 8%|▊ | 4/50 [00:05<01:03, 1.37s/it]\n 10%|█ | 5/50 [00:06<01:01, 1.37s/it]\n 12%|█▏ | 6/50 [00:08<01:00, 1.37s/it]\n 14%|█▍ | 7/50 [00:09<00:58, 1.37s/it]\n 16%|█▌ | 8/50 [00:10<00:57, 1.37s/it]\n 18%|█▊ | 9/50 [00:12<00:56, 1.37s/it]\n 20%|██ | 10/50 [00:13<00:54, 1.37s/it]\n 22%|██▏ | 11/50 [00:15<00:53, 1.37s/it]\n 24%|██▍ | 12/50 [00:16<00:52, 1.37s/it]\n 26%|██▌ | 13/50 [00:17<00:50, 1.37s/it]\n 28%|██▊ | 14/50 [00:19<00:49, 1.37s/it]\n 30%|███ | 15/50 [00:20<00:48, 1.37s/it]\n 32%|███▏ | 16/50 [00:21<00:46, 1.37s/it]\n 34%|███▍ | 17/50 [00:23<00:45, 1.37s/it]\n 36%|███▌ | 18/50 [00:24<00:43, 1.37s/it]\n 38%|███▊ | 19/50 [00:26<00:42, 1.38s/it]\n 40%|████ | 20/50 [00:27<00:41, 1.38s/it]\n 42%|████▏ | 21/50 [00:28<00:39, 1.38s/it]\n 44%|████▍ | 22/50 [00:30<00:38, 1.38s/it]\n 46%|████▌ | 23/50 [00:31<00:37, 1.38s/it]\n 48%|████▊ | 24/50 [00:32<00:35, 1.38s/it]\n 50%|█████ | 25/50 [00:34<00:34, 1.38s/it]\n 52%|█████▏ | 26/50 [00:35<00:33, 1.38s/it]\n 54%|█████▍ | 27/50 [00:37<00:31, 1.38s/it]\n 56%|█████▌ | 28/50 [00:38<00:30, 1.38s/it]\n 58%|█████▊ | 29/50 [00:39<00:28, 1.38s/it]\n 60%|██████ | 30/50 [00:41<00:27, 1.38s/it]\n 62%|██████▏ | 31/50 [00:42<00:26, 1.38s/it]\n 64%|██████▍ | 32/50 [00:44<00:24, 1.38s/it]\n 66%|██████▌ | 33/50 [00:45<00:23, 1.38s/it]\n 68%|██████▊ | 34/50 [00:46<00:22, 1.38s/it]\n 70%|███████ | 35/50 [00:48<00:20, 1.38s/it]\n 72%|███████▏ | 36/50 [00:49<00:19, 1.38s/it]\n 74%|███████▍ | 37/50 [00:50<00:17, 1.38s/it]\n 76%|███████▌ | 38/50 [00:52<00:16, 1.39s/it]\n 78%|███████▊ | 39/50 [00:53<00:15, 1.38s/it]\n 80%|████████ | 40/50 [00:55<00:13, 1.38s/it]\n 82%|████████▏ | 41/50 [00:56<00:12, 1.38s/it]\n 84%|████████▍ | 42/50 [00:57<00:11, 1.38s/it]\n 86%|████████▌ | 43/50 [00:59<00:09, 1.39s/it]\n 88%|████████▊ | 44/50 [01:00<00:08, 1.38s/it]\n 90%|█████████ | 45/50 [01:02<00:06, 1.39s/it]\n 92%|█████████▏| 46/50 [01:03<00:05, 1.38s/it]\n 94%|█████████▍| 47/50 [01:04<00:04, 1.39s/it]\n 96%|█████████▌| 48/50 [01:06<00:02, 1.39s/it]\n 98%|█████████▊| 49/50 [01:07<00:01, 1.38s/it]\n100%|██████████| 50/50 [01:08<00:00, 1.39s/it]\n100%|██████████| 50/50 [01:08<00:00, 1.38s/it]", "metrics": { "predict_time": 75.2672, "total_time": 77.72768 }, "output": [ "https://pbxt.replicate.delivery/LMGOK1SEaCboHp6OfIfC8V8mH7F7UsbsCd13Wi0GAaysb2zRA/out-0.png" ], "started_at": "2023-11-01T02:14:57.487775Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/u4qvoktbh6cxtme4fdkez7nuke", "cancel": "https://api.replicate.com/v1/predictions/u4qvoktbh6cxtme4fdkez7nuke/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 37220 Ensuring enough disk space... Free disk space: 1619041357824 Downloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar b'Downloaded 186 MB bytes in 0.317s (586 MB/s)\nExtracted 186 MB in 0.067s (2.8 GB/s)\n' Downloaded weights in 0.5142998695373535 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: 64-bit, retro, pixel-art, top-down video game map, post apocalpytic aesthetic, wide open meadow glade with grass and dirt patches, flat top-down pixel-art map, top-down view txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<01:07, 1.37s/it] 4%|▍ | 2/50 [00:02<01:05, 1.37s/it] 6%|▌ | 3/50 [00:04<01:04, 1.37s/it] 8%|▊ | 4/50 [00:05<01:03, 1.37s/it] 10%|█ | 5/50 [00:06<01:01, 1.37s/it] 12%|█▏ | 6/50 [00:08<01:00, 1.37s/it] 14%|█▍ | 7/50 [00:09<00:58, 1.37s/it] 16%|█▌ | 8/50 [00:10<00:57, 1.37s/it] 18%|█▊ | 9/50 [00:12<00:56, 1.37s/it] 20%|██ | 10/50 [00:13<00:54, 1.37s/it] 22%|██▏ | 11/50 [00:15<00:53, 1.37s/it] 24%|██▍ | 12/50 [00:16<00:52, 1.37s/it] 26%|██▌ | 13/50 [00:17<00:50, 1.37s/it] 28%|██▊ | 14/50 [00:19<00:49, 1.37s/it] 30%|███ | 15/50 [00:20<00:48, 1.37s/it] 32%|███▏ | 16/50 [00:21<00:46, 1.37s/it] 34%|███▍ | 17/50 [00:23<00:45, 1.37s/it] 36%|███▌ | 18/50 [00:24<00:43, 1.37s/it] 38%|███▊ | 19/50 [00:26<00:42, 1.38s/it] 40%|████ | 20/50 [00:27<00:41, 1.38s/it] 42%|████▏ | 21/50 [00:28<00:39, 1.38s/it] 44%|████▍ | 22/50 [00:30<00:38, 1.38s/it] 46%|████▌ | 23/50 [00:31<00:37, 1.38s/it] 48%|████▊ | 24/50 [00:32<00:35, 1.38s/it] 50%|█████ | 25/50 [00:34<00:34, 1.38s/it] 52%|█████▏ | 26/50 [00:35<00:33, 1.38s/it] 54%|█████▍ | 27/50 [00:37<00:31, 1.38s/it] 56%|█████▌ | 28/50 [00:38<00:30, 1.38s/it] 58%|█████▊ | 29/50 [00:39<00:28, 1.38s/it] 60%|██████ | 30/50 [00:41<00:27, 1.38s/it] 62%|██████▏ | 31/50 [00:42<00:26, 1.38s/it] 64%|██████▍ | 32/50 [00:44<00:24, 1.38s/it] 66%|██████▌ | 33/50 [00:45<00:23, 1.38s/it] 68%|██████▊ | 34/50 [00:46<00:22, 1.38s/it] 70%|███████ | 35/50 [00:48<00:20, 1.38s/it] 72%|███████▏ | 36/50 [00:49<00:19, 1.38s/it] 74%|███████▍ | 37/50 [00:50<00:17, 1.38s/it] 76%|███████▌ | 38/50 [00:52<00:16, 1.39s/it] 78%|███████▊ | 39/50 [00:53<00:15, 1.38s/it] 80%|████████ | 40/50 [00:55<00:13, 1.38s/it] 82%|████████▏ | 41/50 [00:56<00:12, 1.38s/it] 84%|████████▍ | 42/50 [00:57<00:11, 1.38s/it] 86%|████████▌ | 43/50 [00:59<00:09, 1.39s/it] 88%|████████▊ | 44/50 [01:00<00:08, 1.38s/it] 90%|█████████ | 45/50 [01:02<00:06, 1.39s/it] 92%|█████████▏| 46/50 [01:03<00:05, 1.38s/it] 94%|█████████▍| 47/50 [01:04<00:04, 1.39s/it] 96%|█████████▌| 48/50 [01:06<00:02, 1.39s/it] 98%|█████████▊| 49/50 [01:07<00:01, 1.38s/it] 100%|██████████| 50/50 [01:08<00:00, 1.39s/it] 100%|██████████| 50/50 [01:08<00:00, 1.38s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDx4vbhytbt5hkbbsddceo5q25p4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 2048
- height
- 1024
- prompt
- 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 1024, prompt: "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-19T05:02:15.434650Z", "created_at": "2023-11-19T05:00:56.831135Z", "data_removed": false, "error": null, "id": "x4vbhytbt5hkbbsddceo5q25p4", "input": { "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 52920\nEnsuring enough disk space...\nFree disk space: 1733209530368\nDownloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar\nb'Downloaded 186 MB bytes in 0.625s (298 MB/s)\\nExtracted 186 MB in 0.067s (2.8 GB/s)\\n'\nDownloaded weights in 0.8718626499176025 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:01<00:55, 1.13s/it]\n 4%|▍ | 2/50 [00:02<00:54, 1.13s/it]\n 6%|▌ | 3/50 [00:03<00:53, 1.13s/it]\n 8%|▊ | 4/50 [00:04<00:52, 1.13s/it]\n 10%|█ | 5/50 [00:05<00:50, 1.13s/it]\n 12%|█▏ | 6/50 [00:06<00:49, 1.13s/it]\n 14%|█▍ | 7/50 [00:07<00:48, 1.13s/it]\n 16%|█▌ | 8/50 [00:09<00:47, 1.13s/it]\n 18%|█▊ | 9/50 [00:10<00:46, 1.13s/it]\n 20%|██ | 10/50 [00:11<00:45, 1.13s/it]\n 22%|██▏ | 11/50 [00:12<00:44, 1.13s/it]\n 24%|██▍ | 12/50 [00:13<00:43, 1.13s/it]\n 26%|██▌ | 13/50 [00:14<00:42, 1.14s/it]\n 28%|██▊ | 14/50 [00:15<00:40, 1.14s/it]\n 30%|███ | 15/50 [00:17<00:39, 1.14s/it]\n 32%|███▏ | 16/50 [00:18<00:38, 1.14s/it]\n 34%|███▍ | 17/50 [00:19<00:37, 1.14s/it]\n 36%|███▌ | 18/50 [00:20<00:36, 1.14s/it]\n 38%|███▊ | 19/50 [00:21<00:35, 1.14s/it]\n 40%|████ | 20/50 [00:22<00:34, 1.14s/it]\n 42%|████▏ | 21/50 [00:23<00:33, 1.14s/it]\n 44%|████▍ | 22/50 [00:24<00:31, 1.14s/it]\n 46%|████▌ | 23/50 [00:26<00:30, 1.14s/it]\n 48%|████▊ | 24/50 [00:27<00:29, 1.14s/it]\n 50%|█████ | 25/50 [00:28<00:28, 1.14s/it]\n 52%|█████▏ | 26/50 [00:29<00:27, 1.14s/it]\n 54%|█████▍ | 27/50 [00:30<00:26, 1.14s/it]\n 56%|█████▌ | 28/50 [00:31<00:25, 1.14s/it]\n 58%|█████▊ | 29/50 [00:32<00:23, 1.14s/it]\n 60%|██████ | 30/50 [00:34<00:22, 1.14s/it]\n 62%|██████▏ | 31/50 [00:35<00:21, 1.14s/it]\n 64%|██████▍ | 32/50 [00:36<00:20, 1.14s/it]\n 66%|██████▌ | 33/50 [00:37<00:19, 1.14s/it]\n 68%|██████▊ | 34/50 [00:38<00:18, 1.14s/it]\n 70%|███████ | 35/50 [00:39<00:17, 1.14s/it]\n 72%|███████▏ | 36/50 [00:40<00:15, 1.14s/it]\n 74%|███████▍ | 37/50 [00:42<00:14, 1.14s/it]\n 76%|███████▌ | 38/50 [00:43<00:13, 1.14s/it]\n 78%|███████▊ | 39/50 [00:44<00:12, 1.14s/it]\n 80%|████████ | 40/50 [00:45<00:11, 1.14s/it]\n 82%|████████▏ | 41/50 [00:46<00:10, 1.14s/it]\n 84%|████████▍ | 42/50 [00:47<00:09, 1.14s/it]\n 86%|████████▌ | 43/50 [00:48<00:07, 1.14s/it]\n 88%|████████▊ | 44/50 [00:50<00:06, 1.14s/it]\n 90%|█████████ | 45/50 [00:51<00:05, 1.14s/it]\n 92%|█████████▏| 46/50 [00:52<00:04, 1.14s/it]\n 94%|█████████▍| 47/50 [00:53<00:03, 1.14s/it]\n 96%|█████████▌| 48/50 [00:54<00:02, 1.14s/it]\n 98%|█████████▊| 49/50 [00:55<00:01, 1.14s/it]\n100%|██████████| 50/50 [00:56<00:00, 1.14s/it]\n100%|██████████| 50/50 [00:56<00:00, 1.14s/it]", "metrics": { "predict_time": 63.976734, "total_time": 78.603515 }, "output": [ "https://replicate.delivery/pbxt/PBOdq5WoKCYhAtpIRbXj21Dk3CuwCI5NuqzTYrm2eHJrR68IA/out-0.png", "https://replicate.delivery/pbxt/2NxleSJHwt0WQKpsFLUMe8jSPdFiXlKNhn1qpDCTnJrXj05RA/out-1.png" ], "started_at": "2023-11-19T05:01:11.457916Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/x4vbhytbt5hkbbsddceo5q25p4", "cancel": "https://api.replicate.com/v1/predictions/x4vbhytbt5hkbbsddceo5q25p4/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 52920 Ensuring enough disk space... Free disk space: 1733209530368 Downloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar b'Downloaded 186 MB bytes in 0.625s (298 MB/s)\nExtracted 186 MB in 0.067s (2.8 GB/s)\n' Downloaded weights in 0.8718626499176025 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:01<00:55, 1.13s/it] 4%|▍ | 2/50 [00:02<00:54, 1.13s/it] 6%|▌ | 3/50 [00:03<00:53, 1.13s/it] 8%|▊ | 4/50 [00:04<00:52, 1.13s/it] 10%|█ | 5/50 [00:05<00:50, 1.13s/it] 12%|█▏ | 6/50 [00:06<00:49, 1.13s/it] 14%|█▍ | 7/50 [00:07<00:48, 1.13s/it] 16%|█▌ | 8/50 [00:09<00:47, 1.13s/it] 18%|█▊ | 9/50 [00:10<00:46, 1.13s/it] 20%|██ | 10/50 [00:11<00:45, 1.13s/it] 22%|██▏ | 11/50 [00:12<00:44, 1.13s/it] 24%|██▍ | 12/50 [00:13<00:43, 1.13s/it] 26%|██▌ | 13/50 [00:14<00:42, 1.14s/it] 28%|██▊ | 14/50 [00:15<00:40, 1.14s/it] 30%|███ | 15/50 [00:17<00:39, 1.14s/it] 32%|███▏ | 16/50 [00:18<00:38, 1.14s/it] 34%|███▍ | 17/50 [00:19<00:37, 1.14s/it] 36%|███▌ | 18/50 [00:20<00:36, 1.14s/it] 38%|███▊ | 19/50 [00:21<00:35, 1.14s/it] 40%|████ | 20/50 [00:22<00:34, 1.14s/it] 42%|████▏ | 21/50 [00:23<00:33, 1.14s/it] 44%|████▍ | 22/50 [00:24<00:31, 1.14s/it] 46%|████▌ | 23/50 [00:26<00:30, 1.14s/it] 48%|████▊ | 24/50 [00:27<00:29, 1.14s/it] 50%|█████ | 25/50 [00:28<00:28, 1.14s/it] 52%|█████▏ | 26/50 [00:29<00:27, 1.14s/it] 54%|█████▍ | 27/50 [00:30<00:26, 1.14s/it] 56%|█████▌ | 28/50 [00:31<00:25, 1.14s/it] 58%|█████▊ | 29/50 [00:32<00:23, 1.14s/it] 60%|██████ | 30/50 [00:34<00:22, 1.14s/it] 62%|██████▏ | 31/50 [00:35<00:21, 1.14s/it] 64%|██████▍ | 32/50 [00:36<00:20, 1.14s/it] 66%|██████▌ | 33/50 [00:37<00:19, 1.14s/it] 68%|██████▊ | 34/50 [00:38<00:18, 1.14s/it] 70%|███████ | 35/50 [00:39<00:17, 1.14s/it] 72%|███████▏ | 36/50 [00:40<00:15, 1.14s/it] 74%|███████▍ | 37/50 [00:42<00:14, 1.14s/it] 76%|███████▌ | 38/50 [00:43<00:13, 1.14s/it] 78%|███████▊ | 39/50 [00:44<00:12, 1.14s/it] 80%|████████ | 40/50 [00:45<00:11, 1.14s/it] 82%|████████▏ | 41/50 [00:46<00:10, 1.14s/it] 84%|████████▍ | 42/50 [00:47<00:09, 1.14s/it] 86%|████████▌ | 43/50 [00:48<00:07, 1.14s/it] 88%|████████▊ | 44/50 [00:50<00:06, 1.14s/it] 90%|█████████ | 45/50 [00:51<00:05, 1.14s/it] 92%|█████████▏| 46/50 [00:52<00:04, 1.14s/it] 94%|█████████▍| 47/50 [00:53<00:03, 1.14s/it] 96%|█████████▌| 48/50 [00:54<00:02, 1.14s/it] 98%|█████████▊| 49/50 [00:55<00:01, 1.14s/it] 100%|██████████| 50/50 [00:56<00:00, 1.14s/it] 100%|██████████| 50/50 [00:56<00:00, 1.14s/it]
Prediction
adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29dIDmredl5lbpdzmq77afn6yvjhpsiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 2048
- height
- 1024
- prompt
- 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 2
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", { input: { width: 2048, height: 1024, prompt: "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 2, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 adynblaed/embersteel-sdxl-andraxus using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", input={ "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adynblaed/embersteel-sdxl-andraxus 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": "adynblaed/embersteel-sdxl-andraxus:65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d", "input": { "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-19T05:03:59.661555Z", "created_at": "2023-11-19T05:02:51.129457Z", "data_removed": false, "error": null, "id": "mredl5lbpdzmq77afn6yvjhpsi", "input": { "width": 2048, "height": 1024, "prompt": "64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 2, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "no people, no humans, no bad composition, no bad negative spacing, no bad placement, no bad aesthetics, no bad visuals", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 601\nEnsuring enough disk space...\nFree disk space: 1994344923136\nDownloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar\nb'Downloaded 186 MB bytes in 0.241s (772 MB/s)\\nExtracted 186 MB in 0.055s (3.4 GB/s)\\n'\nDownloaded weights in 0.3695509433746338 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]/usr/local/lib/python3.9/site-packages/torch/nn/modules/conv.py:459: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:80.)\nreturn F.conv2d(input, weight, bias, self.stride,\n 2%|▏ | 1/50 [00:01<01:26, 1.76s/it]\n 4%|▍ | 2/50 [00:02<01:07, 1.40s/it]\n 6%|▌ | 3/50 [00:04<01:00, 1.28s/it]\n 8%|▊ | 4/50 [00:05<00:56, 1.23s/it]\n 10%|█ | 5/50 [00:06<00:53, 1.20s/it]\n 12%|█▏ | 6/50 [00:07<00:51, 1.18s/it]\n 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it]\n 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it]\n 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it]\n 20%|██ | 10/50 [00:12<00:46, 1.16s/it]\n 22%|██▏ | 11/50 [00:13<00:45, 1.16s/it]\n 24%|██▍ | 12/50 [00:14<00:43, 1.15s/it]\n 26%|██▌ | 13/50 [00:15<00:42, 1.15s/it]\n 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it]\n 30%|███ | 15/50 [00:17<00:40, 1.15s/it]\n 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it]\n 34%|███▍ | 17/50 [00:20<00:37, 1.15s/it]\n 36%|███▌ | 18/50 [00:21<00:36, 1.15s/it]\n 38%|███▊ | 19/50 [00:22<00:35, 1.15s/it]\n 40%|████ | 20/50 [00:23<00:34, 1.15s/it]\n 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it]\n 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it]\n 46%|████▌ | 23/50 [00:27<00:31, 1.15s/it]\n 48%|████▊ | 24/50 [00:28<00:29, 1.15s/it]\n 50%|█████ | 25/50 [00:29<00:28, 1.15s/it]\n 52%|█████▏ | 26/50 [00:30<00:27, 1.15s/it]\n 54%|█████▍ | 27/50 [00:31<00:26, 1.15s/it]\n 56%|█████▌ | 28/50 [00:32<00:25, 1.15s/it]\n 58%|█████▊ | 29/50 [00:33<00:24, 1.15s/it]\n 60%|██████ | 30/50 [00:35<00:23, 1.15s/it]\n 62%|██████▏ | 31/50 [00:36<00:21, 1.15s/it]\n 64%|██████▍ | 32/50 [00:37<00:20, 1.15s/it]\n 66%|██████▌ | 33/50 [00:38<00:19, 1.15s/it]\n 68%|██████▊ | 34/50 [00:39<00:18, 1.15s/it]\n 70%|███████ | 35/50 [00:40<00:17, 1.15s/it]\n 72%|███████▏ | 36/50 [00:41<00:16, 1.15s/it]\n 74%|███████▍ | 37/50 [00:43<00:15, 1.15s/it]\n 76%|███████▌ | 38/50 [00:44<00:13, 1.15s/it]\n 78%|███████▊ | 39/50 [00:45<00:12, 1.16s/it]\n 80%|████████ | 40/50 [00:46<00:11, 1.16s/it]\n 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it]\n 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it]\n 86%|████████▌ | 43/50 [00:50<00:08, 1.16s/it]\n 88%|████████▊ | 44/50 [00:51<00:06, 1.16s/it]\n 90%|█████████ | 45/50 [00:52<00:05, 1.16s/it]\n 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it]\n 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it]\n 96%|█████████▌| 48/50 [00:55<00:02, 1.16s/it]\n 98%|█████████▊| 49/50 [00:57<00:01, 1.16s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.16s/it]\n100%|██████████| 50/50 [00:58<00:00, 1.16s/it]", "metrics": { "predict_time": 66.436827, "total_time": 68.532098 }, "output": [ "https://replicate.delivery/pbxt/WgCDaXdLsdYlGpesO07I9VJw12YZoGebFRRhGlv1fcd7JpzjA/out-0.png", "https://replicate.delivery/pbxt/tV95tuuwGy6AAR8whPxsh6RoY4oeFdeTRB0U9gyAqnkfJpzjA/out-1.png" ], "started_at": "2023-11-19T05:02:53.224728Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mredl5lbpdzmq77afn6yvjhpsi", "cancel": "https://api.replicate.com/v1/predictions/mredl5lbpdzmq77afn6yvjhpsi/cancel" }, "version": "65c8c8fc046831fd5614ffe7f9c70ba83fb14fca00b3b8d347bdc9dadd3ed29d" }
Generated inUsing seed: 601 Ensuring enough disk space... Free disk space: 1994344923136 Downloading weights: https://pbxt.replicate.delivery/e1QWeACuKzmiYEvkrjdZgVsNjjQQvNWUJadJNAUFWShR1dfiA/trained_model.tar b'Downloaded 186 MB bytes in 0.241s (772 MB/s)\nExtracted 186 MB in 0.055s (3.4 GB/s)\n' Downloaded weights in 0.3695509433746338 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: 64-bit, retro, embersteel video game wallpaper, cinematic machine mountain backdrop, mountain parallax 2D Unity spite sheet asset, game background, post apocalyptic aesthetic rustpunk, cogpunk, wide sweeping mountain foreground background orthographic sprites, 2D RPG sprite sheet, parallax with white background, white background txt2img mode 0%| | 0/50 [00:00<?, ?it/s]/usr/local/lib/python3.9/site-packages/torch/nn/modules/conv.py:459: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:80.) return F.conv2d(input, weight, bias, self.stride, 2%|▏ | 1/50 [00:01<01:26, 1.76s/it] 4%|▍ | 2/50 [00:02<01:07, 1.40s/it] 6%|▌ | 3/50 [00:04<01:00, 1.28s/it] 8%|▊ | 4/50 [00:05<00:56, 1.23s/it] 10%|█ | 5/50 [00:06<00:53, 1.20s/it] 12%|█▏ | 6/50 [00:07<00:51, 1.18s/it] 14%|█▍ | 7/50 [00:08<00:50, 1.17s/it] 16%|█▌ | 8/50 [00:09<00:48, 1.16s/it] 18%|█▊ | 9/50 [00:10<00:47, 1.16s/it] 20%|██ | 10/50 [00:12<00:46, 1.16s/it] 22%|██▏ | 11/50 [00:13<00:45, 1.16s/it] 24%|██▍ | 12/50 [00:14<00:43, 1.15s/it] 26%|██▌ | 13/50 [00:15<00:42, 1.15s/it] 28%|██▊ | 14/50 [00:16<00:41, 1.15s/it] 30%|███ | 15/50 [00:17<00:40, 1.15s/it] 32%|███▏ | 16/50 [00:18<00:39, 1.15s/it] 34%|███▍ | 17/50 [00:20<00:37, 1.15s/it] 36%|███▌ | 18/50 [00:21<00:36, 1.15s/it] 38%|███▊ | 19/50 [00:22<00:35, 1.15s/it] 40%|████ | 20/50 [00:23<00:34, 1.15s/it] 42%|████▏ | 21/50 [00:24<00:33, 1.15s/it] 44%|████▍ | 22/50 [00:25<00:32, 1.15s/it] 46%|████▌ | 23/50 [00:27<00:31, 1.15s/it] 48%|████▊ | 24/50 [00:28<00:29, 1.15s/it] 50%|█████ | 25/50 [00:29<00:28, 1.15s/it] 52%|█████▏ | 26/50 [00:30<00:27, 1.15s/it] 54%|█████▍ | 27/50 [00:31<00:26, 1.15s/it] 56%|█████▌ | 28/50 [00:32<00:25, 1.15s/it] 58%|█████▊ | 29/50 [00:33<00:24, 1.15s/it] 60%|██████ | 30/50 [00:35<00:23, 1.15s/it] 62%|██████▏ | 31/50 [00:36<00:21, 1.15s/it] 64%|██████▍ | 32/50 [00:37<00:20, 1.15s/it] 66%|██████▌ | 33/50 [00:38<00:19, 1.15s/it] 68%|██████▊ | 34/50 [00:39<00:18, 1.15s/it] 70%|███████ | 35/50 [00:40<00:17, 1.15s/it] 72%|███████▏ | 36/50 [00:41<00:16, 1.15s/it] 74%|███████▍ | 37/50 [00:43<00:15, 1.15s/it] 76%|███████▌ | 38/50 [00:44<00:13, 1.15s/it] 78%|███████▊ | 39/50 [00:45<00:12, 1.16s/it] 80%|████████ | 40/50 [00:46<00:11, 1.16s/it] 82%|████████▏ | 41/50 [00:47<00:10, 1.16s/it] 84%|████████▍ | 42/50 [00:48<00:09, 1.16s/it] 86%|████████▌ | 43/50 [00:50<00:08, 1.16s/it] 88%|████████▊ | 44/50 [00:51<00:06, 1.16s/it] 90%|█████████ | 45/50 [00:52<00:05, 1.16s/it] 92%|█████████▏| 46/50 [00:53<00:04, 1.16s/it] 94%|█████████▍| 47/50 [00:54<00:03, 1.16s/it] 96%|█████████▌| 48/50 [00:55<00:02, 1.16s/it] 98%|█████████▊| 49/50 [00:57<00:01, 1.16s/it] 100%|██████████| 50/50 [00:58<00:00, 1.16s/it] 100%|██████████| 50/50 [00:58<00:00, 1.16s/it]
Want to make some of these yourself?
Run this model