lorenzomarines
/
d-journey
Midjourney v6 text-to-image quality model but Open and Decentralized
- Public
- 11.8K runs
-
L40S
- SDXL fine-tune
- Paper
- License
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aIDnr4kwjv3qhrgg0cevvj8pgmvvrStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:15:11.775826Z", "created_at": "2024-04-14T23:14:53.500000Z", "data_removed": false, "error": null, "id": "nr4kwjv3qhrgg0cevvj8pgmvvr", "input": { "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 64059\nEnsuring enough disk space...\nFree disk space: 1441080537088\nDownloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:14:54Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:14:55Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size=\"186 MB\" total_elapsed=1.391s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\nb''\nDownloaded weights in 1.4580843448638916 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:14, 3.33it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.53it/s]\n 6%|▌ | 3/50 [00:00<00:13, 3.59it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.62it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.64it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.65it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.66it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.65it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.65it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]", "metrics": { "predict_time": 17.267006, "total_time": 18.275826 }, "output": [ "https://replicate.delivery/pbxt/3pR4WckSBJrJBp2SXG8jpJp2X0neR9Kffk78pr9Rk4e8XFqKB/out-0.png" ], "started_at": "2024-04-14T23:14:54.508820Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/nr4kwjv3qhrgg0cevvj8pgmvvr", "cancel": "https://api.replicate.com/v1/predictions/nr4kwjv3qhrgg0cevvj8pgmvvr/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 64059 Ensuring enough disk space... Free disk space: 1441080537088 Downloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:14:54Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:14:55Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size="186 MB" total_elapsed=1.391s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar b'' Downloaded weights in 1.4580843448638916 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:14, 3.33it/s] 4%|▍ | 2/50 [00:00<00:13, 3.53it/s] 6%|▌ | 3/50 [00:00<00:13, 3.59it/s] 8%|▊ | 4/50 [00:01<00:12, 3.62it/s] 10%|█ | 5/50 [00:01<00:12, 3.64it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.65it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.65it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s] 50%|█████ | 25/50 [00:06<00:06, 3.66it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s] 70%|███████ | 35/50 [00:09<00:04, 3.65it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s] 80%|████████ | 40/50 [00:10<00:02, 3.65it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.65it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aIDp6s3tgr8xdrgp0cevvea98dhrcStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- (deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "(deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "(deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "(deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "(deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:06:08.171567Z", "created_at": "2024-04-14T23:05:45.963000Z", "data_removed": false, "error": null, "id": "p6s3tgr8xdrgp0cevvea98dhrc", "input": { "width": 1024, "height": 1024, "prompt": "devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "(deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark,worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 19867\nEnsuring enough disk space...\nFree disk space: 1459059953664\nDownloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:05:48Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:05:52Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size=\"186 MB\" total_elapsed=4.624s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\nb''\nDownloaded weights in 4.71397590637207 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.72it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.68it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.68it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.67it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.67it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.67it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:05<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.68it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]", "metrics": { "predict_time": 20.202369, "total_time": 22.208567 }, "output": [ "https://replicate.delivery/pbxt/G8x4C99ba0J0GhRmBCLX7GrK9UbhoBItIbHRSpvp695XToqE/out-0.png" ], "started_at": "2024-04-14T23:05:47.969198Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/p6s3tgr8xdrgp0cevvea98dhrc", "cancel": "https://api.replicate.com/v1/predictions/p6s3tgr8xdrgp0cevvea98dhrc/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 19867 Ensuring enough disk space... Free disk space: 1459059953664 Downloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:05:48Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:05:52Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size="186 MB" total_elapsed=4.624s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar b'' Downloaded weights in 4.71397590637207 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: devil of the old world, awake under the sea, emanating dark energy, terrible presence, arcane magic, intricate artwork . octane render, trending on artstation. cinematic, hyper realism, high detail, octane render, 8k txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.72it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.68it/s] 10%|█ | 5/50 [00:01<00:12, 3.68it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.68it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.67it/s] 20%|██ | 10/50 [00:02<00:10, 3.67it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.67it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:05<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.68it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.68it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.68it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.68it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aID340exmd881rgg0cevvk9t0fsa8StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:17:38.689700Z", "created_at": "2024-04-14T23:17:22.112000Z", "data_removed": false, "error": null, "id": "340exmd881rgg0cevvk9t0fsa8", "input": { "width": 1024, "height": 1024, "prompt": "masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 55933\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.67it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.67it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.66it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.66it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.65it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.64it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.64it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.64it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.64it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.64it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.64it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.64it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.64it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.64it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]", "metrics": { "predict_time": 15.847424, "total_time": 16.5777 }, "output": [ "https://replicate.delivery/pbxt/TjPuNlDXV1pYHB7RxpqW4mdPXbDHeZnay0ol4FfNrcmSYhqSA/out-0.png" ], "started_at": "2024-04-14T23:17:22.842276Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/340exmd881rgg0cevvk9t0fsa8", "cancel": "https://api.replicate.com/v1/predictions/340exmd881rgg0cevvk9t0fsa8/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 55933 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: masterpiece wallpaper of modern car, shinny metal, city, low angle, intrincate, elegant, highly detailed, digital painting, artstation, concept art, smooth, sharp focus, illustration, art by artgerm and greg rutkowski and alphonse mucha, 8k txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.67it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.67it/s] 8%|▊ | 4/50 [00:01<00:12, 3.66it/s] 10%|█ | 5/50 [00:01<00:12, 3.66it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s] 70%|███████ | 35/50 [00:09<00:04, 3.65it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.64it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.64it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.64it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.64it/s] 80%|████████ | 40/50 [00:10<00:02, 3.64it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.64it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.64it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.64it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.64it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.64it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.64it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aIDd8vedcmn65rgg0cevvqs558wswStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:27:26.848800Z", "created_at": "2024-04-14T23:27:07.057000Z", "data_removed": false, "error": null, "id": "d8vedcmn65rgg0cevvqs558wsw", "input": { "width": 1024, "height": 1024, "prompt": "mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 19680\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.67it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.67it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.65it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.65it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.64it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.64it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.64it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.64it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.64it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.64it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.63it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.63it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.63it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.63it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.63it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.63it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.63it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.63it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.63it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.63it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.63it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.63it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.63it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.63it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.63it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.63it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.64it/s]", "metrics": { "predict_time": 17.12039, "total_time": 19.7918 }, "output": [ "https://replicate.delivery/pbxt/ODJTLdz5o7bBEtee2HzKz6aOfINofWrVRWgGX16zLUD1FGqKB/out-0.png" ], "started_at": "2024-04-14T23:27:09.728410Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/d8vedcmn65rgg0cevvqs558wsw", "cancel": "https://api.replicate.com/v1/predictions/d8vedcmn65rgg0cevvqs558wsw/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 19680 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: mystical fantasy masterpiece, a shamanic elf with cybernetic enhancements and genetically engineered custom adaptations, cinematic lighting, mixed style of tsutomu nihei and dominik mayer, centralized, insane detail, zoomed out, full body shot, union of shaman and corrupted technology, 8k, masterpiece txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.67it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.67it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.65it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s] 30%|███ | 15/50 [00:04<00:09, 3.65it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.64it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.64it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.64it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.64it/s] 50%|█████ | 25/50 [00:06<00:06, 3.64it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.64it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.64it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.64it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.64it/s] 60%|██████ | 30/50 [00:08<00:05, 3.63it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.63it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.63it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.63it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.63it/s] 70%|███████ | 35/50 [00:09<00:04, 3.63it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.63it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.63it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.63it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.63it/s] 80%|████████ | 40/50 [00:10<00:02, 3.63it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.63it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.64it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.63it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.63it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.63it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.63it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.64it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.63it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.64it/s] 100%|██████████| 50/50 [00:13<00:00, 3.63it/s] 100%|██████████| 50/50 [00:13<00:00, 3.64it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aID6fyee1s2pdrgm0cevvvtw2pe14StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:35:48.453502Z", "created_at": "2024-04-14T23:35:22.035000Z", "data_removed": false, "error": null, "id": "6fyee1s2pdrgm0cevvvtw2pe14", "input": { "width": 1024, "height": 1024, "prompt": "Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 3462\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.69it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.68it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.66it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.66it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.66it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.66it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.65it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 15.893537, "total_time": 26.418502 }, "output": [ "https://replicate.delivery/pbxt/20MsedfzkEqCnkT4NhKvZDj1hGNxCc4lqLukSh8sBzhTphqSA/out-0.png" ], "started_at": "2024-04-14T23:35:32.559965Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6fyee1s2pdrgm0cevvvtw2pe14", "cancel": "https://api.replicate.com/v1/predictions/6fyee1s2pdrgm0cevvvtw2pe14/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 3462 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: Detailed portrait of a masked woman, bright peacock feathers, complex, elegant, highly detailed, digital painting, art, fluid, illustration, green highlighted lines, complex patterns, cyberpunk Alphonse Mucha, 8k , masterpiece txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.69it/s] 4%|▍ | 2/50 [00:00<00:13, 3.68it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.66it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.67it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.66it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.66it/s] 50%|█████ | 25/50 [00:06<00:06, 3.66it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.66it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.66it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.66it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.66it/s] 60%|██████ | 30/50 [00:08<00:05, 3.66it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.66it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.66it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.66it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.66it/s] 70%|███████ | 35/50 [00:09<00:04, 3.66it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.66it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.66it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s] 80%|████████ | 40/50 [00:10<00:02, 3.65it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aIDjpr1t2fmvsrgj0cevvrs9t8pj4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:30:02.832870Z", "created_at": "2024-04-14T23:29:42.622000Z", "data_removed": false, "error": null, "id": "jpr1t2fmvsrgj0cevvrs9t8pj4", "input": { "width": 1024, "height": 1024, "prompt": "The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 20594\nEnsuring enough disk space...\nFree disk space: 1458077679616\nDownloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:29:45Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\n2024-04-14T23:29:46Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size=\"186 MB\" total_elapsed=1.166s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar\nb''\nDownloaded weights in 1.3641502857208252 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['and a calm stretch of water could be seen. the whole scene has a mysterious and sci - fi feel to it, 8 k, masterpiece']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['and a calm stretch of water could be seen. the whole scene has a mysterious and sci - fi feel to it, 8 k, masterpiece']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.68it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.67it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.67it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.68it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.67it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.67it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.67it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.67it/s]\n 34%|███▍ | 17/50 [00:04<00:08, 3.67it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.66it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.65it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.65it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.65it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.64it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.65it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 17.938825, "total_time": 20.21087 }, "output": [ "https://replicate.delivery/pbxt/foLUAi9h2M2Hek8ybusMDtdAulEZit7i7sufm8vFIz7yHDVlA/out-0.png" ], "started_at": "2024-04-14T23:29:44.894045Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/jpr1t2fmvsrgj0cevvrs9t8pj4", "cancel": "https://api.replicate.com/v1/predictions/jpr1t2fmvsrgj0cevvrs9t8pj4/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 20594 Ensuring enough disk space... Free disk space: 1458077679616 Downloading weights: https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:29:45Z | INFO | [ Initiating ] dest=/src/weights-cache/6a0e6433c710f03a minimum_chunk_size=150M url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar 2024-04-14T23:29:46Z | INFO | [ Complete ] dest=/src/weights-cache/6a0e6433c710f03a size="186 MB" total_elapsed=1.166s url=https://replicate.delivery/pbxt/A9fETD93zqVEDC8LZBNhlVfhtCRVIo9wzIpUJcMZdXr8IhqSA/trained_model.tar b'' Downloaded weights in 1.3641502857208252 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: The image depicts a man in a space suit standing on an open field with his back to the viewer, looking into the distance. The sky is occupied by a large circular structure that looks like a wormhole or space-time tunnel. The edges of the structure show a pink and purple glow, while the center is a bright white point of light. In the distance, mountains and a calm stretch of water could be seen. The whole scene has a mysterious and sci-fi feel to it, 8k, masterpiece txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['and a calm stretch of water could be seen. the whole scene has a mysterious and sci - fi feel to it, 8 k, masterpiece'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['and a calm stretch of water could be seen. the whole scene has a mysterious and sci - fi feel to it, 8 k, masterpiece'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.68it/s] 4%|▍ | 2/50 [00:00<00:13, 3.67it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.68it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.67it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.67it/s] 20%|██ | 10/50 [00:02<00:10, 3.68it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.68it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.67it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.67it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.67it/s] 30%|███ | 15/50 [00:04<00:09, 3.67it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.67it/s] 34%|███▍ | 17/50 [00:04<00:08, 3.67it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.64it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.66it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.65it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.65it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.65it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.65it/s] 70%|███████ | 35/50 [00:09<00:04, 3.65it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.65it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.65it/s] 80%|████████ | 40/50 [00:10<00:02, 3.65it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.65it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.65it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.65it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.65it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.64it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.65it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.65it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.65it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.65it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aID3bqkva9qf1rgj0cevvrtda3s8cStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:29:10.632628Z", "created_at": "2024-04-14T23:28:54.136000Z", "data_removed": false, "error": null, "id": "3bqkva9qf1rgj0cevvrtda3s8c", "input": { "width": 1024, "height": 1024, "prompt": "old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 8809\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece\ntxt2img mode\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['8 k, masterpiece']\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['8 k, masterpiece']\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.70it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.68it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.65it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.65it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.64it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.64it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.64it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.64it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.64it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.66it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 15.798389, "total_time": 16.496628 }, "output": [ "https://replicate.delivery/pbxt/xlF38Jd3s05mBhEewPYoTK3HqLCEJMjWOLUuejkJ7TaGjhqSA/out-0.png" ], "started_at": "2024-04-14T23:28:54.834239Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/3bqkva9qf1rgj0cevvrtda3s8c", "cancel": "https://api.replicate.com/v1/predictions/3bqkva9qf1rgj0cevvrtda3s8c/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 8809 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: old, female robot, metal, rust, wisible wires, destroyed, sad, dark, dirty, looking at viewer, portrait, photography, detailed skin, realistic, photo-realistic, 8k, highly detailed, full length frame, High detail RAW color art, piercing, diffused soft lighting, shallow depth of field, sharp focus, hyperrealism, cinematic lighting, 8k, masterpiece txt2img mode The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['8 k, masterpiece'] The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['8 k, masterpiece'] 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.70it/s] 4%|▍ | 2/50 [00:00<00:13, 3.68it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.65it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.65it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.65it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s] 30%|███ | 15/50 [00:04<00:09, 3.65it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.65it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.65it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.65it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.65it/s] 40%|████ | 20/50 [00:05<00:08, 3.65it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.65it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.65it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.64it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.64it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.65it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.64it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.64it/s] 70%|███████ | 35/50 [00:09<00:04, 3.64it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.65it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.65it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.66it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.66it/s] 80%|████████ | 40/50 [00:10<00:02, 3.66it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.66it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.66it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.66it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.66it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aID0qvqynyfx1rgg0cevvm8fwrtsmStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-14T23:20:00.286409Z", "created_at": "2024-04-14T23:19:43.336000Z", "data_removed": false, "error": null, "id": "0qvqynyfx1rgg0cevvm8fwrtsm", "input": { "width": 1024, "height": 1024, "prompt": "minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 17123\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.70it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.68it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.67it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.66it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.67it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.67it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.68it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s]\n 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.68it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.68it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]", "metrics": { "predict_time": 15.653647, "total_time": 16.950409 }, "output": [ "https://replicate.delivery/pbxt/k65aiYjV7e11Q6ee5LXAmfHtSB4YyOmKRGJgG1MeJnLenWoqE/out-0.png" ], "started_at": "2024-04-14T23:19:44.632762Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/0qvqynyfx1rgg0cevvm8fwrtsm", "cancel": "https://api.replicate.com/v1/predictions/0qvqynyfx1rgg0cevvm8fwrtsm/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 17123 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: minimalistic huge long room with geometric lines and forms with water spots on the floor texture details, bold small Monk in black leather robe standing back, matte dark concrete material, warm light, highly detailed, intricate texture , 8k , masterpiece txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.70it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.68it/s] 8%|▊ | 4/50 [00:01<00:12, 3.67it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.66it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.66it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.65it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.67it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.67it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.67it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.67it/s] 50%|█████ | 25/50 [00:06<00:06, 3.68it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.68it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.67it/s] 56%|█████▌ | 28/50 [00:07<00:05, 3.68it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.68it/s] 60%|██████ | 30/50 [00:08<00:05, 3.68it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:08<00:04, 3.68it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.68it/s] 70%|███████ | 35/50 [00:09<00:04, 3.68it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:11<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.66it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.67it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.66it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aID7p546hsbedrgj0cewd59pcwzyrStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-15T19:44:48.995745Z", "created_at": "2024-04-15T19:44:32.627000Z", "data_removed": false, "error": null, "id": "7p546hsbedrgj0cewd59pcwzyr", "input": { "width": 1024, "height": 1024, "prompt": "frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 60504\nskipping loading .. weights already loaded\nPrompt: frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.71it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.69it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.69it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.68it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.67it/s]\n 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s]\n 20%|██ | 10/50 [00:02<00:10, 3.67it/s]\n 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.66it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.66it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.65it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s]\n 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.66it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.67it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s]\n 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s]\n 80%|████████ | 40/50 [00:10<00:02, 3.67it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.67it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.67it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.66it/s]", "metrics": { "predict_time": 15.296884, "total_time": 16.368745 }, "output": [ "https://replicate.delivery/pbxt/LH40lFndf1Sxek4Z3T7aKGttWu4DWsJxr6yRg3JoLTXwWzqSA/out-0.png" ], "started_at": "2024-04-15T19:44:33.698861Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/7p546hsbedrgj0cewd59pcwzyr", "cancel": "https://api.replicate.com/v1/predictions/7p546hsbedrgj0cewd59pcwzyr/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 60504 skipping loading .. weights already loaded Prompt: frida kahlo lying in a bathtub full of gummy bears, movie still, shot on cinestill 800T, ,8k , masterpiece txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.71it/s] 4%|▍ | 2/50 [00:00<00:13, 3.69it/s] 6%|▌ | 3/50 [00:00<00:12, 3.69it/s] 8%|▊ | 4/50 [00:01<00:12, 3.68it/s] 10%|█ | 5/50 [00:01<00:12, 3.67it/s] 12%|█▏ | 6/50 [00:01<00:11, 3.67it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.67it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.66it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.66it/s] 20%|██ | 10/50 [00:02<00:10, 3.67it/s] 22%|██▏ | 11/50 [00:02<00:10, 3.66it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.66it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.66it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.66it/s] 30%|███ | 15/50 [00:04<00:09, 3.66it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.66it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.66it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.66it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.66it/s] 40%|████ | 20/50 [00:05<00:08, 3.66it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.66it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.66it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.65it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.65it/s] 50%|█████ | 25/50 [00:06<00:06, 3.65it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.65it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.65it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.65it/s] 58%|█████▊ | 29/50 [00:07<00:05, 3.65it/s] 60%|██████ | 30/50 [00:08<00:05, 3.66it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.67it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.67it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.67it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.67it/s] 70%|███████ | 35/50 [00:09<00:04, 3.67it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.67it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.67it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.67it/s] 78%|███████▊ | 39/50 [00:10<00:02, 3.67it/s] 80%|████████ | 40/50 [00:10<00:02, 3.67it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.67it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.67it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.67it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.67it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.67it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.67it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.66it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.67it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.67it/s] 100%|██████████| 50/50 [00:13<00:00, 3.66it/s]
Prediction
lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039aIDngp5as5xz5rgg0cew7ssjed42wStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece
- refine
- no_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }
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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", { input: { width: 1024, height: 1024, prompt: "Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece", refine: "no_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", prompt_strength: 0.8, num_inference_steps: 50 } } ); // 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 lorenzomarines/d-journey using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "lorenzomarines/d-journey:2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", input={ "width": 1024, "height": 1024, "prompt": "Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run lorenzomarines/d-journey 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": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a", "input": { "width": 1024, "height": 1024, "prompt": "Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "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-04-15T13:31:03.298590Z", "created_at": "2024-04-15T13:30:31.289000Z", "data_removed": false, "error": null, "id": "ngp5as5xz5rgg0cew7ssjed42w", "input": { "width": 1024, "height": 1024, "prompt": "Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece", "refine": "no_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "deformed iris, deformed pupils, semi-realistic, text, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, 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, blurry, low quality , bad quality , Not detailed, watermark, deformed figures, lack of details, bad anatomy, blurry, extra arms, extra fingers, poorly drawn hands, disfigured, tiling, deformed, mutated ,ugly, disfigured, low quality, blurry ,distorted, blur, smooth, low-quality, warm, haze, over-saturated, high-contrast, out of focus, dark, worst quality, low quality", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 37359\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece\ntxt2img mode\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:00<00:13, 3.64it/s]\n 4%|▍ | 2/50 [00:00<00:13, 3.63it/s]\n 6%|▌ | 3/50 [00:00<00:12, 3.63it/s]\n 8%|▊ | 4/50 [00:01<00:12, 3.61it/s]\n 10%|█ | 5/50 [00:01<00:12, 3.62it/s]\n 12%|█▏ | 6/50 [00:01<00:12, 3.63it/s]\n 14%|█▍ | 7/50 [00:01<00:11, 3.63it/s]\n 16%|█▌ | 8/50 [00:02<00:11, 3.63it/s]\n 18%|█▊ | 9/50 [00:02<00:11, 3.63it/s]\n 20%|██ | 10/50 [00:02<00:11, 3.64it/s]\n 22%|██▏ | 11/50 [00:03<00:10, 3.63it/s]\n 24%|██▍ | 12/50 [00:03<00:10, 3.63it/s]\n 26%|██▌ | 13/50 [00:03<00:10, 3.63it/s]\n 28%|██▊ | 14/50 [00:03<00:09, 3.63it/s]\n 30%|███ | 15/50 [00:04<00:09, 3.63it/s]\n 32%|███▏ | 16/50 [00:04<00:09, 3.63it/s]\n 34%|███▍ | 17/50 [00:04<00:09, 3.63it/s]\n 36%|███▌ | 18/50 [00:04<00:08, 3.63it/s]\n 38%|███▊ | 19/50 [00:05<00:08, 3.63it/s]\n 40%|████ | 20/50 [00:05<00:08, 3.63it/s]\n 42%|████▏ | 21/50 [00:05<00:07, 3.63it/s]\n 44%|████▍ | 22/50 [00:06<00:07, 3.62it/s]\n 46%|████▌ | 23/50 [00:06<00:07, 3.62it/s]\n 48%|████▊ | 24/50 [00:06<00:07, 3.62it/s]\n 50%|█████ | 25/50 [00:06<00:06, 3.62it/s]\n 52%|█████▏ | 26/50 [00:07<00:06, 3.60it/s]\n 54%|█████▍ | 27/50 [00:07<00:06, 3.60it/s]\n 56%|█████▌ | 28/50 [00:07<00:06, 3.60it/s]\n 58%|█████▊ | 29/50 [00:08<00:05, 3.61it/s]\n 60%|██████ | 30/50 [00:08<00:05, 3.61it/s]\n 62%|██████▏ | 31/50 [00:08<00:05, 3.61it/s]\n 64%|██████▍ | 32/50 [00:08<00:04, 3.61it/s]\n 66%|██████▌ | 33/50 [00:09<00:04, 3.61it/s]\n 68%|██████▊ | 34/50 [00:09<00:04, 3.61it/s]\n 70%|███████ | 35/50 [00:09<00:04, 3.61it/s]\n 72%|███████▏ | 36/50 [00:09<00:03, 3.61it/s]\n 74%|███████▍ | 37/50 [00:10<00:03, 3.61it/s]\n 76%|███████▌ | 38/50 [00:10<00:03, 3.60it/s]\n 78%|███████▊ | 39/50 [00:10<00:03, 3.60it/s]\n 80%|████████ | 40/50 [00:11<00:02, 3.60it/s]\n 82%|████████▏ | 41/50 [00:11<00:02, 3.61it/s]\n 84%|████████▍ | 42/50 [00:11<00:02, 3.61it/s]\n 86%|████████▌ | 43/50 [00:11<00:01, 3.61it/s]\n 88%|████████▊ | 44/50 [00:12<00:01, 3.61it/s]\n 90%|█████████ | 45/50 [00:12<00:01, 3.61it/s]\n 92%|█████████▏| 46/50 [00:12<00:01, 3.61it/s]\n 94%|█████████▍| 47/50 [00:12<00:00, 3.61it/s]\n 96%|█████████▌| 48/50 [00:13<00:00, 3.61it/s]\n 98%|█████████▊| 49/50 [00:13<00:00, 3.61it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.61it/s]\n100%|██████████| 50/50 [00:13<00:00, 3.62it/s]", "metrics": { "predict_time": 19.682349, "total_time": 32.00959 }, "output": [ "https://replicate.delivery/pbxt/9fIVfQI3b3qAG0EhUgBHAbfgjmAjMtk7fQ0kXtXbPQVWh3qKB/out-0.png" ], "started_at": "2024-04-15T13:30:43.616241Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/ngp5as5xz5rgg0cew7ssjed42w", "cancel": "https://api.replicate.com/v1/predictions/ngp5as5xz5rgg0cew7ssjed42w/cancel" }, "version": "2d84f3049a0b3ed1a20fc657f39c4b1bdef1f7a8ea0ea8b6258e7c37296e039a" }
Generated inUsing seed: 37359 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: Chinese Golden Dragon background id, God in Chinese mythology, positive vision, dreamlike symbolism, Wuxia style, panoramic, near three-dimensional, golden dynamic expression, fast speed, golden tone film shock, film multi-angle lighting, force, dynamic posture, precisionism, rendered in Maya A golden dragon circled with golden flowers, 8k , masterpiece txt2img mode 0%| | 0/50 [00:00<?, ?it/s] 2%|▏ | 1/50 [00:00<00:13, 3.64it/s] 4%|▍ | 2/50 [00:00<00:13, 3.63it/s] 6%|▌ | 3/50 [00:00<00:12, 3.63it/s] 8%|▊ | 4/50 [00:01<00:12, 3.61it/s] 10%|█ | 5/50 [00:01<00:12, 3.62it/s] 12%|█▏ | 6/50 [00:01<00:12, 3.63it/s] 14%|█▍ | 7/50 [00:01<00:11, 3.63it/s] 16%|█▌ | 8/50 [00:02<00:11, 3.63it/s] 18%|█▊ | 9/50 [00:02<00:11, 3.63it/s] 20%|██ | 10/50 [00:02<00:11, 3.64it/s] 22%|██▏ | 11/50 [00:03<00:10, 3.63it/s] 24%|██▍ | 12/50 [00:03<00:10, 3.63it/s] 26%|██▌ | 13/50 [00:03<00:10, 3.63it/s] 28%|██▊ | 14/50 [00:03<00:09, 3.63it/s] 30%|███ | 15/50 [00:04<00:09, 3.63it/s] 32%|███▏ | 16/50 [00:04<00:09, 3.63it/s] 34%|███▍ | 17/50 [00:04<00:09, 3.63it/s] 36%|███▌ | 18/50 [00:04<00:08, 3.63it/s] 38%|███▊ | 19/50 [00:05<00:08, 3.63it/s] 40%|████ | 20/50 [00:05<00:08, 3.63it/s] 42%|████▏ | 21/50 [00:05<00:07, 3.63it/s] 44%|████▍ | 22/50 [00:06<00:07, 3.62it/s] 46%|████▌ | 23/50 [00:06<00:07, 3.62it/s] 48%|████▊ | 24/50 [00:06<00:07, 3.62it/s] 50%|█████ | 25/50 [00:06<00:06, 3.62it/s] 52%|█████▏ | 26/50 [00:07<00:06, 3.60it/s] 54%|█████▍ | 27/50 [00:07<00:06, 3.60it/s] 56%|█████▌ | 28/50 [00:07<00:06, 3.60it/s] 58%|█████▊ | 29/50 [00:08<00:05, 3.61it/s] 60%|██████ | 30/50 [00:08<00:05, 3.61it/s] 62%|██████▏ | 31/50 [00:08<00:05, 3.61it/s] 64%|██████▍ | 32/50 [00:08<00:04, 3.61it/s] 66%|██████▌ | 33/50 [00:09<00:04, 3.61it/s] 68%|██████▊ | 34/50 [00:09<00:04, 3.61it/s] 70%|███████ | 35/50 [00:09<00:04, 3.61it/s] 72%|███████▏ | 36/50 [00:09<00:03, 3.61it/s] 74%|███████▍ | 37/50 [00:10<00:03, 3.61it/s] 76%|███████▌ | 38/50 [00:10<00:03, 3.60it/s] 78%|███████▊ | 39/50 [00:10<00:03, 3.60it/s] 80%|████████ | 40/50 [00:11<00:02, 3.60it/s] 82%|████████▏ | 41/50 [00:11<00:02, 3.61it/s] 84%|████████▍ | 42/50 [00:11<00:02, 3.61it/s] 86%|████████▌ | 43/50 [00:11<00:01, 3.61it/s] 88%|████████▊ | 44/50 [00:12<00:01, 3.61it/s] 90%|█████████ | 45/50 [00:12<00:01, 3.61it/s] 92%|█████████▏| 46/50 [00:12<00:01, 3.61it/s] 94%|█████████▍| 47/50 [00:12<00:00, 3.61it/s] 96%|█████████▌| 48/50 [00:13<00:00, 3.61it/s] 98%|█████████▊| 49/50 [00:13<00:00, 3.61it/s] 100%|██████████| 50/50 [00:13<00:00, 3.61it/s] 100%|██████████| 50/50 [00:13<00:00, 3.62it/s]
Want to make some of these yourself?
Run this model