bytedance / res-adapter
Domain Consistent Resolution Adapter for Diffusion Models: generating consistent images with resolutions outside of their trained domain (Updated 1 year, 2 months ago)
Prediction
bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71IDhrf6se78y5rgp0ceqpnrqqhc04StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedby @bytedanceInput
- seed
- 42
- width
- 1024
- height
- 1024
- prompt
- Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,
- model_name
- dreamlike-art/dreamlike-diffusion-1.0
- show_baseline
- guidance_scale
- 7.5
- negative_prompt
- NSFW, poor bad amateur assignment cut out ugly
- resadapter_alpha
- 0.7
- num_inference_steps
- 25
{ "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,,\n(realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", { input: { seed: 42, width: 1024, height: 1024, prompt: "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,,\n(realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", model_name: "dreamlike-art/dreamlike-diffusion-1.0", show_baseline: false, guidance_scale: 7.5, negative_prompt: "NSFW, poor bad amateur assignment cut out ugly", resadapter_alpha: 0.7, num_inference_steps: 25 } } ); console.log(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 bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", input={ "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,,\n(realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": False, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run bytedance/res-adapter 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": "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,,\\n(realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-08T12:26:13.164892Z", "created_at": "2024-04-08T12:25:43.921000Z", "data_removed": false, "error": null, "id": "hrf6se78y5rgp0ceqpnrqqhc04", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism,,\n(realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }, "logs": "Using seed: 42\nGenerating images with res_adapter...\nToken indices sequence length is longer than the specified maximum sequence length for this model (167 > 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: ['( portraiture : 1. 2 ) and ( figurative : 1. 2 ) focus, ( play of light and shadow : 1. 2 ), ( elegant compositions : 1. 2 ) and ( balanced : 1. 2 ) arrangements, ( rich color palette : 1. 2 ) and ( bold : 1. 2 ) use of color, and ( masterful technique : 1. 2 ) with ( attention to detail : 1. 2 ),,']\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:01<00:26, 1.12s/it]\n 8%|▊ | 2/25 [00:01<00:15, 1.45it/s]\n 12%|█▏ | 3/25 [00:02<00:19, 1.13it/s]\n 16%|█▌ | 4/25 [00:03<00:20, 1.03it/s]\n 20%|██ | 5/25 [00:04<00:20, 1.03s/it]\n 24%|██▍ | 6/25 [00:05<00:20, 1.06s/it]\n 28%|██▊ | 7/25 [00:07<00:19, 1.08s/it]\n 32%|███▏ | 8/25 [00:08<00:18, 1.09s/it]\n 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it]\n 40%|████ | 10/25 [00:10<00:16, 1.10s/it]\n 44%|████▍ | 11/25 [00:11<00:15, 1.11s/it]\n 48%|████▊ | 12/25 [00:12<00:14, 1.11s/it]\n 52%|█████▏ | 13/25 [00:13<00:13, 1.11s/it]\n 56%|█████▌ | 14/25 [00:14<00:12, 1.11s/it]\n 60%|██████ | 15/25 [00:16<00:11, 1.12s/it]\n 64%|██████▍ | 16/25 [00:17<00:10, 1.12s/it]\n 68%|██████▊ | 17/25 [00:18<00:08, 1.12s/it]\n 72%|███████▏ | 18/25 [00:19<00:07, 1.12s/it]\n 76%|███████▌ | 19/25 [00:20<00:06, 1.12s/it]\n 80%|████████ | 20/25 [00:21<00:05, 1.12s/it]\n 84%|████████▍ | 21/25 [00:22<00:04, 1.12s/it]\n 88%|████████▊ | 22/25 [00:23<00:03, 1.12s/it]\n 92%|█████████▏| 23/25 [00:24<00:02, 1.12s/it]\n 96%|█████████▌| 24/25 [00:26<00:01, 1.12s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.12s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.09s/it]", "metrics": { "predict_time": 29.215593, "total_time": 29.243892 }, "output": { "with_res_adapter": "https://replicate.delivery/pbxt/nJe82vh2Pfp3a0291qaXM2WYLYufP09tfAeDfjhe6a0MyoMUJA/output.png", "without_res_adapter": null }, "started_at": "2024-04-08T12:25:43.949299Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/hrf6se78y5rgp0ceqpnrqqhc04", "cancel": "https://api.replicate.com/v1/predictions/hrf6se78y5rgp0ceqpnrqqhc04/cancel" }, "version": "ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71" }
Generated inUsing seed: 42 Generating images with res_adapter... Token indices sequence length is longer than the specified maximum sequence length for this model (167 > 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: ['( portraiture : 1. 2 ) and ( figurative : 1. 2 ) focus, ( play of light and shadow : 1. 2 ), ( elegant compositions : 1. 2 ) and ( balanced : 1. 2 ) arrangements, ( rich color palette : 1. 2 ) and ( bold : 1. 2 ) use of color, and ( masterful technique : 1. 2 ) with ( attention to detail : 1. 2 ),,'] 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:01<00:26, 1.12s/it] 8%|▊ | 2/25 [00:01<00:15, 1.45it/s] 12%|█▏ | 3/25 [00:02<00:19, 1.13it/s] 16%|█▌ | 4/25 [00:03<00:20, 1.03it/s] 20%|██ | 5/25 [00:04<00:20, 1.03s/it] 24%|██▍ | 6/25 [00:05<00:20, 1.06s/it] 28%|██▊ | 7/25 [00:07<00:19, 1.08s/it] 32%|███▏ | 8/25 [00:08<00:18, 1.09s/it] 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it] 40%|████ | 10/25 [00:10<00:16, 1.10s/it] 44%|████▍ | 11/25 [00:11<00:15, 1.11s/it] 48%|████▊ | 12/25 [00:12<00:14, 1.11s/it] 52%|█████▏ | 13/25 [00:13<00:13, 1.11s/it] 56%|█████▌ | 14/25 [00:14<00:12, 1.11s/it] 60%|██████ | 15/25 [00:16<00:11, 1.12s/it] 64%|██████▍ | 16/25 [00:17<00:10, 1.12s/it] 68%|██████▊ | 17/25 [00:18<00:08, 1.12s/it] 72%|███████▏ | 18/25 [00:19<00:07, 1.12s/it] 76%|███████▌ | 19/25 [00:20<00:06, 1.12s/it] 80%|████████ | 20/25 [00:21<00:05, 1.12s/it] 84%|████████▍ | 21/25 [00:22<00:04, 1.12s/it] 88%|████████▊ | 22/25 [00:23<00:03, 1.12s/it] 92%|█████████▏| 23/25 [00:24<00:02, 1.12s/it] 96%|█████████▌| 24/25 [00:26<00:01, 1.12s/it] 100%|██████████| 25/25 [00:27<00:00, 1.12s/it] 100%|██████████| 25/25 [00:27<00:00, 1.09s/it]
Prediction
bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71ID934fdt0t3hrgj0ceq5gabc8nncStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image
- model_name
- dreamlike-art/dreamlike-diffusion-1.0
- show_baseline
- guidance_scale
- 7.5
- negative_prompt
- NSFW, poor bad amateur assignment cut out ugly
- resadapter_alpha
- 0.7
- num_inference_steps
- 25
{ "width": 1024, "height": 1024, "prompt": "Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", { input: { width: 1024, height: 1024, prompt: "Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image", model_name: "dreamlike-art/dreamlike-diffusion-1.0", show_baseline: false, guidance_scale: 7.5, negative_prompt: "NSFW, poor bad amateur assignment cut out ugly", resadapter_alpha: 0.7, num_inference_steps: 25 } } ); console.log(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 bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", input={ "width": 1024, "height": 1024, "prompt": "Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": False, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run bytedance/res-adapter 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": "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", "input": { "width": 1024, "height": 1024, "prompt": "Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-07T16:26:21.140325Z", "created_at": "2024-04-07T16:24:26.908000Z", "data_removed": false, "error": null, "id": "934fdt0t3hrgj0ceq5gabc8nnc", "input": { "width": 1024, "height": 1024, "prompt": "Award-winning photo of a mystical fox girl fox in a serene forest clearing, sunlight filtering through the trees,ethereal,enchanting,vibrant orange fur,piercing amber eyes,delicate floral crown, flowing gown,surrounded by a gentle breeze, whispering leaves,magical atmosphere,captured by renowned photographer Emily Thompson using a Nikon D850,creating a dreamlike and captivating image", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }, "logs": "Using seed: 52890\nLoading Resolution LoRA weights...\nLoad Resolution Norm weights\nGenerating images with res_adapter...\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:01<00:39, 1.65s/it]\n 8%|▊ | 2/25 [00:02<00:20, 1.10it/s]\n 12%|█▏ | 3/25 [00:03<00:21, 1.00it/s]\n 16%|█▌ | 4/25 [00:04<00:21, 1.04s/it]\n 20%|██ | 5/25 [00:05<00:21, 1.07s/it]\n 24%|██▍ | 6/25 [00:06<00:20, 1.08s/it]\n 28%|██▊ | 7/25 [00:07<00:19, 1.09s/it]\n 32%|███▏ | 8/25 [00:08<00:18, 1.10s/it]\n 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it]\n 40%|████ | 10/25 [00:10<00:16, 1.10s/it]\n 44%|████▍ | 11/25 [00:12<00:15, 1.11s/it]\n 48%|████▊ | 12/25 [00:13<00:14, 1.11s/it]\n 52%|█████▏ | 13/25 [00:14<00:13, 1.11s/it]\n 56%|█████▌ | 14/25 [00:15<00:12, 1.11s/it]\n 60%|██████ | 15/25 [00:16<00:11, 1.11s/it]\n 64%|██████▍ | 16/25 [00:17<00:09, 1.11s/it]\n 68%|██████▊ | 17/25 [00:18<00:08, 1.11s/it]\n 72%|███████▏ | 18/25 [00:19<00:07, 1.11s/it]\n 76%|███████▌ | 19/25 [00:20<00:06, 1.11s/it]\n 80%|████████ | 20/25 [00:22<00:05, 1.11s/it]\n 84%|████████▍ | 21/25 [00:23<00:04, 1.11s/it]\n 88%|████████▊ | 22/25 [00:24<00:03, 1.11s/it]\n 92%|█████████▏| 23/25 [00:25<00:02, 1.11s/it]\n 96%|█████████▌| 24/25 [00:26<00:01, 1.11s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.11s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.10s/it]", "metrics": { "predict_time": 30.758833, "total_time": 114.232325 }, "output": { "with_res_adapter": "https://replicate.delivery/pbxt/rV6mwr3zdYLcC59Clhdr6QJ15T92RebYaAilmMfi9G4ssHoSA/output.png", "without_res_adapter": null }, "started_at": "2024-04-07T16:25:50.381492Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/934fdt0t3hrgj0ceq5gabc8nnc", "cancel": "https://api.replicate.com/v1/predictions/934fdt0t3hrgj0ceq5gabc8nnc/cancel" }, "version": "ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71" }
Generated inUsing seed: 52890 Loading Resolution LoRA weights... Load Resolution Norm weights Generating images with res_adapter... 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:01<00:39, 1.65s/it] 8%|▊ | 2/25 [00:02<00:20, 1.10it/s] 12%|█▏ | 3/25 [00:03<00:21, 1.00it/s] 16%|█▌ | 4/25 [00:04<00:21, 1.04s/it] 20%|██ | 5/25 [00:05<00:21, 1.07s/it] 24%|██▍ | 6/25 [00:06<00:20, 1.08s/it] 28%|██▊ | 7/25 [00:07<00:19, 1.09s/it] 32%|███▏ | 8/25 [00:08<00:18, 1.10s/it] 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it] 40%|████ | 10/25 [00:10<00:16, 1.10s/it] 44%|████▍ | 11/25 [00:12<00:15, 1.11s/it] 48%|████▊ | 12/25 [00:13<00:14, 1.11s/it] 52%|█████▏ | 13/25 [00:14<00:13, 1.11s/it] 56%|█████▌ | 14/25 [00:15<00:12, 1.11s/it] 60%|██████ | 15/25 [00:16<00:11, 1.11s/it] 64%|██████▍ | 16/25 [00:17<00:09, 1.11s/it] 68%|██████▊ | 17/25 [00:18<00:08, 1.11s/it] 72%|███████▏ | 18/25 [00:19<00:07, 1.11s/it] 76%|███████▌ | 19/25 [00:20<00:06, 1.11s/it] 80%|████████ | 20/25 [00:22<00:05, 1.11s/it] 84%|████████▍ | 21/25 [00:23<00:04, 1.11s/it] 88%|████████▊ | 22/25 [00:24<00:03, 1.11s/it] 92%|█████████▏| 23/25 [00:25<00:02, 1.11s/it] 96%|█████████▌| 24/25 [00:26<00:01, 1.11s/it] 100%|██████████| 25/25 [00:27<00:00, 1.11s/it] 100%|██████████| 25/25 [00:27<00:00, 1.10s/it]
Prediction
bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71IDmp28160d1hrgj0cesmdv46rc00StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- 42
- width
- 1024
- height
- 1024
- prompt
- Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,
- model_name
- dreamlike-art/dreamlike-diffusion-1.0
- show_baseline
- guidance_scale
- 4
- negative_prompt
- NSFW, poor bad amateur assignment cut out ugly
- resadapter_alpha
- 0.7
- num_inference_steps
- 25
{ "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 4, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", { input: { seed: 42, width: 1024, height: 1024, prompt: "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", model_name: "dreamlike-art/dreamlike-diffusion-1.0", show_baseline: false, guidance_scale: 4, negative_prompt: "NSFW, poor bad amateur assignment cut out ugly", resadapter_alpha: 0.7, num_inference_steps: 25 } } ); console.log(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 bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", input={ "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": False, "guidance_scale": 4, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run bytedance/res-adapter 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": "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 4, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-11T12:23:20.707845Z", "created_at": "2024-04-11T12:21:25.900000Z", "data_removed": false, "error": null, "id": "mp28160d1hrgj0cesmdv46rc00", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Female in a fantasy world, Fluid brushwork, Bright colors, Emphasis on light and atmosphere, realism, impressionism, Post-impressionism, light and color, attention to detail, by master of portraiture, by master of realism, (realism:1.2) and (naturalism:1.2), (impressionistic:1.2) brushwork, (portraiture:1.2) and (figurative:1.2) focus, (play of light and shadow:1.2), (elegant compositions:1.2) and (balanced:1.2) arrangements, (rich color palette:1.2) and (bold:1.2) use of color, and (masterful technique:1.2) with (attention to detail:1.2),,", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 4, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }, "logs": "Using seed: 42\nLoading Resolution LoRA weights...\nLoad Resolution Norm weights\nGenerating images with res_adapter...\nToken indices sequence length is longer than the specified maximum sequence length for this model (167 > 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: ['( portraiture : 1. 2 ) and ( figurative : 1. 2 ) focus, ( play of light and shadow : 1. 2 ), ( elegant compositions : 1. 2 ) and ( balanced : 1. 2 ) arrangements, ( rich color palette : 1. 2 ) and ( bold : 1. 2 ) use of color, and ( masterful technique : 1. 2 ) with ( attention to detail : 1. 2 ),,']\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:01<00:31, 1.31s/it]\n 8%|▊ | 2/25 [00:01<00:17, 1.30it/s]\n 12%|█▏ | 3/25 [00:02<00:20, 1.08it/s]\n 16%|█▌ | 4/25 [00:03<00:21, 1.00s/it]\n 20%|██ | 5/25 [00:05<00:20, 1.04s/it]\n 24%|██▍ | 6/25 [00:06<00:20, 1.07s/it]\n 28%|██▊ | 7/25 [00:07<00:19, 1.09s/it]\n 32%|███▏ | 8/25 [00:08<00:18, 1.10s/it]\n 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it]\n 40%|████ | 10/25 [00:10<00:16, 1.11s/it]\n 44%|████▍ | 11/25 [00:11<00:15, 1.11s/it]\n 48%|████▊ | 12/25 [00:12<00:14, 1.11s/it]\n 52%|█████▏ | 13/25 [00:13<00:13, 1.12s/it]\n 56%|█████▌ | 14/25 [00:15<00:12, 1.12s/it]\n 60%|██████ | 15/25 [00:16<00:11, 1.12s/it]\n 64%|██████▍ | 16/25 [00:17<00:10, 1.12s/it]\n 68%|██████▊ | 17/25 [00:18<00:08, 1.12s/it]\n 72%|███████▏ | 18/25 [00:19<00:07, 1.12s/it]\n 76%|███████▌ | 19/25 [00:20<00:06, 1.12s/it]\n 80%|████████ | 20/25 [00:21<00:05, 1.12s/it]\n 84%|████████▍ | 21/25 [00:22<00:04, 1.12s/it]\n 88%|████████▊ | 22/25 [00:24<00:03, 1.12s/it]\n 92%|█████████▏| 23/25 [00:25<00:02, 1.12s/it]\n 96%|█████████▌| 24/25 [00:26<00:01, 1.12s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.12s/it]\n100%|██████████| 25/25 [00:27<00:00, 1.10s/it]", "metrics": { "predict_time": 30.366214, "total_time": 114.807845 }, "output": { "with_res_adapter": "https://replicate.delivery/pbxt/EeRhx3joroxGECiP56iTfQizTYxwJqwh8beG7Z8wfevDHELVC/output.png", "without_res_adapter": null }, "started_at": "2024-04-11T12:22:50.341631Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/mp28160d1hrgj0cesmdv46rc00", "cancel": "https://api.replicate.com/v1/predictions/mp28160d1hrgj0cesmdv46rc00/cancel" }, "version": "ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71" }
Generated inUsing seed: 42 Loading Resolution LoRA weights... Load Resolution Norm weights Generating images with res_adapter... Token indices sequence length is longer than the specified maximum sequence length for this model (167 > 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: ['( portraiture : 1. 2 ) and ( figurative : 1. 2 ) focus, ( play of light and shadow : 1. 2 ), ( elegant compositions : 1. 2 ) and ( balanced : 1. 2 ) arrangements, ( rich color palette : 1. 2 ) and ( bold : 1. 2 ) use of color, and ( masterful technique : 1. 2 ) with ( attention to detail : 1. 2 ),,'] 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:01<00:31, 1.31s/it] 8%|▊ | 2/25 [00:01<00:17, 1.30it/s] 12%|█▏ | 3/25 [00:02<00:20, 1.08it/s] 16%|█▌ | 4/25 [00:03<00:21, 1.00s/it] 20%|██ | 5/25 [00:05<00:20, 1.04s/it] 24%|██▍ | 6/25 [00:06<00:20, 1.07s/it] 28%|██▊ | 7/25 [00:07<00:19, 1.09s/it] 32%|███▏ | 8/25 [00:08<00:18, 1.10s/it] 36%|███▌ | 9/25 [00:09<00:17, 1.10s/it] 40%|████ | 10/25 [00:10<00:16, 1.11s/it] 44%|████▍ | 11/25 [00:11<00:15, 1.11s/it] 48%|████▊ | 12/25 [00:12<00:14, 1.11s/it] 52%|█████▏ | 13/25 [00:13<00:13, 1.12s/it] 56%|█████▌ | 14/25 [00:15<00:12, 1.12s/it] 60%|██████ | 15/25 [00:16<00:11, 1.12s/it] 64%|██████▍ | 16/25 [00:17<00:10, 1.12s/it] 68%|██████▊ | 17/25 [00:18<00:08, 1.12s/it] 72%|███████▏ | 18/25 [00:19<00:07, 1.12s/it] 76%|███████▌ | 19/25 [00:20<00:06, 1.12s/it] 80%|████████ | 20/25 [00:21<00:05, 1.12s/it] 84%|████████▍ | 21/25 [00:22<00:04, 1.12s/it] 88%|████████▊ | 22/25 [00:24<00:03, 1.12s/it] 92%|█████████▏| 23/25 [00:25<00:02, 1.12s/it] 96%|█████████▌| 24/25 [00:26<00:01, 1.12s/it] 100%|██████████| 25/25 [00:27<00:00, 1.12s/it] 100%|██████████| 25/25 [00:27<00:00, 1.10s/it]
Prediction
bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71IDj5z26m4t2srgm0ceqpmsrq2abgStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- seed
- 42
- width
- 1024
- height
- 1024
- prompt
- Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant
- model_name
- dreamlike-art/dreamlike-diffusion-1.0
- show_baseline
- guidance_scale
- 7.5
- negative_prompt
- NSFW, poor bad amateur assignment cut out ugly
- resadapter_alpha
- 0.7
- num_inference_steps
- 25
{ "seed": 42, "width": 1024, "height": 1024, "prompt": "Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", { input: { seed: 42, width: 1024, height: 1024, prompt: "Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant", model_name: "dreamlike-art/dreamlike-diffusion-1.0", show_baseline: false, guidance_scale: 7.5, negative_prompt: "NSFW, poor bad amateur assignment cut out ugly", resadapter_alpha: 0.7, num_inference_steps: 25 } } ); console.log(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 bytedance/res-adapter using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", input={ "seed": 42, "width": 1024, "height": 1024, "prompt": "Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": False, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run bytedance/res-adapter 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": "bytedance/res-adapter:ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov\'s work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso\'s signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-04-08T12:23:42.295099Z", "created_at": "2024-04-08T12:23:12.662000Z", "data_removed": false, "error": null, "id": "j5z26m4t2srgm0ceqpmsrq2abg", "input": { "seed": 42, "width": 1024, "height": 1024, "prompt": "Pictures of you, beautiful face, youthful appearance, ultra focus, face iluminated, face detailed, ultra focus, dreamlike images, pixel perfect precision, ultra realistic, vibrant, ultra focus, face ilumined, face detailed, 8k resolution, watercolor, detailed colors, ultra focus, 8k resolution, watercolor, razumov style. art by Carne Griffiths, Frank Frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of Konstantin Razumov's work, yet interspersed with the layered paper illusion effect characteristic of Eiko Ojala, Reimagined splashes of ink in the digital art style, evoking at once impressions of Alberto Seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant", "model_name": "dreamlike-art/dreamlike-diffusion-1.0", "show_baseline": false, "guidance_scale": 7.5, "negative_prompt": "NSFW, poor bad amateur assignment cut out ugly", "resadapter_alpha": 0.7, "num_inference_steps": 25 }, "logs": "Using seed: 42\nGenerating images with res_adapter...\nToken indices sequence length is longer than the specified maximum sequence length for this model (251 > 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: [\"frank frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of konstantin razumov's work, yet interspersed with the layered paper illusion effect characteristic of eiko ojala, reimagined splashes of ink in the digital art style, evoking at once impressions of alberto seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant\"]\n 0%| | 0/25 [00:00<?, ?it/s]\n 4%|▍ | 1/25 [00:01<00:26, 1.09s/it]\n 8%|▊ | 2/25 [00:01<00:15, 1.49it/s]\n 12%|█▏ | 3/25 [00:02<00:18, 1.16it/s]\n 16%|█▌ | 4/25 [00:03<00:19, 1.05it/s]\n 20%|██ | 5/25 [00:04<00:20, 1.00s/it]\n 24%|██▍ | 6/25 [00:05<00:19, 1.03s/it]\n 28%|██▊ | 7/25 [00:06<00:18, 1.05s/it]\n 32%|███▏ | 8/25 [00:08<00:18, 1.06s/it]\n 36%|███▌ | 9/25 [00:09<00:17, 1.07s/it]\n 40%|████ | 10/25 [00:10<00:16, 1.08s/it]\n 44%|████▍ | 11/25 [00:11<00:15, 1.08s/it]\n 48%|████▊ | 12/25 [00:12<00:14, 1.08s/it]\n 52%|█████▏ | 13/25 [00:13<00:13, 1.09s/it]\n 56%|█████▌ | 14/25 [00:14<00:11, 1.09s/it]\n 60%|██████ | 15/25 [00:15<00:10, 1.09s/it]\n 64%|██████▍ | 16/25 [00:16<00:09, 1.09s/it]\n 68%|██████▊ | 17/25 [00:17<00:08, 1.09s/it]\n 72%|███████▏ | 18/25 [00:18<00:07, 1.09s/it]\n 76%|███████▌ | 19/25 [00:19<00:06, 1.09s/it]\n 80%|████████ | 20/25 [00:21<00:05, 1.09s/it]\n 84%|████████▍ | 21/25 [00:22<00:04, 1.09s/it]\n 88%|████████▊ | 22/25 [00:23<00:03, 1.09s/it]\n 92%|█████████▏| 23/25 [00:24<00:02, 1.09s/it]\n 96%|█████████▌| 24/25 [00:25<00:01, 1.09s/it]\n100%|██████████| 25/25 [00:26<00:00, 1.09s/it]\n100%|██████████| 25/25 [00:26<00:00, 1.06s/it]", "metrics": { "predict_time": 29.593932, "total_time": 29.633099 }, "output": { "with_res_adapter": "https://replicate.delivery/pbxt/o6NxANdhlDLyMpgEPpwheMY0CW0VIrxevZGWCawMSlNNPZoSA/output.png", "without_res_adapter": null }, "started_at": "2024-04-08T12:23:12.701167Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/j5z26m4t2srgm0ceqpmsrq2abg", "cancel": "https://api.replicate.com/v1/predictions/j5z26m4t2srgm0ceqpmsrq2abg/cancel" }, "version": "ae94f01b3f844c42112078a7b5346d5142bd87a95d8c50bc27cbece8ed267f71" }
Generated inUsing seed: 42 Generating images with res_adapter... Token indices sequence length is longer than the specified maximum sequence length for this model (251 > 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: ["frank frazetta, sf, intricate artwork masterpiece, ominous, golden ratio, in the oil painting style reminiscent of konstantin razumov's work, yet interspersed with the layered paper illusion effect characteristic of eiko ojala, reimagined splashes of ink in the digital art style, evoking at once impressions of alberto seveso's signature pieces, model standing confidently at the center, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant, production cinematic character render, ultra high quality model, sf, intricate artwork masterpiece, ominous, matte painting movie poster, golden ratio, trending on cgsociety, intricate, epic, trending on artstation, by artgerm, h. r. giger and beksinski, highly detailed, vibrant"] 0%| | 0/25 [00:00<?, ?it/s] 4%|▍ | 1/25 [00:01<00:26, 1.09s/it] 8%|▊ | 2/25 [00:01<00:15, 1.49it/s] 12%|█▏ | 3/25 [00:02<00:18, 1.16it/s] 16%|█▌ | 4/25 [00:03<00:19, 1.05it/s] 20%|██ | 5/25 [00:04<00:20, 1.00s/it] 24%|██▍ | 6/25 [00:05<00:19, 1.03s/it] 28%|██▊ | 7/25 [00:06<00:18, 1.05s/it] 32%|███▏ | 8/25 [00:08<00:18, 1.06s/it] 36%|███▌ | 9/25 [00:09<00:17, 1.07s/it] 40%|████ | 10/25 [00:10<00:16, 1.08s/it] 44%|████▍ | 11/25 [00:11<00:15, 1.08s/it] 48%|████▊ | 12/25 [00:12<00:14, 1.08s/it] 52%|█████▏ | 13/25 [00:13<00:13, 1.09s/it] 56%|█████▌ | 14/25 [00:14<00:11, 1.09s/it] 60%|██████ | 15/25 [00:15<00:10, 1.09s/it] 64%|██████▍ | 16/25 [00:16<00:09, 1.09s/it] 68%|██████▊ | 17/25 [00:17<00:08, 1.09s/it] 72%|███████▏ | 18/25 [00:18<00:07, 1.09s/it] 76%|███████▌ | 19/25 [00:19<00:06, 1.09s/it] 80%|████████ | 20/25 [00:21<00:05, 1.09s/it] 84%|████████▍ | 21/25 [00:22<00:04, 1.09s/it] 88%|████████▊ | 22/25 [00:23<00:03, 1.09s/it] 92%|█████████▏| 23/25 [00:24<00:02, 1.09s/it] 96%|█████████▌| 24/25 [00:25<00:01, 1.09s/it] 100%|██████████| 25/25 [00:26<00:00, 1.09s/it] 100%|██████████| 25/25 [00:26<00:00, 1.06s/it]
Want to make some of these yourself?
Run this model