sky-admin / ghost_mix_v2
- Public
- 32.5K runs
-
A100 (80GB)
Prediction
sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163fIDnzko2wv4gzfo5ap4b2ymqcuoy4StatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- -1
- steps
- 20
- width
- 512
- height
- 768
- prompt
- 1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head
- cfg_scale
- 8
- sampler_name
- DPM++ SDE Karras
- negative_prompt
- NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t
{ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", { input: { seed: -1, steps: 20, width: 512, height: 768, prompt: "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", cfg_scale: 8, sampler_name: "DPM++ SDE Karras", negative_prompt: "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", input={ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run sky-admin/ghost_mix_v2 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": "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-05-23T14:23:32.380757Z", "created_at": "2023-05-23T14:13:47.033865Z", "data_removed": false, "error": null, "id": "nzko2wv4gzfo5ap4b2ymqcuoy4", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }, "logs": "0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 0it [00:00, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:06<01:57, 6.20s/it]\nTotal progress: 2it [00:00, 2.99it/s]\u001b[A\n 10%|█ | 2/20 [00:06<00:53, 2.95s/it]\nTotal progress: 3it [00:01, 2.09it/s]\u001b[A\n 15%|█▌ | 3/20 [00:07<00:32, 1.91s/it]\nTotal progress: 4it [00:02, 1.80it/s]\u001b[A\n 20%|██ | 4/20 [00:08<00:22, 1.43s/it]\nTotal progress: 5it [00:02, 1.66it/s]\u001b[A\n 25%|██▌ | 5/20 [00:08<00:17, 1.16s/it]\nTotal progress: 6it [00:03, 1.58it/s]\u001b[A\n 30%|███ | 6/20 [00:09<00:14, 1.00s/it]\nTotal progress: 7it [00:04, 1.54it/s]\u001b[A\n 35%|███▌ | 7/20 [00:10<00:11, 1.11it/s]\nTotal progress: 8it [00:04, 1.51it/s]\u001b[A\n 40%|████ | 8/20 [00:11<00:09, 1.20it/s]\nTotal progress: 9it [00:05, 1.49it/s]\u001b[A\n 45%|████▌ | 9/20 [00:11<00:08, 1.27it/s]\nTotal progress: 10it [00:06, 1.48it/s]\u001b[A\n 50%|█████ | 10/20 [00:12<00:07, 1.32it/s]\nTotal progress: 11it [00:06, 1.48it/s]\u001b[A\n 55%|█████▌ | 11/20 [00:13<00:06, 1.36it/s]\nTotal progress: 12it [00:07, 1.47it/s]\u001b[A\n 60%|██████ | 12/20 [00:13<00:05, 1.39it/s]\nTotal progress: 13it [00:08, 1.47it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:14<00:04, 1.41it/s]\nTotal progress: 14it [00:08, 1.47it/s]\u001b[A\n 70%|███████ | 14/20 [00:15<00:04, 1.42it/s]\nTotal progress: 15it [00:09, 1.46it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:03, 1.44it/s]\nTotal progress: 16it [00:10, 1.46it/s]\u001b[A\n 80%|████████ | 16/20 [00:16<00:02, 1.45it/s]\nTotal progress: 17it [00:10, 1.47it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:02, 1.46it/s]\nTotal progress: 18it [00:11, 1.47it/s]\u001b[A\n 90%|█████████ | 18/20 [00:17<00:01, 1.47it/s]\nTotal progress: 19it [00:12, 1.47it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:18<00:00, 1.47it/s]\n100%|██████████| 20/20 [00:18<00:00, 1.73it/s]\n100%|██████████| 20/20 [00:18<00:00, 1.06it/s]\nTotal progress: 20it [00:12, 1.48it/s]\u001b[A", "metrics": { "predict_time": 28.101756, "total_time": 585.346892 }, "output": "https://replicate.delivery/pbxt/ptdepLzwC5zlAy8HHWJErlNJiW0Hder9oqKx5XYikYKj5nehA/1684851811.png", "started_at": "2023-05-23T14:23:04.279001Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nzko2wv4gzfo5ap4b2ymqcuoy4", "cancel": "https://api.replicate.com/v1/predictions/nzko2wv4gzfo5ap4b2ymqcuoy4/cancel" }, "version": "4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f" }
Generated in0%| | 0/20 [00:00<?, ?it/s] Total progress: 0it [00:00, ?it/s] 5%|▌ | 1/20 [00:06<01:57, 6.20s/it] Total progress: 2it [00:00, 2.99it/s] 10%|█ | 2/20 [00:06<00:53, 2.95s/it] Total progress: 3it [00:01, 2.09it/s] 15%|█▌ | 3/20 [00:07<00:32, 1.91s/it] Total progress: 4it [00:02, 1.80it/s] 20%|██ | 4/20 [00:08<00:22, 1.43s/it] Total progress: 5it [00:02, 1.66it/s] 25%|██▌ | 5/20 [00:08<00:17, 1.16s/it] Total progress: 6it [00:03, 1.58it/s] 30%|███ | 6/20 [00:09<00:14, 1.00s/it] Total progress: 7it [00:04, 1.54it/s] 35%|███▌ | 7/20 [00:10<00:11, 1.11it/s] Total progress: 8it [00:04, 1.51it/s] 40%|████ | 8/20 [00:11<00:09, 1.20it/s] Total progress: 9it [00:05, 1.49it/s] 45%|████▌ | 9/20 [00:11<00:08, 1.27it/s] Total progress: 10it [00:06, 1.48it/s] 50%|█████ | 10/20 [00:12<00:07, 1.32it/s] Total progress: 11it [00:06, 1.48it/s] 55%|█████▌ | 11/20 [00:13<00:06, 1.36it/s] Total progress: 12it [00:07, 1.47it/s] 60%|██████ | 12/20 [00:13<00:05, 1.39it/s] Total progress: 13it [00:08, 1.47it/s] 65%|██████▌ | 13/20 [00:14<00:04, 1.41it/s] Total progress: 14it [00:08, 1.47it/s] 70%|███████ | 14/20 [00:15<00:04, 1.42it/s] Total progress: 15it [00:09, 1.46it/s] 75%|███████▌ | 15/20 [00:15<00:03, 1.44it/s] Total progress: 16it [00:10, 1.46it/s] 80%|████████ | 16/20 [00:16<00:02, 1.45it/s] Total progress: 17it [00:10, 1.47it/s] 85%|████████▌ | 17/20 [00:17<00:02, 1.46it/s] Total progress: 18it [00:11, 1.47it/s] 90%|█████████ | 18/20 [00:17<00:01, 1.47it/s] Total progress: 19it [00:12, 1.47it/s] 95%|█████████▌| 19/20 [00:18<00:00, 1.47it/s] 100%|██████████| 20/20 [00:18<00:00, 1.73it/s] 100%|██████████| 20/20 [00:18<00:00, 1.06it/s] Total progress: 20it [00:12, 1.48it/s]
Prediction
sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163fIDrroc6azjwreg3jrjqliqhytttiStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- -1
- steps
- 20
- width
- 512
- height
- 768
- prompt
- 1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head
- cfg_scale
- 8
- sampler_name
- DPM++ SDE Karras
- negative_prompt
- NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t
{ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", { input: { seed: -1, steps: 20, width: 512, height: 768, prompt: "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", cfg_scale: 8, sampler_name: "DPM++ SDE Karras", negative_prompt: "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", input={ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run sky-admin/ghost_mix_v2 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": "sky-admin/ghost_mix_v2:4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-05-23T15:19:42.074220Z", "created_at": "2023-05-23T15:08:08.188786Z", "data_removed": false, "error": null, "id": "rroc6azjwreg3jrjqliqhyttti", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }, "logs": "0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 0it [00:00, ?it/s]\u001b[A\n 5%|▌ | 1/20 [00:06<01:56, 6.14s/it]\nTotal progress: 2it [00:00, 3.04it/s]\u001b[A\n 10%|█ | 2/20 [00:06<00:52, 2.93s/it]\nTotal progress: 3it [00:01, 2.10it/s]\u001b[A\n 15%|█▌ | 3/20 [00:07<00:32, 1.90s/it]\nTotal progress: 4it [00:02, 1.80it/s]\u001b[A\n 20%|██ | 4/20 [00:08<00:22, 1.43s/it]\nTotal progress: 5it [00:02, 1.66it/s]\u001b[A\n 25%|██▌ | 5/20 [00:08<00:17, 1.16s/it]\nTotal progress: 6it [00:03, 1.58it/s]\u001b[A\n 30%|███ | 6/20 [00:09<00:14, 1.00s/it]\nTotal progress: 7it [00:04, 1.53it/s]\u001b[A\n 35%|███▌ | 7/20 [00:10<00:11, 1.12it/s]\nTotal progress: 8it [00:04, 1.52it/s]\u001b[A\n 40%|████ | 8/20 [00:10<00:09, 1.21it/s]\nTotal progress: 9it [00:05, 1.50it/s]\u001b[A\n 45%|████▌ | 9/20 [00:11<00:08, 1.28it/s]\nTotal progress: 10it [00:06, 1.49it/s]\u001b[A\n 50%|█████ | 10/20 [00:12<00:07, 1.33it/s]\nTotal progress: 11it [00:06, 1.48it/s]\u001b[A\n 55%|█████▌ | 11/20 [00:12<00:06, 1.38it/s]\nTotal progress: 12it [00:07, 1.49it/s]\u001b[A\n 60%|██████ | 12/20 [00:13<00:05, 1.41it/s]\nTotal progress: 13it [00:08, 1.49it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:14<00:04, 1.43it/s]\nTotal progress: 14it [00:08, 1.49it/s]\u001b[A\n 70%|███████ | 14/20 [00:14<00:04, 1.45it/s]\nTotal progress: 15it [00:09, 1.49it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:03, 1.46it/s]\nTotal progress: 16it [00:10, 1.49it/s]\u001b[A\n 80%|████████ | 16/20 [00:16<00:02, 1.48it/s]\nTotal progress: 17it [00:10, 1.50it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:16<00:02, 1.49it/s]\nTotal progress: 18it [00:11, 1.50it/s]\u001b[A\n 90%|█████████ | 18/20 [00:17<00:01, 1.49it/s]\nTotal progress: 19it [00:12, 1.51it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:18<00:00, 1.50it/s]\n100%|██████████| 20/20 [00:18<00:00, 1.77it/s]\n100%|██████████| 20/20 [00:18<00:00, 1.07it/s]\nTotal progress: 20it [00:12, 1.51it/s]\u001b[A", "metrics": { "predict_time": 28.493034, "total_time": 693.885434 }, "output": "https://replicate.delivery/pbxt/BkTFYSqdKmZ9O5D95nVMumTabe5RnSjTsyeTzHKXM1ENuoehA/1684855181.png", "started_at": "2023-05-23T15:19:13.581186Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/rroc6azjwreg3jrjqliqhyttti", "cancel": "https://api.replicate.com/v1/predictions/rroc6azjwreg3jrjqliqhyttti/cancel" }, "version": "4bf2c948d1b445836d38c06e4b404559293f6f58b62f24ef2430612fff09163f" }
Generated in0%| | 0/20 [00:00<?, ?it/s] Total progress: 0it [00:00, ?it/s] 5%|▌ | 1/20 [00:06<01:56, 6.14s/it] Total progress: 2it [00:00, 3.04it/s] 10%|█ | 2/20 [00:06<00:52, 2.93s/it] Total progress: 3it [00:01, 2.10it/s] 15%|█▌ | 3/20 [00:07<00:32, 1.90s/it] Total progress: 4it [00:02, 1.80it/s] 20%|██ | 4/20 [00:08<00:22, 1.43s/it] Total progress: 5it [00:02, 1.66it/s] 25%|██▌ | 5/20 [00:08<00:17, 1.16s/it] Total progress: 6it [00:03, 1.58it/s] 30%|███ | 6/20 [00:09<00:14, 1.00s/it] Total progress: 7it [00:04, 1.53it/s] 35%|███▌ | 7/20 [00:10<00:11, 1.12it/s] Total progress: 8it [00:04, 1.52it/s] 40%|████ | 8/20 [00:10<00:09, 1.21it/s] Total progress: 9it [00:05, 1.50it/s] 45%|████▌ | 9/20 [00:11<00:08, 1.28it/s] Total progress: 10it [00:06, 1.49it/s] 50%|█████ | 10/20 [00:12<00:07, 1.33it/s] Total progress: 11it [00:06, 1.48it/s] 55%|█████▌ | 11/20 [00:12<00:06, 1.38it/s] Total progress: 12it [00:07, 1.49it/s] 60%|██████ | 12/20 [00:13<00:05, 1.41it/s] Total progress: 13it [00:08, 1.49it/s] 65%|██████▌ | 13/20 [00:14<00:04, 1.43it/s] Total progress: 14it [00:08, 1.49it/s] 70%|███████ | 14/20 [00:14<00:04, 1.45it/s] Total progress: 15it [00:09, 1.49it/s] 75%|███████▌ | 15/20 [00:15<00:03, 1.46it/s] Total progress: 16it [00:10, 1.49it/s] 80%|████████ | 16/20 [00:16<00:02, 1.48it/s] Total progress: 17it [00:10, 1.50it/s] 85%|████████▌ | 17/20 [00:16<00:02, 1.49it/s] Total progress: 18it [00:11, 1.50it/s] 90%|█████████ | 18/20 [00:17<00:01, 1.49it/s] Total progress: 19it [00:12, 1.51it/s] 95%|█████████▌| 19/20 [00:18<00:00, 1.50it/s] 100%|██████████| 20/20 [00:18<00:00, 1.77it/s] 100%|██████████| 20/20 [00:18<00:00, 1.07it/s] Total progress: 20it [00:12, 1.51it/s]
Prediction
sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5cIDgpduy5yucrdy7le7tqyo66gub4StatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- -1
- steps
- 20
- width
- 512
- height
- 768
- prompt
- 1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head
- cfg_scale
- 8
- enable_hr
- sampler_name
- DPM++ SDE Karras
- negative_prompt
- NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t
{ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", { input: { seed: -1, steps: 20, width: 512, height: 768, prompt: "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", cfg_scale: 8, enable_hr: true, sampler_name: "DPM++ SDE Karras", negative_prompt: "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", input={ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": True, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run sky-admin/ghost_mix_v2 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": "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-05-23T16:34:50.393930Z", "created_at": "2023-05-23T16:21:11.682769Z", "data_removed": false, "error": null, "id": "gpduy5yucrdy7le7tqyo66gub4", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }, "logs": "Total progress: 0it [00:00, ?it/s]\u001b[A\n 0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 1it [00:09, 9.25s/it]\u001b[A\n 5%|▌ | 1/20 [00:06<02:11, 6.90s/it]\nTotal progress: 2it [00:09, 4.21s/it]\u001b[A\n 10%|█ | 2/20 [00:07<00:58, 3.25s/it]\nTotal progress: 3it [00:10, 2.61s/it]\u001b[A\n 15%|█▌ | 3/20 [00:08<00:35, 2.08s/it]\nTotal progress: 4it [00:11, 1.85s/it]\u001b[A\n 20%|██ | 4/20 [00:08<00:24, 1.54s/it]\nTotal progress: 5it [00:12, 1.44s/it]\u001b[A\n 25%|██▌ | 5/20 [00:09<00:18, 1.23s/it]\nTotal progress: 6it [00:12, 1.18s/it]\u001b[A\n 30%|███ | 6/20 [00:10<00:14, 1.05s/it]\nTotal progress: 7it [00:13, 1.02s/it]\u001b[A\n 35%|███▌ | 7/20 [00:11<00:12, 1.07it/s]\nTotal progress: 8it [00:14, 1.09it/s]\u001b[A\n 40%|████ | 8/20 [00:11<00:10, 1.17it/s]\nTotal progress: 9it [00:14, 1.18it/s]\u001b[A\n 45%|████▌ | 9/20 [00:12<00:08, 1.24it/s]\nTotal progress: 10it [00:15, 1.25it/s]\u001b[A\n 50%|█████ | 10/20 [00:13<00:07, 1.30it/s]\nTotal progress: 11it [00:16, 1.30it/s]\u001b[A\n 55%|█████▌ | 11/20 [00:13<00:06, 1.34it/s]\nTotal progress: 12it [00:16, 1.34it/s]\u001b[A\n 60%|██████ | 12/20 [00:14<00:05, 1.37it/s]\nTotal progress: 13it [00:17, 1.37it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:15<00:05, 1.39it/s]\nTotal progress: 14it [00:18, 1.39it/s]\u001b[A\n 70%|███████ | 14/20 [00:15<00:04, 1.40it/s]\nTotal progress: 15it [00:18, 1.40it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:16<00:03, 1.41it/s]\nTotal progress: 16it [00:19, 1.42it/s]\u001b[A\n 80%|████████ | 16/20 [00:17<00:02, 1.43it/s]\nTotal progress: 17it [00:20, 1.43it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:02, 1.43it/s]\nTotal progress: 18it [00:21, 1.43it/s]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:01, 1.44it/s]\nTotal progress: 19it [00:21, 1.44it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:00, 1.44it/s]\n100%|██████████| 20/20 [00:19<00:00, 1.70it/s]\n100%|██████████| 20/20 [00:19<00:00, 1.01it/s]\nTotal progress: 20it [00:22, 1.44it/s]\u001b[ATile 1/15\nTile 2/15\nTile 3/15\nTile 4/15\nTile 5/15\nTile 6/15\nTile 7/15\nTile 8/15\nTile 9/15\nTile 10/15\nTile 11/15\nTile 12/15\nTile 13/15\nTile 14/15\nTile 15/15\n 0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 21it [01:00, 11.78s/it]\u001b[A\n 5%|▌ | 1/20 [00:16<05:14, 16.55s/it]\nTotal progress: 22it [01:07, 10.35s/it]\u001b[A\n 10%|█ | 2/20 [00:23<03:17, 10.96s/it]\nTotal progress: 23it [01:14, 9.37s/it]\u001b[A\n 15%|█▌ | 3/20 [00:30<02:36, 9.18s/it]\nTotal progress: 24it [01:21, 8.68s/it]\u001b[A\n 20%|██ | 4/20 [00:37<02:14, 8.38s/it]\nTotal progress: 25it [01:28, 8.24s/it]\u001b[A\n 25%|██▌ | 5/20 [00:45<01:59, 7.97s/it]\nTotal progress: 26it [01:35, 7.96s/it]\u001b[A\n 30%|███ | 6/20 [00:52<01:48, 7.76s/it]\nTotal progress: 27it [01:43, 7.78s/it]\u001b[A\n 35%|███▌ | 7/20 [00:59<01:39, 7.66s/it]\nTotal progress: 28it [01:50, 7.70s/it]\u001b[A\n 40%|████ | 8/20 [01:07<01:31, 7.63s/it]\nTotal progress: 29it [01:58, 7.69s/it]\u001b[A\n 45%|████▌ | 9/20 [01:15<01:24, 7.65s/it]\nTotal progress: 30it [02:05, 7.68s/it]\u001b[A\n 50%|█████ | 10/20 [01:22<01:16, 7.62s/it]\nTotal progress: 31it [02:13, 7.62s/it]\u001b[A\n 55%|█████▌ | 11/20 [01:30<01:08, 7.56s/it]\nTotal progress: 32it [02:20, 7.54s/it]\u001b[A\n 60%|██████ | 12/20 [01:37<00:59, 7.48s/it]\nTotal progress: 33it [02:28, 7.46s/it]\u001b[A\n 65%|██████▌ | 13/20 [01:44<00:51, 7.41s/it]\nTotal progress: 34it [02:35, 7.39s/it]\u001b[A\n 70%|███████ | 14/20 [01:51<00:44, 7.35s/it]\nTotal progress: 35it [02:42, 7.34s/it]\u001b[A\n 75%|███████▌ | 15/20 [01:59<00:36, 7.31s/it]\nTotal progress: 36it [02:49, 7.30s/it]\u001b[A\n 80%|████████ | 16/20 [02:06<00:29, 7.29s/it]\nTotal progress: 37it [02:56, 7.29s/it]\u001b[A\n 85%|████████▌ | 17/20 [02:13<00:21, 7.29s/it]\nTotal progress: 38it [03:04, 7.31s/it]\u001b[A\n 90%|█████████ | 18/20 [02:20<00:14, 7.32s/it]\nTotal progress: 39it [03:11, 7.33s/it]\u001b[A\n 95%|█████████▌| 19/20 [02:28<00:07, 7.35s/it]\n100%|██████████| 20/20 [02:32<00:00, 6.25s/it]\n100%|██████████| 20/20 [02:32<00:00, 7.61s/it]\nTotal progress: 40it [03:19, 7.36s/it]\u001b[A", "metrics": { "predict_time": 217.869843, "total_time": 818.711161 }, "output": "https://replicate.delivery/pbxt/M4Yyy0OweEQTWKVmPWFoGtECfNMEj1U77f0PZK3gMXsTpT9hA/1684859688.png", "started_at": "2023-05-23T16:31:12.524087Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gpduy5yucrdy7le7tqyo66gub4", "cancel": "https://api.replicate.com/v1/predictions/gpduy5yucrdy7le7tqyo66gub4/cancel" }, "version": "a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c" }
Generated inTotal progress: 0it [00:00, ?it/s] 0%| | 0/20 [00:00<?, ?it/s] Total progress: 1it [00:09, 9.25s/it] 5%|▌ | 1/20 [00:06<02:11, 6.90s/it] Total progress: 2it [00:09, 4.21s/it] 10%|█ | 2/20 [00:07<00:58, 3.25s/it] Total progress: 3it [00:10, 2.61s/it] 15%|█▌ | 3/20 [00:08<00:35, 2.08s/it] Total progress: 4it [00:11, 1.85s/it] 20%|██ | 4/20 [00:08<00:24, 1.54s/it] Total progress: 5it [00:12, 1.44s/it] 25%|██▌ | 5/20 [00:09<00:18, 1.23s/it] Total progress: 6it [00:12, 1.18s/it] 30%|███ | 6/20 [00:10<00:14, 1.05s/it] Total progress: 7it [00:13, 1.02s/it] 35%|███▌ | 7/20 [00:11<00:12, 1.07it/s] Total progress: 8it [00:14, 1.09it/s] 40%|████ | 8/20 [00:11<00:10, 1.17it/s] Total progress: 9it [00:14, 1.18it/s] 45%|████▌ | 9/20 [00:12<00:08, 1.24it/s] Total progress: 10it [00:15, 1.25it/s] 50%|█████ | 10/20 [00:13<00:07, 1.30it/s] Total progress: 11it [00:16, 1.30it/s] 55%|█████▌ | 11/20 [00:13<00:06, 1.34it/s] Total progress: 12it [00:16, 1.34it/s] 60%|██████ | 12/20 [00:14<00:05, 1.37it/s] Total progress: 13it [00:17, 1.37it/s] 65%|██████▌ | 13/20 [00:15<00:05, 1.39it/s] Total progress: 14it [00:18, 1.39it/s] 70%|███████ | 14/20 [00:15<00:04, 1.40it/s] Total progress: 15it [00:18, 1.40it/s] 75%|███████▌ | 15/20 [00:16<00:03, 1.41it/s] Total progress: 16it [00:19, 1.42it/s] 80%|████████ | 16/20 [00:17<00:02, 1.43it/s] Total progress: 17it [00:20, 1.43it/s] 85%|████████▌ | 17/20 [00:17<00:02, 1.43it/s] Total progress: 18it [00:21, 1.43it/s] 90%|█████████ | 18/20 [00:18<00:01, 1.44it/s] Total progress: 19it [00:21, 1.44it/s] 95%|█████████▌| 19/20 [00:19<00:00, 1.44it/s] 100%|██████████| 20/20 [00:19<00:00, 1.70it/s] 100%|██████████| 20/20 [00:19<00:00, 1.01it/s] Total progress: 20it [00:22, 1.44it/s]Tile 1/15 Tile 2/15 Tile 3/15 Tile 4/15 Tile 5/15 Tile 6/15 Tile 7/15 Tile 8/15 Tile 9/15 Tile 10/15 Tile 11/15 Tile 12/15 Tile 13/15 Tile 14/15 Tile 15/15 0%| | 0/20 [00:00<?, ?it/s] Total progress: 21it [01:00, 11.78s/it] 5%|▌ | 1/20 [00:16<05:14, 16.55s/it] Total progress: 22it [01:07, 10.35s/it] 10%|█ | 2/20 [00:23<03:17, 10.96s/it] Total progress: 23it [01:14, 9.37s/it] 15%|█▌ | 3/20 [00:30<02:36, 9.18s/it] Total progress: 24it [01:21, 8.68s/it] 20%|██ | 4/20 [00:37<02:14, 8.38s/it] Total progress: 25it [01:28, 8.24s/it] 25%|██▌ | 5/20 [00:45<01:59, 7.97s/it] Total progress: 26it [01:35, 7.96s/it] 30%|███ | 6/20 [00:52<01:48, 7.76s/it] Total progress: 27it [01:43, 7.78s/it] 35%|███▌ | 7/20 [00:59<01:39, 7.66s/it] Total progress: 28it [01:50, 7.70s/it] 40%|████ | 8/20 [01:07<01:31, 7.63s/it] Total progress: 29it [01:58, 7.69s/it] 45%|████▌ | 9/20 [01:15<01:24, 7.65s/it] Total progress: 30it [02:05, 7.68s/it] 50%|█████ | 10/20 [01:22<01:16, 7.62s/it] Total progress: 31it [02:13, 7.62s/it] 55%|█████▌ | 11/20 [01:30<01:08, 7.56s/it] Total progress: 32it [02:20, 7.54s/it] 60%|██████ | 12/20 [01:37<00:59, 7.48s/it] Total progress: 33it [02:28, 7.46s/it] 65%|██████▌ | 13/20 [01:44<00:51, 7.41s/it] Total progress: 34it [02:35, 7.39s/it] 70%|███████ | 14/20 [01:51<00:44, 7.35s/it] Total progress: 35it [02:42, 7.34s/it] 75%|███████▌ | 15/20 [01:59<00:36, 7.31s/it] Total progress: 36it [02:49, 7.30s/it] 80%|████████ | 16/20 [02:06<00:29, 7.29s/it] Total progress: 37it [02:56, 7.29s/it] 85%|████████▌ | 17/20 [02:13<00:21, 7.29s/it] Total progress: 38it [03:04, 7.31s/it] 90%|█████████ | 18/20 [02:20<00:14, 7.32s/it] Total progress: 39it [03:11, 7.33s/it] 95%|█████████▌| 19/20 [02:28<00:07, 7.35s/it] 100%|██████████| 20/20 [02:32<00:00, 6.25s/it] 100%|██████████| 20/20 [02:32<00:00, 7.61s/it] Total progress: 40it [03:19, 7.36s/it]
Prediction
sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5cIDkbblnnt7aff6hex7eie326njmmStatusSucceededSourceWebHardwareT4Total durationCreatedInput
- seed
- -1
- steps
- 20
- width
- 512
- height
- 768
- prompt
- 1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head
- cfg_scale
- 8
- enable_hr
- sampler_name
- DPM++ SDE Karras
- negative_prompt
- NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t
{ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", { input: { seed: -1, steps: 20, width: 512, height: 768, prompt: "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", cfg_scale: 8, enable_hr: true, sampler_name: "DPM++ SDE Karras", negative_prompt: "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", input={ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": True, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run sky-admin/ghost_mix_v2 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": "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-05-23T16:37:55.277439Z", "created_at": "2023-05-23T16:35:07.616338Z", "data_removed": false, "error": null, "id": "kbblnnt7aff6hex7eie326njmm", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "1mechanical girl,((ultra realistic details)), portrait, global illumination, shadows, octane render, 8k, ultra sharp,metal,intricate, ornaments detailed, cold colors, egypician detail, highly intricate details, realistic light, trending on cgsociety, glowing eyes, facing camera, neon details, machanical limbs,blood vessels connected to tubes,mechanical vertebra attaching to back,mechanical cervial attaching to neck,sitting,wires and cables connecting to head", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "NSFW,3d, cartoon, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name, young, loli, elf, 3d, illustration ng_deepnegative_v1_75t" }, "logs": "0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 41it [03:55, 16.09s/it]\u001b[A\n 5%|▌ | 1/20 [00:00<00:14, 1.28it/s]\nTotal progress: 42it [03:56, 11.48s/it]\u001b[A\n 10%|█ | 2/20 [00:01<00:13, 1.31it/s]\nTotal progress: 43it [03:57, 8.26s/it]\u001b[A\n 15%|█▌ | 3/20 [00:02<00:12, 1.33it/s]\nTotal progress: 44it [03:57, 6.01s/it]\u001b[A\n 20%|██ | 4/20 [00:03<00:11, 1.34it/s]\nTotal progress: 45it [03:58, 4.43s/it]\u001b[A\n 25%|██▌ | 5/20 [00:03<00:11, 1.34it/s]\nTotal progress: 46it [03:59, 3.32s/it]\u001b[A\n 30%|███ | 6/20 [00:04<00:10, 1.34it/s]\nTotal progress: 47it [04:00, 2.55s/it]\u001b[A\n 35%|███▌ | 7/20 [00:05<00:09, 1.34it/s]\nTotal progress: 48it [04:00, 2.01s/it]\u001b[A\n 40%|████ | 8/20 [00:05<00:08, 1.34it/s]\nTotal progress: 49it [04:01, 1.63s/it]\u001b[A\n 45%|████▌ | 9/20 [00:06<00:08, 1.34it/s]\nTotal progress: 50it [04:02, 1.37s/it]\u001b[A\n 50%|█████ | 10/20 [00:07<00:07, 1.34it/s]\nTotal progress: 51it [04:03, 1.18s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:08<00:06, 1.33it/s]\nTotal progress: 52it [04:03, 1.06s/it]\u001b[A\n 60%|██████ | 12/20 [00:09<00:06, 1.33it/s]\nTotal progress: 53it [04:04, 1.04it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:09<00:05, 1.33it/s]\nTotal progress: 54it [04:05, 1.11it/s]\u001b[A\n 70%|███████ | 14/20 [00:10<00:04, 1.33it/s]\nTotal progress: 55it [04:06, 1.16it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:11<00:03, 1.32it/s]\nTotal progress: 56it [04:06, 1.20it/s]\u001b[A\n 80%|████████ | 16/20 [00:12<00:03, 1.32it/s]\nTotal progress: 57it [04:07, 1.23it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:12<00:02, 1.32it/s]\nTotal progress: 58it [04:08, 1.26it/s]\u001b[A\n 90%|█████████ | 18/20 [00:13<00:01, 1.32it/s]\nTotal progress: 59it [04:09, 1.27it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:14<00:00, 1.32it/s]\n100%|██████████| 20/20 [00:14<00:00, 1.55it/s]\n100%|██████████| 20/20 [00:14<00:00, 1.36it/s]\nTotal progress: 60it [04:09, 1.28it/s]\u001b[ATile 1/15\nTile 2/15\nTile 3/15\nTile 4/15\nTile 5/15\nTile 6/15\nTile 7/15\nTile 8/15\nTile 9/15\nTile 10/15\nTile 11/15\nTile 12/15\nTile 13/15\nTile 14/15\nTile 15/15\n 0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 61it [04:19, 3.33s/it]\u001b[A\n 5%|▌ | 1/20 [00:07<02:27, 7.78s/it]\nTotal progress: 62it [04:26, 4.68s/it]\u001b[A\n 10%|█ | 2/20 [00:15<02:20, 7.81s/it]\nTotal progress: 63it [04:34, 5.60s/it]\u001b[A\n 15%|█▌ | 3/20 [00:23<02:11, 7.74s/it]\nTotal progress: 64it [04:42, 6.19s/it]\u001b[A\n 20%|██ | 4/20 [00:30<02:02, 7.64s/it]\nTotal progress: 65it [04:49, 6.56s/it]\u001b[A\n 25%|██▌ | 5/20 [00:38<01:53, 7.55s/it]\nTotal progress: 66it [04:57, 6.79s/it]\u001b[A\n 30%|███ | 6/20 [00:45<01:44, 7.46s/it]\nTotal progress: 67it [05:04, 6.94s/it]\u001b[A\n 35%|███▌ | 7/20 [00:52<01:36, 7.39s/it]\nTotal progress: 68it [05:11, 7.03s/it]\u001b[A\n 40%|████ | 8/20 [00:59<01:28, 7.34s/it]\nTotal progress: 69it [05:18, 7.09s/it]\u001b[A\n 45%|████▌ | 9/20 [01:07<01:20, 7.31s/it]\nTotal progress: 70it [05:26, 7.14s/it]\u001b[A\n 50%|█████ | 10/20 [01:14<01:13, 7.30s/it]\nTotal progress: 71it [05:33, 7.19s/it]\u001b[A\n 55%|█████▌ | 11/20 [01:21<01:05, 7.31s/it]\nTotal progress: 72it [05:40, 7.24s/it]\u001b[A\n 60%|██████ | 12/20 [01:29<00:58, 7.33s/it]\nTotal progress: 73it [05:48, 7.29s/it]\u001b[A\n 65%|██████▌ | 13/20 [01:36<00:51, 7.37s/it]\nTotal progress: 74it [05:55, 7.34s/it]\u001b[A\n 70%|███████ | 14/20 [01:44<00:44, 7.39s/it]\nTotal progress: 75it [06:03, 7.37s/it]\u001b[A\n 75%|███████▌ | 15/20 [01:51<00:37, 7.41s/it]\nTotal progress: 76it [06:10, 7.39s/it]\u001b[A\n 80%|████████ | 16/20 [01:58<00:29, 7.41s/it]\nTotal progress: 77it [06:17, 7.40s/it]\u001b[A\n 85%|████████▌ | 17/20 [02:06<00:22, 7.41s/it]\nTotal progress: 78it [06:25, 7.39s/it]\u001b[A\n 90%|█████████ | 18/20 [02:13<00:14, 7.39s/it]\nTotal progress: 79it [06:32, 7.37s/it]\u001b[A\n 95%|█████████▌| 19/20 [02:20<00:07, 7.36s/it]\n100%|██████████| 20/20 [02:24<00:00, 6.25s/it]\n100%|██████████| 20/20 [02:24<00:00, 7.23s/it]\nTotal progress: 80it [06:39, 7.35s/it]\u001b[A", "metrics": { "predict_time": 167.681313, "total_time": 167.661101 }, "output": "https://replicate.delivery/pbxt/7Hn1ONuEah4iBFrPiQQOJKYw77eBfQQ6p7SAKw5oX3Zi3pehA/1684859873.png", "started_at": "2023-05-23T16:35:07.596126Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/kbblnnt7aff6hex7eie326njmm", "cancel": "https://api.replicate.com/v1/predictions/kbblnnt7aff6hex7eie326njmm/cancel" }, "version": "a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c" }
Generated in0%| | 0/20 [00:00<?, ?it/s] Total progress: 41it [03:55, 16.09s/it] 5%|▌ | 1/20 [00:00<00:14, 1.28it/s] Total progress: 42it [03:56, 11.48s/it] 10%|█ | 2/20 [00:01<00:13, 1.31it/s] Total progress: 43it [03:57, 8.26s/it] 15%|█▌ | 3/20 [00:02<00:12, 1.33it/s] Total progress: 44it [03:57, 6.01s/it] 20%|██ | 4/20 [00:03<00:11, 1.34it/s] Total progress: 45it [03:58, 4.43s/it] 25%|██▌ | 5/20 [00:03<00:11, 1.34it/s] Total progress: 46it [03:59, 3.32s/it] 30%|███ | 6/20 [00:04<00:10, 1.34it/s] Total progress: 47it [04:00, 2.55s/it] 35%|███▌ | 7/20 [00:05<00:09, 1.34it/s] Total progress: 48it [04:00, 2.01s/it] 40%|████ | 8/20 [00:05<00:08, 1.34it/s] Total progress: 49it [04:01, 1.63s/it] 45%|████▌ | 9/20 [00:06<00:08, 1.34it/s] Total progress: 50it [04:02, 1.37s/it] 50%|█████ | 10/20 [00:07<00:07, 1.34it/s] Total progress: 51it [04:03, 1.18s/it] 55%|█████▌ | 11/20 [00:08<00:06, 1.33it/s] Total progress: 52it [04:03, 1.06s/it] 60%|██████ | 12/20 [00:09<00:06, 1.33it/s] Total progress: 53it [04:04, 1.04it/s] 65%|██████▌ | 13/20 [00:09<00:05, 1.33it/s] Total progress: 54it [04:05, 1.11it/s] 70%|███████ | 14/20 [00:10<00:04, 1.33it/s] Total progress: 55it [04:06, 1.16it/s] 75%|███████▌ | 15/20 [00:11<00:03, 1.32it/s] Total progress: 56it [04:06, 1.20it/s] 80%|████████ | 16/20 [00:12<00:03, 1.32it/s] Total progress: 57it [04:07, 1.23it/s] 85%|████████▌ | 17/20 [00:12<00:02, 1.32it/s] Total progress: 58it [04:08, 1.26it/s] 90%|█████████ | 18/20 [00:13<00:01, 1.32it/s] Total progress: 59it [04:09, 1.27it/s] 95%|█████████▌| 19/20 [00:14<00:00, 1.32it/s] 100%|██████████| 20/20 [00:14<00:00, 1.55it/s] 100%|██████████| 20/20 [00:14<00:00, 1.36it/s] Total progress: 60it [04:09, 1.28it/s]Tile 1/15 Tile 2/15 Tile 3/15 Tile 4/15 Tile 5/15 Tile 6/15 Tile 7/15 Tile 8/15 Tile 9/15 Tile 10/15 Tile 11/15 Tile 12/15 Tile 13/15 Tile 14/15 Tile 15/15 0%| | 0/20 [00:00<?, ?it/s] Total progress: 61it [04:19, 3.33s/it] 5%|▌ | 1/20 [00:07<02:27, 7.78s/it] Total progress: 62it [04:26, 4.68s/it] 10%|█ | 2/20 [00:15<02:20, 7.81s/it] Total progress: 63it [04:34, 5.60s/it] 15%|█▌ | 3/20 [00:23<02:11, 7.74s/it] Total progress: 64it [04:42, 6.19s/it] 20%|██ | 4/20 [00:30<02:02, 7.64s/it] Total progress: 65it [04:49, 6.56s/it] 25%|██▌ | 5/20 [00:38<01:53, 7.55s/it] Total progress: 66it [04:57, 6.79s/it] 30%|███ | 6/20 [00:45<01:44, 7.46s/it] Total progress: 67it [05:04, 6.94s/it] 35%|███▌ | 7/20 [00:52<01:36, 7.39s/it] Total progress: 68it [05:11, 7.03s/it] 40%|████ | 8/20 [00:59<01:28, 7.34s/it] Total progress: 69it [05:18, 7.09s/it] 45%|████▌ | 9/20 [01:07<01:20, 7.31s/it] Total progress: 70it [05:26, 7.14s/it] 50%|█████ | 10/20 [01:14<01:13, 7.30s/it] Total progress: 71it [05:33, 7.19s/it] 55%|█████▌ | 11/20 [01:21<01:05, 7.31s/it] Total progress: 72it [05:40, 7.24s/it] 60%|██████ | 12/20 [01:29<00:58, 7.33s/it] Total progress: 73it [05:48, 7.29s/it] 65%|██████▌ | 13/20 [01:36<00:51, 7.37s/it] Total progress: 74it [05:55, 7.34s/it] 70%|███████ | 14/20 [01:44<00:44, 7.39s/it] Total progress: 75it [06:03, 7.37s/it] 75%|███████▌ | 15/20 [01:51<00:37, 7.41s/it] Total progress: 76it [06:10, 7.39s/it] 80%|████████ | 16/20 [01:58<00:29, 7.41s/it] Total progress: 77it [06:17, 7.40s/it] 85%|████████▌ | 17/20 [02:06<00:22, 7.41s/it] Total progress: 78it [06:25, 7.39s/it] 90%|█████████ | 18/20 [02:13<00:14, 7.39s/it] Total progress: 79it [06:32, 7.37s/it] 95%|█████████▌| 19/20 [02:20<00:07, 7.36s/it] 100%|██████████| 20/20 [02:24<00:00, 6.25s/it] 100%|██████████| 20/20 [02:24<00:00, 7.23s/it] Total progress: 80it [06:39, 7.35s/it]
Prediction
sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5cIDzxnicyynuzguzffkgpkd776zquStatusSucceededSourceWebHardwareA100 (40GB)Total durationCreatedby @sky-adminInput
- seed
- -1
- steps
- 20
- width
- 512
- height
- 768
- prompt
- (masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,
- cfg_scale
- 8
- enable_hr
- sampler_name
- DPM++ SDE Karras
- negative_prompt
- (worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)
{ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "(worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)" }
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", { input: { seed: -1, steps: 20, width: 512, height: 768, prompt: "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,", cfg_scale: 8, enable_hr: true, sampler_name: "DPM++ SDE Karras", negative_prompt: "(worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
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 sky-admin/ghost_mix_v2 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", input={ "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,", "cfg_scale": 8, "enable_hr": True, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "(worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run sky-admin/ghost_mix_v2 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": "sky-admin/ghost_mix_v2:a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "(worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-05-23T17:20:34.298573Z", "created_at": "2023-05-23T17:09:44.285846Z", "data_removed": false, "error": null, "id": "zxnicyynuzguzffkgpkd776zqu", "input": { "seed": -1, "steps": 20, "width": 512, "height": 768, "prompt": "(masterpiece, top quality, best quality, official art, beautiful and aesthetic:1.2), (1 elf girl:1.3), extreme detailed,(heal magic,green color magic:1.2),colorful,highest detailed,illustrations, artistic fusion,fantastical scenes,striking visuals,", "cfg_scale": 8, "enable_hr": true, "sampler_name": "DPM++ SDE Karras", "negative_prompt": "(worst quality, low quality:2), NSFW,monochrome, zombie,overexposure, watermark,text,bad anatomy,bad hand,extra hands,extra fingers,too many fingers,fused fingers,bad arm,distorted arm,extra arms,fused arms,extra legs,missing leg,disembodied leg,extra nipples, detached arm, liquid hand,inverted hand,disembodied limb, oversized head,extra body,extra navel,easynegative,(hair between eyes),sketch, duplicate, ugly, huge eyes, text, logo, worst face, (bad and mutated hands:1.3), (blurry:2.0), horror, geometry, bad_prompt, (bad hands), (missing fingers), multiple limbs, bad anatomy, (interlocked fingers:1.2), Ugly Fingers, (extra digit and hands and fingers and legs and arms:1.4), (deformed fingers:1.2), (long fingers:1.2),(bad-artist-anime), bad-artist, bad hand, extra legs ,(ng_deepnegative_v1_75t)" }, "logs": "Total progress: 0it [00:00, ?it/s]\u001b[A\n 0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 1it [00:04, 4.15s/it]\u001b[A\n 5%|▌ | 1/20 [00:02<00:38, 2.04s/it]\nTotal progress: 2it [00:04, 2.04s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:21, 1.19s/it]\nTotal progress: 3it [00:05, 1.39s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:15, 1.08it/s]\nTotal progress: 4it [00:05, 1.08s/it]\u001b[A\n 20%|██ | 4/20 [00:03<00:12, 1.28it/s]\nTotal progress: 5it [00:06, 1.12it/s]\u001b[A\n 25%|██▌ | 5/20 [00:04<00:10, 1.43it/s]\nTotal progress: 6it [00:07, 1.30it/s]\u001b[A\n 30%|███ | 6/20 [00:04<00:09, 1.53it/s]\nTotal progress: 7it [00:07, 1.39it/s]\u001b[A\n 35%|███▌ | 7/20 [00:05<00:08, 1.57it/s]\nTotal progress: 8it [00:08, 1.48it/s]\u001b[A\n 40%|████ | 8/20 [00:06<00:07, 1.61it/s]\nTotal progress: 9it [00:08, 1.56it/s]\u001b[A\n 45%|████▌ | 9/20 [00:06<00:06, 1.68it/s]\nTotal progress: 10it [00:09, 1.63it/s]\u001b[A\n 50%|█████ | 10/20 [00:07<00:05, 1.72it/s]\nTotal progress: 11it [00:09, 1.69it/s]\u001b[A\n 55%|█████▌ | 11/20 [00:07<00:05, 1.76it/s]\nTotal progress: 12it [00:10, 1.73it/s]\u001b[A\n 60%|██████ | 12/20 [00:08<00:04, 1.80it/s]\nTotal progress: 13it [00:10, 1.81it/s]\u001b[A\n 65%|██████▌ | 13/20 [00:08<00:03, 1.89it/s]\nTotal progress: 14it [00:11, 1.89it/s]\u001b[A\n 70%|███████ | 14/20 [00:09<00:03, 1.89it/s]\nTotal progress: 15it [00:11, 1.90it/s]\u001b[A\n 75%|███████▌ | 15/20 [00:09<00:02, 1.91it/s]\nTotal progress: 16it [00:12, 1.85it/s]\u001b[A\n 80%|████████ | 16/20 [00:10<00:02, 1.81it/s]\nTotal progress: 17it [00:13, 1.80it/s]\u001b[A\n 85%|████████▌ | 17/20 [00:10<00:01, 1.77it/s]\nTotal progress: 18it [00:13, 1.78it/s]\u001b[A\n 90%|█████████ | 18/20 [00:11<00:01, 1.81it/s]\nTotal progress: 19it [00:14, 1.82it/s]\u001b[A\n 95%|█████████▌| 19/20 [00:12<00:00, 1.79it/s]\n100%|██████████| 20/20 [00:12<00:00, 2.14it/s]\n100%|██████████| 20/20 [00:12<00:00, 1.62it/s]\nTotal progress: 20it [00:14, 1.79it/s]\u001b[ATile 1/15\nTile 2/15\nTile 3/15\nTile 4/15\nTile 5/15\nTile 6/15\nTile 7/15\nTile 8/15\nTile 9/15\nTile 10/15\nTile 11/15\nTile 12/15\nTile 13/15\nTile 14/15\nTile 15/15\n 0%| | 0/20 [00:00<?, ?it/s]\nTotal progress: 21it [00:18, 1.52s/it]\u001b[A\n 5%|▌ | 1/20 [00:01<00:20, 1.07s/it]\nTotal progress: 22it [00:19, 1.37s/it]\u001b[A\n 10%|█ | 2/20 [00:02<00:18, 1.05s/it]\nTotal progress: 23it [00:20, 1.27s/it]\u001b[A\n 15%|█▌ | 3/20 [00:03<00:17, 1.04s/it]\nTotal progress: 24it [00:21, 1.20s/it]\u001b[A\n 20%|██ | 4/20 [00:04<00:16, 1.04s/it]\nTotal progress: 25it [00:22, 1.15s/it]\u001b[A\n 25%|██▌ | 5/20 [00:05<00:15, 1.04s/it]\nTotal progress: 26it [00:23, 1.12s/it]\u001b[A\n 30%|███ | 6/20 [00:06<00:14, 1.04s/it]\nTotal progress: 27it [00:24, 1.09s/it]\u001b[A\n 35%|███▌ | 7/20 [00:07<00:13, 1.04s/it]\nTotal progress: 28it [00:25, 1.08s/it]\u001b[A\n 40%|████ | 8/20 [00:08<00:12, 1.03s/it]\nTotal progress: 29it [00:26, 1.06s/it]\u001b[A\n 45%|████▌ | 9/20 [00:09<00:11, 1.03s/it]\nTotal progress: 30it [00:27, 1.05s/it]\u001b[A\n 50%|█████ | 10/20 [00:10<00:10, 1.03s/it]\nTotal progress: 31it [00:28, 1.05s/it]\u001b[A\n 55%|█████▌ | 11/20 [00:11<00:09, 1.04s/it]\nTotal progress: 32it [00:29, 1.04s/it]\u001b[A\n 60%|██████ | 12/20 [00:12<00:08, 1.04s/it]\nTotal progress: 33it [00:30, 1.04s/it]\u001b[A\n 65%|██████▌ | 13/20 [00:13<00:07, 1.03s/it]\nTotal progress: 34it [00:31, 1.04s/it]\u001b[A\n 70%|███████ | 14/20 [00:14<00:06, 1.03s/it]\nTotal progress: 35it [00:32, 1.04s/it]\u001b[A\n 75%|███████▌ | 15/20 [00:15<00:05, 1.03s/it]\nTotal progress: 36it [00:34, 1.03s/it]\u001b[A\n 80%|████████ | 16/20 [00:16<00:04, 1.03s/it]\nTotal progress: 37it [00:35, 1.03s/it]\u001b[A\n 85%|████████▌ | 17/20 [00:17<00:03, 1.03s/it]\nTotal progress: 38it [00:36, 1.03s/it]\u001b[A\n 90%|█████████ | 18/20 [00:18<00:02, 1.03s/it]\nTotal progress: 39it [00:37, 1.03s/it]\u001b[A\n 95%|█████████▌| 19/20 [00:19<00:01, 1.03s/it]\n100%|██████████| 20/20 [00:20<00:00, 1.15it/s]\n100%|██████████| 20/20 [00:20<00:00, 1.01s/it]\nTotal progress: 40it [00:38, 1.03s/it]\u001b[A", "metrics": { "predict_time": 40.00956, "total_time": 650.012727 }, "output": "https://replicate.delivery/pbxt/eTm1IY6iD7wbF6H9G1KLfA9kqvDK0pYWjfegeGkewWnR4nqPE/1684862432.png", "started_at": "2023-05-23T17:19:54.289013Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/zxnicyynuzguzffkgpkd776zqu", "cancel": "https://api.replicate.com/v1/predictions/zxnicyynuzguzffkgpkd776zqu/cancel" }, "version": "a7bc178c1c82a30c67926004ca5e1fe1405fa493501286e4749eee78d296ce5c" }
Generated inTotal progress: 0it [00:00, ?it/s] 0%| | 0/20 [00:00<?, ?it/s] Total progress: 1it [00:04, 4.15s/it] 5%|▌ | 1/20 [00:02<00:38, 2.04s/it] Total progress: 2it [00:04, 2.04s/it] 10%|█ | 2/20 [00:02<00:21, 1.19s/it] Total progress: 3it [00:05, 1.39s/it] 15%|█▌ | 3/20 [00:03<00:15, 1.08it/s] Total progress: 4it [00:05, 1.08s/it] 20%|██ | 4/20 [00:03<00:12, 1.28it/s] Total progress: 5it [00:06, 1.12it/s] 25%|██▌ | 5/20 [00:04<00:10, 1.43it/s] Total progress: 6it [00:07, 1.30it/s] 30%|███ | 6/20 [00:04<00:09, 1.53it/s] Total progress: 7it [00:07, 1.39it/s] 35%|███▌ | 7/20 [00:05<00:08, 1.57it/s] Total progress: 8it [00:08, 1.48it/s] 40%|████ | 8/20 [00:06<00:07, 1.61it/s] Total progress: 9it [00:08, 1.56it/s] 45%|████▌ | 9/20 [00:06<00:06, 1.68it/s] Total progress: 10it [00:09, 1.63it/s] 50%|█████ | 10/20 [00:07<00:05, 1.72it/s] Total progress: 11it [00:09, 1.69it/s] 55%|█████▌ | 11/20 [00:07<00:05, 1.76it/s] Total progress: 12it [00:10, 1.73it/s] 60%|██████ | 12/20 [00:08<00:04, 1.80it/s] Total progress: 13it [00:10, 1.81it/s] 65%|██████▌ | 13/20 [00:08<00:03, 1.89it/s] Total progress: 14it [00:11, 1.89it/s] 70%|███████ | 14/20 [00:09<00:03, 1.89it/s] Total progress: 15it [00:11, 1.90it/s] 75%|███████▌ | 15/20 [00:09<00:02, 1.91it/s] Total progress: 16it [00:12, 1.85it/s] 80%|████████ | 16/20 [00:10<00:02, 1.81it/s] Total progress: 17it [00:13, 1.80it/s] 85%|████████▌ | 17/20 [00:10<00:01, 1.77it/s] Total progress: 18it [00:13, 1.78it/s] 90%|█████████ | 18/20 [00:11<00:01, 1.81it/s] Total progress: 19it [00:14, 1.82it/s] 95%|█████████▌| 19/20 [00:12<00:00, 1.79it/s] 100%|██████████| 20/20 [00:12<00:00, 2.14it/s] 100%|██████████| 20/20 [00:12<00:00, 1.62it/s] Total progress: 20it [00:14, 1.79it/s]Tile 1/15 Tile 2/15 Tile 3/15 Tile 4/15 Tile 5/15 Tile 6/15 Tile 7/15 Tile 8/15 Tile 9/15 Tile 10/15 Tile 11/15 Tile 12/15 Tile 13/15 Tile 14/15 Tile 15/15 0%| | 0/20 [00:00<?, ?it/s] Total progress: 21it [00:18, 1.52s/it] 5%|▌ | 1/20 [00:01<00:20, 1.07s/it] Total progress: 22it [00:19, 1.37s/it] 10%|█ | 2/20 [00:02<00:18, 1.05s/it] Total progress: 23it [00:20, 1.27s/it] 15%|█▌ | 3/20 [00:03<00:17, 1.04s/it] Total progress: 24it [00:21, 1.20s/it] 20%|██ | 4/20 [00:04<00:16, 1.04s/it] Total progress: 25it [00:22, 1.15s/it] 25%|██▌ | 5/20 [00:05<00:15, 1.04s/it] Total progress: 26it [00:23, 1.12s/it] 30%|███ | 6/20 [00:06<00:14, 1.04s/it] Total progress: 27it [00:24, 1.09s/it] 35%|███▌ | 7/20 [00:07<00:13, 1.04s/it] Total progress: 28it [00:25, 1.08s/it] 40%|████ | 8/20 [00:08<00:12, 1.03s/it] Total progress: 29it [00:26, 1.06s/it] 45%|████▌ | 9/20 [00:09<00:11, 1.03s/it] Total progress: 30it [00:27, 1.05s/it] 50%|█████ | 10/20 [00:10<00:10, 1.03s/it] Total progress: 31it [00:28, 1.05s/it] 55%|█████▌ | 11/20 [00:11<00:09, 1.04s/it] Total progress: 32it [00:29, 1.04s/it] 60%|██████ | 12/20 [00:12<00:08, 1.04s/it] Total progress: 33it [00:30, 1.04s/it] 65%|██████▌ | 13/20 [00:13<00:07, 1.03s/it] Total progress: 34it [00:31, 1.04s/it] 70%|███████ | 14/20 [00:14<00:06, 1.03s/it] Total progress: 35it [00:32, 1.04s/it] 75%|███████▌ | 15/20 [00:15<00:05, 1.03s/it] Total progress: 36it [00:34, 1.03s/it] 80%|████████ | 16/20 [00:16<00:04, 1.03s/it] Total progress: 37it [00:35, 1.03s/it] 85%|████████▌ | 17/20 [00:17<00:03, 1.03s/it] Total progress: 38it [00:36, 1.03s/it] 90%|█████████ | 18/20 [00:18<00:02, 1.03s/it] Total progress: 39it [00:37, 1.03s/it] 95%|█████████▌| 19/20 [00:19<00:01, 1.03s/it] 100%|██████████| 20/20 [00:20<00:00, 1.15it/s] 100%|██████████| 20/20 [00:20<00:00, 1.01s/it] Total progress: 40it [00:38, 1.03s/it]
Want to make some of these yourself?
Run this model