Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158IDgto2xztb6g3574jv4fu3la6wziStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:20:39.848660Z", "created_at": "2023-11-25T08:20:36.830566Z", "data_removed": false, "error": null, "id": "gto2xztb6g3574jv4fu3la6wzi", "input": { "width": 512, "height": 512, "prompt": "fantacy game ,Illustrate a blue horse against a psychedelic multicolored background ,dramatric lighting, its blue hue a stark contrast to the swirling, vivid colors of the backdrop , The overall effect should be one of movement and energy, capturing the free-spirited essence .", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 455\n 0%| | 0/4 [00:00<?, ?it/s]\n 25%|██▌ | 1/4 [00:00<00:00, 4.90it/s]\n 75%|███████▌ | 3/4 [00:00<00:00, 10.21it/s]\n100%|██████████| 4/4 [00:00<00:00, 10.35it/s]", "metrics": { "predict_time": 1.049472, "total_time": 3.018094 }, "output": [ "https://replicate.delivery/pbxt/egftk5dXAwt7BUnhjWG6UtcTqtyZedGqKYvpfe4TF5N5KweeIA/out-0.jpg" ], "started_at": "2023-11-25T08:20:38.799188Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gto2xztb6g3574jv4fu3la6wzi", "cancel": "https://api.replicate.com/v1/predictions/gto2xztb6g3574jv4fu3la6wzi/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 455 0%| | 0/4 [00:00<?, ?it/s] 25%|██▌ | 1/4 [00:00<00:00, 4.90it/s] 75%|███████▌ | 3/4 [00:00<00:00, 10.21it/s] 100%|██████████| 4/4 [00:00<00:00, 10.35it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158IDt5xogttb3hrf3dgfvqqjdcyszyStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:22:37.498818Z", "created_at": "2023-11-25T08:22:36.685268Z", "data_removed": false, "error": null, "id": "t5xogttb3hrf3dgfvqqjdcyszy", "input": { "width": 512, "height": 512, "prompt": "icon paw patrol , on white background, various poses and movements, various emotions. funny mood, full frame , Minimalist , pixar studio.", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 53432\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.52it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.53it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.52it/s]", "metrics": { "predict_time": 0.807295, "total_time": 0.81355 }, "output": [ "https://replicate.delivery/pbxt/35SsKXcojfVIY6KUTLYrPNouSAelviLme0zfZzf8QVRuZweeIA/out-0.jpg" ], "started_at": "2023-11-25T08:22:36.691523Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/t5xogttb3hrf3dgfvqqjdcyszy", "cancel": "https://api.replicate.com/v1/predictions/t5xogttb3hrf3dgfvqqjdcyszy/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 53432 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.52it/s] 100%|██████████| 4/4 [00:00<00:00, 16.53it/s] 100%|██████████| 4/4 [00:00<00:00, 16.52it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158IDykl3ondb5gnmg5nzfvp2cchb64StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:21:50.903696Z", "created_at": "2023-11-25T08:21:50.079851Z", "data_removed": false, "error": null, "id": "ykl3ondb5gnmg5nzfvp2cchb64", "input": { "width": 512, "height": 512, "prompt": "ultra realistic ranger elf, hooded pink leather armor!!! long curly red hair!! bangs, green eyes! freckles, fantasy art, d & d, intricate ornate details, gem tiara, jewelry, cloak, photorealistic portrait, smile, pretty face!!, symmetry, concept art, sharp focus, 8k, natural lighting, dungeons and dragons, d&d", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 27126\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.50it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.49it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.48it/s]", "metrics": { "predict_time": 0.817309, "total_time": 0.823845 }, "output": [ "https://replicate.delivery/pbxt/fwkhiMAqi7xGb6DR4VMhxjrPmSgdai1UQuAf1nhSWabeEs3jA/out-0.jpg" ], "started_at": "2023-11-25T08:21:50.086387Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ykl3ondb5gnmg5nzfvp2cchb64", "cancel": "https://api.replicate.com/v1/predictions/ykl3ondb5gnmg5nzfvp2cchb64/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 27126 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.50it/s] 100%|██████████| 4/4 [00:00<00:00, 16.49it/s] 100%|██████████| 4/4 [00:00<00:00, 16.48it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158ID5iezqy3b5ldiimyfueqik7hireStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a miniature astronaut trying to break free from programming language code
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "a miniature astronaut trying to break free from programming language code\n", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "a miniature astronaut trying to break free from programming language code\n", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "a miniature astronaut trying to break free from programming language code\n", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "a miniature astronaut trying to break free from programming language code\\n", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:23:21.685199Z", "created_at": "2023-11-25T08:23:20.849040Z", "data_removed": false, "error": null, "id": "5iezqy3b5ldiimyfueqik7hire", "input": { "width": 512, "height": 512, "prompt": "a miniature astronaut trying to break free from programming language code\n", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 57\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.53it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.50it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.49it/s]", "metrics": { "predict_time": 0.821921, "total_time": 0.836159 }, "output": [ "https://replicate.delivery/pbxt/qAAHNUaa5zIOPRb4yHf2LweTKV6PdtBFRWkwsP6n6z45D27RA/out-0.jpg" ], "started_at": "2023-11-25T08:23:20.863278Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5iezqy3b5ldiimyfueqik7hire", "cancel": "https://api.replicate.com/v1/predictions/5iezqy3b5ldiimyfueqik7hire/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 57 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.53it/s] 100%|██████████| 4/4 [00:00<00:00, 16.50it/s] 100%|██████████| 4/4 [00:00<00:00, 16.49it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158ID76pk34lbenw7pk2lwloihph76yStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:38:17.867407Z", "created_at": "2023-11-25T08:38:16.414681Z", "data_removed": false, "error": null, "id": "76pk34lbenw7pk2lwloihph76y", "input": { "width": 512, "height": 512, "prompt": "Photo of a ultra realistic sailing ship, dramatic light, pale sunrise, cinematic lighting, battered, low angle, trending on artstation, 4k, hyper realistic, focused, extreme details, unreal engine 5, cinematic, masterpiece, art by studio ghibli, intricate artwork by john william turner", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 21817\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.45it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.49it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.48it/s]", "metrics": { "predict_time": 1.415964, "total_time": 1.452726 }, "output": [ "https://replicate.delivery/pbxt/TVhWZOlxKca7E54x9b5NTVY3y0tb6BThWVooVeoWdjk8I79IA/out-0.jpg" ], "started_at": "2023-11-25T08:38:16.451443Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/76pk34lbenw7pk2lwloihph76y", "cancel": "https://api.replicate.com/v1/predictions/76pk34lbenw7pk2lwloihph76y/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 21817 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.45it/s] 100%|██████████| 4/4 [00:00<00:00, 16.49it/s] 100%|██████████| 4/4 [00:00<00:00, 16.48it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158IDfzytdb3be3ijfx3nz7xs2nacciStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:41:04.956172Z", "created_at": "2023-11-25T08:41:03.660549Z", "data_removed": false, "error": null, "id": "fzytdb3be3ijfx3nz7xs2nacci", "input": { "width": 512, "height": 512, "prompt": "cut little fluffy Bunny cub dressed up as sherlock holmes, blue eyes, investigating a crime, pixar-style, ultra detailed, old london background, animated film, realistic lights, cinematic, studio photo, vivid colors, realistic lights, cinematic, sharp focus, photorealistic concept art, perfect composition, soft natural volumetric, cinematic perfect light, rendered in unreal engine, boost", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 57054\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.47it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.50it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.48it/s]", "metrics": { "predict_time": 1.260127, "total_time": 1.295623 }, "output": [ "https://replicate.delivery/pbxt/FAfpYQKlX2zAaisf3kuHZ2HsZLcY1GfGZRvZUVQTIQ6Bps3jA/out-0.jpg" ], "started_at": "2023-11-25T08:41:03.696045Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/fzytdb3be3ijfx3nz7xs2nacci", "cancel": "https://api.replicate.com/v1/predictions/fzytdb3be3ijfx3nz7xs2nacci/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 57054 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.47it/s] 100%|██████████| 4/4 [00:00<00:00, 16.50it/s] 100%|██████████| 4/4 [00:00<00:00, 16.48it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158ID6j5gv2tbp25itzywsdasnnbwcmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:39:03.052094Z", "created_at": "2023-11-25T08:39:01.691697Z", "data_removed": false, "error": null, "id": "6j5gv2tbp25itzywsdasnnbwcm", "input": { "width": 512, "height": 512, "prompt": "a painting of a woman with a scarf on her neck, craig mullins alphonse mucha, artgerm craig mullins, beautiful character painting, rhads and lois van baarle, artgerm and atey ghailan, charlie bowater rich deep colors, ross tran 8 k, ( ( mads berg )+ ), artgerm and craig mullins, golden ratio, detailed, elegant", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 52001\nToken indices sequence length is longer than the specified maximum sequence length for this model (80 > 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: ['detailed, elegant']\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.51it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.53it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.52it/s]", "metrics": { "predict_time": 1.326824, "total_time": 1.360397 }, "output": [ "https://replicate.delivery/pbxt/OwJzDpIZGg7FD1bxRgJqVgqgwvOKYFTOyfmbL0XrDEYTJ79IA/out-0.jpg" ], "started_at": "2023-11-25T08:39:01.725270Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6j5gv2tbp25itzywsdasnnbwcm", "cancel": "https://api.replicate.com/v1/predictions/6j5gv2tbp25itzywsdasnnbwcm/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 52001 Token indices sequence length is longer than the specified maximum sequence length for this model (80 > 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: ['detailed, elegant'] 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.51it/s] 100%|██████████| 4/4 [00:00<00:00, 16.53it/s] 100%|██████████| 4/4 [00:00<00:00, 16.52it/s]
Prediction
espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158IDwvzdqp3b3tnehloangnhvog3euStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 512
- height
- 512
- prompt
- extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot
- num_images
- 1
- guidance_scale
- 0
- num_inference_steps
- 4
{ "width": 512, "height": 512, "prompt": "extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", { input: { width: 512, height: 512, prompt: "extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot", num_images: 1, guidance_scale: 0, num_inference_steps: 4 } } ); // 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 espressotechie/lcm-dreamshaper8 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", input={ "width": 512, "height": 512, "prompt": "extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run espressotechie/lcm-dreamshaper8 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": "espressotechie/lcm-dreamshaper8:fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158", "input": { "width": 512, "height": 512, "prompt": "extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-11-25T08:44:04.506469Z", "created_at": "2023-11-25T08:44:03.233462Z", "data_removed": false, "error": null, "id": "wvzdqp3b3tnehloangnhvog3eu", "input": { "width": 512, "height": 512, "prompt": "extremely detailed photo of a woman, loraelizabeth, scarlet witch, avengers, wearing black lace dress, open red leather jacket, 8k uhd, RAW photography, model photoshoot", "num_images": 1, "guidance_scale": 0, "num_inference_steps": 4 }, "logs": "Using seed: 64849\n 0%| | 0/4 [00:00<?, ?it/s]\n 50%|█████ | 2/4 [00:00<00:00, 16.42it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.40it/s]\n100%|██████████| 4/4 [00:00<00:00, 16.39it/s]", "metrics": { "predict_time": 1.239972, "total_time": 1.273007 }, "output": [ "https://replicate.delivery/pbxt/YPDbeSpnGrzcAaHehV7Y3PrbbuziFgiGqm8M43NpmJtTX27RA/out-0.jpg" ], "started_at": "2023-11-25T08:44:03.266497Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/wvzdqp3b3tnehloangnhvog3eu", "cancel": "https://api.replicate.com/v1/predictions/wvzdqp3b3tnehloangnhvog3eu/cancel" }, "version": "fc367d0b29168ee2ad6eb234251e44eaab51b2ca592195b248ac82265c303158" }
Generated inUsing seed: 64849 0%| | 0/4 [00:00<?, ?it/s] 50%|█████ | 2/4 [00:00<00:00, 16.42it/s] 100%|██████████| 4/4 [00:00<00:00, 16.40it/s] 100%|██████████| 4/4 [00:00<00:00, 16.39it/s]
Want to make some of these yourself?
Run this model