adarshnagrikar14 / manhwa-ai
(Updated 1 month, 2 weeks ago)
- Public
- 511 runs
Prediction
adarshnagrikar14/manhwa-ai:8329635110a64e8112d8f287956349d09f140750df462dcb35d8aa2be2873670IDgv4z2fjtfsrj40cpbkr83ts6w0StatusSucceededSourceAPIHardwareA100 (80GB)Total durationCreatedInput
- seed
- 42
- width
- 768
- height
- 768
- prompt
- Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.
- lora_scale
- 1
- control_type
- Manhwa
{ "seed": 42, "width": 768, "height": 768, "prompt": "Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.", "lora_scale": 1, "spatial_img": "https://vzgwpzccjffstvxfjqvq.supabase.co/storage/v1/object/public/burger-king/user-uploads/mnk-1745315968473-user.png", "control_type": "Manhwa" }
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 adarshnagrikar14/manhwa-ai using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adarshnagrikar14/manhwa-ai:8329635110a64e8112d8f287956349d09f140750df462dcb35d8aa2be2873670", { input: { seed: 42, width: 768, height: 768, prompt: "Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.", lora_scale: 1, spatial_img: "https://vzgwpzccjffstvxfjqvq.supabase.co/storage/v1/object/public/burger-king/user-uploads/mnk-1745315968473-user.png", control_type: "Manhwa" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run adarshnagrikar14/manhwa-ai using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adarshnagrikar14/manhwa-ai:8329635110a64e8112d8f287956349d09f140750df462dcb35d8aa2be2873670", input={ "seed": 42, "width": 768, "height": 768, "prompt": "Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.", "lora_scale": 1, "spatial_img": "https://vzgwpzccjffstvxfjqvq.supabase.co/storage/v1/object/public/burger-king/user-uploads/mnk-1745315968473-user.png", "control_type": "Manhwa" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adarshnagrikar14/manhwa-ai 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": "adarshnagrikar14/manhwa-ai:8329635110a64e8112d8f287956349d09f140750df462dcb35d8aa2be2873670", "input": { "seed": 42, "width": 768, "height": 768, "prompt": "Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.", "lora_scale": 1, "spatial_img": "https://vzgwpzccjffstvxfjqvq.supabase.co/storage/v1/object/public/burger-king/user-uploads/mnk-1745315968473-user.png", "control_type": "Manhwa" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-22T10:00:50.174308Z", "created_at": "2025-04-22T09:59:37.854000Z", "data_removed": false, "error": null, "id": "gv4z2fjtfsrj40cpbkr83ts6w0", "input": { "seed": 42, "width": 768, "height": 768, "prompt": "Turn this bald, brown-skinned man with a long gray beard and glasses into a K-pop manhwa-style character. Maintain strong facial resemblance: his round head shape, thick beard (styled smoothly and sharply like a pop icon), and glasses — but update the frames to look modern and sleek. Make his eyes expressive and charismatic, classic manhwa style but still grounded in realism. Give him a bright smile and clean, glowing skin. Dress him in a black, stylish performance outfit with layered silver chains and rings. Place a vibrant K-pop stage in the background with red neon lights and dramatic spotlights for a high-energy performance vibe. Emphasize idol confidence and coolness while preserving the original character and facial features.", "lora_scale": 1, "spatial_img": "https://vzgwpzccjffstvxfjqvq.supabase.co/storage/v1/object/public/burger-king/user-uploads/mnk-1745315968473-user.png", "control_type": "Manhwa" }, "logs": "Loading .safetensors checkpoint from ./models/studio.safetensors\nToken indices sequence length is longer than the specified maximum sequence length for this model (149 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['in realism. give him a bright smile and clean, glowing skin. dress him in a black, stylish performance outfit with layered silver chains and rings. place a vibrant k - pop stage in the background with red neon lights and dramatic spotlights for a high - energy performance vibe. emphasize idol confidence and coolness while preserving the original character and facial features.']\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:17, 2.28it/s]\n 5%|▌ | 2/40 [00:00<00:13, 2.73it/s]\n 8%|▊ | 3/40 [00:01<00:14, 2.55it/s]\n 10%|█ | 4/40 [00:01<00:14, 2.48it/s]\n 12%|█▎ | 5/40 [00:02<00:14, 2.43it/s]\n 15%|█▌ | 6/40 [00:02<00:14, 2.41it/s]\n 18%|█▊ | 7/40 [00:02<00:13, 2.40it/s]\n 20%|██ | 8/40 [00:03<00:13, 2.38it/s]\n 22%|██▎ | 9/40 [00:03<00:13, 2.38it/s]\n 25%|██▌ | 10/40 [00:04<00:12, 2.37it/s]\n 28%|██▊ | 11/40 [00:04<00:12, 2.37it/s]\n 30%|███ | 12/40 [00:04<00:11, 2.37it/s]\n 32%|███▎ | 13/40 [00:05<00:11, 2.37it/s]\n 35%|███▌ | 14/40 [00:05<00:11, 2.36it/s]\n 38%|███▊ | 15/40 [00:06<00:10, 2.36it/s]\n 40%|████ | 16/40 [00:06<00:10, 2.36it/s]\n 42%|████▎ | 17/40 [00:07<00:09, 2.36it/s]\n 45%|████▌ | 18/40 [00:07<00:09, 2.36it/s]\n 48%|████▊ | 19/40 [00:07<00:08, 2.36it/s]\n 50%|█████ | 20/40 [00:08<00:08, 2.36it/s]\n 52%|█████▎ | 21/40 [00:08<00:08, 2.36it/s]\n 55%|█████▌ | 22/40 [00:09<00:07, 2.36it/s]\n 57%|█████▊ | 23/40 [00:09<00:07, 2.36it/s]\n 60%|██████ | 24/40 [00:10<00:06, 2.36it/s]\n 62%|██████▎ | 25/40 [00:10<00:06, 2.36it/s]\n 65%|██████▌ | 26/40 [00:10<00:05, 2.36it/s]\n 68%|██████▊ | 27/40 [00:11<00:05, 2.36it/s]\n 70%|███████ | 28/40 [00:11<00:05, 2.36it/s]\n 72%|███████▎ | 29/40 [00:12<00:04, 2.36it/s]\n 75%|███████▌ | 30/40 [00:12<00:04, 2.36it/s]\n 78%|███████▊ | 31/40 [00:13<00:03, 2.36it/s]\n 80%|████████ | 32/40 [00:13<00:03, 2.36it/s]\n 82%|████████▎ | 33/40 [00:13<00:02, 2.36it/s]\n 85%|████████▌ | 34/40 [00:14<00:02, 2.36it/s]\n 88%|████████▊ | 35/40 [00:14<00:02, 2.36it/s]\n 90%|█████████ | 36/40 [00:15<00:01, 2.36it/s]\n 92%|█████████▎| 37/40 [00:15<00:01, 2.36it/s]\n 95%|█████████▌| 38/40 [00:16<00:00, 2.36it/s]\n 98%|█████████▊| 39/40 [00:16<00:00, 2.36it/s]\n100%|██████████| 40/40 [00:16<00:00, 2.36it/s]\n100%|██████████| 40/40 [00:16<00:00, 2.37it/s]", "metrics": { "predict_time": 21.058624843, "total_time": 72.320308 }, "output": "https://replicate.delivery/yhqm/xmR12MQEzZpBOJ7aykRvcqRfsqDCiaQ3dx87HKOtzGJp1oSKA/output.png", "started_at": "2025-04-22T10:00:29.115683Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/yswh-up5y4fnidxl6of5izcz6ww6hlqvjv5vjbswakdvssmmrkgyabztq", "get": "https://api.replicate.com/v1/predictions/gv4z2fjtfsrj40cpbkr83ts6w0", "cancel": "https://api.replicate.com/v1/predictions/gv4z2fjtfsrj40cpbkr83ts6w0/cancel" }, "version": "8329635110a64e8112d8f287956349d09f140750df462dcb35d8aa2be2873670" }
Generated inLoading .safetensors checkpoint from ./models/studio.safetensors Token indices sequence length is longer than the specified maximum sequence length for this model (149 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['in realism. give him a bright smile and clean, glowing skin. dress him in a black, stylish performance outfit with layered silver chains and rings. place a vibrant k - pop stage in the background with red neon lights and dramatic spotlights for a high - energy performance vibe. emphasize idol confidence and coolness while preserving the original character and facial features.'] 0%| | 0/40 [00:00<?, ?it/s] 2%|▎ | 1/40 [00:00<00:17, 2.28it/s] 5%|▌ | 2/40 [00:00<00:13, 2.73it/s] 8%|▊ | 3/40 [00:01<00:14, 2.55it/s] 10%|█ | 4/40 [00:01<00:14, 2.48it/s] 12%|█▎ | 5/40 [00:02<00:14, 2.43it/s] 15%|█▌ | 6/40 [00:02<00:14, 2.41it/s] 18%|█▊ | 7/40 [00:02<00:13, 2.40it/s] 20%|██ | 8/40 [00:03<00:13, 2.38it/s] 22%|██▎ | 9/40 [00:03<00:13, 2.38it/s] 25%|██▌ | 10/40 [00:04<00:12, 2.37it/s] 28%|██▊ | 11/40 [00:04<00:12, 2.37it/s] 30%|███ | 12/40 [00:04<00:11, 2.37it/s] 32%|███▎ | 13/40 [00:05<00:11, 2.37it/s] 35%|███▌ | 14/40 [00:05<00:11, 2.36it/s] 38%|███▊ | 15/40 [00:06<00:10, 2.36it/s] 40%|████ | 16/40 [00:06<00:10, 2.36it/s] 42%|████▎ | 17/40 [00:07<00:09, 2.36it/s] 45%|████▌ | 18/40 [00:07<00:09, 2.36it/s] 48%|████▊ | 19/40 [00:07<00:08, 2.36it/s] 50%|█████ | 20/40 [00:08<00:08, 2.36it/s] 52%|█████▎ | 21/40 [00:08<00:08, 2.36it/s] 55%|█████▌ | 22/40 [00:09<00:07, 2.36it/s] 57%|█████▊ | 23/40 [00:09<00:07, 2.36it/s] 60%|██████ | 24/40 [00:10<00:06, 2.36it/s] 62%|██████▎ | 25/40 [00:10<00:06, 2.36it/s] 65%|██████▌ | 26/40 [00:10<00:05, 2.36it/s] 68%|██████▊ | 27/40 [00:11<00:05, 2.36it/s] 70%|███████ | 28/40 [00:11<00:05, 2.36it/s] 72%|███████▎ | 29/40 [00:12<00:04, 2.36it/s] 75%|███████▌ | 30/40 [00:12<00:04, 2.36it/s] 78%|███████▊ | 31/40 [00:13<00:03, 2.36it/s] 80%|████████ | 32/40 [00:13<00:03, 2.36it/s] 82%|████████▎ | 33/40 [00:13<00:02, 2.36it/s] 85%|████████▌ | 34/40 [00:14<00:02, 2.36it/s] 88%|████████▊ | 35/40 [00:14<00:02, 2.36it/s] 90%|█████████ | 36/40 [00:15<00:01, 2.36it/s] 92%|█████████▎| 37/40 [00:15<00:01, 2.36it/s] 95%|█████████▌| 38/40 [00:16<00:00, 2.36it/s] 98%|█████████▊| 39/40 [00:16<00:00, 2.36it/s] 100%|██████████| 40/40 [00:16<00:00, 2.36it/s] 100%|██████████| 40/40 [00:16<00:00, 2.37it/s]
Prediction
adarshnagrikar14/manhwa-ai:25d4cb28e434d77b8430dad58289f09b9fcabecd1064ec63090ea4ba9e963325IDmvdt6tvx7xrme0cpewnt5af87mStatusSucceededSourceWebHardwareL40STotal durationCreatedInput
- seed
- 20
- width
- 512
- height
- 768
- prompt
- K-pop manhwa style digital illustration of this image
- lora_scale
- 1
- base_prompt
- Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications: Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features. Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe. Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere. Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories. Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.
- control_type
- Manhwa
{ "seed": 20, "width": 512, "height": 768, "prompt": "K-pop manhwa style digital illustration of this image", "lora_scale": 1, "base_prompt": "\n Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\n Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\n Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\n Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\n Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\n Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\n ", "spatial_img": "https://replicate.delivery/pbxt/MuSuvpwyrc8vSALsrddv83SJ93lJPeiOxwAE9mhy9l8iAgnc/10.jpg", "control_type": "Manhwa" }
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 adarshnagrikar14/manhwa-ai using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "adarshnagrikar14/manhwa-ai:25d4cb28e434d77b8430dad58289f09b9fcabecd1064ec63090ea4ba9e963325", { input: { seed: 20, width: 512, height: 768, prompt: "K-pop manhwa style digital illustration of this image", lora_scale: 1, base_prompt: "\n Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\n Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\n Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\n Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\n Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\n Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\n ", spatial_img: "https://replicate.delivery/pbxt/MuSuvpwyrc8vSALsrddv83SJ93lJPeiOxwAE9mhy9l8iAgnc/10.jpg", control_type: "Manhwa" } } ); // To access the file URL: console.log(output.url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run adarshnagrikar14/manhwa-ai using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "adarshnagrikar14/manhwa-ai:25d4cb28e434d77b8430dad58289f09b9fcabecd1064ec63090ea4ba9e963325", input={ "seed": 20, "width": 512, "height": 768, "prompt": "K-pop manhwa style digital illustration of this image", "lora_scale": 1, "base_prompt": "\n Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\n Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\n Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\n Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\n Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\n Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\n ", "spatial_img": "https://replicate.delivery/pbxt/MuSuvpwyrc8vSALsrddv83SJ93lJPeiOxwAE9mhy9l8iAgnc/10.jpg", "control_type": "Manhwa" } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run adarshnagrikar14/manhwa-ai 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": "adarshnagrikar14/manhwa-ai:25d4cb28e434d77b8430dad58289f09b9fcabecd1064ec63090ea4ba9e963325", "input": { "seed": 20, "width": 512, "height": 768, "prompt": "K-pop manhwa style digital illustration of this image", "lora_scale": 1, "base_prompt": "\\n Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\\n Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\\n Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\\n Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\\n Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\\n Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\\n ", "spatial_img": "https://replicate.delivery/pbxt/MuSuvpwyrc8vSALsrddv83SJ93lJPeiOxwAE9mhy9l8iAgnc/10.jpg", "control_type": "Manhwa" } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-04-27T12:16:27.776510Z", "created_at": "2025-04-27T12:14:20.991000Z", "data_removed": false, "error": null, "id": "mvdt6tvx7xrme0cpewnt5af87m", "input": { "seed": 20, "width": 512, "height": 768, "prompt": "K-pop manhwa style digital illustration of this image", "lora_scale": 1, "base_prompt": "\n Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\n Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\n Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\n Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\n Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\n Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\n ", "spatial_img": "https://replicate.delivery/pbxt/MuSuvpwyrc8vSALsrddv83SJ93lJPeiOxwAE9mhy9l8iAgnc/10.jpg", "control_type": "Manhwa" }, "logs": "Attempting to generate prompt from spatial image: /tmp/tmp12rdr52_10.jpg\nUsing Gemini-generated prompt:\nCreate a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications:\nArt Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features.\nOutfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe.\nBackground: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere.\nAdditional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories.\nPose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression.\nGender Description: Male. Features include broader shoulders and a strong build.\nFace Structure: The face is oval-shaped with a slightly squared jawline. The cheekbones are subtly defined. Eyes are dark brown, almond-shaped, and possess a warm, inviting expression. The nose is moderately sized and straight. Lips are medium in fullness. Eyebrows are thick, dark, and well-groomed, adding to the expressive nature of the face. The skin tone is a warm medium with a smooth texture. Estimated age range: late 30s to early 40s. Distinctive features include a neatly trimmed beard and mustache. No glasses are present, and wrinkles are minimal.\nHair: The hair is completely absent, resulting in a smooth, bald head.\nLoading .safetensors checkpoint from ./models/studio.safetensors\nToken indices sequence length is longer than the specified maximum sequence length for this model (334 > 77). Running this sequence through the model will result in indexing errors\nThe following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['intricate patterns and a belted waist. add glowing or magical elements for a mystical vibe. background : fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere. additional elements : add a magical aura with glowing energy around hands, small star - like symbols in the background, and subtle k - pop - inspired accessories. pose and expression : match the pose with cosmic fire in hand, glowing, enhance with manhwa - style drama — confident and serene expression. gender description : male. features include broader shoulders and a strong build. face structure : the face is oval - shaped with a slightly squared jawline. the cheekbones are subtly defined. eyes are dark brown, almond - shaped, and possess a warm, inviting expression. the nose is moderately sized and straight. lips are medium in fullness. eyebrows are thick, dark, and well - groomed, adding to the expressive nature of the face. the skin tone is a warm medium with a smooth texture. estimated age range : late 3 0 s to early 4 0 s. distinctive features include a neatly trimmed beard and mustache. no glasses are present, and wrinkles are minimal. hair : the hair is completely absent, resulting in a smooth, bald head.']\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:00<00:09, 2.49it/s]\n 8%|▊ | 2/25 [00:00<00:07, 3.08it/s]\n 12%|█▏ | 3/25 [00:01<00:07, 2.92it/s]\n 16%|█▌ | 4/25 [00:01<00:07, 2.85it/s]\n 20%|██ | 5/25 [00:01<00:07, 2.81it/s]\n 24%|██▍ | 6/25 [00:02<00:06, 2.79it/s]\n 28%|██▊ | 7/25 [00:02<00:06, 2.77it/s]\n 32%|███▏ | 8/25 [00:02<00:06, 2.76it/s]\n 36%|███▌ | 9/25 [00:03<00:05, 2.76it/s]\n 40%|████ | 10/25 [00:03<00:05, 2.75it/s]\n 44%|████▍ | 11/25 [00:03<00:05, 2.75it/s]\n 48%|████▊ | 12/25 [00:04<00:04, 2.75it/s]\n 52%|█████▏ | 13/25 [00:04<00:04, 2.75it/s]\n 56%|█████▌ | 14/25 [00:05<00:04, 2.74it/s]\n 60%|██████ | 15/25 [00:05<00:03, 2.74it/s]\n 64%|██████▍ | 16/25 [00:05<00:03, 2.74it/s]\n 68%|██████▊ | 17/25 [00:06<00:02, 2.74it/s]\n 72%|███████▏ | 18/25 [00:06<00:02, 2.74it/s]\n 76%|███████▌ | 19/25 [00:06<00:02, 2.74it/s]\n 80%|████████ | 20/25 [00:07<00:01, 2.74it/s]\n 84%|████████▍ | 21/25 [00:07<00:01, 2.73it/s]\n 88%|████████▊ | 22/25 [00:07<00:01, 2.73it/s]\n 92%|█████████▏| 23/25 [00:08<00:00, 2.73it/s]\n 96%|█████████▌| 24/25 [00:08<00:00, 2.73it/s]\n100%|██████████| 25/25 [00:09<00:00, 2.73it/s]\n100%|██████████| 25/25 [00:09<00:00, 2.76it/s]", "metrics": { "predict_time": 12.358998161, "total_time": 126.78551 }, "output": "https://replicate.delivery/xezq/wCAnIFUGaqZtFltAyjIbyHCxO3A5vjJFv3mEFLTgwWfNkemUA/output.png", "started_at": "2025-04-27T12:16:15.417512Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-2ioagvugsdnehvatxu2zftvccu7sb3zj7e4fqauuyzwgn526ucwa", "get": "https://api.replicate.com/v1/predictions/mvdt6tvx7xrme0cpewnt5af87m", "cancel": "https://api.replicate.com/v1/predictions/mvdt6tvx7xrme0cpewnt5af87m/cancel" }, "version": "25d4cb28e434d77b8430dad58289f09b9fcabecd1064ec63090ea4ba9e963325" }
Generated inAttempting to generate prompt from spatial image: /tmp/tmp12rdr52_10.jpg Using Gemini-generated prompt: Create a K-pop manhwa style digital illustration of this image. Transform the person into a detailed manhwa-style artwork with the following specifications: Art Style: Resemble K-pop manhwa style with clean lines, vibrant colors, and exaggerated features. Outfit: Gender-specific outfit, modern K-pop-inspired attire: a tailored jacket/suit/coat featuring intricate patterns and a belted waist. Add glowing or magical elements for a mystical vibe. Background: Fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere. Additional Elements: Add a magical aura with glowing energy around hands, small star-like symbols in the background, and subtle K-pop-inspired accessories. Pose and Expression: Match the pose with cosmic fire in hand, glowing, enhance with manhwa-style drama—confident and serene expression. Gender Description: Male. Features include broader shoulders and a strong build. Face Structure: The face is oval-shaped with a slightly squared jawline. The cheekbones are subtly defined. Eyes are dark brown, almond-shaped, and possess a warm, inviting expression. The nose is moderately sized and straight. Lips are medium in fullness. Eyebrows are thick, dark, and well-groomed, adding to the expressive nature of the face. The skin tone is a warm medium with a smooth texture. Estimated age range: late 30s to early 40s. Distinctive features include a neatly trimmed beard and mustache. No glasses are present, and wrinkles are minimal. Hair: The hair is completely absent, resulting in a smooth, bald head. Loading .safetensors checkpoint from ./models/studio.safetensors Token indices sequence length is longer than the specified maximum sequence length for this model (334 > 77). Running this sequence through the model will result in indexing errors The following part of your input was truncated because CLIP can only handle sequences up to 77 tokens: ['intricate patterns and a belted waist. add glowing or magical elements for a mystical vibe. background : fiery with deep red tones, crackling energy, glowing sparks, and lightning effects for a dramatic, mystical atmosphere. additional elements : add a magical aura with glowing energy around hands, small star - like symbols in the background, and subtle k - pop - inspired accessories. pose and expression : match the pose with cosmic fire in hand, glowing, enhance with manhwa - style drama — confident and serene expression. gender description : male. features include broader shoulders and a strong build. face structure : the face is oval - shaped with a slightly squared jawline. the cheekbones are subtly defined. eyes are dark brown, almond - shaped, and possess a warm, inviting expression. the nose is moderately sized and straight. lips are medium in fullness. eyebrows are thick, dark, and well - groomed, adding to the expressive nature of the face. the skin tone is a warm medium with a smooth texture. estimated age range : late 3 0 s to early 4 0 s. distinctive features include a neatly trimmed beard and mustache. no glasses are present, and wrinkles are minimal. hair : the hair is completely absent, resulting in a smooth, bald head.'] 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:00<00:09, 2.49it/s] 8%|▊ | 2/25 [00:00<00:07, 3.08it/s] 12%|█▏ | 3/25 [00:01<00:07, 2.92it/s] 16%|█▌ | 4/25 [00:01<00:07, 2.85it/s] 20%|██ | 5/25 [00:01<00:07, 2.81it/s] 24%|██▍ | 6/25 [00:02<00:06, 2.79it/s] 28%|██▊ | 7/25 [00:02<00:06, 2.77it/s] 32%|███▏ | 8/25 [00:02<00:06, 2.76it/s] 36%|███▌ | 9/25 [00:03<00:05, 2.76it/s] 40%|████ | 10/25 [00:03<00:05, 2.75it/s] 44%|████▍ | 11/25 [00:03<00:05, 2.75it/s] 48%|████▊ | 12/25 [00:04<00:04, 2.75it/s] 52%|█████▏ | 13/25 [00:04<00:04, 2.75it/s] 56%|█████▌ | 14/25 [00:05<00:04, 2.74it/s] 60%|██████ | 15/25 [00:05<00:03, 2.74it/s] 64%|██████▍ | 16/25 [00:05<00:03, 2.74it/s] 68%|██████▊ | 17/25 [00:06<00:02, 2.74it/s] 72%|███████▏ | 18/25 [00:06<00:02, 2.74it/s] 76%|███████▌ | 19/25 [00:06<00:02, 2.74it/s] 80%|████████ | 20/25 [00:07<00:01, 2.74it/s] 84%|████████▍ | 21/25 [00:07<00:01, 2.73it/s] 88%|████████▊ | 22/25 [00:07<00:01, 2.73it/s] 92%|█████████▏| 23/25 [00:08<00:00, 2.73it/s] 96%|█████████▌| 24/25 [00:08<00:00, 2.73it/s] 100%|██████████| 25/25 [00:09<00:00, 2.73it/s] 100%|██████████| 25/25 [00:09<00:00, 2.76it/s]
Want to make some of these yourself?
Run this model