tencentarc / photomaker-style
Create photos, paintings and avatars for anyone in any style within seconds. (Stylization version)
Prediction
tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56eIDpwpi7j3bqcvpofhyw7ewthip6uStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- prompt
- a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed
- num_steps
- 50
- style_name
- (No style)
- num_outputs
- 2
- guidance_scale
- 5
- negative_prompt
- realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text
- style_strength_ratio
- 35
{ "prompt": "a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRc9kyW6lLALePRbphzLaZnMyqjYUH8Tles73OvOVfXUcj8/yangmi_1.jpg", "num_outputs": 2, "input_image2": "https://replicate.delivery/pbxt/KFRc9tb1UbbBCyV4qestKFrmS5ckzp6KvW4mo04hgad2QFYQ/yangmi_2.jpeg", "input_image3": "https://replicate.delivery/pbxt/KFRcA9wn6VCVg5DDa6qyPuhhtdaDdatggRY1zv3ELueo9OTG/yangmi_3.jpg", "input_image4": "https://replicate.delivery/pbxt/KFRc9lShK8Zx9iup3jOcYUawG8O3mkALxqEG5jO4u4gLR9Im/yangmi_4.jpg", "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 }
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 tencentarc/photomaker-style using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", { input: { prompt: "a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed", num_steps: 50, style_name: "(No style)", input_image: "https://replicate.delivery/pbxt/KFRc9kyW6lLALePRbphzLaZnMyqjYUH8Tles73OvOVfXUcj8/yangmi_1.jpg", num_outputs: 2, input_image2: "https://replicate.delivery/pbxt/KFRc9tb1UbbBCyV4qestKFrmS5ckzp6KvW4mo04hgad2QFYQ/yangmi_2.jpeg", input_image3: "https://replicate.delivery/pbxt/KFRcA9wn6VCVg5DDa6qyPuhhtdaDdatggRY1zv3ELueo9OTG/yangmi_3.jpg", input_image4: "https://replicate.delivery/pbxt/KFRc9lShK8Zx9iup3jOcYUawG8O3mkALxqEG5jO4u4gLR9Im/yangmi_4.jpg", guidance_scale: 5, negative_prompt: "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", style_strength_ratio: 35 } } ); // 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 tencentarc/photomaker-style using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", input={ "prompt": "a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRc9kyW6lLALePRbphzLaZnMyqjYUH8Tles73OvOVfXUcj8/yangmi_1.jpg", "num_outputs": 2, "input_image2": "https://replicate.delivery/pbxt/KFRc9tb1UbbBCyV4qestKFrmS5ckzp6KvW4mo04hgad2QFYQ/yangmi_2.jpeg", "input_image3": "https://replicate.delivery/pbxt/KFRcA9wn6VCVg5DDa6qyPuhhtdaDdatggRY1zv3ELueo9OTG/yangmi_3.jpg", "input_image4": "https://replicate.delivery/pbxt/KFRc9lShK8Zx9iup3jOcYUawG8O3mkALxqEG5jO4u4gLR9Im/yangmi_4.jpg", "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run tencentarc/photomaker-style 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": "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", "input": { "prompt": "a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRc9kyW6lLALePRbphzLaZnMyqjYUH8Tles73OvOVfXUcj8/yangmi_1.jpg", "num_outputs": 2, "input_image2": "https://replicate.delivery/pbxt/KFRc9tb1UbbBCyV4qestKFrmS5ckzp6KvW4mo04hgad2QFYQ/yangmi_2.jpeg", "input_image3": "https://replicate.delivery/pbxt/KFRcA9wn6VCVg5DDa6qyPuhhtdaDdatggRY1zv3ELueo9OTG/yangmi_3.jpg", "input_image4": "https://replicate.delivery/pbxt/KFRc9lShK8Zx9iup3jOcYUawG8O3mkALxqEG5jO4u4gLR9Im/yangmi_4.jpg", "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-18T14:36:10.647996Z", "created_at": "2024-01-18T14:34:43.875958Z", "data_removed": false, "error": null, "id": "pwpi7j3bqcvpofhyw7ewthip6u", "input": { "prompt": "a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRc9kyW6lLALePRbphzLaZnMyqjYUH8Tles73OvOVfXUcj8/yangmi_1.jpg", "num_outputs": 2, "input_image2": "https://replicate.delivery/pbxt/KFRc9tb1UbbBCyV4qestKFrmS5ckzp6KvW4mo04hgad2QFYQ/yangmi_2.jpeg", "input_image3": "https://replicate.delivery/pbxt/KFRcA9wn6VCVg5DDa6qyPuhhtdaDdatggRY1zv3ELueo9OTG/yangmi_3.jpg", "input_image4": "https://replicate.delivery/pbxt/KFRc9lShK8Zx9iup3jOcYUawG8O3mkALxqEG5jO4u4gLR9Im/yangmi_4.jpg", "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 }, "logs": "Using seed 1544646969...\nLoading image /tmp/tmpn5bvkeepyangmi_1.jpg...\nLoading image /tmp/tmp0xc7ue4yyangmi_2.jpeg...\nLoading image /tmp/tmp10t2bg_syangmi_3.jpg...\nLoading image /tmp/tmphkvyrk1tyangmi_4.jpg...\nSetting seed...\nStart inference...\n[Debug] Prompt: a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed\n[Debug] Neg Prompt: realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text\nStart merge step: 17\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:11, 4.38it/s]\n 4%|▍ | 2/50 [00:00<00:14, 3.24it/s]\n 6%|▌ | 3/50 [00:00<00:15, 2.96it/s]\n 8%|▊ | 4/50 [00:01<00:16, 2.84it/s]\n 10%|█ | 5/50 [00:01<00:16, 2.78it/s]\n 12%|█▏ | 6/50 [00:02<00:16, 2.74it/s]\n 14%|█▍ | 7/50 [00:02<00:15, 2.72it/s]\n 16%|█▌ | 8/50 [00:02<00:15, 2.70it/s]\n 18%|█▊ | 9/50 [00:03<00:15, 2.69it/s]\n 20%|██ | 10/50 [00:03<00:14, 2.69it/s]\n 22%|██▏ | 11/50 [00:03<00:14, 2.68it/s]\n 24%|██▍ | 12/50 [00:04<00:14, 2.67it/s]\n 26%|██▌ | 13/50 [00:04<00:13, 2.67it/s]\n 28%|██▊ | 14/50 [00:05<00:13, 2.67it/s]\n 30%|███ | 15/50 [00:05<00:13, 2.67it/s]\n 32%|███▏ | 16/50 [00:05<00:12, 2.66it/s]\n 34%|███▍ | 17/50 [00:06<00:12, 2.66it/s]\n 36%|███▌ | 18/50 [00:06<00:12, 2.66it/s]\n 38%|███▊ | 19/50 [00:06<00:11, 2.67it/s]\n 40%|████ | 20/50 [00:07<00:11, 2.67it/s]\n 42%|████▏ | 21/50 [00:07<00:10, 2.68it/s]\n 44%|████▍ | 22/50 [00:08<00:10, 2.68it/s]\n 46%|████▌ | 23/50 [00:08<00:10, 2.67it/s]\n 48%|████▊ | 24/50 [00:08<00:09, 2.67it/s]\n 50%|█████ | 25/50 [00:09<00:09, 2.68it/s]\n 52%|█████▏ | 26/50 [00:09<00:08, 2.68it/s]\n 54%|█████▍ | 27/50 [00:09<00:08, 2.68it/s]\n 56%|█████▌ | 28/50 [00:10<00:08, 2.68it/s]\n 58%|█████▊ | 29/50 [00:10<00:07, 2.68it/s]\n 60%|██████ | 30/50 [00:11<00:07, 2.67it/s]\n 62%|██████▏ | 31/50 [00:11<00:07, 2.67it/s]\n 64%|██████▍ | 32/50 [00:11<00:06, 2.67it/s]\n 66%|██████▌ | 33/50 [00:12<00:06, 2.67it/s]\n 68%|██████▊ | 34/50 [00:12<00:05, 2.67it/s]\n 70%|███████ | 35/50 [00:12<00:05, 2.67it/s]\n 72%|███████▏ | 36/50 [00:13<00:05, 2.67it/s]\n 74%|███████▍ | 37/50 [00:13<00:04, 2.67it/s]\n 76%|███████▌ | 38/50 [00:14<00:04, 2.67it/s]\n 78%|███████▊ | 39/50 [00:14<00:04, 2.67it/s]\n 80%|████████ | 40/50 [00:14<00:03, 2.67it/s]\n 82%|████████▏ | 41/50 [00:15<00:03, 2.67it/s]\n 84%|████████▍ | 42/50 [00:15<00:03, 2.66it/s]\n 86%|████████▌ | 43/50 [00:15<00:02, 2.67it/s]\n 88%|████████▊ | 44/50 [00:16<00:02, 2.67it/s]\n 90%|█████████ | 45/50 [00:16<00:01, 2.67it/s]\n 92%|█████████▏| 46/50 [00:17<00:01, 2.66it/s]\n 94%|█████████▍| 47/50 [00:17<00:01, 2.66it/s]\n 96%|█████████▌| 48/50 [00:17<00:00, 2.67it/s]\n 98%|█████████▊| 49/50 [00:18<00:00, 2.66it/s]\n100%|██████████| 50/50 [00:18<00:00, 2.66it/s]\n100%|██████████| 50/50 [00:18<00:00, 2.69it/s]\nRunning safety checker...\nSaving images to file...", "metrics": { "predict_time": 23.906033, "total_time": 86.772038 }, "output": [ "https://replicate.delivery/pbxt/f9wmt0uuNLxzJqK149f2SzafwMne20U0vRCTaYeYHAFAr0tRC/image_0.png", "https://replicate.delivery/pbxt/uPTMwjkRy7qNFBMbsrAqhB8NjenCRV2Ux0LypJKDgfGaluNSA/image_1.png" ], "started_at": "2024-01-18T14:35:46.741963Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/pwpi7j3bqcvpofhyw7ewthip6u", "cancel": "https://api.replicate.com/v1/predictions/pwpi7j3bqcvpofhyw7ewthip6u/cancel" }, "version": "66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e" }
Generated inUsing seed 1544646969... Loading image /tmp/tmpn5bvkeepyangmi_1.jpg... Loading image /tmp/tmp0xc7ue4yyangmi_2.jpeg... Loading image /tmp/tmp10t2bg_syangmi_3.jpg... Loading image /tmp/tmphkvyrk1tyangmi_4.jpg... Setting seed... Start inference... [Debug] Prompt: a woman img, retro futurism, retro game art style but extremely beautiful, intricate details, masterpiece, best quality, space-themed, cosmic, celestial, stars, galaxies, nebulas, planets, science fiction, highly detailed [Debug] Neg Prompt: realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text Start merge step: 17 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:11, 4.38it/s] 4%|▍ | 2/50 [00:00<00:14, 3.24it/s] 6%|▌ | 3/50 [00:00<00:15, 2.96it/s] 8%|▊ | 4/50 [00:01<00:16, 2.84it/s] 10%|█ | 5/50 [00:01<00:16, 2.78it/s] 12%|█▏ | 6/50 [00:02<00:16, 2.74it/s] 14%|█▍ | 7/50 [00:02<00:15, 2.72it/s] 16%|█▌ | 8/50 [00:02<00:15, 2.70it/s] 18%|█▊ | 9/50 [00:03<00:15, 2.69it/s] 20%|██ | 10/50 [00:03<00:14, 2.69it/s] 22%|██▏ | 11/50 [00:03<00:14, 2.68it/s] 24%|██▍ | 12/50 [00:04<00:14, 2.67it/s] 26%|██▌ | 13/50 [00:04<00:13, 2.67it/s] 28%|██▊ | 14/50 [00:05<00:13, 2.67it/s] 30%|███ | 15/50 [00:05<00:13, 2.67it/s] 32%|███▏ | 16/50 [00:05<00:12, 2.66it/s] 34%|███▍ | 17/50 [00:06<00:12, 2.66it/s] 36%|███▌ | 18/50 [00:06<00:12, 2.66it/s] 38%|███▊ | 19/50 [00:06<00:11, 2.67it/s] 40%|████ | 20/50 [00:07<00:11, 2.67it/s] 42%|████▏ | 21/50 [00:07<00:10, 2.68it/s] 44%|████▍ | 22/50 [00:08<00:10, 2.68it/s] 46%|████▌ | 23/50 [00:08<00:10, 2.67it/s] 48%|████▊ | 24/50 [00:08<00:09, 2.67it/s] 50%|█████ | 25/50 [00:09<00:09, 2.68it/s] 52%|█████▏ | 26/50 [00:09<00:08, 2.68it/s] 54%|█████▍ | 27/50 [00:09<00:08, 2.68it/s] 56%|█████▌ | 28/50 [00:10<00:08, 2.68it/s] 58%|█████▊ | 29/50 [00:10<00:07, 2.68it/s] 60%|██████ | 30/50 [00:11<00:07, 2.67it/s] 62%|██████▏ | 31/50 [00:11<00:07, 2.67it/s] 64%|██████▍ | 32/50 [00:11<00:06, 2.67it/s] 66%|██████▌ | 33/50 [00:12<00:06, 2.67it/s] 68%|██████▊ | 34/50 [00:12<00:05, 2.67it/s] 70%|███████ | 35/50 [00:12<00:05, 2.67it/s] 72%|███████▏ | 36/50 [00:13<00:05, 2.67it/s] 74%|███████▍ | 37/50 [00:13<00:04, 2.67it/s] 76%|███████▌ | 38/50 [00:14<00:04, 2.67it/s] 78%|███████▊ | 39/50 [00:14<00:04, 2.67it/s] 80%|████████ | 40/50 [00:14<00:03, 2.67it/s] 82%|████████▏ | 41/50 [00:15<00:03, 2.67it/s] 84%|████████▍ | 42/50 [00:15<00:03, 2.66it/s] 86%|████████▌ | 43/50 [00:15<00:02, 2.67it/s] 88%|████████▊ | 44/50 [00:16<00:02, 2.67it/s] 90%|█████████ | 45/50 [00:16<00:01, 2.67it/s] 92%|█████████▏| 46/50 [00:17<00:01, 2.66it/s] 94%|█████████▍| 47/50 [00:17<00:01, 2.66it/s] 96%|█████████▌| 48/50 [00:17<00:00, 2.67it/s] 98%|█████████▊| 49/50 [00:18<00:00, 2.66it/s] 100%|██████████| 50/50 [00:18<00:00, 2.66it/s] 100%|██████████| 50/50 [00:18<00:00, 2.69it/s] Running safety checker... Saving images to file...
Prediction
tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56eIDgvvkgzlblhcm5o23nlmm3nl3qqStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- prompt
- A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation
- num_steps
- 50
- style_name
- (No style)
- num_outputs
- 2
- guidance_scale
- 5
- negative_prompt
- realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text
- style_strength_ratio
- 35
{ "prompt": "A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRveCbE71qFTQGSF509CXYC16qB1bcZmAWq8O172ael04Ga/lenna.jpg", "num_outputs": 2, "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 }
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 tencentarc/photomaker-style using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", { input: { prompt: "A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation", num_steps: 50, style_name: "(No style)", input_image: "https://replicate.delivery/pbxt/KFRveCbE71qFTQGSF509CXYC16qB1bcZmAWq8O172ael04Ga/lenna.jpg", num_outputs: 2, guidance_scale: 5, negative_prompt: "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", style_strength_ratio: 35 } } ); // 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 tencentarc/photomaker-style using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", input={ "prompt": "A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRveCbE71qFTQGSF509CXYC16qB1bcZmAWq8O172ael04Ga/lenna.jpg", "num_outputs": 2, "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run tencentarc/photomaker-style 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": "tencentarc/photomaker-style:66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e", "input": { "prompt": "A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRveCbE71qFTQGSF509CXYC16qB1bcZmAWq8O172ael04Ga/lenna.jpg", "num_outputs": 2, "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-01-18T14:51:53.997222Z", "created_at": "2024-01-18T14:51:31.191263Z", "data_removed": false, "error": null, "id": "gvvkgzlblhcm5o23nlmm3nl3qq", "input": { "prompt": "A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation", "num_steps": 50, "style_name": "(No style)", "input_image": "https://replicate.delivery/pbxt/KFRveCbE71qFTQGSF509CXYC16qB1bcZmAWq8O172ael04Ga/lenna.jpg", "num_outputs": 2, "guidance_scale": 5, "negative_prompt": "realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text", "style_strength_ratio": 35 }, "logs": "Using seed 1456680131...\nLoading image /tmp/tmpi4x8dydelenna.jpg...\nSetting seed...\nStart inference...\n[Debug] Prompt: A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation\n[Debug] Neg Prompt: realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text\nStart merge step: 17\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:11, 4.33it/s]\n 4%|▍ | 2/50 [00:00<00:15, 3.18it/s]\n 6%|▌ | 3/50 [00:00<00:16, 2.92it/s]\n 8%|▊ | 4/50 [00:01<00:16, 2.81it/s]\n 10%|█ | 5/50 [00:01<00:16, 2.76it/s]\n 12%|█▏ | 6/50 [00:02<00:16, 2.70it/s]\n 14%|█▍ | 7/50 [00:02<00:16, 2.69it/s]\n 16%|█▌ | 8/50 [00:02<00:15, 2.68it/s]\n 18%|█▊ | 9/50 [00:03<00:15, 2.67it/s]\n 20%|██ | 10/50 [00:03<00:14, 2.67it/s]\n 22%|██▏ | 11/50 [00:03<00:14, 2.66it/s]\n 24%|██▍ | 12/50 [00:04<00:14, 2.66it/s]\n 26%|██▌ | 13/50 [00:04<00:13, 2.66it/s]\n 28%|██▊ | 14/50 [00:05<00:13, 2.65it/s]\n 30%|███ | 15/50 [00:05<00:13, 2.65it/s]\n 32%|███▏ | 16/50 [00:05<00:12, 2.65it/s]\n 34%|███▍ | 17/50 [00:06<00:12, 2.65it/s]\n 36%|███▌ | 18/50 [00:06<00:12, 2.64it/s]\n 38%|███▊ | 19/50 [00:07<00:11, 2.64it/s]\n 40%|████ | 20/50 [00:07<00:11, 2.64it/s]\n 42%|████▏ | 21/50 [00:07<00:10, 2.65it/s]\n 44%|████▍ | 22/50 [00:08<00:10, 2.64it/s]\n 46%|████▌ | 23/50 [00:08<00:10, 2.64it/s]\n 48%|████▊ | 24/50 [00:08<00:09, 2.64it/s]\n 50%|█████ | 25/50 [00:09<00:09, 2.64it/s]\n 52%|█████▏ | 26/50 [00:09<00:09, 2.64it/s]\n 54%|█████▍ | 27/50 [00:10<00:08, 2.64it/s]\n 56%|█████▌ | 28/50 [00:10<00:08, 2.64it/s]\n 58%|█████▊ | 29/50 [00:10<00:07, 2.64it/s]\n 60%|██████ | 30/50 [00:11<00:07, 2.63it/s]\n 62%|██████▏ | 31/50 [00:11<00:07, 2.63it/s]\n 64%|██████▍ | 32/50 [00:11<00:06, 2.63it/s]\n 66%|██████▌ | 33/50 [00:12<00:06, 2.63it/s]\n 68%|██████▊ | 34/50 [00:12<00:06, 2.63it/s]\n 70%|███████ | 35/50 [00:13<00:05, 2.63it/s]\n 72%|███████▏ | 36/50 [00:13<00:05, 2.63it/s]\n 74%|███████▍ | 37/50 [00:13<00:04, 2.63it/s]\n 76%|███████▌ | 38/50 [00:14<00:04, 2.63it/s]\n 78%|███████▊ | 39/50 [00:14<00:04, 2.63it/s]\n 80%|████████ | 40/50 [00:14<00:03, 2.63it/s]\n 82%|████████▏ | 41/50 [00:15<00:03, 2.63it/s]\n 84%|████████▍ | 42/50 [00:15<00:03, 2.63it/s]\n 86%|████████▌ | 43/50 [00:16<00:02, 2.63it/s]\n 88%|████████▊ | 44/50 [00:16<00:02, 2.63it/s]\n 90%|█████████ | 45/50 [00:16<00:01, 2.63it/s]\n 92%|█████████▏| 46/50 [00:17<00:01, 2.63it/s]\n 94%|█████████▍| 47/50 [00:17<00:01, 2.63it/s]\n 96%|█████████▌| 48/50 [00:18<00:00, 2.63it/s]\n 98%|█████████▊| 49/50 [00:18<00:00, 2.63it/s]\n100%|██████████| 50/50 [00:18<00:00, 2.63it/s]\n100%|██████████| 50/50 [00:18<00:00, 2.66it/s]\nRunning safety checker...\nSaving images to file...", "metrics": { "predict_time": 22.722878, "total_time": 22.805959 }, "output": [ "https://replicate.delivery/pbxt/WwkQofrF9CQuJ6v3slDfyha3YB1teWJpnWLBsVSdvfeFh2tRC/image_0.png", "https://replicate.delivery/pbxt/0eNDe5B73njlkkSJfJeZ4Riiww3OYci679bnbaf0cNzLh2tRC/image_1.png" ], "started_at": "2024-01-18T14:51:31.274344Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/gvvkgzlblhcm5o23nlmm3nl3qq", "cancel": "https://api.replicate.com/v1/predictions/gvvkgzlblhcm5o23nlmm3nl3qq/cancel" }, "version": "66f42a9b6890a63a6f33e6197e9aaf7c63def394a29b768c62fc4efd6d32f56e" }
Generated inUsing seed 1456680131... Loading image /tmp/tmpi4x8dydelenna.jpg... Setting seed... Start inference... [Debug] Prompt: A girl img riding dragon over a whimsical castle, 3d CGI, art by Pixar, half-body, screenshot from animation [Debug] Neg Prompt: realistic, photo-realistic, worst quality, greyscale, bad anatomy, bad hands, error, text Start merge step: 17 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:11, 4.33it/s] 4%|▍ | 2/50 [00:00<00:15, 3.18it/s] 6%|▌ | 3/50 [00:00<00:16, 2.92it/s] 8%|▊ | 4/50 [00:01<00:16, 2.81it/s] 10%|█ | 5/50 [00:01<00:16, 2.76it/s] 12%|█▏ | 6/50 [00:02<00:16, 2.70it/s] 14%|█▍ | 7/50 [00:02<00:16, 2.69it/s] 16%|█▌ | 8/50 [00:02<00:15, 2.68it/s] 18%|█▊ | 9/50 [00:03<00:15, 2.67it/s] 20%|██ | 10/50 [00:03<00:14, 2.67it/s] 22%|██▏ | 11/50 [00:03<00:14, 2.66it/s] 24%|██▍ | 12/50 [00:04<00:14, 2.66it/s] 26%|██▌ | 13/50 [00:04<00:13, 2.66it/s] 28%|██▊ | 14/50 [00:05<00:13, 2.65it/s] 30%|███ | 15/50 [00:05<00:13, 2.65it/s] 32%|███▏ | 16/50 [00:05<00:12, 2.65it/s] 34%|███▍ | 17/50 [00:06<00:12, 2.65it/s] 36%|███▌ | 18/50 [00:06<00:12, 2.64it/s] 38%|███▊ | 19/50 [00:07<00:11, 2.64it/s] 40%|████ | 20/50 [00:07<00:11, 2.64it/s] 42%|████▏ | 21/50 [00:07<00:10, 2.65it/s] 44%|████▍ | 22/50 [00:08<00:10, 2.64it/s] 46%|████▌ | 23/50 [00:08<00:10, 2.64it/s] 48%|████▊ | 24/50 [00:08<00:09, 2.64it/s] 50%|█████ | 25/50 [00:09<00:09, 2.64it/s] 52%|█████▏ | 26/50 [00:09<00:09, 2.64it/s] 54%|█████▍ | 27/50 [00:10<00:08, 2.64it/s] 56%|█████▌ | 28/50 [00:10<00:08, 2.64it/s] 58%|█████▊ | 29/50 [00:10<00:07, 2.64it/s] 60%|██████ | 30/50 [00:11<00:07, 2.63it/s] 62%|██████▏ | 31/50 [00:11<00:07, 2.63it/s] 64%|██████▍ | 32/50 [00:11<00:06, 2.63it/s] 66%|██████▌ | 33/50 [00:12<00:06, 2.63it/s] 68%|██████▊ | 34/50 [00:12<00:06, 2.63it/s] 70%|███████ | 35/50 [00:13<00:05, 2.63it/s] 72%|███████▏ | 36/50 [00:13<00:05, 2.63it/s] 74%|███████▍ | 37/50 [00:13<00:04, 2.63it/s] 76%|███████▌ | 38/50 [00:14<00:04, 2.63it/s] 78%|███████▊ | 39/50 [00:14<00:04, 2.63it/s] 80%|████████ | 40/50 [00:14<00:03, 2.63it/s] 82%|████████▏ | 41/50 [00:15<00:03, 2.63it/s] 84%|████████▍ | 42/50 [00:15<00:03, 2.63it/s] 86%|████████▌ | 43/50 [00:16<00:02, 2.63it/s] 88%|████████▊ | 44/50 [00:16<00:02, 2.63it/s] 90%|█████████ | 45/50 [00:16<00:01, 2.63it/s] 92%|█████████▏| 46/50 [00:17<00:01, 2.63it/s] 94%|█████████▍| 47/50 [00:17<00:01, 2.63it/s] 96%|█████████▌| 48/50 [00:18<00:00, 2.63it/s] 98%|█████████▊| 49/50 [00:18<00:00, 2.63it/s] 100%|██████████| 50/50 [00:18<00:00, 2.63it/s] 100%|██████████| 50/50 [00:18<00:00, 2.66it/s] Running safety checker... Saving images to file...
Want to make some of these yourself?
Run this model