pagebrain / absolutereality-v1-6
T4 GPU, negative embeddings, img2img, inpainting, safety checker, KarrasDPM, pruned fp16 safetensor
Prediction
pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014IDozobrhbbi7m4ekzkdiu635rayyStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 27128
- width
- "576"
- height
- "1024"
- prompt
- Captain Jack Sparrow in green outfit, (photorealistic:1.4)
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 27128, "width": "576", "height": "1024", "prompt": "Captain Jack Sparrow in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", { input: { seed: 27128, width: "576", height: "1024", prompt: "Captain Jack Sparrow in green outfit, (photorealistic:1.4)", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 5, safety_checker: true, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", input={ "seed": 27128, "width": "576", "height": "1024", "prompt": "Captain Jack Sparrow in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": True, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 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/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", "input": { "seed": 27128, "width": "576", "height": "1024", "prompt": "Captain Jack Sparrow in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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-09T07:20:42.870992Z", "created_at": "2023-09-09T07:20:21.217456Z", "data_removed": false, "error": null, "id": "ozobrhbbi7m4ekzkdiu635rayy", "input": { "seed": 27128, "width": "576", "height": "1024", "prompt": "Captain Jack Sparrow in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 27128\nPrompt: Captain Jack Sparrow in green outfit, (photorealistic:1.4)\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:20, 1.43it/s]\n 7%|▋ | 2/30 [00:01<00:18, 1.48it/s]\n 10%|█ | 3/30 [00:01<00:17, 1.52it/s]\n 13%|█▎ | 4/30 [00:02<00:17, 1.52it/s]\n 17%|█▋ | 5/30 [00:03<00:16, 1.53it/s]\n 20%|██ | 6/30 [00:03<00:15, 1.53it/s]\n 23%|██▎ | 7/30 [00:04<00:15, 1.53it/s]\n 27%|██▋ | 8/30 [00:05<00:14, 1.53it/s]\n 30%|███ | 9/30 [00:05<00:13, 1.53it/s]\n 33%|███▎ | 10/30 [00:06<00:13, 1.53it/s]\n 37%|███▋ | 11/30 [00:07<00:12, 1.53it/s]\n 40%|████ | 12/30 [00:07<00:11, 1.52it/s]\n 43%|████▎ | 13/30 [00:08<00:11, 1.52it/s]\n 47%|████▋ | 14/30 [00:09<00:10, 1.51it/s]\n 50%|█████ | 15/30 [00:09<00:09, 1.51it/s]\n 53%|█████▎ | 16/30 [00:10<00:09, 1.51it/s]\n 57%|█████▋ | 17/30 [00:11<00:08, 1.51it/s]\n 60%|██████ | 18/30 [00:11<00:07, 1.51it/s]\n 63%|██████▎ | 19/30 [00:12<00:07, 1.50it/s]\n 67%|██████▋ | 20/30 [00:13<00:06, 1.50it/s]\n 70%|███████ | 21/30 [00:13<00:06, 1.50it/s]\n 73%|███████▎ | 22/30 [00:14<00:05, 1.50it/s]\n 77%|███████▋ | 23/30 [00:15<00:04, 1.50it/s]\n 80%|████████ | 24/30 [00:15<00:04, 1.49it/s]\n 83%|████████▎ | 25/30 [00:16<00:03, 1.49it/s]\n 87%|████████▋ | 26/30 [00:17<00:02, 1.48it/s]\n 90%|█████████ | 27/30 [00:17<00:02, 1.48it/s]\n 93%|█████████▎| 28/30 [00:18<00:01, 1.47it/s]\n 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:19<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:19<00:00, 1.50it/s]", "metrics": { "predict_time": 21.691332, "total_time": 21.653536 }, "output": [ "https://pbxt.replicate.delivery/WGnUNo0inDoZIdzbD43ZMzq1ZnP1UpcfbZox8sQxUpAldOxIA/out-0.png" ], "started_at": "2023-09-09T07:20:21.179660Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ozobrhbbi7m4ekzkdiu635rayy", "cancel": "https://api.replicate.com/v1/predictions/ozobrhbbi7m4ekzkdiu635rayy/cancel" }, "version": "9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014" }
Generated inUsing seed: 27128 Prompt: Captain Jack Sparrow in green outfit, (photorealistic:1.4) txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:20, 1.43it/s] 7%|▋ | 2/30 [00:01<00:18, 1.48it/s] 10%|█ | 3/30 [00:01<00:17, 1.52it/s] 13%|█▎ | 4/30 [00:02<00:17, 1.52it/s] 17%|█▋ | 5/30 [00:03<00:16, 1.53it/s] 20%|██ | 6/30 [00:03<00:15, 1.53it/s] 23%|██▎ | 7/30 [00:04<00:15, 1.53it/s] 27%|██▋ | 8/30 [00:05<00:14, 1.53it/s] 30%|███ | 9/30 [00:05<00:13, 1.53it/s] 33%|███▎ | 10/30 [00:06<00:13, 1.53it/s] 37%|███▋ | 11/30 [00:07<00:12, 1.53it/s] 40%|████ | 12/30 [00:07<00:11, 1.52it/s] 43%|████▎ | 13/30 [00:08<00:11, 1.52it/s] 47%|████▋ | 14/30 [00:09<00:10, 1.51it/s] 50%|█████ | 15/30 [00:09<00:09, 1.51it/s] 53%|█████▎ | 16/30 [00:10<00:09, 1.51it/s] 57%|█████▋ | 17/30 [00:11<00:08, 1.51it/s] 60%|██████ | 18/30 [00:11<00:07, 1.51it/s] 63%|██████▎ | 19/30 [00:12<00:07, 1.50it/s] 67%|██████▋ | 20/30 [00:13<00:06, 1.50it/s] 70%|███████ | 21/30 [00:13<00:06, 1.50it/s] 73%|███████▎ | 22/30 [00:14<00:05, 1.50it/s] 77%|███████▋ | 23/30 [00:15<00:04, 1.50it/s] 80%|████████ | 24/30 [00:15<00:04, 1.49it/s] 83%|████████▎ | 25/30 [00:16<00:03, 1.49it/s] 87%|████████▋ | 26/30 [00:17<00:02, 1.48it/s] 90%|█████████ | 27/30 [00:17<00:02, 1.48it/s] 93%|█████████▎| 28/30 [00:18<00:01, 1.47it/s] 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s] 100%|██████████| 30/30 [00:19<00:00, 1.47it/s] 100%|██████████| 30/30 [00:19<00:00, 1.50it/s]
Prediction
pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014IDnahnlwbbvwprvy2xiy5xfmnzguStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 5775692
- width
- "576"
- height
- "1024"
- prompt
- masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 9
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 5775692, "width": "576", "height": "1024", "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 9, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", { input: { seed: 5775692, width: "576", height: "1024", prompt: "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\n", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 9, safety_checker: true, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", input={ "seed": 5775692, "width": "576", "height": "1024", "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 9, "safety_checker": True, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 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/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", "input": { "seed": 5775692, "width": "576", "height": "1024", "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 9, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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-09T07:19:13.836749Z", "created_at": "2023-09-09T07:18:52.474489Z", "data_removed": false, "error": null, "id": "nahnlwbbvwprvy2xiy5xfmnzgu", "input": { "seed": 5775692, "width": "576", "height": "1024", "prompt": "masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\n", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 9, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 5775692\nPrompt: masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', clothing cutout, ( cropped jacket ), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, ( mechanical parts ), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk ( series ), cyberpunk edgerunners, raw photo, 8 k uhd, film grain, cosplay, white wig, night, neon lights']\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:18, 1.57it/s]\n 7%|▋ | 2/30 [00:01<00:17, 1.58it/s]\n 10%|█ | 3/30 [00:01<00:16, 1.61it/s]\n 13%|█▎ | 4/30 [00:02<00:16, 1.60it/s]\n 17%|█▋ | 5/30 [00:03<00:15, 1.60it/s]\n 20%|██ | 6/30 [00:03<00:15, 1.60it/s]\n 23%|██▎ | 7/30 [00:04<00:14, 1.60it/s]\n 27%|██▋ | 8/30 [00:05<00:13, 1.60it/s]\n 30%|███ | 9/30 [00:05<00:13, 1.59it/s]\n 33%|███▎ | 10/30 [00:06<00:12, 1.59it/s]\n 37%|███▋ | 11/30 [00:06<00:11, 1.59it/s]\n 40%|████ | 12/30 [00:07<00:11, 1.58it/s]\n 43%|████▎ | 13/30 [00:08<00:10, 1.58it/s]\n 47%|████▋ | 14/30 [00:08<00:10, 1.58it/s]\n 50%|█████ | 15/30 [00:09<00:09, 1.58it/s]\n 53%|█████▎ | 16/30 [00:10<00:08, 1.59it/s]\n 57%|█████▋ | 17/30 [00:10<00:08, 1.59it/s]\n 60%|██████ | 18/30 [00:11<00:07, 1.60it/s]\n 63%|██████▎ | 19/30 [00:11<00:06, 1.60it/s]\n 67%|██████▋ | 20/30 [00:12<00:06, 1.60it/s]\n 70%|███████ | 21/30 [00:13<00:05, 1.60it/s]\n 73%|███████▎ | 22/30 [00:13<00:05, 1.59it/s]\n 77%|███████▋ | 23/30 [00:14<00:04, 1.59it/s]\n 80%|████████ | 24/30 [00:15<00:03, 1.58it/s]\n 83%|████████▎ | 25/30 [00:15<00:03, 1.58it/s]\n 87%|████████▋ | 26/30 [00:16<00:02, 1.58it/s]\n 90%|█████████ | 27/30 [00:16<00:01, 1.58it/s]\n 93%|█████████▎| 28/30 [00:17<00:01, 1.57it/s]\n 97%|█████████▋| 29/30 [00:18<00:00, 1.57it/s]\n100%|██████████| 30/30 [00:18<00:00, 1.56it/s]\n100%|██████████| 30/30 [00:18<00:00, 1.59it/s]", "metrics": { "predict_time": 21.397452, "total_time": 21.36226 }, "output": [ "https://pbxt.replicate.delivery/fkhzIoVzMnXZPyC0q0CTITBffuOOxeIjKU4iU3IaDsVFnzJGB/out-0.png" ], "started_at": "2023-09-09T07:18:52.439297Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nahnlwbbvwprvy2xiy5xfmnzgu", "cancel": "https://api.replicate.com/v1/predictions/nahnlwbbvwprvy2xiy5xfmnzgu/cancel" }, "version": "9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014" }
Generated inUsing seed: 5775692 Prompt: masterpiece, (photorealistic:1.4), best quality, beautiful lighting, (ulzzang-6500:0.5), lucy (cyberpunk), 1girl, white hair, against railing, arm rest, bangs, bare shoulders, belt, black belt, black leotard, black pants, blurry, bob cut, breasts, building, cityscape, clothing cutout, (cropped jacket), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, (mechanical parts), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk (series), cyberpunk edgerunners, RAW photo, 8k uhd, film grain, cosplay, white wig, night, neon lights txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: [', clothing cutout, ( cropped jacket ), cyberpunk, depth of field, from side, gradient eyes, grey eyes, grey hair, white jacket, leotard, lips, long sleeves, looking afar, looking ahead, ( mechanical parts ), medium breasts, multicolored eyes, multicolored hair, night, night sky, off shoulder, open clothes, open jacket, outdoors, pants, parted lips, railing, red eyeliner, science fiction, short hair with long locks, short shorts, shorts, sidelocks, sky, solo, standing, teeth, thigh cutout, upper teeth only, white jacket, white shorts, cyberpunk ( series ), cyberpunk edgerunners, raw photo, 8 k uhd, film grain, cosplay, white wig, night, neon lights'] 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:18, 1.57it/s] 7%|▋ | 2/30 [00:01<00:17, 1.58it/s] 10%|█ | 3/30 [00:01<00:16, 1.61it/s] 13%|█▎ | 4/30 [00:02<00:16, 1.60it/s] 17%|█▋ | 5/30 [00:03<00:15, 1.60it/s] 20%|██ | 6/30 [00:03<00:15, 1.60it/s] 23%|██▎ | 7/30 [00:04<00:14, 1.60it/s] 27%|██▋ | 8/30 [00:05<00:13, 1.60it/s] 30%|███ | 9/30 [00:05<00:13, 1.59it/s] 33%|███▎ | 10/30 [00:06<00:12, 1.59it/s] 37%|███▋ | 11/30 [00:06<00:11, 1.59it/s] 40%|████ | 12/30 [00:07<00:11, 1.58it/s] 43%|████▎ | 13/30 [00:08<00:10, 1.58it/s] 47%|████▋ | 14/30 [00:08<00:10, 1.58it/s] 50%|█████ | 15/30 [00:09<00:09, 1.58it/s] 53%|█████▎ | 16/30 [00:10<00:08, 1.59it/s] 57%|█████▋ | 17/30 [00:10<00:08, 1.59it/s] 60%|██████ | 18/30 [00:11<00:07, 1.60it/s] 63%|██████▎ | 19/30 [00:11<00:06, 1.60it/s] 67%|██████▋ | 20/30 [00:12<00:06, 1.60it/s] 70%|███████ | 21/30 [00:13<00:05, 1.60it/s] 73%|███████▎ | 22/30 [00:13<00:05, 1.59it/s] 77%|███████▋ | 23/30 [00:14<00:04, 1.59it/s] 80%|████████ | 24/30 [00:15<00:03, 1.58it/s] 83%|████████▎ | 25/30 [00:15<00:03, 1.58it/s] 87%|████████▋ | 26/30 [00:16<00:02, 1.58it/s] 90%|█████████ | 27/30 [00:16<00:01, 1.58it/s] 93%|█████████▎| 28/30 [00:17<00:01, 1.57it/s] 97%|█████████▋| 29/30 [00:18<00:00, 1.57it/s] 100%|██████████| 30/30 [00:18<00:00, 1.56it/s] 100%|██████████| 30/30 [00:18<00:00, 1.59it/s]
Prediction
pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014IDkhgjqdrbeabpghfzwqm3j7vhvqStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 27128
- width
- "576"
- height
- "1024"
- prompt
- Famous chef in green outfit, (photorealistic:1.4)
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 27128, "width": "576", "height": "1024", "prompt": "Famous chef in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", { input: { seed: 27128, width: "576", height: "1024", prompt: "Famous chef in green outfit, (photorealistic:1.4)", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 5, safety_checker: true, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", input={ "seed": 27128, "width": "576", "height": "1024", "prompt": "Famous chef in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": True, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 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/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", "input": { "seed": 27128, "width": "576", "height": "1024", "prompt": "Famous chef in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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-09T07:21:57.618326Z", "created_at": "2023-09-09T07:21:35.393557Z", "data_removed": false, "error": null, "id": "khgjqdrbeabpghfzwqm3j7vhvq", "input": { "seed": 27128, "width": "576", "height": "1024", "prompt": "Famous chef in green outfit, (photorealistic:1.4)", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 27128\nPrompt: Famous chef in green outfit, (photorealistic:1.4)\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:19, 1.47it/s]\n 7%|▋ | 2/30 [00:01<00:19, 1.46it/s]\n 10%|█ | 3/30 [00:02<00:18, 1.48it/s]\n 13%|█▎ | 4/30 [00:02<00:17, 1.47it/s]\n 17%|█▋ | 5/30 [00:03<00:16, 1.47it/s]\n 20%|██ | 6/30 [00:04<00:16, 1.47it/s]\n 23%|██▎ | 7/30 [00:04<00:15, 1.47it/s]\n 27%|██▋ | 8/30 [00:05<00:14, 1.47it/s]\n 30%|███ | 9/30 [00:06<00:14, 1.47it/s]\n 33%|███▎ | 10/30 [00:06<00:13, 1.46it/s]\n 37%|███▋ | 11/30 [00:07<00:12, 1.46it/s]\n 40%|████ | 12/30 [00:08<00:12, 1.47it/s]\n 43%|████▎ | 13/30 [00:08<00:11, 1.46it/s]\n 47%|████▋ | 14/30 [00:09<00:10, 1.46it/s]\n 50%|█████ | 15/30 [00:10<00:10, 1.46it/s]\n 53%|█████▎ | 16/30 [00:10<00:09, 1.46it/s]\n 57%|█████▋ | 17/30 [00:11<00:08, 1.45it/s]\n 60%|██████ | 18/30 [00:12<00:08, 1.45it/s]\n 63%|██████▎ | 19/30 [00:12<00:07, 1.45it/s]\n 67%|██████▋ | 20/30 [00:13<00:06, 1.45it/s]\n 70%|███████ | 21/30 [00:14<00:06, 1.46it/s]\n 73%|███████▎ | 22/30 [00:15<00:05, 1.46it/s]\n 77%|███████▋ | 23/30 [00:15<00:04, 1.46it/s]\n 80%|████████ | 24/30 [00:16<00:04, 1.46it/s]\n 83%|████████▎ | 25/30 [00:17<00:03, 1.46it/s]\n 87%|████████▋ | 26/30 [00:17<00:02, 1.46it/s]\n 90%|█████████ | 27/30 [00:18<00:02, 1.46it/s]\n 93%|█████████▎| 28/30 [00:19<00:01, 1.46it/s]\n 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:20<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:20<00:00, 1.46it/s]", "metrics": { "predict_time": 22.263888, "total_time": 22.224769 }, "output": [ "https://pbxt.replicate.delivery/eBG0DGkvn70cC67QJwwSeQrYqi7HU5L5CUkRLe4N9nyo45EjA/out-0.png" ], "started_at": "2023-09-09T07:21:35.354438Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/khgjqdrbeabpghfzwqm3j7vhvq", "cancel": "https://api.replicate.com/v1/predictions/khgjqdrbeabpghfzwqm3j7vhvq/cancel" }, "version": "9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014" }
Generated inUsing seed: 27128 Prompt: Famous chef in green outfit, (photorealistic:1.4) txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:19, 1.47it/s] 7%|▋ | 2/30 [00:01<00:19, 1.46it/s] 10%|█ | 3/30 [00:02<00:18, 1.48it/s] 13%|█▎ | 4/30 [00:02<00:17, 1.47it/s] 17%|█▋ | 5/30 [00:03<00:16, 1.47it/s] 20%|██ | 6/30 [00:04<00:16, 1.47it/s] 23%|██▎ | 7/30 [00:04<00:15, 1.47it/s] 27%|██▋ | 8/30 [00:05<00:14, 1.47it/s] 30%|███ | 9/30 [00:06<00:14, 1.47it/s] 33%|███▎ | 10/30 [00:06<00:13, 1.46it/s] 37%|███▋ | 11/30 [00:07<00:12, 1.46it/s] 40%|████ | 12/30 [00:08<00:12, 1.47it/s] 43%|████▎ | 13/30 [00:08<00:11, 1.46it/s] 47%|████▋ | 14/30 [00:09<00:10, 1.46it/s] 50%|█████ | 15/30 [00:10<00:10, 1.46it/s] 53%|█████▎ | 16/30 [00:10<00:09, 1.46it/s] 57%|█████▋ | 17/30 [00:11<00:08, 1.45it/s] 60%|██████ | 18/30 [00:12<00:08, 1.45it/s] 63%|██████▎ | 19/30 [00:12<00:07, 1.45it/s] 67%|██████▋ | 20/30 [00:13<00:06, 1.45it/s] 70%|███████ | 21/30 [00:14<00:06, 1.46it/s] 73%|███████▎ | 22/30 [00:15<00:05, 1.46it/s] 77%|███████▋ | 23/30 [00:15<00:04, 1.46it/s] 80%|████████ | 24/30 [00:16<00:04, 1.46it/s] 83%|████████▎ | 25/30 [00:17<00:03, 1.46it/s] 87%|████████▋ | 26/30 [00:17<00:02, 1.46it/s] 90%|█████████ | 27/30 [00:18<00:02, 1.46it/s] 93%|█████████▎| 28/30 [00:19<00:01, 1.46it/s] 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s] 100%|██████████| 30/30 [00:20<00:00, 1.47it/s] 100%|██████████| 30/30 [00:20<00:00, 1.46it/s]
Prediction
pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014IDqvn7fozb6xhcom6cisod65lczuStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 27128
- width
- 576
- height
- 1024
- prompt
- close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face
- scheduler
- K_EULER_ANCESTRAL
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", { input: { seed: 27128, width: 576, height: 1024, prompt: "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", scheduler: "K_EULER_ANCESTRAL", num_outputs: 1, guidance_scale: 5, safety_checker: true, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", input={ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": True, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 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/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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-09T07:26:56.005661Z", "created_at": "2023-09-09T07:26:34.248367Z", "data_removed": false, "error": null, "id": "qvn7fozb6xhcom6cisod65lczu", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "K_EULER_ANCESTRAL", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 27128\nPrompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:19, 1.52it/s]\n 7%|▋ | 2/30 [00:01<00:18, 1.53it/s]\n 10%|█ | 3/30 [00:01<00:17, 1.55it/s]\n 13%|█▎ | 4/30 [00:02<00:16, 1.54it/s]\n 17%|█▋ | 5/30 [00:03<00:16, 1.54it/s]\n 20%|██ | 6/30 [00:03<00:15, 1.54it/s]\n 23%|██▎ | 7/30 [00:04<00:14, 1.54it/s]\n 27%|██▋ | 8/30 [00:05<00:14, 1.53it/s]\n 30%|███ | 9/30 [00:05<00:13, 1.53it/s]\n 33%|███▎ | 10/30 [00:06<00:13, 1.52it/s]\n 37%|███▋ | 11/30 [00:07<00:12, 1.52it/s]\n 40%|████ | 12/30 [00:07<00:11, 1.52it/s]\n 43%|████▎ | 13/30 [00:08<00:11, 1.51it/s]\n 47%|████▋ | 14/30 [00:09<00:10, 1.51it/s]\n 50%|█████ | 15/30 [00:09<00:09, 1.51it/s]\n 53%|█████▎ | 16/30 [00:10<00:09, 1.50it/s]\n 57%|█████▋ | 17/30 [00:11<00:08, 1.49it/s]\n 60%|██████ | 18/30 [00:11<00:07, 1.50it/s]\n 63%|██████▎ | 19/30 [00:12<00:07, 1.50it/s]\n 67%|██████▋ | 20/30 [00:13<00:06, 1.49it/s]\n 70%|███████ | 21/30 [00:13<00:06, 1.50it/s]\n 73%|███████▎ | 22/30 [00:14<00:05, 1.48it/s]\n 77%|███████▋ | 23/30 [00:15<00:04, 1.48it/s]\n 80%|████████ | 24/30 [00:15<00:04, 1.48it/s]\n 83%|████████▎ | 25/30 [00:16<00:03, 1.48it/s]\n 87%|████████▋ | 26/30 [00:17<00:02, 1.47it/s]\n 90%|█████████ | 27/30 [00:17<00:02, 1.47it/s]\n 93%|█████████▎| 28/30 [00:18<00:01, 1.46it/s]\n 97%|█████████▋| 29/30 [00:19<00:00, 1.46it/s]\n100%|██████████| 30/30 [00:20<00:00, 1.46it/s]\n100%|██████████| 30/30 [00:20<00:00, 1.50it/s]", "metrics": { "predict_time": 21.782139, "total_time": 21.757294 }, "output": [ "https://pbxt.replicate.delivery/ZBnhKi8lMHLfdCAU8ix9o9nYcQf7suXHBzxeobFJEjieD0JGB/out-0.png" ], "started_at": "2023-09-09T07:26:34.223522Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/qvn7fozb6xhcom6cisod65lczu", "cancel": "https://api.replicate.com/v1/predictions/qvn7fozb6xhcom6cisod65lczu/cancel" }, "version": "9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014" }
Generated inUsing seed: 27128 Prompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:19, 1.52it/s] 7%|▋ | 2/30 [00:01<00:18, 1.53it/s] 10%|█ | 3/30 [00:01<00:17, 1.55it/s] 13%|█▎ | 4/30 [00:02<00:16, 1.54it/s] 17%|█▋ | 5/30 [00:03<00:16, 1.54it/s] 20%|██ | 6/30 [00:03<00:15, 1.54it/s] 23%|██▎ | 7/30 [00:04<00:14, 1.54it/s] 27%|██▋ | 8/30 [00:05<00:14, 1.53it/s] 30%|███ | 9/30 [00:05<00:13, 1.53it/s] 33%|███▎ | 10/30 [00:06<00:13, 1.52it/s] 37%|███▋ | 11/30 [00:07<00:12, 1.52it/s] 40%|████ | 12/30 [00:07<00:11, 1.52it/s] 43%|████▎ | 13/30 [00:08<00:11, 1.51it/s] 47%|████▋ | 14/30 [00:09<00:10, 1.51it/s] 50%|█████ | 15/30 [00:09<00:09, 1.51it/s] 53%|█████▎ | 16/30 [00:10<00:09, 1.50it/s] 57%|█████▋ | 17/30 [00:11<00:08, 1.49it/s] 60%|██████ | 18/30 [00:11<00:07, 1.50it/s] 63%|██████▎ | 19/30 [00:12<00:07, 1.50it/s] 67%|██████▋ | 20/30 [00:13<00:06, 1.49it/s] 70%|███████ | 21/30 [00:13<00:06, 1.50it/s] 73%|███████▎ | 22/30 [00:14<00:05, 1.48it/s] 77%|███████▋ | 23/30 [00:15<00:04, 1.48it/s] 80%|████████ | 24/30 [00:15<00:04, 1.48it/s] 83%|████████▎ | 25/30 [00:16<00:03, 1.48it/s] 87%|████████▋ | 26/30 [00:17<00:02, 1.47it/s] 90%|█████████ | 27/30 [00:17<00:02, 1.47it/s] 93%|█████████▎| 28/30 [00:18<00:01, 1.46it/s] 97%|█████████▋| 29/30 [00:19<00:00, 1.46it/s] 100%|██████████| 30/30 [00:20<00:00, 1.46it/s] 100%|██████████| 30/30 [00:20<00:00, 1.50it/s]
Prediction
pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014ID6qioovrblksm6licujip37kqruStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- 27128
- width
- 576
- height
- 1024
- prompt
- close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- (worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", { input: { seed: 27128, width: 576, height: 1024, prompt: "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: true, negative_prompt: "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", input={ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": True, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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/absolutereality-v1-6 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/absolutereality-v1-6:9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "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-09T07:27:33.370594Z", "created_at": "2023-09-09T07:27:11.611563Z", "data_removed": false, "error": null, "id": "6qioovrblksm6licujip37kqru", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "(worst quality:2),(low quality:2),(blurry:2),bad_prompt,text, (bad and mutated hands:1.3),(bad hands),badhandv4,mutated hands, bad anatomy, missing fingers,extra fingers,fused fingers,too many fingers,(interlocked fingers:1.2), extra limbs,malformed limbs,multiple limbs, extra arms, extra legs, long neck, cross-eyed, negative_hand, negative_hand-neg, text, label, caption, nude, nsfw, naked, explicit, porn", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 27128\nPrompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:19, 1.49it/s]\n 7%|▋ | 2/30 [00:01<00:18, 1.51it/s]\n 10%|█ | 3/30 [00:01<00:17, 1.55it/s]\n 13%|█▎ | 4/30 [00:02<00:16, 1.54it/s]\n 17%|█▋ | 5/30 [00:03<00:16, 1.54it/s]\n 20%|██ | 6/30 [00:03<00:15, 1.55it/s]\n 23%|██▎ | 7/30 [00:04<00:14, 1.54it/s]\n 27%|██▋ | 8/30 [00:05<00:14, 1.54it/s]\n 30%|███ | 9/30 [00:05<00:13, 1.54it/s]\n 33%|███▎ | 10/30 [00:06<00:13, 1.53it/s]\n 37%|███▋ | 11/30 [00:07<00:12, 1.53it/s]\n 40%|████ | 12/30 [00:07<00:11, 1.53it/s]\n 43%|████▎ | 13/30 [00:08<00:11, 1.52it/s]\n 47%|████▋ | 14/30 [00:09<00:10, 1.52it/s]\n 50%|█████ | 15/30 [00:09<00:09, 1.52it/s]\n 53%|█████▎ | 16/30 [00:10<00:09, 1.51it/s]\n 57%|█████▋ | 17/30 [00:11<00:08, 1.51it/s]\n 60%|██████ | 18/30 [00:11<00:07, 1.51it/s]\n 63%|██████▎ | 19/30 [00:12<00:07, 1.51it/s]\n 67%|██████▋ | 20/30 [00:13<00:06, 1.50it/s]\n 70%|███████ | 21/30 [00:13<00:05, 1.50it/s]\n 73%|███████▎ | 22/30 [00:14<00:05, 1.49it/s]\n 77%|███████▋ | 23/30 [00:15<00:04, 1.49it/s]\n 80%|████████ | 24/30 [00:15<00:04, 1.49it/s]\n 83%|████████▎ | 25/30 [00:16<00:03, 1.48it/s]\n 87%|████████▋ | 26/30 [00:17<00:02, 1.48it/s]\n 90%|█████████ | 27/30 [00:17<00:02, 1.48it/s]\n 93%|█████████▎| 28/30 [00:18<00:01, 1.48it/s]\n 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:19<00:00, 1.47it/s]\n100%|██████████| 30/30 [00:19<00:00, 1.51it/s]", "metrics": { "predict_time": 21.797553, "total_time": 21.759031 }, "output": [ "https://pbxt.replicate.delivery/sntqujNe4NSGTyjpgDsGwSm7XUDwwqDuOg4z25Sdf1IkBdiRA/out-0.png" ], "started_at": "2023-09-09T07:27:11.573041Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6qioovrblksm6licujip37kqru", "cancel": "https://api.replicate.com/v1/predictions/6qioovrblksm6licujip37kqru/cancel" }, "version": "9bdf7ad3db4f0af8985f2988854380588fca5d6b9d08026405059be34448f014" }
Generated inUsing seed: 27128 Prompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:19, 1.49it/s] 7%|▋ | 2/30 [00:01<00:18, 1.51it/s] 10%|█ | 3/30 [00:01<00:17, 1.55it/s] 13%|█▎ | 4/30 [00:02<00:16, 1.54it/s] 17%|█▋ | 5/30 [00:03<00:16, 1.54it/s] 20%|██ | 6/30 [00:03<00:15, 1.55it/s] 23%|██▎ | 7/30 [00:04<00:14, 1.54it/s] 27%|██▋ | 8/30 [00:05<00:14, 1.54it/s] 30%|███ | 9/30 [00:05<00:13, 1.54it/s] 33%|███▎ | 10/30 [00:06<00:13, 1.53it/s] 37%|███▋ | 11/30 [00:07<00:12, 1.53it/s] 40%|████ | 12/30 [00:07<00:11, 1.53it/s] 43%|████▎ | 13/30 [00:08<00:11, 1.52it/s] 47%|████▋ | 14/30 [00:09<00:10, 1.52it/s] 50%|█████ | 15/30 [00:09<00:09, 1.52it/s] 53%|█████▎ | 16/30 [00:10<00:09, 1.51it/s] 57%|█████▋ | 17/30 [00:11<00:08, 1.51it/s] 60%|██████ | 18/30 [00:11<00:07, 1.51it/s] 63%|██████▎ | 19/30 [00:12<00:07, 1.51it/s] 67%|██████▋ | 20/30 [00:13<00:06, 1.50it/s] 70%|███████ | 21/30 [00:13<00:05, 1.50it/s] 73%|███████▎ | 22/30 [00:14<00:05, 1.49it/s] 77%|███████▋ | 23/30 [00:15<00:04, 1.49it/s] 80%|████████ | 24/30 [00:15<00:04, 1.49it/s] 83%|████████▎ | 25/30 [00:16<00:03, 1.48it/s] 87%|████████▋ | 26/30 [00:17<00:02, 1.48it/s] 90%|█████████ | 27/30 [00:17<00:02, 1.48it/s] 93%|█████████▎| 28/30 [00:18<00:01, 1.48it/s] 97%|█████████▋| 29/30 [00:19<00:00, 1.47it/s] 100%|██████████| 30/30 [00:19<00:00, 1.47it/s] 100%|██████████| 30/30 [00:19<00:00, 1.51it/s]
Prediction
pagebrain/absolutereality-v1-6:164e5f9d7029f4f95a345e265b83e74ef715f3c2fe4d3ef5fe07386093e98bedInput
- seed
- 27128
- width
- 576
- height
- 1024
- prompt
- close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face
- scheduler
- KarrasDPM
- num_outputs
- 1
- guidance_scale
- 5
- safety_checker
- negative_prompt
- UnrealisticDream, BadDream, FastNegativeV2
- prompt_strength
- 0.8
- num_inference_steps
- 30
{ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "UnrealisticDream, BadDream, FastNegativeV2", "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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "pagebrain/absolutereality-v1-6:164e5f9d7029f4f95a345e265b83e74ef715f3c2fe4d3ef5fe07386093e98bed", { input: { seed: 27128, width: 576, height: 1024, prompt: "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", scheduler: "KarrasDPM", num_outputs: 1, guidance_scale: 5, safety_checker: true, negative_prompt: "UnrealisticDream, BadDream, FastNegativeV2", 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/absolutereality-v1-6 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "pagebrain/absolutereality-v1-6:164e5f9d7029f4f95a345e265b83e74ef715f3c2fe4d3ef5fe07386093e98bed", input={ "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": True, "negative_prompt": "UnrealisticDream, BadDream, FastNegativeV2", "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/absolutereality-v1-6 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/absolutereality-v1-6:164e5f9d7029f4f95a345e265b83e74ef715f3c2fe4d3ef5fe07386093e98bed", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "UnrealisticDream, BadDream, FastNegativeV2", "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-10T15:38:34.687402Z", "created_at": "2023-09-10T15:36:11.530589Z", "data_removed": false, "error": null, "id": "5jlwdfrbeix57r2o3ufolyodji", "input": { "seed": 27128, "width": 576, "height": 1024, "prompt": "close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face", "scheduler": "KarrasDPM", "num_outputs": 1, "guidance_scale": 5, "safety_checker": true, "negative_prompt": "UnrealisticDream, BadDream, FastNegativeV2", "prompt_strength": 0.8, "num_inference_steps": 30 }, "logs": "Using seed: 27128\nPrompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face\ntxt2img mode\n 0%| | 0/30 [00:00<?, ?it/s]\n 3%|▎ | 1/30 [00:00<00:15, 1.85it/s]\n 7%|▋ | 2/30 [00:01<00:15, 1.79it/s]\n 10%|█ | 3/30 [00:01<00:14, 1.81it/s]\n 13%|█▎ | 4/30 [00:02<00:14, 1.79it/s]\n 17%|█▋ | 5/30 [00:02<00:13, 1.80it/s]\n 20%|██ | 6/30 [00:03<00:13, 1.79it/s]\n 23%|██▎ | 7/30 [00:03<00:12, 1.79it/s]\n 27%|██▋ | 8/30 [00:04<00:12, 1.80it/s]\n 30%|███ | 9/30 [00:04<00:11, 1.80it/s]\n 33%|███▎ | 10/30 [00:05<00:11, 1.81it/s]\n 37%|███▋ | 11/30 [00:06<00:10, 1.81it/s]\n 40%|████ | 12/30 [00:06<00:09, 1.82it/s]\n 43%|████▎ | 13/30 [00:07<00:09, 1.82it/s]\n 47%|████▋ | 14/30 [00:07<00:08, 1.82it/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:09<00:06, 1.81it/s]\n 63%|██████▎ | 19/30 [00:10<00:06, 1.81it/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.80it/s]\n 83%|████████▎ | 25/30 [00:13<00:02, 1.80it/s]\n 87%|████████▋ | 26/30 [00:14<00:02, 1.80it/s]\n 90%|█████████ | 27/30 [00:14<00:01, 1.79it/s]\n 93%|█████████▎| 28/30 [00:15<00:01, 1.79it/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.294875, "total_time": 143.156813 }, "output": [ "https://replicate.delivery/pbxt/ZIxZDdr8tGaXAx410AEcGMq3UnXeTJCrkjXuzRNNgbf5T5iRA/out-0.png" ], "started_at": "2023-09-10T15:38:16.392527Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/5jlwdfrbeix57r2o3ufolyodji", "cancel": "https://api.replicate.com/v1/predictions/5jlwdfrbeix57r2o3ufolyodji/cancel" }, "version": "164e5f9d7029f4f95a345e265b83e74ef715f3c2fe4d3ef5fe07386093e98bed" }
Generated inUsing seed: 27128 Prompt: close up Portrait photo of muscular bearded guy in a worn mech suit, ((light bokeh)), intricate, (steel metal [rust]), elegant, sharp focus, photo by greg rutkowski, soft lighting, vibrant colors, masterpiece, ((streets)), detailed face txt2img mode 0%| | 0/30 [00:00<?, ?it/s] 3%|▎ | 1/30 [00:00<00:15, 1.85it/s] 7%|▋ | 2/30 [00:01<00:15, 1.79it/s] 10%|█ | 3/30 [00:01<00:14, 1.81it/s] 13%|█▎ | 4/30 [00:02<00:14, 1.79it/s] 17%|█▋ | 5/30 [00:02<00:13, 1.80it/s] 20%|██ | 6/30 [00:03<00:13, 1.79it/s] 23%|██▎ | 7/30 [00:03<00:12, 1.79it/s] 27%|██▋ | 8/30 [00:04<00:12, 1.80it/s] 30%|███ | 9/30 [00:04<00:11, 1.80it/s] 33%|███▎ | 10/30 [00:05<00:11, 1.81it/s] 37%|███▋ | 11/30 [00:06<00:10, 1.81it/s] 40%|████ | 12/30 [00:06<00:09, 1.82it/s] 43%|████▎ | 13/30 [00:07<00:09, 1.82it/s] 47%|████▋ | 14/30 [00:07<00:08, 1.82it/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:09<00:06, 1.81it/s] 63%|██████▎ | 19/30 [00:10<00:06, 1.81it/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.80it/s] 83%|████████▎ | 25/30 [00:13<00:02, 1.80it/s] 87%|████████▋ | 26/30 [00:14<00:02, 1.80it/s] 90%|█████████ | 27/30 [00:14<00:01, 1.79it/s] 93%|█████████▎| 28/30 [00:15<00:01, 1.79it/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]
Want to make some of these yourself?
Run this model