asiryan / kandinsky-3.0
Kandinsky 3.0 Model (Text2Img and Img2Img)
Prediction
asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2IDo7gcz73bwfuvvyifhu2bw2ljiqStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes
- strength
- 0.75
- negative_prompt
- lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", { input: { width: 1024, height: 1024, prompt: "Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes", strength: 0.75, negative_prompt: "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", num_inference_steps: 50 } } ); // 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 asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", input={ "width": 1024, "height": 1024, "prompt": "Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/kandinsky-3.0 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": "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", "input": { "width": 1024, "height": 1024, "prompt": "Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T06:16:30.512719Z", "created_at": "2023-12-11T06:16:21.944400Z", "data_removed": false, "error": null, "id": "o7gcz73bwfuvvyifhu2bw2ljiq", "input": { "width": 1024, "height": 1024, "prompt": "Car, mustang, movie, person, poster, car cover, person, in the style of alessandro gottardo, gold and cyan, gerald harvey jones, reflections, highly detailed illustrations, industrial urban scenes", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }, "logs": "Using seed: 26695\nMode: text2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:16, 2.97it/s]\n 6%|▌ | 3/50 [00:00<00:07, 6.41it/s]\n 10%|█ | 5/50 [00:00<00:05, 8.12it/s]\n 14%|█▍ | 7/50 [00:00<00:04, 9.08it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 9.66it/s]\n 22%|██▏ | 11/50 [00:01<00:03, 10.05it/s]\n 26%|██▌ | 13/50 [00:01<00:03, 10.30it/s]\n 30%|███ | 15/50 [00:01<00:03, 10.48it/s]\n 34%|███▍ | 17/50 [00:01<00:03, 10.60it/s]\n 38%|███▊ | 19/50 [00:01<00:02, 10.68it/s]\n 42%|████▏ | 21/50 [00:02<00:02, 10.74it/s]\n 46%|████▌ | 23/50 [00:02<00:02, 10.78it/s]\n 50%|█████ | 25/50 [00:02<00:02, 10.80it/s]\n 54%|█████▍ | 27/50 [00:02<00:02, 10.82it/s]\n 58%|█████▊ | 29/50 [00:02<00:01, 10.83it/s]\n 62%|██████▏ | 31/50 [00:03<00:01, 10.83it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 10.84it/s]\n 70%|███████ | 35/50 [00:03<00:01, 10.85it/s]\n 74%|███████▍ | 37/50 [00:03<00:01, 10.85it/s]\n 78%|███████▊ | 39/50 [00:03<00:01, 10.85it/s]\n 82%|████████▏ | 41/50 [00:04<00:00, 10.86it/s]\n 86%|████████▌ | 43/50 [00:04<00:00, 10.86it/s]\n 90%|█████████ | 45/50 [00:04<00:00, 10.86it/s]\n 94%|█████████▍| 47/50 [00:04<00:00, 10.86it/s]\n 98%|█████████▊| 49/50 [00:04<00:00, 10.86it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.12it/s]", "metrics": { "predict_time": 6.647831, "total_time": 8.568319 }, "output": "https://replicate.delivery/pbxt/hfuMfsfD17KlPpApsWZxwpurnH2NOZ7J1gnMGGJGHop9ZLCkA/output.png", "started_at": "2023-12-11T06:16:23.864888Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/o7gcz73bwfuvvyifhu2bw2ljiq", "cancel": "https://api.replicate.com/v1/predictions/o7gcz73bwfuvvyifhu2bw2ljiq/cancel" }, "version": "706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2" }
Generated inUsing seed: 26695 Mode: text2img 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:16, 2.97it/s] 6%|▌ | 3/50 [00:00<00:07, 6.41it/s] 10%|█ | 5/50 [00:00<00:05, 8.12it/s] 14%|█▍ | 7/50 [00:00<00:04, 9.08it/s] 18%|█▊ | 9/50 [00:01<00:04, 9.66it/s] 22%|██▏ | 11/50 [00:01<00:03, 10.05it/s] 26%|██▌ | 13/50 [00:01<00:03, 10.30it/s] 30%|███ | 15/50 [00:01<00:03, 10.48it/s] 34%|███▍ | 17/50 [00:01<00:03, 10.60it/s] 38%|███▊ | 19/50 [00:01<00:02, 10.68it/s] 42%|████▏ | 21/50 [00:02<00:02, 10.74it/s] 46%|████▌ | 23/50 [00:02<00:02, 10.78it/s] 50%|█████ | 25/50 [00:02<00:02, 10.80it/s] 54%|█████▍ | 27/50 [00:02<00:02, 10.82it/s] 58%|█████▊ | 29/50 [00:02<00:01, 10.83it/s] 62%|██████▏ | 31/50 [00:03<00:01, 10.83it/s] 66%|██████▌ | 33/50 [00:03<00:01, 10.84it/s] 70%|███████ | 35/50 [00:03<00:01, 10.85it/s] 74%|███████▍ | 37/50 [00:03<00:01, 10.85it/s] 78%|███████▊ | 39/50 [00:03<00:01, 10.85it/s] 82%|████████▏ | 41/50 [00:04<00:00, 10.86it/s] 86%|████████▌ | 43/50 [00:04<00:00, 10.86it/s] 90%|█████████ | 45/50 [00:04<00:00, 10.86it/s] 94%|█████████▍| 47/50 [00:04<00:00, 10.86it/s] 98%|█████████▊| 49/50 [00:04<00:00, 10.86it/s] 100%|██████████| 50/50 [00:05<00:00, 9.12it/s]
Prediction
asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2IDz7sbsl3bjzgx4mqeyvcj24ahbyStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can't believe how beautiful this is, colorful, cute and sweet baby - loved photo
- strength
- 0.75
- negative_prompt
- lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can't believe how beautiful this is, colorful, cute and sweet baby - loved photo", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", { input: { width: 1024, height: 1024, prompt: "Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can't believe how beautiful this is, colorful, cute and sweet baby - loved photo", strength: 0.75, negative_prompt: "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", num_inference_steps: 50 } } ); // 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 asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", input={ "width": 1024, "height": 1024, "prompt": "Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can't believe how beautiful this is, colorful, cute and sweet baby - loved photo", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/kandinsky-3.0 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": "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", "input": { "width": 1024, "height": 1024, "prompt": "Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can\'t believe how beautiful this is, colorful, cute and sweet baby - loved photo", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T06:17:33.966307Z", "created_at": "2023-12-11T06:17:27.666528Z", "data_removed": false, "error": null, "id": "z7sbsl3bjzgx4mqeyvcj24ahby", "input": { "width": 1024, "height": 1024, "prompt": "Amazing playful nice cute strawberry character, dynamic poze, surreal fantazy garden background, gorgeous masterpice, award winning photo, soft natural lighting, 3d, Blender, Octane render, tilt - shift, deep field, colorful, I can't believe how beautiful this is, colorful, cute and sweet baby - loved photo", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }, "logs": "Using seed: 34276\nMode: text2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 4%|▍ | 2/50 [00:00<00:04, 10.49it/s]\n 8%|▊ | 4/50 [00:00<00:04, 10.66it/s]\n 12%|█▏ | 6/50 [00:00<00:04, 10.72it/s]\n 16%|█▌ | 8/50 [00:00<00:03, 10.75it/s]\n 20%|██ | 10/50 [00:00<00:03, 10.75it/s]\n 24%|██▍ | 12/50 [00:01<00:03, 10.75it/s]\n 28%|██▊ | 14/50 [00:01<00:03, 10.75it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 10.77it/s]\n 36%|███▌ | 18/50 [00:01<00:02, 10.78it/s]\n 40%|████ | 20/50 [00:01<00:02, 10.79it/s]\n 44%|████▍ | 22/50 [00:02<00:02, 10.79it/s]\n 48%|████▊ | 24/50 [00:02<00:02, 10.79it/s]\n 52%|█████▏ | 26/50 [00:02<00:02, 10.79it/s]\n 56%|█████▌ | 28/50 [00:02<00:02, 10.79it/s]\n 60%|██████ | 30/50 [00:02<00:01, 10.79it/s]\n 64%|██████▍ | 32/50 [00:02<00:01, 10.78it/s]\n 68%|██████▊ | 34/50 [00:03<00:01, 10.78it/s]\n 72%|███████▏ | 36/50 [00:03<00:01, 10.78it/s]\n 76%|███████▌ | 38/50 [00:03<00:01, 10.77it/s]\n 80%|████████ | 40/50 [00:03<00:00, 10.77it/s]\n 84%|████████▍ | 42/50 [00:03<00:00, 10.76it/s]\n 88%|████████▊ | 44/50 [00:04<00:00, 10.76it/s]\n 92%|█████████▏| 46/50 [00:04<00:00, 10.76it/s]\n 96%|█████████▌| 48/50 [00:04<00:00, 10.77it/s]\n100%|██████████| 50/50 [00:04<00:00, 10.77it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.51it/s]", "metrics": { "predict_time": 6.293484, "total_time": 6.299779 }, "output": "https://replicate.delivery/pbxt/03vOOeRtQhSTYar9XDCsiakKGxSfjFy4LOLxnrepAtI6bLCkA/output.png", "started_at": "2023-12-11T06:17:27.672823Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/z7sbsl3bjzgx4mqeyvcj24ahby", "cancel": "https://api.replicate.com/v1/predictions/z7sbsl3bjzgx4mqeyvcj24ahby/cancel" }, "version": "706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2" }
Generated inUsing seed: 34276 Mode: text2img 0%| | 0/50 [00:00<?, ?it/s] 4%|▍ | 2/50 [00:00<00:04, 10.49it/s] 8%|▊ | 4/50 [00:00<00:04, 10.66it/s] 12%|█▏ | 6/50 [00:00<00:04, 10.72it/s] 16%|█▌ | 8/50 [00:00<00:03, 10.75it/s] 20%|██ | 10/50 [00:00<00:03, 10.75it/s] 24%|██▍ | 12/50 [00:01<00:03, 10.75it/s] 28%|██▊ | 14/50 [00:01<00:03, 10.75it/s] 32%|███▏ | 16/50 [00:01<00:03, 10.77it/s] 36%|███▌ | 18/50 [00:01<00:02, 10.78it/s] 40%|████ | 20/50 [00:01<00:02, 10.79it/s] 44%|████▍ | 22/50 [00:02<00:02, 10.79it/s] 48%|████▊ | 24/50 [00:02<00:02, 10.79it/s] 52%|█████▏ | 26/50 [00:02<00:02, 10.79it/s] 56%|█████▌ | 28/50 [00:02<00:02, 10.79it/s] 60%|██████ | 30/50 [00:02<00:01, 10.79it/s] 64%|██████▍ | 32/50 [00:02<00:01, 10.78it/s] 68%|██████▊ | 34/50 [00:03<00:01, 10.78it/s] 72%|███████▏ | 36/50 [00:03<00:01, 10.78it/s] 76%|███████▌ | 38/50 [00:03<00:01, 10.77it/s] 80%|████████ | 40/50 [00:03<00:00, 10.77it/s] 84%|████████▍ | 42/50 [00:03<00:00, 10.76it/s] 88%|████████▊ | 44/50 [00:04<00:00, 10.76it/s] 92%|█████████▏| 46/50 [00:04<00:00, 10.76it/s] 96%|█████████▌| 48/50 [00:04<00:00, 10.77it/s] 100%|██████████| 50/50 [00:04<00:00, 10.77it/s] 100%|██████████| 50/50 [00:05<00:00, 9.51it/s]
Prediction
asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2IDabfv4e3b4a5uwfltyqcthjgsriStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k
- strength
- 0.75
- negative_prompt
- lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", { input: { width: 1024, height: 1024, prompt: "a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k", strength: 0.75, negative_prompt: "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", num_inference_steps: 50 } } ); // 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 asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", input={ "width": 1024, "height": 1024, "prompt": "a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/kandinsky-3.0 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": "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", "input": { "width": 1024, "height": 1024, "prompt": "a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T06:18:39.460479Z", "created_at": "2023-12-11T06:18:33.253336Z", "data_removed": false, "error": null, "id": "abfv4e3b4a5uwfltyqcthjgsri", "input": { "width": 1024, "height": 1024, "prompt": "a yellow house at the edge of the danish fjord, in the style of eiko ojala, ingrid baars, ad posters, mountainous vistas, george ault, realistic details, dark white and dark gray, 4k", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }, "logs": "Using seed: 15391\nMode: text2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 4%|▍ | 2/50 [00:00<00:04, 10.77it/s]\n 8%|▊ | 4/50 [00:00<00:04, 10.79it/s]\n 12%|█▏ | 6/50 [00:00<00:04, 10.79it/s]\n 16%|█▌ | 8/50 [00:00<00:03, 10.79it/s]\n 20%|██ | 10/50 [00:00<00:03, 10.79it/s]\n 24%|██▍ | 12/50 [00:01<00:03, 10.79it/s]\n 28%|██▊ | 14/50 [00:01<00:03, 10.78it/s]\n 32%|███▏ | 16/50 [00:01<00:03, 10.78it/s]\n 36%|███▌ | 18/50 [00:01<00:02, 10.78it/s]\n 40%|████ | 20/50 [00:01<00:02, 10.78it/s]\n 44%|████▍ | 22/50 [00:02<00:02, 10.79it/s]\n 48%|████▊ | 24/50 [00:02<00:02, 10.78it/s]\n 52%|█████▏ | 26/50 [00:02<00:02, 10.78it/s]\n 56%|█████▌ | 28/50 [00:02<00:02, 10.78it/s]\n 60%|██████ | 30/50 [00:02<00:01, 10.78it/s]\n 64%|██████▍ | 32/50 [00:02<00:01, 10.78it/s]\n 68%|██████▊ | 34/50 [00:03<00:01, 10.79it/s]\n 72%|███████▏ | 36/50 [00:03<00:01, 10.79it/s]\n 76%|███████▌ | 38/50 [00:03<00:01, 10.79it/s]\n 80%|████████ | 40/50 [00:03<00:00, 10.80it/s]\n 84%|████████▍ | 42/50 [00:03<00:00, 10.80it/s]\n 88%|████████▊ | 44/50 [00:04<00:00, 10.80it/s]\n 92%|█████████▏| 46/50 [00:04<00:00, 10.80it/s]\n 96%|█████████▌| 48/50 [00:04<00:00, 10.79it/s]\n100%|██████████| 50/50 [00:04<00:00, 10.79it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.54it/s]", "metrics": { "predict_time": 6.200955, "total_time": 6.207143 }, "output": "https://replicate.delivery/pbxt/dNvX65Hm6QbVMRC6XfVYPmbTR02VygWpfjCtIqMJRsFedLCkA/output.png", "started_at": "2023-12-11T06:18:33.259524Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/abfv4e3b4a5uwfltyqcthjgsri", "cancel": "https://api.replicate.com/v1/predictions/abfv4e3b4a5uwfltyqcthjgsri/cancel" }, "version": "706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2" }
Generated inUsing seed: 15391 Mode: text2img 0%| | 0/50 [00:00<?, ?it/s] 4%|▍ | 2/50 [00:00<00:04, 10.77it/s] 8%|▊ | 4/50 [00:00<00:04, 10.79it/s] 12%|█▏ | 6/50 [00:00<00:04, 10.79it/s] 16%|█▌ | 8/50 [00:00<00:03, 10.79it/s] 20%|██ | 10/50 [00:00<00:03, 10.79it/s] 24%|██▍ | 12/50 [00:01<00:03, 10.79it/s] 28%|██▊ | 14/50 [00:01<00:03, 10.78it/s] 32%|███▏ | 16/50 [00:01<00:03, 10.78it/s] 36%|███▌ | 18/50 [00:01<00:02, 10.78it/s] 40%|████ | 20/50 [00:01<00:02, 10.78it/s] 44%|████▍ | 22/50 [00:02<00:02, 10.79it/s] 48%|████▊ | 24/50 [00:02<00:02, 10.78it/s] 52%|█████▏ | 26/50 [00:02<00:02, 10.78it/s] 56%|█████▌ | 28/50 [00:02<00:02, 10.78it/s] 60%|██████ | 30/50 [00:02<00:01, 10.78it/s] 64%|██████▍ | 32/50 [00:02<00:01, 10.78it/s] 68%|██████▊ | 34/50 [00:03<00:01, 10.79it/s] 72%|███████▏ | 36/50 [00:03<00:01, 10.79it/s] 76%|███████▌ | 38/50 [00:03<00:01, 10.79it/s] 80%|████████ | 40/50 [00:03<00:00, 10.80it/s] 84%|████████▍ | 42/50 [00:03<00:00, 10.80it/s] 88%|████████▊ | 44/50 [00:04<00:00, 10.80it/s] 92%|█████████▏| 46/50 [00:04<00:00, 10.80it/s] 96%|█████████▌| 48/50 [00:04<00:00, 10.79it/s] 100%|██████████| 50/50 [00:04<00:00, 10.79it/s] 100%|██████████| 50/50 [00:05<00:00, 9.54it/s]
Prediction
asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2IDdpkobq3bddfhn2o367iej4ormaStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.
- strength
- 0.75
- negative_prompt
- lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature
- num_inference_steps
- 50
{ "image": "https://replicate.delivery/pbxt/K1pp3pLK6dSmAR4IkBS59ajCGrSHThWDlyM4zMyrQQnF77e8/astro.png", "width": 1024, "height": 1024, "prompt": "Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", { input: { image: "https://replicate.delivery/pbxt/K1pp3pLK6dSmAR4IkBS59ajCGrSHThWDlyM4zMyrQQnF77e8/astro.png", width: 1024, height: 1024, prompt: "Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.", strength: 0.75, negative_prompt: "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", num_inference_steps: 50 } } ); // 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 asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", input={ "image": "https://replicate.delivery/pbxt/K1pp3pLK6dSmAR4IkBS59ajCGrSHThWDlyM4zMyrQQnF77e8/astro.png", "width": 1024, "height": 1024, "prompt": "Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/kandinsky-3.0 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": "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", "input": { "image": "https://replicate.delivery/pbxt/K1pp3pLK6dSmAR4IkBS59ajCGrSHThWDlyM4zMyrQQnF77e8/astro.png", "width": 1024, "height": 1024, "prompt": "Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2023-12-11T06:19:18.814609Z", "created_at": "2023-12-11T06:19:14.951110Z", "data_removed": false, "error": null, "id": "dpkobq3bddfhn2o367iej4orma", "input": { "image": "https://replicate.delivery/pbxt/K1pp3pLK6dSmAR4IkBS59ajCGrSHThWDlyM4zMyrQQnF77e8/astro.png", "width": 1024, "height": 1024, "prompt": "Photo of a lone astronaut standing on a barren planet, looking up at the stars, surrounded by remnants of a destroyed spaceship. Deep blue filter, harsh shadows, intense stare, gritty texture, captured by a Sony Alpha 7S III camera.", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }, "logs": "Using seed: 11503\nMode: img2img\n 0%| | 0/37 [00:00<?, ?it/s]\n 3%|▎ | 1/37 [00:00<00:06, 5.26it/s]\n 8%|▊ | 3/37 [00:00<00:03, 10.10it/s]\n 14%|█▎ | 5/37 [00:00<00:02, 12.03it/s]\n 19%|█▉ | 7/37 [00:00<00:02, 12.98it/s]\n 24%|██▍ | 9/37 [00:00<00:02, 13.70it/s]\n 30%|██▉ | 11/37 [00:00<00:01, 14.13it/s]\n 35%|███▌ | 13/37 [00:00<00:01, 14.59it/s]\n 41%|████ | 15/37 [00:01<00:01, 14.88it/s]\n 46%|████▌ | 17/37 [00:01<00:01, 14.79it/s]\n 51%|█████▏ | 19/37 [00:01<00:01, 14.83it/s]\n 57%|█████▋ | 21/37 [00:01<00:01, 14.74it/s]\n 62%|██████▏ | 23/37 [00:01<00:00, 14.85it/s]\n 68%|██████▊ | 25/37 [00:01<00:00, 14.86it/s]\n 73%|███████▎ | 27/37 [00:01<00:00, 15.10it/s]\n 78%|███████▊ | 29/37 [00:02<00:00, 15.33it/s]\n 84%|████████▍ | 31/37 [00:02<00:00, 15.25it/s]\n 89%|████████▉ | 33/37 [00:02<00:00, 15.30it/s]\n 95%|█████████▍| 35/37 [00:02<00:00, 15.18it/s]\n100%|██████████| 37/37 [00:02<00:00, 14.96it/s]\n100%|██████████| 37/37 [00:02<00:00, 13.25it/s]", "metrics": { "predict_time": 3.85455, "total_time": 3.863499 }, "output": "https://replicate.delivery/pbxt/hWf6JVr5cuVBOCpHevTmndQoUVbheNTfnvzlhfGgiyYw8tIQC/output.png", "started_at": "2023-12-11T06:19:14.960059Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dpkobq3bddfhn2o367iej4orma", "cancel": "https://api.replicate.com/v1/predictions/dpkobq3bddfhn2o367iej4orma/cancel" }, "version": "706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2" }
Generated inUsing seed: 11503 Mode: img2img 0%| | 0/37 [00:00<?, ?it/s] 3%|▎ | 1/37 [00:00<00:06, 5.26it/s] 8%|▊ | 3/37 [00:00<00:03, 10.10it/s] 14%|█▎ | 5/37 [00:00<00:02, 12.03it/s] 19%|█▉ | 7/37 [00:00<00:02, 12.98it/s] 24%|██▍ | 9/37 [00:00<00:02, 13.70it/s] 30%|██▉ | 11/37 [00:00<00:01, 14.13it/s] 35%|███▌ | 13/37 [00:00<00:01, 14.59it/s] 41%|████ | 15/37 [00:01<00:01, 14.88it/s] 46%|████▌ | 17/37 [00:01<00:01, 14.79it/s] 51%|█████▏ | 19/37 [00:01<00:01, 14.83it/s] 57%|█████▋ | 21/37 [00:01<00:01, 14.74it/s] 62%|██████▏ | 23/37 [00:01<00:00, 14.85it/s] 68%|██████▊ | 25/37 [00:01<00:00, 14.86it/s] 73%|███████▎ | 27/37 [00:01<00:00, 15.10it/s] 78%|███████▊ | 29/37 [00:02<00:00, 15.33it/s] 84%|████████▍ | 31/37 [00:02<00:00, 15.25it/s] 89%|████████▉ | 33/37 [00:02<00:00, 15.30it/s] 95%|█████████▍| 35/37 [00:02<00:00, 15.18it/s] 100%|██████████| 37/37 [00:02<00:00, 14.96it/s] 100%|██████████| 37/37 [00:02<00:00, 13.25it/s]
Prediction
asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2IDvwbjwkrnfxrj60chxm9amdyk9cStatusSucceededSourceWebHardwareA100 (80GB)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)
- strength
- 0.75
- negative_prompt
- lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", { input: { width: 1024, height: 1024, prompt: "A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)", strength: 0.75, negative_prompt: "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", num_inference_steps: 50 } } ); // 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 asiryan/kandinsky-3.0 using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", input={ "width": 1024, "height": 1024, "prompt": "A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run asiryan/kandinsky-3.0 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": "asiryan/kandinsky-3.0:706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2", "input": { "width": 1024, "height": 1024, "prompt": "A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-09-13T20:31:05.144536Z", "created_at": "2024-09-13T20:27:51.039000Z", "data_removed": false, "error": null, "id": "vwbjwkrnfxrj60chxm9amdyk9c", "input": { "width": 1024, "height": 1024, "prompt": "A glass sphere sculpture, concealed inside the sphere is a large Pirate Ship in a Lightning storm, large waves, in the dark, detailed image, 8k high quality detailed, the moon, shaped sphere, amazing wallpaper, digital painting highly detailed, 8k UHD detailed oil painting, beautiful art UHD, focus on full glass sphere, bokeh, background Modifiers: extremely detailed Award winning photography, fantasy studio lighting, photorealistic very attractive beautiful imperial colours ultra detailed 3D, (Very Intricate)", "strength": 0.75, "negative_prompt": "lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature", "num_inference_steps": 50 }, "logs": "Using seed: 11130\nMode: text2img\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:17, 2.88it/s]\n 6%|▌ | 3/50 [00:00<00:07, 6.27it/s]\n 10%|█ | 5/50 [00:00<00:05, 7.98it/s]\n 14%|█▍ | 7/50 [00:00<00:04, 8.94it/s]\n 18%|█▊ | 9/50 [00:01<00:04, 9.53it/s]\n 22%|██▏ | 11/50 [00:01<00:03, 9.91it/s]\n 26%|██▌ | 13/50 [00:01<00:03, 10.16it/s]\n 30%|███ | 15/50 [00:01<00:03, 10.33it/s]\n 34%|███▍ | 17/50 [00:01<00:03, 10.45it/s]\n 38%|███▊ | 19/50 [00:02<00:02, 10.53it/s]\n 42%|████▏ | 21/50 [00:02<00:02, 10.59it/s]\n 46%|████▌ | 23/50 [00:02<00:02, 10.63it/s]\n 50%|█████ | 25/50 [00:02<00:02, 10.65it/s]\n 54%|█████▍ | 27/50 [00:02<00:02, 10.67it/s]\n 58%|█████▊ | 29/50 [00:02<00:01, 10.69it/s]\n 62%|██████▏ | 31/50 [00:03<00:01, 10.70it/s]\n 66%|██████▌ | 33/50 [00:03<00:01, 10.70it/s]\n 70%|███████ | 35/50 [00:03<00:01, 10.71it/s]\n 74%|███████▍ | 37/50 [00:03<00:01, 10.71it/s]\n 78%|███████▊ | 39/50 [00:03<00:01, 10.71it/s]\n 82%|████████▏ | 41/50 [00:04<00:00, 10.71it/s]\n 86%|████████▌ | 43/50 [00:04<00:00, 10.71it/s]\n 90%|█████████ | 45/50 [00:04<00:00, 10.71it/s]\n 94%|█████████▍| 47/50 [00:04<00:00, 10.72it/s]\n 98%|█████████▊| 49/50 [00:04<00:00, 10.72it/s]\n100%|██████████| 50/50 [00:05<00:00, 9.00it/s]", "metrics": { "predict_time": 6.172131446, "total_time": 194.105536 }, "output": "https://replicate.delivery/yhqm/32fhA4LgmlUVJayCMM3WNsezfVJbfG9Yv5ptyVP7WFDnwUyNB/output.png", "started_at": "2024-09-13T20:30:58.972405Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/vwbjwkrnfxrj60chxm9amdyk9c", "cancel": "https://api.replicate.com/v1/predictions/vwbjwkrnfxrj60chxm9amdyk9c/cancel" }, "version": "706edd88577cccfa826404969330e3d9121ad98ea3336acfcab8873a837070e2" }
Generated inUsing seed: 11130 Mode: text2img 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:17, 2.88it/s] 6%|▌ | 3/50 [00:00<00:07, 6.27it/s] 10%|█ | 5/50 [00:00<00:05, 7.98it/s] 14%|█▍ | 7/50 [00:00<00:04, 8.94it/s] 18%|█▊ | 9/50 [00:01<00:04, 9.53it/s] 22%|██▏ | 11/50 [00:01<00:03, 9.91it/s] 26%|██▌ | 13/50 [00:01<00:03, 10.16it/s] 30%|███ | 15/50 [00:01<00:03, 10.33it/s] 34%|███▍ | 17/50 [00:01<00:03, 10.45it/s] 38%|███▊ | 19/50 [00:02<00:02, 10.53it/s] 42%|████▏ | 21/50 [00:02<00:02, 10.59it/s] 46%|████▌ | 23/50 [00:02<00:02, 10.63it/s] 50%|█████ | 25/50 [00:02<00:02, 10.65it/s] 54%|█████▍ | 27/50 [00:02<00:02, 10.67it/s] 58%|█████▊ | 29/50 [00:02<00:01, 10.69it/s] 62%|██████▏ | 31/50 [00:03<00:01, 10.70it/s] 66%|██████▌ | 33/50 [00:03<00:01, 10.70it/s] 70%|███████ | 35/50 [00:03<00:01, 10.71it/s] 74%|███████▍ | 37/50 [00:03<00:01, 10.71it/s] 78%|███████▊ | 39/50 [00:03<00:01, 10.71it/s] 82%|████████▏ | 41/50 [00:04<00:00, 10.71it/s] 86%|████████▌ | 43/50 [00:04<00:00, 10.71it/s] 90%|█████████ | 45/50 [00:04<00:00, 10.71it/s] 94%|█████████▍| 47/50 [00:04<00:00, 10.72it/s] 98%|█████████▊| 49/50 [00:04<00:00, 10.72it/s] 100%|██████████| 50/50 [00:05<00:00, 9.00it/s]
Want to make some of these yourself?
Run this model