moicarmonas / moises_generator
(Updated 2 months, 1 week ago)
- Public
- 211 runs
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137ID5yfs58exghrmc0cpch7s21gp2cStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair He is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression. On the right side, add bold text split in two lines: STUDENT (in white) SIDE HUSTLE (in glowing yellow). Above and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal. Set the background to a dark grid or blueprint-style layout to imply structure and strategy. The overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 90
- prompt_strength
- 0.9
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/CGSd00h-6zI/maxresdefault.jpg", "model": "dev", "prompt": "Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\nOn the right side, add bold text split in two lines:\nSTUDENT (in white)\nSIDE HUSTLE (in glowing yellow).\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.9, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/CGSd00h-6zI/maxresdefault.jpg", model: "dev", prompt: "Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\nOn the right side, add bold text split in two lines:\nSTUDENT (in white)\nSIDE HUSTLE (in glowing yellow).\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 90, prompt_strength: 0.9, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/CGSd00h-6zI/maxresdefault.jpg", "model": "dev", "prompt": "Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\nOn the right side, add bold text split in two lines:\nSTUDENT (in white)\nSIDE HUSTLE (in glowing yellow).\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.9, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/CGSd00h-6zI/maxresdefault.jpg", "model": "dev", "prompt": "Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\\nOn the right side, add bold text split in two lines:\\nSTUDENT (in white)\\nSIDE HUSTLE (in glowing yellow).\\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.9, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-23T20:22:11.830346Z", "created_at": "2025-04-23T20:21:17.828000Z", "data_removed": false, "error": null, "id": "5yfs58exghrmc0cpch7s21gp2c", "input": { "image": "https://img.youtube.com/vi/CGSd00h-6zI/maxresdefault.jpg", "model": "dev", "prompt": "Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\nOn the right side, add bold text split in two lines:\nSTUDENT (in white)\nSIDE HUSTLE (in glowing yellow).\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.9, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=24934225604608\nDownloading weights\n2025-04-23T20:21:18Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpr89zhsx2/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-04-23T20:21:18Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-23T20:21:45Z | INFO | [ Complete ] dest=/tmp/tmpr89zhsx2/weights size=\"172 MB\" total_elapsed=27.296s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 27.32s\nLoaded LoRAs in 27.90s\nUsing seed: 46236\nPrompt: Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair\nHe is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression.\nOn the right side, add bold text split in two lines:\nSTUDENT (in white)\nSIDE HUSTLE (in glowing yellow).\nAbove and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal.\nSet the background to a dark grid or blueprint-style layout to imply structure and strategy.\nThe overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/26 [00:00<?, ?it/s]\n 4%|▍ | 1/26 [00:00<00:17, 1.45it/s]\n 8%|▊ | 2/26 [00:01<00:19, 1.26it/s]\n 12%|█▏ | 3/26 [00:02<00:19, 1.20it/s]\n 15%|█▌ | 4/26 [00:03<00:18, 1.18it/s]\n 19%|█▉ | 5/26 [00:04<00:17, 1.17it/s]\n 23%|██▎ | 6/26 [00:05<00:17, 1.16it/s]\n 27%|██▋ | 7/26 [00:05<00:16, 1.16it/s]\n 31%|███ | 8/26 [00:06<00:15, 1.16it/s]\n 35%|███▍ | 9/26 [00:07<00:14, 1.15it/s]\n 38%|███▊ | 10/26 [00:08<00:13, 1.15it/s]\n 42%|████▏ | 11/26 [00:09<00:13, 1.15it/s]\n 46%|████▌ | 12/26 [00:10<00:12, 1.15it/s]\n 50%|█████ | 13/26 [00:11<00:11, 1.15it/s]\n 54%|█████▍ | 14/26 [00:11<00:10, 1.15it/s]\n 58%|█████▊ | 15/26 [00:12<00:09, 1.15it/s]\n 62%|██████▏ | 16/26 [00:13<00:08, 1.15it/s]\n 65%|██████▌ | 17/26 [00:14<00:07, 1.15it/s]\n 69%|██████▉ | 18/26 [00:15<00:06, 1.15it/s]\n 73%|███████▎ | 19/26 [00:16<00:06, 1.15it/s]\n 77%|███████▋ | 20/26 [00:17<00:05, 1.15it/s]\n 81%|████████ | 21/26 [00:18<00:04, 1.15it/s]\n 85%|████████▍ | 22/26 [00:18<00:03, 1.15it/s]\n 88%|████████▊ | 23/26 [00:19<00:02, 1.15it/s]\n 92%|█████████▏| 24/26 [00:20<00:01, 1.15it/s]\n 96%|█████████▌| 25/26 [00:21<00:00, 1.15it/s]\n100%|██████████| 26/26 [00:22<00:00, 1.15it/s]\n100%|██████████| 26/26 [00:22<00:00, 1.16it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 53.987141691, "total_time": 54.002346 }, "output": [ "https://replicate.delivery/xezq/7PLZXrmEkF4NF93RsbxZVpMfsmrvYKWOsbQtJr3PJll573SKA/out-0.webp", "https://replicate.delivery/xezq/iRU2aijR2FKwMtZBspOiMEe8weeII2KiYZEHX1rUX3umvfWSB/out-1.webp", "https://replicate.delivery/xezq/KMfntFxeSMtrJ0eC4WFiCgiag2bNHwapwA8iLjQg4qJnvfWSB/out-2.webp", "https://replicate.delivery/xezq/YeGLe1wwv4oJH0IWrhzlIIjZH3xNqF254nfBAopGARJnvfWSB/out-3.webp" ], "started_at": "2025-04-23T20:21:17.843205Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ajcjkrl7tnbs44fjjiymbbpxgk4lneczedl6ztr45e5f2xln4lea", "get": "https://api.replicate.com/v1/predictions/5yfs58exghrmc0cpch7s21gp2c", "cancel": "https://api.replicate.com/v1/predictions/5yfs58exghrmc0cpch7s21gp2c/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=24934225604608 Downloading weights 2025-04-23T20:21:18Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpr89zhsx2/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-04-23T20:21:18Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-23T20:21:45Z | INFO | [ Complete ] dest=/tmp/tmpr89zhsx2/weights size="172 MB" total_elapsed=27.296s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 27.32s Loaded LoRAs in 27.90s Using seed: 46236 Prompt: Design a high-contrast YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a profiled face, short dark hair He is positioned on the left side of the thumbnail, wearing a clean street-style outfit (such as a flannel or light hoodie). He looks confidently toward the viewer, with a calm and focused expression. On the right side, add bold text split in two lines: STUDENT (in white) SIDE HUSTLE (in glowing yellow). Above and below the text, include a curved 7-step dotted roadmap with white numbered circles for steps 1–6, and a glowing yellow circle with the number 7 at the end to represent the goal. Set the background to a dark grid or blueprint-style layout to imply structure and strategy. The overall tone should feel sharp, practical, and motivating — perfect for a video teaching students how to build a side hustle that leads to freedom and money. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/26 [00:00<?, ?it/s] 4%|▍ | 1/26 [00:00<00:17, 1.45it/s] 8%|▊ | 2/26 [00:01<00:19, 1.26it/s] 12%|█▏ | 3/26 [00:02<00:19, 1.20it/s] 15%|█▌ | 4/26 [00:03<00:18, 1.18it/s] 19%|█▉ | 5/26 [00:04<00:17, 1.17it/s] 23%|██▎ | 6/26 [00:05<00:17, 1.16it/s] 27%|██▋ | 7/26 [00:05<00:16, 1.16it/s] 31%|███ | 8/26 [00:06<00:15, 1.16it/s] 35%|███▍ | 9/26 [00:07<00:14, 1.15it/s] 38%|███▊ | 10/26 [00:08<00:13, 1.15it/s] 42%|████▏ | 11/26 [00:09<00:13, 1.15it/s] 46%|████▌ | 12/26 [00:10<00:12, 1.15it/s] 50%|█████ | 13/26 [00:11<00:11, 1.15it/s] 54%|█████▍ | 14/26 [00:11<00:10, 1.15it/s] 58%|█████▊ | 15/26 [00:12<00:09, 1.15it/s] 62%|██████▏ | 16/26 [00:13<00:08, 1.15it/s] 65%|██████▌ | 17/26 [00:14<00:07, 1.15it/s] 69%|██████▉ | 18/26 [00:15<00:06, 1.15it/s] 73%|███████▎ | 19/26 [00:16<00:06, 1.15it/s] 77%|███████▋ | 20/26 [00:17<00:05, 1.15it/s] 81%|████████ | 21/26 [00:18<00:04, 1.15it/s] 85%|████████▍ | 22/26 [00:18<00:03, 1.15it/s] 88%|████████▊ | 23/26 [00:19<00:02, 1.15it/s] 92%|█████████▏| 24/26 [00:20<00:01, 1.15it/s] 96%|█████████▌| 25/26 [00:21<00:00, 1.15it/s] 100%|██████████| 26/26 [00:22<00:00, 1.15it/s] 100%|██████████| 26/26 [00:22<00:00, 1.16it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDmwbkbjnsf5rm80cpeh8swgq4qcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression. He is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look. The background should be split into two vibrant colors: Left side: a cool blue gradient with blurred couches and flying dollar bills. Right side: a bright orange glow behind Moises to make him stand out. At the top left, add a bold black banner with big white text that says "¡HAZ ESTO!" (meaning "DO THIS!" in Spanish), slightly tilted for energy. Below, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy. The overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/A8OTRfq4hHo/maxresdefault.jpg", "model": "dev", "prompt": "Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\nThe background should be split into two vibrant colors:\n\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\n\nRight side: a bright orange glow behind Moises to make him stand out.\nAt the top left, add a bold black banner with big white text that says \"¡HAZ ESTO!\" (meaning \"DO THIS!\" in Spanish), slightly tilted for energy.\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/A8OTRfq4hHo/maxresdefault.jpg", model: "dev", prompt: "Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\nThe background should be split into two vibrant colors:\n\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\n\nRight side: a bright orange glow behind Moises to make him stand out.\nAt the top left, add a bold black banner with big white text that says \"¡HAZ ESTO!\" (meaning \"DO THIS!\" in Spanish), slightly tilted for energy.\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/A8OTRfq4hHo/maxresdefault.jpg", "model": "dev", "prompt": "Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\nThe background should be split into two vibrant colors:\n\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\n\nRight side: a bright orange glow behind Moises to make him stand out.\nAt the top left, add a bold black banner with big white text that says \"¡HAZ ESTO!\" (meaning \"DO THIS!\" in Spanish), slightly tilted for energy.\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/A8OTRfq4hHo/maxresdefault.jpg", "model": "dev", "prompt": "Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\\nThe background should be split into two vibrant colors:\\n\\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\\n\\nRight side: a bright orange glow behind Moises to make him stand out.\\nAt the top left, add a bold black banner with big white text that says \\"¡HAZ ESTO!\\" (meaning \\"DO THIS!\\" in Spanish), slightly tilted for energy.\\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-26T22:57:39.129195Z", "created_at": "2025-04-26T22:57:15.129000Z", "data_removed": false, "error": null, "id": "mwbkbjnsf5rm80cpeh8swgq4qc", "input": { "image": "https://img.youtube.com/vi/A8OTRfq4hHo/maxresdefault.jpg", "model": "dev", "prompt": "Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\nThe background should be split into two vibrant colors:\n\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\n\nRight side: a bright orange glow behind Moises to make him stand out.\nAt the top left, add a bold black banner with big white text that says \"¡HAZ ESTO!\" (meaning \"DO THIS!\" in Spanish), slightly tilted for energy.\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25283090075648\nDownloading weights\n2025-04-26T22:57:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpkubmtyl_/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-04-26T22:57:15Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-26T22:57:17Z | INFO | [ Complete ] dest=/tmp/tmpkubmtyl_/weights size=\"172 MB\" total_elapsed=2.624s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 2.64s\nLoaded LoRAs in 3.22s\nUsing seed: 18729\nPrompt: Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression.\nHe is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look.\nThe background should be split into two vibrant colors:\nLeft side: a cool blue gradient with blurred couches and flying dollar bills.\nRight side: a bright orange glow behind Moises to make him stand out.\nAt the top left, add a bold black banner with big white text that says \"¡HAZ ESTO!\" (meaning \"DO THIS!\" in Spanish), slightly tilted for energy.\nBelow, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy.\nThe overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.46it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.27it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.17it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 23.988125727, "total_time": 24.000195 }, "output": [ "https://replicate.delivery/xezq/g5ClosGLeQxkPid2rYYw1DCpCgZaYQEtk0LdAekYD0YjbxmUA/out-0.webp", "https://replicate.delivery/xezq/wUPAOOdC9MJyEVfApmoVTko9KFiizZokgeHe35X1Cy9G3iNpA/out-1.webp", "https://replicate.delivery/xezq/IUP8QiXKNDIQEZQQXPfR8F9Fcvdb5sISWQJxSyXPOQlxtYTKA/out-2.webp", "https://replicate.delivery/xezq/3do21svCUUorAFfnpDp2EIcaA7opExHvsJFjpiNRyXixtYTKA/out-3.webp" ], "started_at": "2025-04-26T22:57:15.141069Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-zjcnzqxjqx66vihbxi3boj3tbqc2hdhv7apjygvgrpnpgi7jmxjq", "get": "https://api.replicate.com/v1/predictions/mwbkbjnsf5rm80cpeh8swgq4qc", "cancel": "https://api.replicate.com/v1/predictions/mwbkbjnsf5rm80cpeh8swgq4qc/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=25283090075648 Downloading weights 2025-04-26T22:57:15Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpkubmtyl_/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-04-26T22:57:15Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-26T22:57:17Z | INFO | [ Complete ] dest=/tmp/tmpkubmtyl_/weights size="172 MB" total_elapsed=2.624s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 2.64s Loaded LoRAs in 3.22s Using seed: 18729 Prompt: Create a bold YouTube thumbnail featuring Moises — a young, fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident expression. He is standing on the right side of the thumbnail, wearing a simple black fitted t-shirt, holding a fan of hundred-dollar bills in one hand toward the camera, smiling slightly with a serious and motivating look. The background should be split into two vibrant colors: Left side: a cool blue gradient with blurred couches and flying dollar bills. Right side: a bright orange glow behind Moises to make him stand out. At the top left, add a bold black banner with big white text that says "¡HAZ ESTO!" (meaning "DO THIS!" in Spanish), slightly tilted for energy. Below, show a pile of cash stacks on the bottom left corner, and a few dollar bills floating mid-air across the scene for extra motion and energy. The overall tone should feel energetic, motivational, and action-driven — inviting viewers to take fast action toward making serious money. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.46it/s] 9%|▊ | 2/23 [00:01<00:16, 1.27it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.17it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDfz4ngegky1rmc0cpfmcvyv3f70StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression. Moises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed "what now?" or "it's simple" gesture. In the background, add a dark stock market-style chart with a bright green line graph trending steeply upward. Near the bottom left, place a red price tag that says "100$". Near the top right, add a green highlighted price tag that says "10.000$/mes". Across the bottom center, overlay bold white text that says "PASO A PASO" (meaning "Step by Step" in Spanish), giving the thumbnail a clear educational journey feel. The tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/zp2ngxS158I/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \"what now?\" or \"it's simple\" gesture.\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\n\nNear the bottom left, place a red price tag that says \"100$\".\n\nNear the top right, add a green highlighted price tag that says \"10.000$/mes\".\nAcross the bottom center, overlay bold white text that says \"PASO A PASO\" (meaning \"Step by Step\" in Spanish), giving the thumbnail a clear educational journey feel.\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/zp2ngxS158I/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \"what now?\" or \"it's simple\" gesture.\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\n\nNear the bottom left, place a red price tag that says \"100$\".\n\nNear the top right, add a green highlighted price tag that says \"10.000$/mes\".\nAcross the bottom center, overlay bold white text that says \"PASO A PASO\" (meaning \"Step by Step\" in Spanish), giving the thumbnail a clear educational journey feel.\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/zp2ngxS158I/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \"what now?\" or \"it's simple\" gesture.\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\n\nNear the bottom left, place a red price tag that says \"100$\".\n\nNear the top right, add a green highlighted price tag that says \"10.000$/mes\".\nAcross the bottom center, overlay bold white text that says \"PASO A PASO\" (meaning \"Step by Step\" in Spanish), giving the thumbnail a clear educational journey feel.\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/zp2ngxS158I/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \\"what now?\\" or \\"it\'s simple\\" gesture.\\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\\n\\nNear the bottom left, place a red price tag that says \\"100$\\".\\n\\nNear the top right, add a green highlighted price tag that says \\"10.000$/mes\\".\\nAcross the bottom center, overlay bold white text that says \\"PASO A PASO\\" (meaning \\"Step by Step\\" in Spanish), giving the thumbnail a clear educational journey feel.\\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-28T15:52:28.134348Z", "created_at": "2025-04-28T15:51:57.680000Z", "data_removed": false, "error": null, "id": "fz4ngegky1rmc0cpfmcvyv3f70", "input": { "image": "https://img.youtube.com/vi/zp2ngxS158I/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \"what now?\" or \"it's simple\" gesture.\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\n\nNear the bottom left, place a red price tag that says \"100$\".\n\nNear the top right, add a green highlighted price tag that says \"10.000$/mes\".\nAcross the bottom center, overlay bold white text that says \"PASO A PASO\" (meaning \"Step by Step\" in Spanish), giving the thumbnail a clear educational journey feel.\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28677949730816\nDownloading weights\n2025-04-28T15:52:00Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpu2vphv6v/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-04-28T15:52:00Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-28T15:52:02Z | INFO | [ Complete ] dest=/tmp/tmpu2vphv6v/weights size=\"172 MB\" total_elapsed=2.620s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 2.64s\nLoaded LoRAs in 5.32s\nUsing seed: 44130\nPrompt: Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression.\nMoises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed \"what now?\" or \"it's simple\" gesture.\nIn the background, add a dark stock market-style chart with a bright green line graph trending steeply upward.\nNear the bottom left, place a red price tag that says \"100$\".\nNear the top right, add a green highlighted price tag that says \"10.000$/mes\".\nAcross the bottom center, overlay bold white text that says \"PASO A PASO\" (meaning \"Step by Step\" in Spanish), giving the thumbnail a clear educational journey feel.\nThe tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.46it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.27it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.18it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.18it/s]\n 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s]\n 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.17it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.17it/s]\n 70%|██████▉ | 16/23 [00:13<00:05, 1.17it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.17it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.17it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.17it/s]\n 87%|████████▋ | 20/23 [00:16<00:02, 1.17it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.17it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.17it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.18it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 28.174597336, "total_time": 30.454348 }, "output": [ "https://replicate.delivery/xezq/W0OLKE0deKzoKKI0f6Or6aXFW1Yt8UvASBRiQCqff7XyjVdSB/out-0.webp", "https://replicate.delivery/xezq/IedeeX1ZrwWrop1Ne5Y1aczEISPXg97NXJ1SKGaOi5PyjVdSB/out-1.webp", "https://replicate.delivery/xezq/vW5O2QzfZbw0GqXeHJ9fzZNV9JrLlahQBbFxrsMcM0k4xqOpA/out-2.webp", "https://replicate.delivery/xezq/NtQ2HccIfPyhCKhPXrzpMODcwdVyuPDGbmh6F2dTzGHeYVnUA/out-3.webp" ], "started_at": "2025-04-28T15:51:59.959751Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-cjgpsfkx2j6iokdiw73vhlsvbsqw3c6i7qcrji57adijhjsro2xa", "get": "https://api.replicate.com/v1/predictions/fz4ngegky1rmc0cpfmcvyv3f70", "cancel": "https://api.replicate.com/v1/predictions/fz4ngegky1rmc0cpfmcvyv3f70/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=28677949730816 Downloading weights 2025-04-28T15:52:00Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpu2vphv6v/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-04-28T15:52:00Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-28T15:52:02Z | INFO | [ Complete ] dest=/tmp/tmpu2vphv6v/weights size="172 MB" total_elapsed=2.620s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 2.64s Loaded LoRAs in 5.32s Using seed: 44130 Prompt: Create a YouTube thumbnail featuring Moises — a young, fitness, good-looking Hispanic man with a clean, profiled face, short dark hair, and a confident, approachable expression. Moises is sitting at a desk, wearing a simple fitted black t-shirt, with his arms slightly open and palms facing up in a relaxed "what now?" or "it's simple" gesture. In the background, add a dark stock market-style chart with a bright green line graph trending steeply upward. Near the bottom left, place a red price tag that says "100$". Near the top right, add a green highlighted price tag that says "10.000$/mes". Across the bottom center, overlay bold white text that says "PASO A PASO" (meaning "Step by Step" in Spanish), giving the thumbnail a clear educational journey feel. The tone should feel realistic, motivational, and inviting — suggesting Moises is showing the simple steps to grow from small beginnings to major success. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.46it/s] 9%|▊ | 2/23 [00:01<00:16, 1.27it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s] 30%|███ | 7/23 [00:05<00:13, 1.18it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.18it/s] 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s] 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s] 61%|██████ | 14/23 [00:11<00:07, 1.17it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.17it/s] 70%|██████▉ | 16/23 [00:13<00:05, 1.17it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.17it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.17it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.17it/s] 87%|████████▋ | 20/23 [00:16<00:02, 1.17it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.17it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.17it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] 100%|██████████| 23/23 [00:19<00:00, 1.18it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137ID6tweern8xnrme0cpgbjs3xbc0mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression. He is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important. To the right, illustrate two diverging chalk-style paths on a blackboard-like background. One path (in white) is crowded with stick figures representing the average crowd. The other path (in green) has only one stick figure standing confidently next to glowing money bag icons. Above the green path, add a bold white text with an arrow pointing down: "you?" The visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss. The tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\\n\\nOne path (in white) is crowded with stick figures representing the average crowd.\\n\\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\\nAbove the green path, add a bold white text with an arrow pointing down: \\"you?\\"\\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-29T18:54:03.893942Z", "created_at": "2025-04-29T18:53:31.245000Z", "data_removed": false, "error": null, "id": "6tweern8xnrme0cpgbjs3xbc0m", "input": { "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=29132319920128\nDownloading weights\n2025-04-29T18:53:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9_0vbshy/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-04-29T18:53:31Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-29T18:53:37Z | INFO | [ Complete ] dest=/tmp/tmp9_0vbshy/weights size=\"172 MB\" total_elapsed=6.297s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 6.33s\nLoaded LoRAs in 9.64s\nUsing seed: 42166\nPrompt: Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\nOne path (in white) is crowded with stick figures representing the average crowd.\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.46it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.28it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.23it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.18it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.18it/s]\n 39%|███▉ | 9/23 [00:07<00:11, 1.18it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s]\n 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.17it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.17it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.17it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.17it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.17it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.17it/s]\n 87%|████████▋ | 20/23 [00:16<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.17it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.18it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 32.622393413, "total_time": 32.648942 }, "output": [ "https://replicate.delivery/xezq/f9PXq3lbRIzWHCce54QPQFQyg15B9bM1Jl3Jmc3ag6qLJtnUA/out-0.webp", "https://replicate.delivery/xezq/j1n7thCW1jI8MpoBa1lxxFft61VhBWyZfylk3cuHSx3LJtnUA/out-1.webp", "https://replicate.delivery/xezq/2GVtZukSFA7wHtTwo0KruqF1ycMvExfCWBKQhTx05Y8lk2TKA/out-2.webp", "https://replicate.delivery/xezq/vrCft5dDB9TTf0AILo9ekOC6eLOAzfZj2qensBQxxYiwSS7JF/out-3.webp" ], "started_at": "2025-04-29T18:53:31.271549Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-3wvml7db65speswinbuqkt7qrhprygkyjy7coke57a5hvowboeqq", "get": "https://api.replicate.com/v1/predictions/6tweern8xnrme0cpgbjs3xbc0m", "cancel": "https://api.replicate.com/v1/predictions/6tweern8xnrme0cpgbjs3xbc0m/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=29132319920128 Downloading weights 2025-04-29T18:53:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp9_0vbshy/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-04-29T18:53:31Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-29T18:53:37Z | INFO | [ Complete ] dest=/tmp/tmp9_0vbshy/weights size="172 MB" total_elapsed=6.297s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 6.33s Loaded LoRAs in 9.64s Using seed: 42166 Prompt: Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression. He is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important. To the right, illustrate two diverging chalk-style paths on a blackboard-like background. One path (in white) is crowded with stick figures representing the average crowd. The other path (in green) has only one stick figure standing confidently next to glowing money bag icons. Above the green path, add a bold white text with an arrow pointing down: "you?" The visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss. The tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.46it/s] 9%|▊ | 2/23 [00:01<00:16, 1.28it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.23it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s] 30%|███ | 7/23 [00:05<00:13, 1.18it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.18it/s] 39%|███▉ | 9/23 [00:07<00:11, 1.18it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s] 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s] 61%|██████ | 14/23 [00:11<00:07, 1.17it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.17it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.17it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.17it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.17it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.17it/s] 87%|████████▋ | 20/23 [00:16<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.17it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] 100%|██████████| 23/23 [00:19<00:00, 1.18it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDc4rap832jdrmc0cpgbkt5320cmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression. He is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important. To the right, illustrate two diverging chalk-style paths on a blackboard-like background. One path (in white) is crowded with stick figures representing the average crowd. The other path (in green) has only one stick figure standing confidently next to glowing money bag icons. Above the green path, add a bold white text with an arrow pointing down: "you?" The visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss. The tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.75
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.75, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.75, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.75, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\\n\\nOne path (in white) is crowded with stick figures representing the average crowd.\\n\\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\\nAbove the green path, add a bold white text with an arrow pointing down: \\"you?\\"\\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.75, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-29T18:55:53.059688Z", "created_at": "2025-04-29T18:55:24.307000Z", "data_removed": false, "error": null, "id": "c4rap832jdrmc0cpgbkt5320cm", "input": { "image": "https://img.youtube.com/vi/KMbFjoHUYbA/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\n\nOne path (in white) is crowded with stick figures representing the average crowd.\n\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.75, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28635169353728\nDownloading weights\n2025-04-29T18:55:28Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_ke_ylti/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-04-29T18:55:28Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-04-29T18:55:31Z | INFO | [ Complete ] dest=/tmp/tmp_ke_ylti/weights size=\"172 MB\" total_elapsed=2.488s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 2.51s\nLoaded LoRAs in 3.07s\nUsing seed: 65361\nPrompt: Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression.\nHe is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important.\nTo the right, illustrate two diverging chalk-style paths on a blackboard-like background.\nOne path (in white) is crowded with stick figures representing the average crowd.\nThe other path (in green) has only one stick figure standing confidently next to glowing money bag icons.\nAbove the green path, add a bold white text with an arrow pointing down: \"you?\"\nThe visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss.\nThe tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/21 [00:00<?, ?it/s]\n 5%|▍ | 1/21 [00:00<00:13, 1.46it/s]\n 10%|▉ | 2/21 [00:01<00:15, 1.26it/s]\n 14%|█▍ | 3/21 [00:02<00:14, 1.22it/s]\n 19%|█▉ | 4/21 [00:03<00:14, 1.19it/s]\n 24%|██▍ | 5/21 [00:04<00:13, 1.18it/s]\n 29%|██▊ | 6/21 [00:04<00:12, 1.18it/s]\n 33%|███▎ | 7/21 [00:05<00:11, 1.17it/s]\n 38%|███▊ | 8/21 [00:06<00:11, 1.17it/s]\n 43%|████▎ | 9/21 [00:07<00:10, 1.17it/s]\n 48%|████▊ | 10/21 [00:08<00:09, 1.16it/s]\n 52%|█████▏ | 11/21 [00:09<00:08, 1.16it/s]\n 57%|█████▋ | 12/21 [00:10<00:07, 1.16it/s]\n 62%|██████▏ | 13/21 [00:11<00:06, 1.16it/s]\n 67%|██████▋ | 14/21 [00:11<00:06, 1.16it/s]\n 71%|███████▏ | 15/21 [00:12<00:05, 1.16it/s]\n 76%|███████▌ | 16/21 [00:13<00:04, 1.16it/s]\n 81%|████████ | 17/21 [00:14<00:03, 1.16it/s]\n 86%|████████▌ | 18/21 [00:15<00:02, 1.16it/s]\n 90%|█████████ | 19/21 [00:16<00:01, 1.16it/s]\n 95%|█████████▌| 20/21 [00:17<00:00, 1.16it/s]\n100%|██████████| 21/21 [00:17<00:00, 1.16it/s]\n100%|██████████| 21/21 [00:17<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 24.322473793, "total_time": 28.752688 }, "output": [ "https://replicate.delivery/xezq/UM7V49bfGu3ofUkZfm1F6Ql3H7MJO6MviMI3npa9vWAzVaPpA/out-0.webp", "https://replicate.delivery/xezq/DseJeAjEFeEVZpR5kfEEw4DL8hzSvPKkIEJP1uLHAL2mr0ekC/out-1.webp", "https://replicate.delivery/xezq/fgr8gDSVeHlnCUJFvn9h63FJX4zTYwvX0yIvUJONJYY5KtnUA/out-2.webp", "https://replicate.delivery/xezq/gWW9FgXe80REWaO6jzDDrMVpV9LG0Tuds0vG9bzZNUscl2TKA/out-3.webp" ], "started_at": "2025-04-29T18:55:28.737214Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-sy67rd4xafbfbhggczhxjgba6asmhm6gnrtexvuj3y4fbdf363oq", "get": "https://api.replicate.com/v1/predictions/c4rap832jdrmc0cpgbkt5320cm", "cancel": "https://api.replicate.com/v1/predictions/c4rap832jdrmc0cpgbkt5320cm/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=28635169353728 Downloading weights 2025-04-29T18:55:28Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp_ke_ylti/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-04-29T18:55:28Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-04-29T18:55:31Z | INFO | [ Complete ] dest=/tmp/tmp_ke_ylti/weights size="172 MB" total_elapsed=2.488s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 2.51s Loaded LoRAs in 3.07s Using seed: 65361 Prompt: Create a YouTube thumbnail featuring Moises — a fitness, good-looking Hispanic man with a sharp, profiled face, short dark hair, and a serious but inspiring expression. He is on the left side of the image, wearing a modern dark blue dress shirt, holding a pen in his hand and slightly pointing it toward the viewer as if explaining or teaching something important. To the right, illustrate two diverging chalk-style paths on a blackboard-like background. One path (in white) is crowded with stick figures representing the average crowd. The other path (in green) has only one stick figure standing confidently next to glowing money bag icons. Above the green path, add a bold white text with an arrow pointing down: "you?" The visual should be designed to provoke curiosity and emphasize decision-making — suggesting Moises is revealing how to take the smarter, more profitable path most people miss. The tone should be motivational, thought-provoking, and visually clean with high contrast between the blackboard and neon chalk lines. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/21 [00:00<?, ?it/s] 5%|▍ | 1/21 [00:00<00:13, 1.46it/s] 10%|▉ | 2/21 [00:01<00:15, 1.26it/s] 14%|█▍ | 3/21 [00:02<00:14, 1.22it/s] 19%|█▉ | 4/21 [00:03<00:14, 1.19it/s] 24%|██▍ | 5/21 [00:04<00:13, 1.18it/s] 29%|██▊ | 6/21 [00:04<00:12, 1.18it/s] 33%|███▎ | 7/21 [00:05<00:11, 1.17it/s] 38%|███▊ | 8/21 [00:06<00:11, 1.17it/s] 43%|████▎ | 9/21 [00:07<00:10, 1.17it/s] 48%|████▊ | 10/21 [00:08<00:09, 1.16it/s] 52%|█████▏ | 11/21 [00:09<00:08, 1.16it/s] 57%|█████▋ | 12/21 [00:10<00:07, 1.16it/s] 62%|██████▏ | 13/21 [00:11<00:06, 1.16it/s] 67%|██████▋ | 14/21 [00:11<00:06, 1.16it/s] 71%|███████▏ | 15/21 [00:12<00:05, 1.16it/s] 76%|███████▌ | 16/21 [00:13<00:04, 1.16it/s] 81%|████████ | 17/21 [00:14<00:03, 1.16it/s] 86%|████████▌ | 18/21 [00:15<00:02, 1.16it/s] 90%|█████████ | 19/21 [00:16<00:01, 1.16it/s] 95%|█████████▌| 20/21 [00:17<00:00, 1.16it/s] 100%|██████████| 21/21 [00:17<00:00, 1.16it/s] 100%|██████████| 21/21 [00:17<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDq591b5yakhrma0cpmv6snhf4rrStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression. Place Moises on the left side, with a futuristic blue digital background that suggests finance or tech. On the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like "Beneficio +$92.00", and two buttons at the bottom: green COMPRAR and red VENDER. Above the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says: “$200 AL DÍA” Include a red arrow pointing at the phone screen to highlight the results. The tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/BGT2LgQH648/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \"Beneficio +$92.00\", and two buttons at the bottom: green COMPRAR and red VENDER.\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\n“$200 AL DÍA”\nInclude a red arrow pointing at the phone screen to highlight the results.\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/BGT2LgQH648/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \"Beneficio +$92.00\", and two buttons at the bottom: green COMPRAR and red VENDER.\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\n“$200 AL DÍA”\nInclude a red arrow pointing at the phone screen to highlight the results.\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/BGT2LgQH648/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \"Beneficio +$92.00\", and two buttons at the bottom: green COMPRAR and red VENDER.\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\n“$200 AL DÍA”\nInclude a red arrow pointing at the phone screen to highlight the results.\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/BGT2LgQH648/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \\"Beneficio +$92.00\\", and two buttons at the bottom: green COMPRAR and red VENDER.\\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\\n“$200 AL DÍA”\\nInclude a red arrow pointing at the phone screen to highlight the results.\\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-06T18:14:13.363383Z", "created_at": "2025-05-06T18:13:46.780000Z", "data_removed": false, "error": null, "id": "q591b5yakhrma0cpmv6snhf4rr", "input": { "image": "https://img.youtube.com/vi/BGT2LgQH648/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \"Beneficio +$92.00\", and two buttons at the bottom: green COMPRAR and red VENDER.\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\n“$200 AL DÍA”\nInclude a red arrow pointing at the phone screen to highlight the results.\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28634675118080\nDownloading weights\n2025-05-06T18:13:47Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp6kitwi1u/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-05-06T18:13:47Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-06T18:13:49Z | INFO | [ Complete ] dest=/tmp/tmp6kitwi1u/weights size=\"172 MB\" total_elapsed=2.090s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 2.11s\nLoaded LoRAs in 2.66s\nUsing seed: 3489\nPrompt: Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression.\nPlace Moises on the left side, with a futuristic blue digital background that suggests finance or tech.\nOn the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like \"Beneficio +$92.00\", and two buttons at the bottom: green COMPRAR and red VENDER.\nAbove the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says:\n“$200 AL DÍA”\nInclude a red arrow pointing at the phone screen to highlight the results.\nThe tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.45it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.26it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s]\n 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 25.9028705, "total_time": 26.583383 }, "output": [ "https://replicate.delivery/xezq/6kXsPvbH8FpME9dCOPCVtjcN0A8okNbI9aP3QqZhyjTdDgKF/out-0.webp", "https://replicate.delivery/xezq/vebFNkEcxXWeyUz5iVOGjmGebGGNwgFQOW4WEqpf1GoW3AoSB/out-1.webp", "https://replicate.delivery/xezq/dWfIJoY6IRSbaKXrf0ifcXGxK3Apg5H5zh0xeAbtHR1W3AoSB/out-2.webp", "https://replicate.delivery/xezq/QMiHfympSSytSCYmK0CqzPfalvKE60TfBo0QkkcLFIgqbAUpA/out-3.webp" ], "started_at": "2025-05-06T18:13:47.460513Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bsvm-6qydzbabiydxephndvxvi2aiznwv7cdzzutdp23nnj5pvdhol6xq", "get": "https://api.replicate.com/v1/predictions/q591b5yakhrma0cpmv6snhf4rr", "cancel": "https://api.replicate.com/v1/predictions/q591b5yakhrma0cpmv6snhf4rr/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=28634675118080 Downloading weights 2025-05-06T18:13:47Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp6kitwi1u/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-05-06T18:13:47Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-06T18:13:49Z | INFO | [ Complete ] dest=/tmp/tmp6kitwi1u/weights size="172 MB" total_elapsed=2.090s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 2.11s Loaded LoRAs in 2.66s Using seed: 3489 Prompt: Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm but confident expression. Place Moises on the left side, with a futuristic blue digital background that suggests finance or tech. On the right side, show a close-up of a smartphone in hand displaying a trading app. The screen shows a rising chart (EUR/USD) with a +92% gain, a profit notification like "Beneficio +$92.00", and two buttons at the bottom: green COMPRAR and red VENDER. Above the phone, add a bold video play icon (like a blue circle with a white triangle) and large text that says: “$200 AL DÍA” Include a red arrow pointing at the phone screen to highlight the results. The tone should feel modern, trustworthy, and opportunity-driven — making it clear that Moises is showing how to earn $200 a day through simple video-based strategies Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.45it/s] 9%|▊ | 2/23 [00:01<00:16, 1.26it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s] 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDh3ercfr9c1rmc0cpngcvx55gtgStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention. In the background, split the image into two contrasting halves: The left side should show a red downward graph (representing struggle or losses), labeled "$100". The right side should show a green upward-trending graph (representing success and growth), labeled "$1M". A dotted line should run across the top connecting both figures: "$100 ——— $1M", symbolizing a journey from beginner to millionaire. The overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/rrCpS0-FBPo/maxresdefault.jpg", "model": "dev", "prompt": "Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\n\nIn the background, split the image into two contrasting halves:\n\nThe left side should show a red downward graph (representing struggle or losses), labeled \"$100\".\n\nThe right side should show a green upward-trending graph (representing success and growth), labeled \"$1M\".\nA dotted line should run across the top connecting both figures: \"$100 ——— $1M\", symbolizing a journey from beginner to millionaire.\n\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/rrCpS0-FBPo/maxresdefault.jpg", model: "dev", prompt: "Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\n\nIn the background, split the image into two contrasting halves:\n\nThe left side should show a red downward graph (representing struggle or losses), labeled \"$100\".\n\nThe right side should show a green upward-trending graph (representing success and growth), labeled \"$1M\".\nA dotted line should run across the top connecting both figures: \"$100 ——— $1M\", symbolizing a journey from beginner to millionaire.\n\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/rrCpS0-FBPo/maxresdefault.jpg", "model": "dev", "prompt": "Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\n\nIn the background, split the image into two contrasting halves:\n\nThe left side should show a red downward graph (representing struggle or losses), labeled \"$100\".\n\nThe right side should show a green upward-trending graph (representing success and growth), labeled \"$1M\".\nA dotted line should run across the top connecting both figures: \"$100 ——— $1M\", symbolizing a journey from beginner to millionaire.\n\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/rrCpS0-FBPo/maxresdefault.jpg", "model": "dev", "prompt": "Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\\n\\nIn the background, split the image into two contrasting halves:\\n\\nThe left side should show a red downward graph (representing struggle or losses), labeled \\"$100\\".\\n\\nThe right side should show a green upward-trending graph (representing success and growth), labeled \\"$1M\\".\\nA dotted line should run across the top connecting both figures: \\"$100 ——— $1M\\", symbolizing a journey from beginner to millionaire.\\n\\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-07T18:54:29.503338Z", "created_at": "2025-05-07T18:54:04.128000Z", "data_removed": false, "error": null, "id": "h3ercfr9c1rmc0cpngcvx55gtg", "input": { "image": "https://img.youtube.com/vi/rrCpS0-FBPo/maxresdefault.jpg", "model": "dev", "prompt": "Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\n\nIn the background, split the image into two contrasting halves:\n\nThe left side should show a red downward graph (representing struggle or losses), labeled \"$100\".\n\nThe right side should show a green upward-trending graph (representing success and growth), labeled \"$1M\".\nA dotted line should run across the top connecting both figures: \"$100 ——— $1M\", symbolizing a journey from beginner to millionaire.\n\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=28842812014592\nDownloading weights\n2025-05-07T18:54:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpkt4cbigg/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-05-07T18:54:04Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-07T18:54:06Z | INFO | [ Complete ] dest=/tmp/tmpkt4cbigg/weights size=\"172 MB\" total_elapsed=1.647s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 1.67s\nLoaded LoRAs in 2.23s\nUsing seed: 52309\nPrompt: Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention.\nIn the background, split the image into two contrasting halves:\nThe left side should show a red downward graph (representing struggle or losses), labeled \"$100\".\nThe right side should show a green upward-trending graph (representing success and growth), labeled \"$1M\".\nA dotted line should run across the top connecting both figures: \"$100 ——— $1M\", symbolizing a journey from beginner to millionaire.\nThe overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.47it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.27it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s]\n 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s]\n 57%|█████▋ | 13/23 [00:10<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 25.056120977, "total_time": 25.375338 }, "output": [ "https://replicate.delivery/xezq/eCUMPF1wLmSUTyfQfiz9u3kMwXpTCDXckpp6ywYA0hZLzrUpA/out-0.webp", "https://replicate.delivery/xezq/NwpEB3fyItyxSqcKMRpSaOmSwsGfsCVYrQTP2Qg2KItl5VqUA/out-1.webp", "https://replicate.delivery/xezq/XrqCKT8X5PLsHZeCMw8cTXRWalHWykfIZvTaZ4M2RfKLzrUpA/out-2.webp", "https://replicate.delivery/xezq/oBhsYFxg9v6HMxP5zWpeNYtE7tzNucDsVFabBcmIeGnl5VqUA/out-3.webp" ], "started_at": "2025-05-07T18:54:04.447217Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-n24gkn6r7gu7ceo6fy72dogcjad7a5n2526q6qbcgdmniimdpxcq", "get": "https://api.replicate.com/v1/predictions/h3ercfr9c1rmc0cpngcvx55gtg", "cancel": "https://api.replicate.com/v1/predictions/h3ercfr9c1rmc0cpngcvx55gtg/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=28842812014592 Downloading weights 2025-05-07T18:54:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpkt4cbigg/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-05-07T18:54:04Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-07T18:54:06Z | INFO | [ Complete ] dest=/tmp/tmpkt4cbigg/weights size="172 MB" total_elapsed=1.647s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 1.67s Loaded LoRAs in 2.23s Using seed: 52309 Prompt: Create a powerful YouTube thumbnail featuring Moises — a fit, confident, and good-looking Hispanic man with a clean, profiled face, sharp jawline, and short dark hair. He stands centered, wearing a black t-shirt and a serious, focused expression. His hands are pressed together in front of his chest, as if in a prayer or strategy pose, showing intensity and intention. In the background, split the image into two contrasting halves: The left side should show a red downward graph (representing struggle or losses), labeled "$100". The right side should show a green upward-trending graph (representing success and growth), labeled "$1M". A dotted line should run across the top connecting both figures: "$100 ——— $1M", symbolizing a journey from beginner to millionaire. The overall tone is dramatic, inspirational, and high-stakes — making the viewer feel like Moises is about to share the strategy to make the leap. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.47it/s] 9%|▊ | 2/23 [00:01<00:16, 1.27it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s] 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s] 57%|█████▋ | 13/23 [00:10<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDv0k3yhxeqsrme0cq8mhrs8nxqcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression. He’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture. Behind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad. The top row should highlight “Negocio Ideal” with standout green and blue text: Beneficio: "$1,700+" Capital: "$0" Competencia: "Poca" Demanda: "Alta" Dificultad: "Fácil" Other rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values. At the bottom center, overlay big bold text: “$1,700/mes” in white with a light glow. The tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/6ZatLXUjsvM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\n\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\n\nBeneficio: \"$1,700+\"\n\nCapital: \"$0\"\n\nCompetencia: \"Poca\"\n\nDemanda: \"Alta\"\n\nDificultad: \"Fácil\"\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\nAt the bottom center, overlay big bold text:\n“$1,700/mes” in white with a light glow.\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/6ZatLXUjsvM/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\n\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\n\nBeneficio: \"$1,700+\"\n\nCapital: \"$0\"\n\nCompetencia: \"Poca\"\n\nDemanda: \"Alta\"\n\nDificultad: \"Fácil\"\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\nAt the bottom center, overlay big bold text:\n“$1,700/mes” in white with a light glow.\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\n\n", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/6ZatLXUjsvM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\n\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\n\nBeneficio: \"$1,700+\"\n\nCapital: \"$0\"\n\nCompetencia: \"Poca\"\n\nDemanda: \"Alta\"\n\nDificultad: \"Fácil\"\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\nAt the bottom center, overlay big bold text:\n“$1,700/mes” in white with a light glow.\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\n\n", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/6ZatLXUjsvM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\\n\\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\\n\\nBeneficio: \\"$1,700+\\"\\n\\nCapital: \\"$0\\"\\n\\nCompetencia: \\"Poca\\"\\n\\nDemanda: \\"Alta\\"\\n\\nDificultad: \\"Fácil\\"\\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\\nAt the bottom center, overlay big bold text:\\n“$1,700/mes” in white with a light glow.\\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\\n\\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-06T12:08:04.087664Z", "created_at": "2025-06-06T12:07:35.870000Z", "data_removed": false, "error": null, "id": "v0k3yhxeqsrme0cq8mhrs8nxqc", "input": { "image": "https://img.youtube.com/vi/6ZatLXUjsvM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\n\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\n\nBeneficio: \"$1,700+\"\n\nCapital: \"$0\"\n\nCompetencia: \"Poca\"\n\nDemanda: \"Alta\"\n\nDificultad: \"Fácil\"\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\nAt the bottom center, overlay big bold text:\n“$1,700/mes” in white with a light glow.\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\n\n", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27331062341632\nDownloading weights\n2025-06-06T12:07:36Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpijmfou28/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-06T12:07:36Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-06T12:07:36Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-06T12:07:36Z | INFO | [ Redirect ] redirect_url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-06T12:07:39Z | INFO | [ Complete ] dest=/tmp/tmpijmfou28/weights size=\"172 MB\" total_elapsed=3.448s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 3.51s\nLoaded LoRAs in 4.08s\nUsing seed: 27882\nPrompt: Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression.\nHe’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture.\nBehind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad.\nThe top row should highlight “Negocio Ideal” with standout green and blue text:\nBeneficio: \"$1,700+\"\nCapital: \"$0\"\nCompetencia: \"Poca\"\nDemanda: \"Alta\"\nDificultad: \"Fácil\"\nOther rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values.\nAt the bottom center, overlay big bold text:\n“$1,700/mes” in white with a light glow.\nThe tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.45it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.26it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s]\n 17%|█▋ | 4/23 [00:03<00:16, 1.18it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.17it/s]\n 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.16it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.15it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.15it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:18<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.15it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.15it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 28.010081559, "total_time": 28.217664 }, "output": [ "https://replicate.delivery/xezq/0u7aa0Cl3tIKCZBi2jtOUqvfSqALwPpGxLDwCZfy0KkkwI0UA/out-0.webp", "https://replicate.delivery/xezq/xGyhmRyUzA48AlepttTpqOf1zcy16NjKEVYk1totPpdkwI0UA/out-1.webp", "https://replicate.delivery/xezq/ukGOX1esRHTOF6rgv4092HcjhnRmQtZtNnzUsEBui1BSYEaKA/out-2.webp", "https://replicate.delivery/xezq/n1X11nQrI1qeUCHW6lDKwUwR8qmHrb4Me002RiDexqIIhRopA/out-3.webp" ], "started_at": "2025-06-06T12:07:36.077583Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-3mhyntbqw5xmybluahklmomj4ts7675x634ww7s6n6kmikvb4k3q", "get": "https://api.replicate.com/v1/predictions/v0k3yhxeqsrme0cq8mhrs8nxqc", "cancel": "https://api.replicate.com/v1/predictions/v0k3yhxeqsrme0cq8mhrs8nxqc/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=27331062341632 Downloading weights 2025-06-06T12:07:36Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpijmfou28/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-06T12:07:36Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-06T12:07:36Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-06T12:07:36Z | INFO | [ Redirect ] redirect_url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-06T12:07:39Z | INFO | [ Complete ] dest=/tmp/tmpijmfou28/weights size="172 MB" total_elapsed=3.448s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 3.51s Loaded LoRAs in 4.08s Using seed: 27882 Prompt: Create a YouTube thumbnail featuring Moises — a fit, good-looking Hispanic man with a clean, profiled face, short dark hair, and a calm, confident expression. He’s sitting at a wooden desk, wearing a black t-shirt, with both hands slightly raised in a “why not?” gesture. Behind him is a large chalkboard divided into comparison table rows and columns, labeled with business model names and criteria like Beneficio, Capital, Competencia, Demanda, Dificultad. The top row should highlight “Negocio Ideal” with standout green and blue text: Beneficio: "$1,700+" Capital: "$0" Competencia: "Poca" Demanda: "Alta" Dificultad: "Fácil" Other rows show common business models like Drop Shipping, Marketing de Afiliados, etc., with red, lower-score values. At the bottom center, overlay big bold text: “$1,700/mes” in white with a light glow. The tone should be educational, comparison-focused, and persuasive — visually showing that Moises has identified the best business option. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.45it/s] 9%|▊ | 2/23 [00:01<00:16, 1.26it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s] 17%|█▋ | 4/23 [00:03<00:16, 1.18it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.17it/s] 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s] 30%|███ | 7/23 [00:05<00:13, 1.16it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.15it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.15it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:18<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.15it/s] 100%|██████████| 23/23 [00:19<00:00, 1.15it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137ID7vw4x9dpfnrm80cq8mttnee3agStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression. Place Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded. The background should show a step-by-step green block pyramid, increasing from left to right. On the far left: $100 in white text with a downward arrow. Above the second level: $1,000 Above the third level: $10K At the top right block: $100K in bold yellow text. Use a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks. The tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/OMdkUageUls/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\n\nThe background should show a step-by-step green block pyramid, increasing from left to right.\n\nOn the far left: $100 in white text with a downward arrow.\n\nAbove the second level: $1,000\n\nAbove the third level: $10K\n\nAt the top right block: $100K in bold yellow text.\n\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/OMdkUageUls/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\n\nThe background should show a step-by-step green block pyramid, increasing from left to right.\n\nOn the far left: $100 in white text with a downward arrow.\n\nAbove the second level: $1,000\n\nAbove the third level: $10K\n\nAt the top right block: $100K in bold yellow text.\n\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 80, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/OMdkUageUls/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\n\nThe background should show a step-by-step green block pyramid, increasing from left to right.\n\nOn the far left: $100 in white text with a downward arrow.\n\nAbove the second level: $1,000\n\nAbove the third level: $10K\n\nAt the top right block: $100K in bold yellow text.\n\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/OMdkUageUls/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\\n\\nThe background should show a step-by-step green block pyramid, increasing from left to right.\\n\\nOn the far left: $100 in white text with a downward arrow.\\n\\nAbove the second level: $1,000\\n\\nAbove the third level: $10K\\n\\nAt the top right block: $100K in bold yellow text.\\n\\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-06T12:27:38.142573Z", "created_at": "2025-06-06T12:27:17.501000Z", "data_removed": false, "error": null, "id": "7vw4x9dpfnrm80cq8mttnee3ag", "input": { "image": "https://img.youtube.com/vi/OMdkUageUls/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\n\nThe background should show a step-by-step green block pyramid, increasing from left to right.\n\nOn the far left: $100 in white text with a downward arrow.\n\nAbove the second level: $1,000\n\nAbove the third level: $10K\n\nAt the top right block: $100K in bold yellow text.\n\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.03s\nUsing seed: 45455\nPrompt: Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression.\nPlace Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded.\nThe background should show a step-by-step green block pyramid, increasing from left to right.\nOn the far left: $100 in white text with a downward arrow.\nAbove the second level: $1,000\nAbove the third level: $10K\nAt the top right block: $100K in bold yellow text.\nUse a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks.\nThe tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.47it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.27it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s]\n 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s]\n 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.17it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 20.634123843, "total_time": 20.641573 }, "output": [ "https://replicate.delivery/xezq/LHh9UryCDH60ARrcTqnt8ug1D85eF6i4APrm62SdvgCdhEaKA/out-0.webp", "https://replicate.delivery/xezq/S5T1Cvd9Pf0FA69mYfHTNSL0UMNsQ85NJRb3SAPd7Pt6CJ0UA/out-1.webp", "https://replicate.delivery/xezq/gpWfnaUyheg7U08RhidiVGofB48oLLWdbP6mqvCBEEj0FSopA/out-2.webp", "https://replicate.delivery/xezq/Tg2Q3uDRR35jGFMyr8oPaKM7S41KWZz8QcfauiMUXPDdhEaKA/out-3.webp" ], "started_at": "2025-06-06T12:27:17.508449Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mvp26dsl23s64lzhahjvt773r62a7xpjeqvqv4skjpvt2neba3qq", "get": "https://api.replicate.com/v1/predictions/7vw4x9dpfnrm80cq8mttnee3ag", "cancel": "https://api.replicate.com/v1/predictions/7vw4x9dpfnrm80cq8mttnee3ag/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated inWeights already loaded Loaded LoRAs in 0.03s Using seed: 45455 Prompt: Create a YouTube thumbnail featuring Moises — a good-looking man with a clean, slightly profiled face, short dark hair, and a calm but confident expression. Place Moises at the center of the image, sitting behind a wooden desk, wearing a black fitted polo shirt with his hands calmly folded. The background should show a step-by-step green block pyramid, increasing from left to right. On the far left: $100 in white text with a downward arrow. Above the second level: $1,000 Above the third level: $10K At the top right block: $100K in bold yellow text. Use a dark gradient background with subtle lighting to keep focus on Moises and the glowing green blocks. The tone should feel methodical, confident, and promising — representing a roadmap from small investments to major earnings. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.47it/s] 9%|▊ | 2/23 [00:01<00:16, 1.27it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.20it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.19it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.18it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s] 39%|███▉ | 9/23 [00:07<00:11, 1.17it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.17it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.17it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.17it/s] 57%|█████▋ | 13/23 [00:10<00:08, 1.17it/s] 61%|██████ | 14/23 [00:11<00:07, 1.17it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDp96h52a7qdrm80cqf8c8sc5ka0StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident. Use a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast. Surround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like: Gmail Instagram Graduate cap Audience/speaking Writing pad with pencil Analytics chart Group of people Handshake with checkmark At the bottom center, add large white text with a slight drop shadow: “4.837€/MES” The style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/Z9kx-DxklkE/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\n\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\n\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\n\nGmail\n\nInstagram\n\nGraduate cap\n\nAudience/speaking\n\nWriting pad with pencil\n\nAnalytics chart\n\nGroup of people\n\nHandshake with checkmark\n\nAt the bottom center, add large white text with a slight drop shadow:\n“4.837€/MES”\n\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/Z9kx-DxklkE/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\n\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\n\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\n\nGmail\n\nInstagram\n\nGraduate cap\n\nAudience/speaking\n\nWriting pad with pencil\n\nAnalytics chart\n\nGroup of people\n\nHandshake with checkmark\n\nAt the bottom center, add large white text with a slight drop shadow:\n“4.837€/MES”\n\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/Z9kx-DxklkE/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\n\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\n\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\n\nGmail\n\nInstagram\n\nGraduate cap\n\nAudience/speaking\n\nWriting pad with pencil\n\nAnalytics chart\n\nGroup of people\n\nHandshake with checkmark\n\nAt the bottom center, add large white text with a slight drop shadow:\n“4.837€/MES”\n\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/Z9kx-DxklkE/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\\n\\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\\n\\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\\n\\nGmail\\n\\nInstagram\\n\\nGraduate cap\\n\\nAudience/speaking\\n\\nWriting pad with pencil\\n\\nAnalytics chart\\n\\nGroup of people\\n\\nHandshake with checkmark\\n\\nAt the bottom center, add large white text with a slight drop shadow:\\n“4.837€/MES”\\n\\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-16T18:55:23.013099Z", "created_at": "2025-06-16T18:55:01.051000Z", "data_removed": false, "error": null, "id": "p96h52a7qdrm80cqf8c8sc5ka0", "input": { "image": "https://img.youtube.com/vi/Z9kx-DxklkE/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\n\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\n\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\n\nGmail\n\nInstagram\n\nGraduate cap\n\nAudience/speaking\n\nWriting pad with pencil\n\nAnalytics chart\n\nGroup of people\n\nHandshake with checkmark\n\nAt the bottom center, add large white text with a slight drop shadow:\n“4.837€/MES”\n\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=25953888587776\nDownloading weights\n2025-06-16T18:55:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp7ll2w6ws/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T18:55:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-16T18:55:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T18:55:01Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250616%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250616T185501Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=f2bce1a2855393c71ef3e30b917ed23085513bf1c0bd12f5901f9c53a6cbf46d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T18:55:01Z | INFO | [ Complete ] dest=/tmp/tmp7ll2w6ws/weights size=\"172 MB\" total_elapsed=0.424s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 0.48s\nLoaded LoRAs in 1.06s\nUsing seed: 54341\nPrompt: Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident.\nUse a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast.\nSurround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like:\nGmail\nInstagram\nGraduate cap\nAudience/speaking\nWriting pad with pencil\nAnalytics chart\nGroup of people\nHandshake with checkmark\nAt the bottom center, add large white text with a slight drop shadow:\n“4.837€/MES”\nThe style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.46it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.27it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.17it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 21.941563252999998, "total_time": 21.962099 }, "output": [ "https://replicate.delivery/xezq/mOWYMhURBFYGGRGv86Lk7QdzxN11jHAFkFj6S0jfhdIN1wbKA/out-0.webp", "https://replicate.delivery/xezq/Cf3y8yCHRKW4NqfCK3enss1pyqfOVM9kwO2AwQ4erm6ZTN8mC/out-1.webp", "https://replicate.delivery/xezq/8K1BwEBZ1t6MC9DtLiOUCvTlTZc9yw7X2xO1D1MWi6eN1wbKA/out-2.webp", "https://replicate.delivery/xezq/zyylh9BVhQ5yJBpYzI6WuYHC3uBPGlKzqfGPlgwujnhN1wbKA/out-3.webp" ], "started_at": "2025-06-16T18:55:01.071536Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-ud6qynzjrt34jxyj2x6ng2kcv5ssusdqbj6g4juhzdlqow6it4eq", "get": "https://api.replicate.com/v1/predictions/p96h52a7qdrm80cqf8c8sc5ka0", "cancel": "https://api.replicate.com/v1/predictions/p96h52a7qdrm80cqf8c8sc5ka0/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=25953888587776 Downloading weights 2025-06-16T18:55:01Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp7ll2w6ws/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T18:55:01Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-16T18:55:01Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T18:55:01Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250616%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250616T185501Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=f2bce1a2855393c71ef3e30b917ed23085513bf1c0bd12f5901f9c53a6cbf46d url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T18:55:01Z | INFO | [ Complete ] dest=/tmp/tmp7ll2w6ws/weights size="172 MB" total_elapsed=0.424s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 0.48s Loaded LoRAs in 1.06s Using seed: 54341 Prompt: Create a YouTube thumbnail featuring Moises, a handsome, fit man with a profiled, masculine face and no beard. He’s wearing a clean blue sweatshirt and standing confidently in the center of the frame with his arms slightly raised in a presenting gesture. His expression should be calm and confident. Use a dramatic split-color background: warm orange tones on the left and cool blue tones on the right, with soft lighting to create depth and contrast. Surround Moises with a grid of modern, colorful icons representing productivity, education, and online income tools. Include icons like: Gmail Instagram Graduate cap Audience/speaking Writing pad with pencil Analytics chart Group of people Handshake with checkmark At the bottom center, add large white text with a slight drop shadow: “4.837€/MES” The style should be bold, clean, and visually balanced, designed to appeal to students or young professionals looking for ways to earn money online. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.46it/s] 9%|▊ | 2/23 [00:01<00:16, 1.27it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.22it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.17it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137ID2rdrgqpcxdrmc0cqf8esk5t1agStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident. Behind him, replace the digital UI windows with: A large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect. A Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success. Keep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe. The overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/uzGcgJRMrMM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\n\nBehind him, replace the digital UI windows with:\n\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\n\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\n\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\n\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/uzGcgJRMrMM/maxresdefault.jpg", model: "dev", prompt: "Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\n\nBehind him, replace the digital UI windows with:\n\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\n\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\n\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\n\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/uzGcgJRMrMM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\n\nBehind him, replace the digital UI windows with:\n\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\n\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\n\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\n\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/uzGcgJRMrMM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\\n\\nBehind him, replace the digital UI windows with:\\n\\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\\n\\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\\n\\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\\n\\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-16T19:01:26.181482Z", "created_at": "2025-06-16T19:01:02.827000Z", "data_removed": false, "error": null, "id": "2rdrgqpcxdrmc0cqf8esk5t1ag", "input": { "image": "https://img.youtube.com/vi/uzGcgJRMrMM/maxresdefault.jpg", "model": "dev", "prompt": "Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\n\nBehind him, replace the digital UI windows with:\n\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\n\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\n\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\n\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26676839952384\nDownloading weights\n2025-06-16T19:01:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpnbljufel/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T19:01:04Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-16T19:01:04Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T19:01:04Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250616%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250616T190104Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=80380fa6c301889212e13ef191040e9cfd8ab1c1662e2bba01e7a19273757366 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-16T19:01:04Z | INFO | [ Complete ] dest=/tmp/tmpnbljufel/weights size=\"172 MB\" total_elapsed=0.892s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 0.95s\nLoaded LoRAs in 1.52s\nUsing seed: 61601\nPrompt: Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident.\nBehind him, replace the digital UI windows with:\nA large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect.\nA Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success.\nKeep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe.\nThe overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.46it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.26it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s]\n 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.15it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.15it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.15it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.15it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.15it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.15it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.15it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 22.318277847, "total_time": 23.354482 }, "output": [ "https://replicate.delivery/xezq/uaKmMruVKo6DAZdm6rgWWsbbLPsmecZa1k6oNTwGwFaD4wbKA/out-0.webp", "https://replicate.delivery/xezq/78LCWRwuoP4EGxpQi4l73nPg7oEnnOSVBd7rr80T6AtBc4NF/out-1.webp", "https://replicate.delivery/xezq/Za9pgpf6wkV7W6cPXUNqGbMA1OKDnpkvjEWvVIH6aUcD4wbKA/out-2.webp", "https://replicate.delivery/xezq/4xEaVYNTZRbyBFXvLNgdeP4cak0a2fUMYQvwmiNErnDGwh3UA/out-3.webp" ], "started_at": "2025-06-16T19:01:03.863204Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-mrv3sq77d5ladtpdgtcymnytgrn7c2uf57n3m5o6qiwitsazm25q", "get": "https://api.replicate.com/v1/predictions/2rdrgqpcxdrmc0cqf8esk5t1ag", "cancel": "https://api.replicate.com/v1/predictions/2rdrgqpcxdrmc0cqf8esk5t1ag/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=26676839952384 Downloading weights 2025-06-16T19:01:04Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpnbljufel/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T19:01:04Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-16T19:01:04Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T19:01:04Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250616%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250616T190104Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=80380fa6c301889212e13ef191040e9cfd8ab1c1662e2bba01e7a19273757366 url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-16T19:01:04Z | INFO | [ Complete ] dest=/tmp/tmpnbljufel/weights size="172 MB" total_elapsed=0.892s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 0.95s Loaded LoRAs in 1.52s Using seed: 61601 Prompt: Create a YouTube thumbnail featuring Moises, a handsome, fit young man with a profiled, masculine face, no beard, and sharp features. He’s wearing a clean white t-shirt and a thin gold chain, sitting at a desk while typing on a sleek black MacBook. His expression is focused and confident. Behind him, replace the digital UI windows with: A large, bold “5,000€” or “$5,000” text in 3D gold or white font with a glowing effect. A Shopify dashboard screen to the side, showing a green interface with many sales notifications or transaction spikes, giving the feeling of high earnings and business success. Keep the background clean and modern, with a soft teal color gradient and an orange neon vertical bar on the side for contrast. Include a white coffee mug on the table to reinforce the productive vibe. The overall look should feel high-income, tech-savvy, and entrepreneurial — perfect for content related to online business, ecommerce, or passive income. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.46it/s] 9%|▊ | 2/23 [00:01<00:16, 1.26it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s] 26%|██▌ | 6/23 [00:05<00:14, 1.17it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.16it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.15it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.15it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.15it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.15it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.15it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.15it/s] 100%|██████████| 23/23 [00:19<00:00, 1.15it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Prediction
moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137IDdkpd205fv1rme0cqh21rm5kcy4StatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently. Moises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression. Visual Elements: On the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text: “+$10,780” Use a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.
- go_fast
- lora_scale
- 1
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 16:9
- output_format
- webp
- guidance_scale
- 3
- output_quality
- 90
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "image": "https://img.youtube.com/vi/wD9hMYbijDA/maxresdefault.jpg", "model": "dev", "prompt": "Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\n\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\n\nVisual Elements:\n\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\n“+$10,780”\n\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", { input: { image: "https://img.youtube.com/vi/wD9hMYbijDA/maxresdefault.jpg", model: "dev", prompt: "Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\n\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\n\nVisual Elements:\n\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\n“+$10,780”\n\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.", go_fast: false, lora_scale: 1, megapixels: "1", num_outputs: 4, aspect_ratio: "16:9", output_format: "webp", guidance_scale: 3, output_quality: 90, prompt_strength: 0.8, extra_lora_scale: 1, num_inference_steps: 28 } } ); // 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 moicarmonas/moises_generator using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", input={ "image": "https://img.youtube.com/vi/wD9hMYbijDA/maxresdefault.jpg", "model": "dev", "prompt": "Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\n\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\n\nVisual Elements:\n\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\n“+$10,780”\n\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.", "go_fast": False, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run moicarmonas/moises_generator 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": "moicarmonas/moises_generator:9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137", "input": { "image": "https://img.youtube.com/vi/wD9hMYbijDA/maxresdefault.jpg", "model": "dev", "prompt": "Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\\n\\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\\n\\nVisual Elements:\\n\\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\\n“+$10,780”\\n\\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-06-19T14:07:55.364815Z", "created_at": "2025-06-19T14:07:01.080000Z", "data_removed": false, "error": null, "id": "dkpd205fv1rme0cqh21rm5kcy4", "input": { "image": "https://img.youtube.com/vi/wD9hMYbijDA/maxresdefault.jpg", "model": "dev", "prompt": "Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\n\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\n\nVisual Elements:\n\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\n“+$10,780”\n\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.", "go_fast": false, "lora_scale": 1, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "16:9", "output_format": "webp", "guidance_scale": 3, "output_quality": 90, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=26286540582912\nDownloading weights\n2025-06-19T14:07:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2huajuk6/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-19T14:07:31Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-06-19T14:07:31Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-19T14:07:31Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250619%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250619T140731Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=46cf650adaf1ad52989395a1ee3839482b6bfcb66ff6baa29d4019d30932334c url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\n2025-06-19T14:07:31Z | INFO | [ Complete ] dest=/tmp/tmp2huajuk6/weights size=\"172 MB\" total_elapsed=0.326s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar\nDownloaded weights in 0.39s\nLoaded LoRAs in 0.95s\nUsing seed: 12616\nPrompt: Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently.\nMoises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression.\nVisual Elements:\nOn the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text:\n“+$10,780”\nUse a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success.\nInput image size: 1280x720\n[!] Resizing input image from 1280x720 to 1280x720\n[!] img2img mode\n 0%| | 0/23 [00:00<?, ?it/s]\n 4%|▍ | 1/23 [00:00<00:15, 1.45it/s]\n 9%|▊ | 2/23 [00:01<00:16, 1.26it/s]\n 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s]\n 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s]\n 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s]\n 26%|██▌ | 6/23 [00:04<00:14, 1.17it/s]\n 30%|███ | 7/23 [00:05<00:13, 1.17it/s]\n 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s]\n 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s]\n 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s]\n 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s]\n 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s]\n 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s]\n 61%|██████ | 14/23 [00:11<00:07, 1.16it/s]\n 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s]\n 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s]\n 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s]\n 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s]\n 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s]\n 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s]\n 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s]\n 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.16it/s]\n100%|██████████| 23/23 [00:19<00:00, 1.17it/s]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 24.181321106, "total_time": 54.284815 }, "output": [ "https://replicate.delivery/xezq/Dby97bAbmB5jAF8efzVssa4hHq9SvTAUZWsWo52okIa7uc4UA/out-0.webp", "https://replicate.delivery/xezq/2fuZD9V72J0rdyQkOZUeqtrPaq4lfFfEsP77cSDrnKas7yhTB/out-1.webp", "https://replicate.delivery/xezq/R5fz6R6nnOVCJyQxtFrtyUVNu1WzQjFjm5Jr2ldjPz9dXOcKA/out-2.webp", "https://replicate.delivery/xezq/EUS30Rj3kG76Hl6zlnKVeaCmi8SceIjMdiMouqhBRlk7uc4UA/out-3.webp" ], "started_at": "2025-06-19T14:07:31.183494Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-xysz6ncbqxcykgecitxng3ldyd6jys4l5xp544ovuarc66ns4cra", "get": "https://api.replicate.com/v1/predictions/dkpd205fv1rme0cqh21rm5kcy4", "cancel": "https://api.replicate.com/v1/predictions/dkpd205fv1rme0cqh21rm5kcy4/cancel" }, "version": "9dea732d91e873dfc8d5c2afbe016e548a3ffe46dd5121ec0cb32aef9d4d4137" }
Generated infree=26286540582912 Downloading weights 2025-06-19T14:07:31Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmp2huajuk6/weights url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-19T14:07:31Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-06-19T14:07:31Z | INFO | [ Cache URL Rewrite ] enabled=true target_url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-19T14:07:31Z | INFO | [ Redirect ] redirect_url=http://r8-east4-loras-ric1.cwlota.com/b717313a3ef8d44b3c00fb303ef62abca2562b746c279ca5f2e37df01b7cf22c?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Checksum-Mode=ENABLED&X-Amz-Credential=CWNZUVKLDHXVHEZN%2F20250619%2FUS-EAST-04A%2Fs3%2Faws4_request&X-Amz-Date=20250619T140731Z&X-Amz-Expires=600&X-Amz-SignedHeaders=host&x-id=GetObject&X-Amz-Signature=46cf650adaf1ad52989395a1ee3839482b6bfcb66ff6baa29d4019d30932334c url=http://hermes.services.svc.cluster.local/replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar 2025-06-19T14:07:31Z | INFO | [ Complete ] dest=/tmp/tmp2huajuk6/weights size="172 MB" total_elapsed=0.326s url=https://replicate.delivery/xezq/4WcW6OI0XnYHGpxD3KiXIHtqTNMMzbleO9FUfbQjmffskbESB/trained_model.tar Downloaded weights in 0.39s Loaded LoRAs in 0.95s Using seed: 12616 Prompt: Create a clean, modern YouTube thumbnail featuring Moises — a handsome, athletic man with a tan complexion, strong jawline, short dark hair with a clean fade, and a clean-shaven, confident face. He’s wearing a fitted light gray or white t-shirt, seated at a modern desk, working intently. Moises is wearing over-ear headphones and is writing in a notebook with one hand, while looking at a tablet or laptop screen in front of him. On his wrist, include a smartwatch, and make sure the lighting highlights his muscular arms and focused expression. Visual Elements: On the left side of the image, include a large floating white notification box that shows the PayPal logo at the top and bold green text: “+$10,780” Use a minimalist, bright workspace background with natural lighting to give the thumbnail a clean, focused, and professional feel. The overall tone should be calm, productive, and aspirational — perfect for a video about online income, freelancing, or digital business success. Input image size: 1280x720 [!] Resizing input image from 1280x720 to 1280x720 [!] img2img mode 0%| | 0/23 [00:00<?, ?it/s] 4%|▍ | 1/23 [00:00<00:15, 1.45it/s] 9%|▊ | 2/23 [00:01<00:16, 1.26it/s] 13%|█▎ | 3/23 [00:02<00:16, 1.21it/s] 17%|█▋ | 4/23 [00:03<00:15, 1.19it/s] 22%|██▏ | 5/23 [00:04<00:15, 1.18it/s] 26%|██▌ | 6/23 [00:04<00:14, 1.17it/s] 30%|███ | 7/23 [00:05<00:13, 1.17it/s] 35%|███▍ | 8/23 [00:06<00:12, 1.17it/s] 39%|███▉ | 9/23 [00:07<00:12, 1.16it/s] 43%|████▎ | 10/23 [00:08<00:11, 1.16it/s] 48%|████▊ | 11/23 [00:09<00:10, 1.16it/s] 52%|█████▏ | 12/23 [00:10<00:09, 1.16it/s] 57%|█████▋ | 13/23 [00:11<00:08, 1.16it/s] 61%|██████ | 14/23 [00:11<00:07, 1.16it/s] 65%|██████▌ | 15/23 [00:12<00:06, 1.16it/s] 70%|██████▉ | 16/23 [00:13<00:06, 1.16it/s] 74%|███████▍ | 17/23 [00:14<00:05, 1.16it/s] 78%|███████▊ | 18/23 [00:15<00:04, 1.16it/s] 83%|████████▎ | 19/23 [00:16<00:03, 1.16it/s] 87%|████████▋ | 20/23 [00:17<00:02, 1.16it/s] 91%|█████████▏| 21/23 [00:17<00:01, 1.16it/s] 96%|█████████▌| 22/23 [00:18<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.16it/s] 100%|██████████| 23/23 [00:19<00:00, 1.17it/s] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model