pagebrain
/
epicrealism-v5
T4 GPU, negative embeddings,img2img, inpainting, safety checker, KarrasDPM, pruned fp16 safetensor
Prediction
pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236aIDy42u6wzbvir5pi5bmjibsnt3m4StatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3823390171
- width
- "576"
- height
- "1024"
- prompt
- a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 3823390171, "width": "576", "height": "1024", "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }
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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", { input: { seed: 3823390171, width: "576", height: "1024", prompt: "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: false, negative_prompt: "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", input={ "seed": 3823390171, "width": "576", "height": "1024", "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": False, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/epicrealism-v5 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": "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", "input": { "seed": 3823390171, "width": "576", "height": "1024", "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:49:31.132559Z", "created_at": "2023-09-09T08:49:12.523130Z", "data_removed": false, "error": null, "id": "y42u6wzbvir5pi5bmjibsnt3m4", "input": { "seed": 3823390171, "width": "576", "height": "1024", "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 3823390171\nPrompt: a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['tranquility.']\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:18, 1.59it/s]\n 7%|▋ | 2/30 [00:01<00:16, 1.73it/s]\n 10%|█ | 3/30 [00:01<00:15, 1.75it/s]\n 13%|█▎ | 4/30 [00:02<00:14, 1.77it/s]\n 17%|█▋ | 5/30 [00:02<00:13, 1.79it/s]\n 20%|██ | 6/30 [00:03<00:13, 1.79it/s]\n 23%|██▎ | 7/30 [00:03<00:12, 1.81it/s]\n 27%|██▋ | 8/30 [00:04<00:12, 1.81it/s]\n 30%|███ | 9/30 [00:05<00:11, 1.82it/s]\n 33%|███▎ | 10/30 [00:05<00:11, 1.82it/s]\n 37%|███▋ | 11/30 [00:06<00:10, 1.82it/s]\n 40%|████ | 12/30 [00:06<00:09, 1.81it/s]\n 43%|████▎ | 13/30 [00:07<00:09, 1.81it/s]\n 47%|████▋ | 14/30 [00:07<00:08, 1.81it/s]\n 50%|█████ | 15/30 [00:08<00:08, 1.81it/s]\n 53%|█████▎ | 16/30 [00:08<00:07, 1.81it/s]\n 57%|█████▋ | 17/30 [00:09<00:07, 1.81it/s]\n 60%|██████ | 18/30 [00:10<00:06, 1.80it/s]\n 63%|██████▎ | 19/30 [00:10<00:06, 1.80it/s]\n 67%|██████▋ | 20/30 [00:11<00:05, 1.81it/s]\n 70%|███████ | 21/30 [00:11<00:04, 1.80it/s]\n 73%|███████▎ | 22/30 [00:12<00:04, 1.80it/s]\n 77%|███████▋ | 23/30 [00:12<00:03, 1.80it/s]\n 80%|████████ | 24/30 [00:13<00:03, 1.79it/s]\n 83%|████████▎ | 25/30 [00:13<00:02, 1.79it/s]\n 87%|████████▋ | 26/30 [00:14<00:02, 1.80it/s]\n 90%|█████████ | 27/30 [00:15<00:01, 1.79it/s]\n 93%|█████████▎| 28/30 [00:15<00:01, 1.78it/s]\n 97%|█████████▋| 29/30 [00:16<00:00, 1.79it/s]\n100%|██████████| 30/30 [00:16<00:00, 1.79it/s]\n100%|██████████| 30/30 [00:16<00:00, 1.80it/s]", "metrics": { "predict_time": 18.64406, "total_time": 18.609429 }, "output": [ "https://replicate.delivery/pbxt/7FJG6YeiIa2hTCdDKu9vu1OaRa3veigJdd9Y4IWILAwaOeEjA/out-0.png" ], "started_at": "2023-09-09T08:49:12.488499Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/y42u6wzbvir5pi5bmjibsnt3m4", "cancel": "https://api.replicate.com/v1/predictions/y42u6wzbvir5pi5bmjibsnt3m4/cancel" }, "version": "88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a" }
Generated inUsing seed: 3823390171 Prompt: a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility. txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['tranquility.'] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:18, 1.59it/s] 7%|▋ | 2/30 [00:01<00:16, 1.73it/s] 10%|█ | 3/30 [00:01<00:15, 1.75it/s] 13%|█▎ | 4/30 [00:02<00:14, 1.77it/s] 17%|█▋ | 5/30 [00:02<00:13, 1.79it/s] 20%|██ | 6/30 [00:03<00:13, 1.79it/s] 23%|██▎ | 7/30 [00:03<00:12, 1.81it/s] 27%|██▋ | 8/30 [00:04<00:12, 1.81it/s] 30%|███ | 9/30 [00:05<00:11, 1.82it/s] 33%|███▎ | 10/30 [00:05<00:11, 1.82it/s] 37%|███▋ | 11/30 [00:06<00:10, 1.82it/s] 40%|████ | 12/30 [00:06<00:09, 1.81it/s] 43%|████▎ | 13/30 [00:07<00:09, 1.81it/s] 47%|████▋ | 14/30 [00:07<00:08, 1.81it/s] 50%|█████ | 15/30 [00:08<00:08, 1.81it/s] 53%|█████▎ | 16/30 [00:08<00:07, 1.81it/s] 57%|█████▋ | 17/30 [00:09<00:07, 1.81it/s] 60%|██████ | 18/30 [00:10<00:06, 1.80it/s] 63%|██████▎ | 19/30 [00:10<00:06, 1.80it/s] 67%|██████▋ | 20/30 [00:11<00:05, 1.81it/s] 70%|███████ | 21/30 [00:11<00:04, 1.80it/s] 73%|███████▎ | 22/30 [00:12<00:04, 1.80it/s] 77%|███████▋ | 23/30 [00:12<00:03, 1.80it/s] 80%|████████ | 24/30 [00:13<00:03, 1.79it/s] 83%|████████▎ | 25/30 [00:13<00:02, 1.79it/s] 87%|████████▋ | 26/30 [00:14<00:02, 1.80it/s] 90%|█████████ | 27/30 [00:15<00:01, 1.79it/s] 93%|█████████▎| 28/30 [00:15<00:01, 1.78it/s] 97%|█████████▋| 29/30 [00:16<00:00, 1.79it/s] 100%|██████████| 30/30 [00:16<00:00, 1.79it/s] 100%|██████████| 30/30 [00:16<00:00, 1.80it/s]
Prediction
pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236aIDknxetdbbolta2rqdiy5sql763qStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3823390171
- width
- "576"
- height
- "1024"
- prompt
- blond female police officer uniform in new york streets
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 3823390171, "width": "576", "height": "1024", "prompt": "blond female police officer uniform in new york streets", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }
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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", { input: { seed: 3823390171, width: "576", height: "1024", prompt: "blond female police officer uniform in new york streets", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: false, negative_prompt: "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", input={ "seed": 3823390171, "width": "576", "height": "1024", "prompt": "blond female police officer uniform in new york streets", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": False, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/epicrealism-v5 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": "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", "input": { "seed": 3823390171, "width": "576", "height": "1024", "prompt": "blond female police officer uniform in new york streets", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:50:41.699159Z", "created_at": "2023-09-09T08:50:22.840871Z", "data_removed": false, "error": null, "id": "knxetdbbolta2rqdiy5sql763q", "input": { "seed": 3823390171, "width": "576", "height": "1024", "prompt": "blond female police officer uniform in new york streets", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 3823390171\nPrompt: blond female police officer uniform in new york streets\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:17, 1.63it/s]\n 7%|▋ | 2/30 [00:01<00:16, 1.70it/s]\n 10%|█ | 3/30 [00:01<00:15, 1.72it/s]\n 13%|█▎ | 4/30 [00:02<00:15, 1.72it/s]\n 17%|█▋ | 5/30 [00:02<00:14, 1.74it/s]\n 20%|██ | 6/30 [00:03<00:13, 1.73it/s]\n 23%|██▎ | 7/30 [00:04<00:13, 1.74it/s]\n 27%|██▋ | 8/30 [00:04<00:12, 1.74it/s]\n 30%|███ | 9/30 [00:05<00:12, 1.74it/s]\n 33%|███▎ | 10/30 [00:05<00:11, 1.73it/s]\n 37%|███▋ | 11/30 [00:06<00:10, 1.73it/s]\n 40%|████ | 12/30 [00:06<00:10, 1.73it/s]\n 43%|████▎ | 13/30 [00:07<00:09, 1.73it/s]\n 47%|████▋ | 14/30 [00:08<00:09, 1.74it/s]\n 50%|█████ | 15/30 [00:08<00:08, 1.74it/s]\n 53%|█████▎ | 16/30 [00:09<00:08, 1.75it/s]\n 57%|█████▋ | 17/30 [00:09<00:07, 1.75it/s]\n 60%|██████ | 18/30 [00:10<00:06, 1.75it/s]\n 63%|██████▎ | 19/30 [00:10<00:06, 1.75it/s]\n 67%|██████▋ | 20/30 [00:11<00:05, 1.75it/s]\n 70%|███████ | 21/30 [00:12<00:05, 1.75it/s]\n 73%|███████▎ | 22/30 [00:12<00:04, 1.74it/s]\n 77%|███████▋ | 23/30 [00:13<00:04, 1.74it/s]\n 80%|████████ | 24/30 [00:13<00:03, 1.74it/s]\n 83%|████████▎ | 25/30 [00:14<00:02, 1.74it/s]\n 87%|████████▋ | 26/30 [00:14<00:02, 1.74it/s]\n 90%|█████████ | 27/30 [00:15<00:01, 1.73it/s]\n 93%|█████████▎| 28/30 [00:16<00:01, 1.74it/s]\n 97%|█████████▋| 29/30 [00:16<00:00, 1.73it/s]\n100%|██████████| 30/30 [00:17<00:00, 1.73it/s]\n100%|██████████| 30/30 [00:17<00:00, 1.73it/s]", "metrics": { "predict_time": 18.907635, "total_time": 18.858288 }, "output": [ "https://replicate.delivery/pbxt/L3Mt8YNNQobfISCk1u7Ogq2h9S3qb0AVVUmcJ4lChXHwHPxIA/out-0.png" ], "started_at": "2023-09-09T08:50:22.791524Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/knxetdbbolta2rqdiy5sql763q", "cancel": "https://api.replicate.com/v1/predictions/knxetdbbolta2rqdiy5sql763q/cancel" }, "version": "88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a" }
Generated inUsing seed: 3823390171 Prompt: blond female police officer uniform in new york streets txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:17, 1.63it/s] 7%|▋ | 2/30 [00:01<00:16, 1.70it/s] 10%|█ | 3/30 [00:01<00:15, 1.72it/s] 13%|█▎ | 4/30 [00:02<00:15, 1.72it/s] 17%|█▋ | 5/30 [00:02<00:14, 1.74it/s] 20%|██ | 6/30 [00:03<00:13, 1.73it/s] 23%|██▎ | 7/30 [00:04<00:13, 1.74it/s] 27%|██▋ | 8/30 [00:04<00:12, 1.74it/s] 30%|███ | 9/30 [00:05<00:12, 1.74it/s] 33%|███▎ | 10/30 [00:05<00:11, 1.73it/s] 37%|███▋ | 11/30 [00:06<00:10, 1.73it/s] 40%|████ | 12/30 [00:06<00:10, 1.73it/s] 43%|████▎ | 13/30 [00:07<00:09, 1.73it/s] 47%|████▋ | 14/30 [00:08<00:09, 1.74it/s] 50%|█████ | 15/30 [00:08<00:08, 1.74it/s] 53%|█████▎ | 16/30 [00:09<00:08, 1.75it/s] 57%|█████▋ | 17/30 [00:09<00:07, 1.75it/s] 60%|██████ | 18/30 [00:10<00:06, 1.75it/s] 63%|██████▎ | 19/30 [00:10<00:06, 1.75it/s] 67%|██████▋ | 20/30 [00:11<00:05, 1.75it/s] 70%|███████ | 21/30 [00:12<00:05, 1.75it/s] 73%|███████▎ | 22/30 [00:12<00:04, 1.74it/s] 77%|███████▋ | 23/30 [00:13<00:04, 1.74it/s] 80%|████████ | 24/30 [00:13<00:03, 1.74it/s] 83%|████████▎ | 25/30 [00:14<00:02, 1.74it/s] 87%|████████▋ | 26/30 [00:14<00:02, 1.74it/s] 90%|█████████ | 27/30 [00:15<00:01, 1.73it/s] 93%|█████████▎| 28/30 [00:16<00:01, 1.74it/s] 97%|█████████▋| 29/30 [00:16<00:00, 1.73it/s] 100%|██████████| 30/30 [00:17<00:00, 1.73it/s] 100%|██████████| 30/30 [00:17<00:00, 1.73it/s]
Prediction
pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236aIDglpgnejbta7nt2dfl5hu7lcneaStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 2946753955
- width
- "576"
- height
- "1024"
- prompt
- an eye contact of a blond with bun hair and dark theme
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 6.5
- safety_checker
- negative_prompt
- deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy
- prompt_strength
- 0.8
- num_inference_steps
- 20
{ "seed": 2946753955, "width": "576", "height": "1024", "prompt": "an eye contact of a blond with bun hair and dark theme\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6.5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy\n", "prompt_strength": 0.8, "num_inference_steps": 20 }
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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", { input: { seed: 2946753955, width: "576", height: "1024", prompt: "an eye contact of a blond with bun hair and dark theme\n", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 6.5, safety_checker: false, negative_prompt: "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy\n", prompt_strength: 0.8, num_inference_steps: 20 } } ); // 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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", input={ "seed": 2946753955, "width": "576", "height": "1024", "prompt": "an eye contact of a blond with bun hair and dark theme\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6.5, "safety_checker": False, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy\n", "prompt_strength": 0.8, "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/epicrealism-v5 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": "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", "input": { "seed": 2946753955, "width": "576", "height": "1024", "prompt": "an eye contact of a blond with bun hair and dark theme\\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6.5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy\\n", "prompt_strength": 0.8, "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:52:08.954431Z", "created_at": "2023-09-09T08:51:55.401223Z", "data_removed": false, "error": null, "id": "glpgnejbta7nt2dfl5hu7lcnea", "input": { "seed": 2946753955, "width": "576", "height": "1024", "prompt": "an eye contact of a blond with bun hair and dark theme\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 6.5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy\n", "prompt_strength": 0.8, "num_inference_steps": 20 }, "logs": "Using seed: 2946753955\nPrompt: an eye contact of a blond with bun hair and dark theme\ntxt2img mode\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:11, 1.62it/s]\n 10%|█ | 2/20 [00:01<00:10, 1.66it/s]\n 15%|█▌ | 3/20 [00:01<00:10, 1.68it/s]\n 20%|██ | 4/20 [00:02<00:09, 1.67it/s]\n 25%|██▌ | 5/20 [00:02<00:08, 1.69it/s]\n 30%|███ | 6/20 [00:03<00:08, 1.68it/s]\n 35%|███▌ | 7/20 [00:04<00:07, 1.68it/s]\n 40%|████ | 8/20 [00:04<00:07, 1.67it/s]\n 45%|████▌ | 9/20 [00:05<00:06, 1.68it/s]\n 50%|█████ | 10/20 [00:05<00:05, 1.67it/s]\n 55%|█████▌ | 11/20 [00:06<00:05, 1.68it/s]\n 60%|██████ | 12/20 [00:07<00:04, 1.67it/s]\n 65%|██████▌ | 13/20 [00:07<00:04, 1.68it/s]\n 70%|███████ | 14/20 [00:08<00:03, 1.67it/s]\n 75%|███████▌ | 15/20 [00:08<00:02, 1.67it/s]\n 80%|████████ | 16/20 [00:09<00:02, 1.67it/s]\n 85%|████████▌ | 17/20 [00:10<00:01, 1.66it/s]\n 90%|█████████ | 18/20 [00:10<00:01, 1.66it/s]\n 95%|█████████▌| 19/20 [00:11<00:00, 1.66it/s]\n100%|██████████| 20/20 [00:11<00:00, 1.65it/s]\n100%|██████████| 20/20 [00:11<00:00, 1.67it/s]", "metrics": { "predict_time": 13.601346, "total_time": 13.553208 }, "output": [ "https://replicate.delivery/pbxt/ri8HjbmPE94aMRdAkOqQfjycV9wdmsOQbEjtA50IdAacIPxIA/out-0.png" ], "started_at": "2023-09-09T08:51:55.353085Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/glpgnejbta7nt2dfl5hu7lcnea", "cancel": "https://api.replicate.com/v1/predictions/glpgnejbta7nt2dfl5hu7lcnea/cancel" }, "version": "88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a" }
Generated inUsing seed: 2946753955 Prompt: an eye contact of a blond with bun hair and dark theme txt2img mode 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:11, 1.62it/s] 10%|█ | 2/20 [00:01<00:10, 1.66it/s] 15%|█▌ | 3/20 [00:01<00:10, 1.68it/s] 20%|██ | 4/20 [00:02<00:09, 1.67it/s] 25%|██▌ | 5/20 [00:02<00:08, 1.69it/s] 30%|███ | 6/20 [00:03<00:08, 1.68it/s] 35%|███▌ | 7/20 [00:04<00:07, 1.68it/s] 40%|████ | 8/20 [00:04<00:07, 1.67it/s] 45%|████▌ | 9/20 [00:05<00:06, 1.68it/s] 50%|█████ | 10/20 [00:05<00:05, 1.67it/s] 55%|█████▌ | 11/20 [00:06<00:05, 1.68it/s] 60%|██████ | 12/20 [00:07<00:04, 1.67it/s] 65%|██████▌ | 13/20 [00:07<00:04, 1.68it/s] 70%|███████ | 14/20 [00:08<00:03, 1.67it/s] 75%|███████▌ | 15/20 [00:08<00:02, 1.67it/s] 80%|████████ | 16/20 [00:09<00:02, 1.67it/s] 85%|████████▌ | 17/20 [00:10<00:01, 1.66it/s] 90%|█████████ | 18/20 [00:10<00:01, 1.66it/s] 95%|█████████▌| 19/20 [00:11<00:00, 1.66it/s] 100%|██████████| 20/20 [00:11<00:00, 1.65it/s] 100%|██████████| 20/20 [00:11<00:00, 1.67it/s]
Prediction
pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236aIDdaxehpzbnwrv6lgyob6sssuxbuStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 2109437995
- width
- "576"
- height
- "1024"
- prompt
- medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing
- prompt_strength
- 0.8
- num_inference_steps
- 20
{ "seed": 2109437995, "width": "576", "height": "1024", "prompt": "medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing\n", "prompt_strength": 0.8, "num_inference_steps": 20 }
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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", { input: { seed: 2109437995, width: "576", height: "1024", prompt: "medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\n", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: false, negative_prompt: "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing\n", prompt_strength: 0.8, num_inference_steps: 20 } } ); // 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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", input={ "seed": 2109437995, "width": "576", "height": "1024", "prompt": "medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": False, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing\n", "prompt_strength": 0.8, "num_inference_steps": 20 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/epicrealism-v5 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": "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", "input": { "seed": 2109437995, "width": "576", "height": "1024", "prompt": "medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing\\n", "prompt_strength": 0.8, "num_inference_steps": 20 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T08:53:17.441936Z", "created_at": "2023-09-09T08:53:04.053079Z", "data_removed": false, "error": null, "id": "daxehpzbnwrv6lgyob6sssuxbu", "input": { "seed": 2109437995, "width": "576", "height": "1024", "prompt": "medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "deformed, distorted, disfigured, doll, poorly drawn, bad anatomy, wrong anatomy, cartoon, cgi, render, illustration, painting, drawing\n", "prompt_strength": 0.8, "num_inference_steps": 20 }, "logs": "Using seed: 2109437995\nPrompt: medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo\ntxt2img mode\n 0%| | 0/20 [00:00<?, ?it/s]\n 5%|▌ | 1/20 [00:00<00:12, 1.54it/s]\n 10%|█ | 2/20 [00:01<00:11, 1.62it/s]\n 15%|█▌ | 3/20 [00:01<00:10, 1.66it/s]\n 20%|██ | 4/20 [00:02<00:09, 1.67it/s]\n 25%|██▌ | 5/20 [00:03<00:08, 1.68it/s]\n 30%|███ | 6/20 [00:03<00:08, 1.69it/s]\n 35%|███▌ | 7/20 [00:04<00:07, 1.69it/s]\n 40%|████ | 8/20 [00:04<00:07, 1.70it/s]\n 45%|████▌ | 9/20 [00:05<00:06, 1.70it/s]\n 50%|█████ | 10/20 [00:05<00:05, 1.70it/s]\n 55%|█████▌ | 11/20 [00:06<00:05, 1.69it/s]\n 60%|██████ | 12/20 [00:07<00:04, 1.69it/s]\n 65%|██████▌ | 13/20 [00:07<00:04, 1.69it/s]\n 70%|███████ | 14/20 [00:08<00:03, 1.69it/s]\n 75%|███████▌ | 15/20 [00:08<00:02, 1.69it/s]\n 80%|████████ | 16/20 [00:09<00:02, 1.69it/s]\n 85%|████████▌ | 17/20 [00:10<00:01, 1.68it/s]\n 90%|█████████ | 18/20 [00:10<00:01, 1.68it/s]\n 95%|█████████▌| 19/20 [00:11<00:00, 1.67it/s]\n100%|██████████| 20/20 [00:11<00:00, 1.67it/s]\n100%|██████████| 20/20 [00:11<00:00, 1.68it/s]", "metrics": { "predict_time": 13.474651, "total_time": 13.388857 }, "output": [ "https://replicate.delivery/pbxt/VSasdidUZwY8IhU7SwK5e2r1OzFIL1xOaNBXc6cyLbdeReEjA/out-0.png" ], "started_at": "2023-09-09T08:53:03.967285Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/daxehpzbnwrv6lgyob6sssuxbu", "cancel": "https://api.replicate.com/v1/predictions/daxehpzbnwrv6lgyob6sssuxbu/cancel" }, "version": "88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a" }
Generated inUsing seed: 2109437995 Prompt: medium shot of a woman traveller ready for the journey waiting on the train station, detailed sharp, flash photo txt2img mode 0%| | 0/20 [00:00<?, ?it/s] 5%|▌ | 1/20 [00:00<00:12, 1.54it/s] 10%|█ | 2/20 [00:01<00:11, 1.62it/s] 15%|█▌ | 3/20 [00:01<00:10, 1.66it/s] 20%|██ | 4/20 [00:02<00:09, 1.67it/s] 25%|██▌ | 5/20 [00:03<00:08, 1.68it/s] 30%|███ | 6/20 [00:03<00:08, 1.69it/s] 35%|███▌ | 7/20 [00:04<00:07, 1.69it/s] 40%|████ | 8/20 [00:04<00:07, 1.70it/s] 45%|████▌ | 9/20 [00:05<00:06, 1.70it/s] 50%|█████ | 10/20 [00:05<00:05, 1.70it/s] 55%|█████▌ | 11/20 [00:06<00:05, 1.69it/s] 60%|██████ | 12/20 [00:07<00:04, 1.69it/s] 65%|██████▌ | 13/20 [00:07<00:04, 1.69it/s] 70%|███████ | 14/20 [00:08<00:03, 1.69it/s] 75%|███████▌ | 15/20 [00:08<00:02, 1.69it/s] 80%|████████ | 16/20 [00:09<00:02, 1.69it/s] 85%|████████▌ | 17/20 [00:10<00:01, 1.68it/s] 90%|█████████ | 18/20 [00:10<00:01, 1.68it/s] 95%|█████████▌| 19/20 [00:11<00:00, 1.67it/s] 100%|██████████| 20/20 [00:11<00:00, 1.67it/s] 100%|██████████| 20/20 [00:11<00:00, 1.68it/s]
Prediction
pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236aIDs42w2uzbkoovv4iqnq277az66aStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 3823390171
- image
- out-0%20%2822%29.png
- width
- 576
- height
- 1024
- prompt
- a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 3823390171, "image": "https://replicate.delivery/pbxt/JUrpo9Zpx8XYC8efjpfhCIfImb2aZx9rpuvZcctP7vvby5wM/out-0%20%2822%29.png", "width": 576, "height": 1024, "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }
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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", { input: { seed: 3823390171, image: "https://replicate.delivery/pbxt/JUrpo9Zpx8XYC8efjpfhCIfImb2aZx9rpuvZcctP7vvby5wM/out-0%20%2822%29.png", width: 576, height: 1024, prompt: "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: false, negative_prompt: "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", prompt_strength: 0.8, num_inference_steps: 30 } } ); // 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 pagebrain/epicrealism-v5 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", input={ "seed": 3823390171, "image": "https://replicate.delivery/pbxt/JUrpo9Zpx8XYC8efjpfhCIfImb2aZx9rpuvZcctP7vvby5wM/out-0%20%2822%29.png", "width": 576, "height": 1024, "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": False, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run pagebrain/epicrealism-v5 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": "pagebrain/epicrealism-v5:88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a", "input": { "seed": 3823390171, "image": "https://replicate.delivery/pbxt/JUrpo9Zpx8XYC8efjpfhCIfImb2aZx9rpuvZcctP7vvby5wM/out-0%20%2822%29.png", "width": 576, "height": 1024, "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-09-09T09:15:34.214547Z", "created_at": "2023-09-09T09:15:17.668771Z", "data_removed": false, "error": null, "id": "s42w2uzbkoovv4iqnq277az66a", "input": { "seed": 3823390171, "image": "https://replicate.delivery/pbxt/JUrpo9Zpx8XYC8efjpfhCIfImb2aZx9rpuvZcctP7vvby5wM/out-0%20%2822%29.png", "width": 576, "height": 1024, "prompt": "a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": false, "negative_prompt": "BadDream, UnrealisticDream, (worst quality:2), (low quality:2), (normal quality:2), lowres, bad anatomy, bad hands, bad arms, normal quality, ((monochrome)), ((grayscale)), text, watermark,", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 3823390171\nPrompt: a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility.\nimg2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['tranquility.']\n 0%| | 0/24 [00:00<?, ?it/s]\n 4%|▍ | 1/24 [00:00<00:12, 1.78it/s]\n 8%|▊ | 2/24 [00:01<00:12, 1.73it/s]\n 12%|█▎ | 3/24 [00:01<00:12, 1.72it/s]\n 17%|█▋ | 4/24 [00:02<00:11, 1.71it/s]\n 21%|██ | 5/24 [00:02<00:11, 1.71it/s]\n 25%|██▌ | 6/24 [00:03<00:10, 1.71it/s]\n 29%|██▉ | 7/24 [00:04<00:09, 1.70it/s]\n 33%|███▎ | 8/24 [00:04<00:09, 1.70it/s]\n 38%|███▊ | 9/24 [00:05<00:08, 1.70it/s]\n 42%|████▏ | 10/24 [00:05<00:08, 1.70it/s]\n 46%|████▌ | 11/24 [00:06<00:07, 1.70it/s]\n 50%|█████ | 12/24 [00:07<00:07, 1.70it/s]\n 54%|█████▍ | 13/24 [00:07<00:06, 1.70it/s]\n 58%|█████▊ | 14/24 [00:08<00:05, 1.70it/s]\n 62%|██████▎ | 15/24 [00:08<00:05, 1.70it/s]\n 67%|██████▋ | 16/24 [00:09<00:04, 1.70it/s]\n 71%|███████ | 17/24 [00:09<00:04, 1.69it/s]\n 75%|███████▌ | 18/24 [00:10<00:03, 1.69it/s]\n 79%|███████▉ | 19/24 [00:11<00:02, 1.68it/s]\n 83%|████████▎ | 20/24 [00:11<00:02, 1.68it/s]\n 88%|████████▊ | 21/24 [00:12<00:01, 1.68it/s]\n 92%|█████████▏| 22/24 [00:12<00:01, 1.68it/s]\n 96%|█████████▌| 23/24 [00:13<00:00, 1.67it/s]\n100%|██████████| 24/24 [00:14<00:00, 1.67it/s]\n100%|██████████| 24/24 [00:14<00:00, 1.69it/s]", "metrics": { "predict_time": 16.59421, "total_time": 16.545776 }, "output": [ "https://replicate.delivery/pbxt/DTpCeiXLeGtKzEzboWtFeGjZ0RyqugVLfcxTaA0Cf1Ct20TMC/out-0.png" ], "started_at": "2023-09-09T09:15:17.620337Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/s42w2uzbkoovv4iqnq277az66a", "cancel": "https://api.replicate.com/v1/predictions/s42w2uzbkoovv4iqnq277az66a/cancel" }, "version": "88d89cc606f073ee7cad89dc834b3ec129a0d76bf7e6b42037c257ac4971236a" }
Generated inUsing seed: 3823390171 Prompt: a stunning intricate full color portrait, official art, masterpiece, best quality, unity 8k wallpaper, ((photorealistic:1.4)), ultra detailed, extremely detailed, elegant, beautiful, aesthetic, romanticism, A woman wrapped in a cozy winter ensemble, sitting by a fireplace in a cabin, illuminated with soft and warm lighting to evoke a sense of comfort and tranquility. img2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['tranquility.'] 0%| | 0/24 [00:00<?, ?it/s] 4%|▍ | 1/24 [00:00<00:12, 1.78it/s] 8%|▊ | 2/24 [00:01<00:12, 1.73it/s] 12%|█▎ | 3/24 [00:01<00:12, 1.72it/s] 17%|█▋ | 4/24 [00:02<00:11, 1.71it/s] 21%|██ | 5/24 [00:02<00:11, 1.71it/s] 25%|██▌ | 6/24 [00:03<00:10, 1.71it/s] 29%|██▉ | 7/24 [00:04<00:09, 1.70it/s] 33%|███▎ | 8/24 [00:04<00:09, 1.70it/s] 38%|███▊ | 9/24 [00:05<00:08, 1.70it/s] 42%|████▏ | 10/24 [00:05<00:08, 1.70it/s] 46%|████▌ | 11/24 [00:06<00:07, 1.70it/s] 50%|█████ | 12/24 [00:07<00:07, 1.70it/s] 54%|█████▍ | 13/24 [00:07<00:06, 1.70it/s] 58%|█████▊ | 14/24 [00:08<00:05, 1.70it/s] 62%|██████▎ | 15/24 [00:08<00:05, 1.70it/s] 67%|██████▋ | 16/24 [00:09<00:04, 1.70it/s] 71%|███████ | 17/24 [00:09<00:04, 1.69it/s] 75%|███████▌ | 18/24 [00:10<00:03, 1.69it/s] 79%|███████▉ | 19/24 [00:11<00:02, 1.68it/s] 83%|████████▎ | 20/24 [00:11<00:02, 1.68it/s] 88%|████████▊ | 21/24 [00:12<00:01, 1.68it/s] 92%|█████████▏| 22/24 [00:12<00:01, 1.68it/s] 96%|█████████▌| 23/24 [00:13<00:00, 1.67it/s] 100%|██████████| 24/24 [00:14<00:00, 1.67it/s] 100%|██████████| 24/24 [00:14<00:00, 1.69it/s]
Want to make some of these yourself?
Run this model