biggpt1 / regina
- Public
- 52 runs
-
H100
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cID6n7jfj70q1rme0cpz9n9mbs78mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh. Her blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour. The scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character. Rendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.
- go_fast
- lora_scale
- 0.89
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.46
- output_quality
- 80
- prompt_strength
- 0.8
- extra_lora_scale
- 1
- num_inference_steps
- 28
{ "model": "dev", "prompt": "Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\n\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\n\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\n\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.", "go_fast": false, "lora_scale": 0.89, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.46, "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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { model: "dev", prompt: "Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\n\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\n\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\n\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.", go_fast: false, lora_scale: 0.89, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "png", guidance_scale: 3.46, 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "model": "dev", "prompt": "Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\n\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\n\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\n\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.", "go_fast": False, "lora_scale": 0.89, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.46, "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 biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "model": "dev", "prompt": "Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\\n\\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\\n\\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\\n\\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.", "go_fast": false, "lora_scale": 0.89, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.46, "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-22T23:54:25.114003Z", "created_at": "2025-05-22T23:53:50.520000Z", "data_removed": false, "error": null, "id": "6n7jfj70q1rme0cpz9n9mbs78m", "input": { "model": "dev", "prompt": "Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\n\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\n\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\n\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.", "go_fast": false, "lora_scale": 0.89, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.46, "output_quality": 80, "prompt_strength": 0.8, "extra_lora_scale": 1, "num_inference_steps": 28 }, "logs": "free=27438377799680\nDownloading weights\n2025-05-22T23:53:50Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmge998el/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\n2025-05-22T23:53:50Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-22T23:53:53Z | INFO | [ Complete ] dest=/tmp/tmpmge998el/weights size=\"355 MB\" total_elapsed=2.378s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\nDownloaded weights in 2.41s\nLoaded LoRAs in 3.02s\nUsing seed: 5\nPrompt: Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh.\nHer blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour.\nThe scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character.\nRendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography.\n[!] txt2img mode\n 0%| | 0/28 [00:00<?, ?it/s]\n 4%|▎ | 1/28 [00:01<00:28, 1.05s/it]\n 7%|▋ | 2/28 [00:01<00:24, 1.08it/s]\n 11%|█ | 3/28 [00:02<00:24, 1.02it/s]\n 14%|█▍ | 4/28 [00:03<00:24, 1.00s/it]\n 18%|█▊ | 5/28 [00:05<00:23, 1.02s/it]\n 21%|██▏ | 6/28 [00:06<00:22, 1.03s/it]\n 25%|██▌ | 7/28 [00:07<00:21, 1.03s/it]\n 29%|██▊ | 8/28 [00:08<00:20, 1.04s/it]\n 32%|███▏ | 9/28 [00:09<00:19, 1.04s/it]\n 36%|███▌ | 10/28 [00:10<00:18, 1.04s/it]\n 39%|███▉ | 11/28 [00:11<00:17, 1.04s/it]\n 43%|████▎ | 12/28 [00:12<00:16, 1.04s/it]\n 46%|████▋ | 13/28 [00:13<00:15, 1.04s/it]\n 50%|█████ | 14/28 [00:14<00:14, 1.05s/it]\n 54%|█████▎ | 15/28 [00:15<00:13, 1.04s/it]\n 57%|█████▋ | 16/28 [00:16<00:12, 1.04s/it]\n 61%|██████ | 17/28 [00:17<00:11, 1.04s/it]\n 64%|██████▍ | 18/28 [00:18<00:10, 1.05s/it]\n 68%|██████▊ | 19/28 [00:19<00:09, 1.05s/it]\n 71%|███████▏ | 20/28 [00:20<00:08, 1.05s/it]\n 75%|███████▌ | 21/28 [00:21<00:07, 1.05s/it]\n 79%|███████▊ | 22/28 [00:22<00:06, 1.05s/it]\n 82%|████████▏ | 23/28 [00:23<00:05, 1.05s/it]\n 86%|████████▌ | 24/28 [00:24<00:04, 1.05s/it]\n 89%|████████▉ | 25/28 [00:25<00:03, 1.05s/it]\n 93%|█████████▎| 26/28 [00:26<00:02, 1.05s/it]\n 96%|█████████▋| 27/28 [00:28<00:01, 1.05s/it]\n100%|██████████| 28/28 [00:29<00:00, 1.05s/it]\n100%|██████████| 28/28 [00:29<00:00, 1.04s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 34.43484045, "total_time": 34.594003 }, "output": [ "https://replicate.delivery/xezq/2OcSWVgc0uIvH1HGorxpa8dct0WsVfSRf33zediwGLfEza9SB/out-0.png", "https://replicate.delivery/xezq/lp9x0KVFfsWWHCouCvf3NZ6rGlkfuXpD5eSL9iKoJdDGza9SB/out-1.png", "https://replicate.delivery/xezq/fi9bydOMq1T4C6dPQT7gQWOfKQ2WzEcEX7fdazJXDONjZteSB/out-2.png", "https://replicate.delivery/xezq/HWDZmVCzKfxRG6Ga9Exo3jRi1pge6RtZQKwvSMeBpg4jZteSB/out-3.png" ], "started_at": "2025-05-22T23:53:50.679163Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-rjcqhky5gp5cm3nfxle7w3ummwkxu2jsm7otlmogt7v4l7whocea", "get": "https://api.replicate.com/v1/predictions/6n7jfj70q1rme0cpz9n9mbs78m", "cancel": "https://api.replicate.com/v1/predictions/6n7jfj70q1rme0cpz9n9mbs78m/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated infree=27438377799680 Downloading weights 2025-05-22T23:53:50Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpmge998el/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar 2025-05-22T23:53:50Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-22T23:53:53Z | INFO | [ Complete ] dest=/tmp/tmpmge998el/weights size="355 MB" total_elapsed=2.378s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar Downloaded weights in 2.41s Loaded LoRAs in 3.02s Using seed: 5 Prompt: Professional photoshoot of an RGN subject in classic 1960s glamour style, inspired by vintage Playboy covers. The subject is posed gracefully on an ornate, golden velvet chaise lounge, evoking old-Hollywood elegance. She wears a form-fitting strapless black cocktail dress with lace side panels and a sweetheart neckline that accentuates the hourglass silhouette. Her legs are crossed casually yet confidently, one arm draped elegantly over the armrest, the other resting lightly on her thigh. Her blonde, shoulder-length hair is styled in voluminous retro curls, parted to the side, with soft waves framing her face. Her makeup features bold red lipstick, black winged eyeliner, and flawless matte skin — a true nod to 1962 glamour. The scene is softly lit with warm studio lighting, simulating a classic film grain texture. The background features vintage wallpaper in gold tones and subtle vignetting around the edges, adding depth and nostalgic character. Rendered in a cinematic editorial tone, shot on a Canon R5 with an 85mm prime lens, using soft diffusion filters to mimic the magazine cover aesthetics of the 60s. The image is styled as a retro magazine cover layout, with subtle paper texture and authentic typography. [!] txt2img mode 0%| | 0/28 [00:00<?, ?it/s] 4%|▎ | 1/28 [00:01<00:28, 1.05s/it] 7%|▋ | 2/28 [00:01<00:24, 1.08it/s] 11%|█ | 3/28 [00:02<00:24, 1.02it/s] 14%|█▍ | 4/28 [00:03<00:24, 1.00s/it] 18%|█▊ | 5/28 [00:05<00:23, 1.02s/it] 21%|██▏ | 6/28 [00:06<00:22, 1.03s/it] 25%|██▌ | 7/28 [00:07<00:21, 1.03s/it] 29%|██▊ | 8/28 [00:08<00:20, 1.04s/it] 32%|███▏ | 9/28 [00:09<00:19, 1.04s/it] 36%|███▌ | 10/28 [00:10<00:18, 1.04s/it] 39%|███▉ | 11/28 [00:11<00:17, 1.04s/it] 43%|████▎ | 12/28 [00:12<00:16, 1.04s/it] 46%|████▋ | 13/28 [00:13<00:15, 1.04s/it] 50%|█████ | 14/28 [00:14<00:14, 1.05s/it] 54%|█████▎ | 15/28 [00:15<00:13, 1.04s/it] 57%|█████▋ | 16/28 [00:16<00:12, 1.04s/it] 61%|██████ | 17/28 [00:17<00:11, 1.04s/it] 64%|██████▍ | 18/28 [00:18<00:10, 1.05s/it] 68%|██████▊ | 19/28 [00:19<00:09, 1.05s/it] 71%|███████▏ | 20/28 [00:20<00:08, 1.05s/it] 75%|███████▌ | 21/28 [00:21<00:07, 1.05s/it] 79%|███████▊ | 22/28 [00:22<00:06, 1.05s/it] 82%|████████▏ | 23/28 [00:23<00:05, 1.05s/it] 86%|████████▌ | 24/28 [00:24<00:04, 1.05s/it] 89%|████████▉ | 25/28 [00:25<00:03, 1.05s/it] 93%|█████████▎| 26/28 [00:26<00:02, 1.05s/it] 96%|█████████▋| 27/28 [00:28<00:01, 1.05s/it] 100%|██████████| 28/28 [00:29<00:00, 1.05s/it] 100%|██████████| 28/28 [00:29<00:00, 1.04s/it] Total safe images: 4 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cIDk4s73815f5rm80cpz9sv2wq1wcStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear. Her hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves. The image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip. The background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues. Shot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.
- go_fast
- lora_scale
- 0.94
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.27
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "image": "https://replicate.delivery/pbxt/N3VvaU38JG4MJPzOc9WKf9WWfy3Xb1KINysx2igDAJMRfmhq/image.png", "model": "dev", "prompt": "Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\n\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\n\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\n\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\n\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\n\n", "go_fast": false, "lora_scale": 0.94, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.27, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { image: "https://replicate.delivery/pbxt/N3VvaU38JG4MJPzOc9WKf9WWfy3Xb1KINysx2igDAJMRfmhq/image.png", model: "dev", prompt: "Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\n\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\n\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\n\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\n\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\n\n", go_fast: false, lora_scale: 0.94, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "png", guidance_scale: 3.27, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "image": "https://replicate.delivery/pbxt/N3VvaU38JG4MJPzOc9WKf9WWfy3Xb1KINysx2igDAJMRfmhq/image.png", "model": "dev", "prompt": "Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\n\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\n\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\n\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\n\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\n\n", "go_fast": False, "lora_scale": 0.94, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.27, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "image": "https://replicate.delivery/pbxt/N3VvaU38JG4MJPzOc9WKf9WWfy3Xb1KINysx2igDAJMRfmhq/image.png", "model": "dev", "prompt": "Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\\n\\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\\n\\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\\n\\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\\n\\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\\n\\n", "go_fast": false, "lora_scale": 0.94, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.27, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:03:43.039285Z", "created_at": "2025-05-23T00:02:52.409000Z", "data_removed": false, "error": null, "id": "k4s73815f5rm80cpz9sv2wq1wc", "input": { "image": "https://replicate.delivery/pbxt/N3VvaU38JG4MJPzOc9WKf9WWfy3Xb1KINysx2igDAJMRfmhq/image.png", "model": "dev", "prompt": "Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\n\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\n\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\n\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\n\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\n\n", "go_fast": false, "lora_scale": 0.94, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.27, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "free=27250916532224\nDownloading weights\n2025-05-23T00:02:52Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpfqyp68bg/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\n2025-05-23T00:02:52Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-23T00:03:00Z | INFO | [ Complete ] dest=/tmp/tmpfqyp68bg/weights size=\"355 MB\" total_elapsed=8.112s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\nDownloaded weights in 8.14s\nLoaded LoRAs in 8.76s\nUsing seed: 25711\nPrompt: Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear.\nHer hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves.\nThe image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip.\nThe background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues.\nShot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print.\nInput image size: 1116x1498\n[!] Resizing input image from 1116x1498 to 1072x1440\n[!] img2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:01<00:26, 1.27s/it]\n 9%|▉ | 2/22 [00:02<00:28, 1.45s/it]\n 14%|█▎ | 3/22 [00:04<00:28, 1.50s/it]\n 18%|█▊ | 4/22 [00:05<00:27, 1.53s/it]\n 23%|██▎ | 5/22 [00:07<00:26, 1.54s/it]\n 27%|██▋ | 6/22 [00:09<00:24, 1.55s/it]\n 32%|███▏ | 7/22 [00:10<00:23, 1.56s/it]\n 36%|███▋ | 8/22 [00:12<00:21, 1.56s/it]\n 41%|████ | 9/22 [00:13<00:20, 1.57s/it]\n 45%|████▌ | 10/22 [00:15<00:18, 1.57s/it]\n 50%|█████ | 11/22 [00:16<00:17, 1.57s/it]\n 55%|█████▍ | 12/22 [00:18<00:15, 1.57s/it]\n 59%|█████▉ | 13/22 [00:20<00:14, 1.57s/it]\n 64%|██████▎ | 14/22 [00:21<00:12, 1.57s/it]\n 68%|██████▊ | 15/22 [00:23<00:11, 1.57s/it]\n 73%|███████▎ | 16/22 [00:24<00:09, 1.57s/it]\n 77%|███████▋ | 17/22 [00:26<00:07, 1.57s/it]\n 82%|████████▏ | 18/22 [00:27<00:06, 1.57s/it]\n 86%|████████▋ | 19/22 [00:29<00:04, 1.57s/it]\n 91%|█████████ | 20/22 [00:31<00:03, 1.57s/it]\n 95%|█████████▌| 21/22 [00:32<00:01, 1.58s/it]\n100%|██████████| 22/22 [00:34<00:00, 1.57s/it]\n100%|██████████| 22/22 [00:34<00:00, 1.56s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 50.560439541, "total_time": 50.630285 }, "output": [ "https://replicate.delivery/xezq/y8We8zTozZTyCqJpJXhYenIBav4TaiDcYECWJnHVfCefr26lC/out-0.png", "https://replicate.delivery/xezq/oHZ23fTG0y31EK8fSSCIcOCEKp3r3FvTof8L3LpSP8KeVb9SB/out-1.png", "https://replicate.delivery/xezq/SXbHMBo4d6qZO5c5ErVZwnbEqrV092uXbaLpbIEBJgzXt1LF/out-2.png", "https://replicate.delivery/xezq/3cVHgg99GWpwFlKePH6R2ylVfDvHMwwXY9QseKm5zwyfVb9SB/out-3.png" ], "started_at": "2025-05-23T00:02:52.478845Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-4wkoupsbxa4iprz4pzwq2z65tp6otrdiefcuimsjefaiaigyluda", "get": "https://api.replicate.com/v1/predictions/k4s73815f5rm80cpz9sv2wq1wc", "cancel": "https://api.replicate.com/v1/predictions/k4s73815f5rm80cpz9sv2wq1wc/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated infree=27250916532224 Downloading weights 2025-05-23T00:02:52Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpfqyp68bg/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar 2025-05-23T00:02:52Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-23T00:03:00Z | INFO | [ Complete ] dest=/tmp/tmpfqyp68bg/weights size="355 MB" total_elapsed=8.112s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar Downloaded weights in 8.14s Loaded LoRAs in 8.76s Using seed: 25711 Prompt: Vintage-style magazine cover photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and warm brown hair — captured in a retro film aesthetic for a 70s-style swimsuit feature. The subject stands confidently against a sunlit beach backdrop, dressed in a classic high-waisted bikini in rich rust-red or faded mustard yellow — evoking the timeless glamour of retro swimwear. Her hair is softly waved, styled with volume, slightly tousled by the breeze. Her dark brown eyes reflect the sunlight with a warm glow. Her skin has a sun-kissed tone, with natural light wrapping gently around her curves. The image is shot to mimic vintage 35mm color film, complete with subtle film grain, natural lens flares, slightly muted contrast, and soft imperfections like edge blur or light leaks. There’s a faded date-stamp in the corner and a creamy vignette around the edges. Her pose is relaxed, authentic, and flirtatious — one hand brushing her hair back, the other at her hip. The background is slightly overexposed in places, adding to the nostalgic glow. The horizon is washed out by sun haze, and the overall palette leans into warm yellows, soft reds, and sun-bleached blues. Shot with a simulated 70s analog camera using a vintage 85mm film lens, processed with classic Kodak-inspired film color grading. Final output includes visible film border edges, grain, light leaks, and imperfect focus — exactly like a real retro swimwear editorial from the golden age of print. Input image size: 1116x1498 [!] Resizing input image from 1116x1498 to 1072x1440 [!] img2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:01<00:26, 1.27s/it] 9%|▉ | 2/22 [00:02<00:28, 1.45s/it] 14%|█▎ | 3/22 [00:04<00:28, 1.50s/it] 18%|█▊ | 4/22 [00:05<00:27, 1.53s/it] 23%|██▎ | 5/22 [00:07<00:26, 1.54s/it] 27%|██▋ | 6/22 [00:09<00:24, 1.55s/it] 32%|███▏ | 7/22 [00:10<00:23, 1.56s/it] 36%|███▋ | 8/22 [00:12<00:21, 1.56s/it] 41%|████ | 9/22 [00:13<00:20, 1.57s/it] 45%|████▌ | 10/22 [00:15<00:18, 1.57s/it] 50%|█████ | 11/22 [00:16<00:17, 1.57s/it] 55%|█████▍ | 12/22 [00:18<00:15, 1.57s/it] 59%|█████▉ | 13/22 [00:20<00:14, 1.57s/it] 64%|██████▎ | 14/22 [00:21<00:12, 1.57s/it] 68%|██████▊ | 15/22 [00:23<00:11, 1.57s/it] 73%|███████▎ | 16/22 [00:24<00:09, 1.57s/it] 77%|███████▋ | 17/22 [00:26<00:07, 1.57s/it] 82%|████████▏ | 18/22 [00:27<00:06, 1.57s/it] 86%|████████▋ | 19/22 [00:29<00:04, 1.57s/it] 91%|█████████ | 20/22 [00:31<00:03, 1.57s/it] 95%|█████████▌| 21/22 [00:32<00:01, 1.58s/it] 100%|██████████| 22/22 [00:34<00:00, 1.57s/it] 100%|██████████| 22/22 [00:34<00:00, 1.56s/it] Total safe images: 4 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cID24t3smv2pdrmc0cpz9ttb0da1wStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour. She appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip. Each frame showcases a different iconic pose: Hands lifted above her head, looking to the side with a casual, sunlit confidence. Full eye contact with the camera, standing square with hands on hips — classic cover stance. Framing her face with her hands in a playful, flirty gesture. Looking off-camera to the side with a strong profile, evoking mystery and elegance. The entire collage is styled to mimic retro instant film: Visible borders between frames Subtle light leaks and grain Slightly off-center framing for that analog feel Tones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows. Shot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.
- go_fast
- lora_scale
- 0.91
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.07
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "image": "https://replicate.delivery/pbxt/N3VxuSWV5WpoSbwiIfeIvKHA3NXJwP9UgbQLp7zlZ0lfsymX/image.png", "model": "dev", "prompt": "Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\n\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\n\nEach frame showcases a different iconic pose:\n\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\n\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\n\nFraming her face with her hands in a playful, flirty gesture.\n\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\n\nThe entire collage is styled to mimic retro instant film:\n\nVisible borders between frames\n\nSubtle light leaks and grain\n\nSlightly off-center framing for that analog feel\n\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\n\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { image: "https://replicate.delivery/pbxt/N3VxuSWV5WpoSbwiIfeIvKHA3NXJwP9UgbQLp7zlZ0lfsymX/image.png", model: "dev", prompt: "Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\n\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\n\nEach frame showcases a different iconic pose:\n\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\n\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\n\nFraming her face with her hands in a playful, flirty gesture.\n\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\n\nThe entire collage is styled to mimic retro instant film:\n\nVisible borders between frames\n\nSubtle light leaks and grain\n\nSlightly off-center framing for that analog feel\n\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\n\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.", go_fast: false, lora_scale: 0.91, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "png", guidance_scale: 3.07, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "image": "https://replicate.delivery/pbxt/N3VxuSWV5WpoSbwiIfeIvKHA3NXJwP9UgbQLp7zlZ0lfsymX/image.png", "model": "dev", "prompt": "Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\n\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\n\nEach frame showcases a different iconic pose:\n\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\n\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\n\nFraming her face with her hands in a playful, flirty gesture.\n\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\n\nThe entire collage is styled to mimic retro instant film:\n\nVisible borders between frames\n\nSubtle light leaks and grain\n\nSlightly off-center framing for that analog feel\n\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\n\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.", "go_fast": False, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "image": "https://replicate.delivery/pbxt/N3VxuSWV5WpoSbwiIfeIvKHA3NXJwP9UgbQLp7zlZ0lfsymX/image.png", "model": "dev", "prompt": "Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\\n\\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\\n\\nEach frame showcases a different iconic pose:\\n\\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\\n\\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\\n\\nFraming her face with her hands in a playful, flirty gesture.\\n\\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\\n\\nThe entire collage is styled to mimic retro instant film:\\n\\nVisible borders between frames\\n\\nSubtle light leaks and grain\\n\\nSlightly off-center framing for that analog feel\\n\\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\\n\\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:06:01.326986Z", "created_at": "2025-05-23T00:05:19.155000Z", "data_removed": false, "error": null, "id": "24t3smv2pdrmc0cpz9ttb0da1w", "input": { "image": "https://replicate.delivery/pbxt/N3VxuSWV5WpoSbwiIfeIvKHA3NXJwP9UgbQLp7zlZ0lfsymX/image.png", "model": "dev", "prompt": "Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\n\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\n\nEach frame showcases a different iconic pose:\n\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\n\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\n\nFraming her face with her hands in a playful, flirty gesture.\n\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\n\nThe entire collage is styled to mimic retro instant film:\n\nVisible borders between frames\n\nSubtle light leaks and grain\n\nSlightly off-center framing for that analog feel\n\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\n\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "Loaded LoRAs in 0.60s\nUsing seed: 40481\nPrompt: Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour.\nShe appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip.\nEach frame showcases a different iconic pose:\nHands lifted above her head, looking to the side with a casual, sunlit confidence.\nFull eye contact with the camera, standing square with hands on hips — classic cover stance.\nFraming her face with her hands in a playful, flirty gesture.\nLooking off-camera to the side with a strong profile, evoking mystery and elegance.\nThe entire collage is styled to mimic retro instant film:\nVisible borders between frames\nSubtle light leaks and grain\nSlightly off-center framing for that analog feel\nTones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows.\nShot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive.\nInput image size: 1116x1498\n[!] Resizing input image from 1116x1498 to 1072x1440\n[!] img2img mode\n 0%| | 0/22 [00:00<?, ?it/s]\n 5%|▍ | 1/22 [00:01<00:26, 1.27s/it]\n 9%|▉ | 2/22 [00:02<00:28, 1.45s/it]\n 14%|█▎ | 3/22 [00:04<00:28, 1.51s/it]\n 18%|█▊ | 4/22 [00:05<00:27, 1.53s/it]\n 23%|██▎ | 5/22 [00:07<00:26, 1.55s/it]\n 27%|██▋ | 6/22 [00:09<00:24, 1.56s/it]\n 32%|███▏ | 7/22 [00:10<00:23, 1.56s/it]\n 36%|███▋ | 8/22 [00:12<00:21, 1.57s/it]\n 41%|████ | 9/22 [00:13<00:20, 1.57s/it]\n 45%|████▌ | 10/22 [00:15<00:18, 1.57s/it]\n 50%|█████ | 11/22 [00:17<00:17, 1.58s/it]\n 55%|█████▍ | 12/22 [00:18<00:15, 1.58s/it]\n 59%|█████▉ | 13/22 [00:20<00:14, 1.58s/it]\n 64%|██████▎ | 14/22 [00:21<00:12, 1.58s/it]\n 68%|██████▊ | 15/22 [00:23<00:11, 1.58s/it]\n 73%|███████▎ | 16/22 [00:24<00:09, 1.58s/it]\n 77%|███████▋ | 17/22 [00:26<00:07, 1.58s/it]\n 82%|████████▏ | 18/22 [00:28<00:06, 1.58s/it]\n 86%|████████▋ | 19/22 [00:29<00:04, 1.58s/it]\n 91%|█████████ | 20/22 [00:31<00:03, 1.58s/it]\n 95%|█████████▌| 21/22 [00:32<00:01, 1.58s/it]\n100%|██████████| 22/22 [00:34<00:00, 1.58s/it]\n100%|██████████| 22/22 [00:34<00:00, 1.56s/it]\nNSFW content detected in image 0\nTotal safe images: 3 out of 4", "metrics": { "predict_time": 41.780922053, "total_time": 42.171986 }, "output": [ "https://replicate.delivery/xezq/d0S5hVADm9ItOJN2TXocotd3VSpZA7h6TQHDEfedWsup3WvUA/out-1.png", "https://replicate.delivery/xezq/Kx4HOC6uW84VDNvh8ovpXfpbFmVEEXGYDRjZ8zUNzZm0brXKA/out-2.png", "https://replicate.delivery/xezq/UoxVsWPxhhavApk0IvUh3QosETpchR7Iw72yiaKfa0s0brXKA/out-3.png" ], "started_at": "2025-05-23T00:05:19.546064Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-wxwvkuwklylmia2ualdjb2u4sojamwmyae3buesmvvkywjhb2fea", "get": "https://api.replicate.com/v1/predictions/24t3smv2pdrmc0cpz9ttb0da1w", "cancel": "https://api.replicate.com/v1/predictions/24t3smv2pdrmc0cpz9ttb0da1w/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated inLoaded LoRAs in 0.60s Using seed: 40481 Prompt: Vintage-style 4-frame collage photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — inspired by retro film photo booth aesthetics. Each frame captures the subject in a different pose, all within the same soft-lit, minimal studio setting, wearing a vivid red triangle bikini top styled to evoke 70s-90s vintage glamour. She appears against a plain off-white backdrop, giving full focus to her form and expressions. Her brown hair is styled in soft, voluminous waves, while her makeup is polished yet natural, with defined brows, bronzed cheeks, and a glossy nude lip. Each frame showcases a different iconic pose: Hands lifted above her head, looking to the side with a casual, sunlit confidence. Full eye contact with the camera, standing square with hands on hips — classic cover stance. Framing her face with her hands in a playful, flirty gesture. Looking off-camera to the side with a strong profile, evoking mystery and elegance. The entire collage is styled to mimic retro instant film: Visible borders between frames Subtle light leaks and grain Slightly off-center framing for that analog feel Tones graded to simulate Kodak Gold 200 or Fujifilm Superia film: warm, saturated skin tones, and slight magenta shadows. Shot as if using a vintage 35mm analog camera, with soft flash, slight lens falloff, and handcrafted imperfections. Final image appears like it was pulled from a contact sheet or a 90s model test archive. Input image size: 1116x1498 [!] Resizing input image from 1116x1498 to 1072x1440 [!] img2img mode 0%| | 0/22 [00:00<?, ?it/s] 5%|▍ | 1/22 [00:01<00:26, 1.27s/it] 9%|▉ | 2/22 [00:02<00:28, 1.45s/it] 14%|█▎ | 3/22 [00:04<00:28, 1.51s/it] 18%|█▊ | 4/22 [00:05<00:27, 1.53s/it] 23%|██▎ | 5/22 [00:07<00:26, 1.55s/it] 27%|██▋ | 6/22 [00:09<00:24, 1.56s/it] 32%|███▏ | 7/22 [00:10<00:23, 1.56s/it] 36%|███▋ | 8/22 [00:12<00:21, 1.57s/it] 41%|████ | 9/22 [00:13<00:20, 1.57s/it] 45%|████▌ | 10/22 [00:15<00:18, 1.57s/it] 50%|█████ | 11/22 [00:17<00:17, 1.58s/it] 55%|█████▍ | 12/22 [00:18<00:15, 1.58s/it] 59%|█████▉ | 13/22 [00:20<00:14, 1.58s/it] 64%|██████▎ | 14/22 [00:21<00:12, 1.58s/it] 68%|██████▊ | 15/22 [00:23<00:11, 1.58s/it] 73%|███████▎ | 16/22 [00:24<00:09, 1.58s/it] 77%|███████▋ | 17/22 [00:26<00:07, 1.58s/it] 82%|████████▏ | 18/22 [00:28<00:06, 1.58s/it] 86%|████████▋ | 19/22 [00:29<00:04, 1.58s/it] 91%|█████████ | 20/22 [00:31<00:03, 1.58s/it] 95%|█████████▌| 21/22 [00:32<00:01, 1.58s/it] 100%|██████████| 22/22 [00:34<00:00, 1.58s/it] 100%|██████████| 22/22 [00:34<00:00, 1.56s/it] NSFW content detected in image 0 Total safe images: 3 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cIDgqzvnmmph9rmc0cpza19ay0ergStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm. Her brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones. The photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment. Shot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.
- go_fast
- lora_scale
- 0.87
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "model": "dev", "prompt": "Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\n\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\n\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\n\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\n\n", "go_fast": false, "lora_scale": 0.87, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { model: "dev", prompt: "Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\n\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\n\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\n\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\n\n", go_fast: false, lora_scale: 0.87, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "model": "dev", "prompt": "Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\n\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\n\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\n\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\n\n", "go_fast": False, "lora_scale": 0.87, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "model": "dev", "prompt": "Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\\n\\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\\n\\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\\n\\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\\n\\n", "go_fast": false, "lora_scale": 0.87, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:20:20.766602Z", "created_at": "2025-05-23T00:19:44.394000Z", "data_removed": false, "error": null, "id": "gqzvnmmph9rmc0cpza19ay0erg", "input": { "model": "dev", "prompt": "Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\n\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\n\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\n\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\n\n", "go_fast": false, "lora_scale": 0.87, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "Loaded LoRAs in 2.51s\nUsing seed: 26584\nPrompt: Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm.\nHer brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones.\nThe photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment.\nShot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine.\n[!] txt2img mode\n 0%| | 0/31 [00:00<?, ?it/s]\n 3%|▎ | 1/31 [00:01<00:30, 1.03s/it]\n 6%|▋ | 2/31 [00:01<00:26, 1.10it/s]\n 10%|▉ | 3/31 [00:02<00:26, 1.04it/s]\n 13%|█▎ | 4/31 [00:03<00:26, 1.02it/s]\n 16%|█▌ | 5/31 [00:04<00:26, 1.00s/it]\n 19%|█▉ | 6/31 [00:05<00:25, 1.01s/it]\n 23%|██▎ | 7/31 [00:06<00:24, 1.01s/it]\n 26%|██▌ | 8/31 [00:08<00:23, 1.02s/it]\n 29%|██▉ | 9/31 [00:09<00:22, 1.02s/it]\n 32%|███▏ | 10/31 [00:10<00:21, 1.02s/it]\n 35%|███▌ | 11/31 [00:11<00:20, 1.02s/it]\n 39%|███▊ | 12/31 [00:12<00:19, 1.02s/it]\n 42%|████▏ | 13/31 [00:13<00:18, 1.02s/it]\n 45%|████▌ | 14/31 [00:14<00:17, 1.02s/it]\n 48%|████▊ | 15/31 [00:15<00:16, 1.02s/it]\n 52%|█████▏ | 16/31 [00:16<00:15, 1.03s/it]\n 55%|█████▍ | 17/31 [00:17<00:14, 1.02s/it]\n 58%|█████▊ | 18/31 [00:18<00:13, 1.02s/it]\n 61%|██████▏ | 19/31 [00:19<00:12, 1.03s/it]\n 65%|██████▍ | 20/31 [00:20<00:11, 1.03s/it]\n 68%|██████▊ | 21/31 [00:21<00:10, 1.03s/it]\n 71%|███████ | 22/31 [00:22<00:09, 1.03s/it]\n 74%|███████▍ | 23/31 [00:23<00:08, 1.03s/it]\n 77%|███████▋ | 24/31 [00:24<00:07, 1.03s/it]\n 81%|████████ | 25/31 [00:25<00:06, 1.03s/it]\n 84%|████████▍ | 26/31 [00:26<00:05, 1.03s/it]\n 87%|████████▋ | 27/31 [00:27<00:04, 1.03s/it]\n 90%|█████████ | 28/31 [00:28<00:03, 1.03s/it]\n 94%|█████████▎| 29/31 [00:29<00:02, 1.03s/it]\n 97%|█████████▋| 30/31 [00:30<00:01, 1.03s/it]\n100%|██████████| 31/31 [00:31<00:00, 1.03s/it]\n100%|██████████| 31/31 [00:31<00:00, 1.02s/it]\nNSFW content detected in image 0\nNSFW content detected in image 2\nTotal safe images: 2 out of 4", "metrics": { "predict_time": 35.874119547, "total_time": 36.372602 }, "output": [ "https://replicate.delivery/xezq/2gdXIDYxYsr0MVmX82Pp14eEBePYfjbFdT4kmUXKOt1IKueSB/out-1.png", "https://replicate.delivery/xezq/vmeX9ZstXy2MfEmmG0IYFtpfEnJbRNfq7XFTKveADq1lo46lC/out-3.png" ], "started_at": "2025-05-23T00:19:44.892482Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-kbd2hpfldrnug3vcehnuptxps52lk4v2sen2kjicag7uf6yf4a5q", "get": "https://api.replicate.com/v1/predictions/gqzvnmmph9rmc0cpza19ay0erg", "cancel": "https://api.replicate.com/v1/predictions/gqzvnmmph9rmc0cpza19ay0erg/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated inLoaded LoRAs in 2.51s Using seed: 26584 Prompt: Vintage-style magazine feature of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in a nostalgic 90s bedroom aesthetic. The subject is seen through a round mirror, posing confidently yet softly in a cozy, softly lit room. She wears a high-cut baby pink bikini bottom paired with a knotted white and pink crop top, accentuating her waistline and giving the look a youthful, retro charm. Her brown hair is long and straight, cascading naturally over her shoulders. Her dark eyes gaze subtly to the side, exuding quiet allure and confidence. The lighting is ambient and diffused, coming from a nearby window, creating soft shadows and warm skin tones. The photograph is styled with faded film tones, gentle grain and vignette, and muted contrast to mimic the feel of vintage print editorials. The mirror adds depth and intimacy, while the background — a slightly unmade bed, TV, and cluttered desk — brings authenticity to the scene, as if captured during a real moment. Shot with a simulated Contax T2 on 35mm film, processed with Fuji Superia or Kodak Gold LUTs to create that nostalgic, analog warmth. Final image feels like an editorial page from a 1999 issue of FHM, ELLE Girl, or an underground fashion zine. [!] txt2img mode 0%| | 0/31 [00:00<?, ?it/s] 3%|▎ | 1/31 [00:01<00:30, 1.03s/it] 6%|▋ | 2/31 [00:01<00:26, 1.10it/s] 10%|▉ | 3/31 [00:02<00:26, 1.04it/s] 13%|█▎ | 4/31 [00:03<00:26, 1.02it/s] 16%|█▌ | 5/31 [00:04<00:26, 1.00s/it] 19%|█▉ | 6/31 [00:05<00:25, 1.01s/it] 23%|██▎ | 7/31 [00:06<00:24, 1.01s/it] 26%|██▌ | 8/31 [00:08<00:23, 1.02s/it] 29%|██▉ | 9/31 [00:09<00:22, 1.02s/it] 32%|███▏ | 10/31 [00:10<00:21, 1.02s/it] 35%|███▌ | 11/31 [00:11<00:20, 1.02s/it] 39%|███▊ | 12/31 [00:12<00:19, 1.02s/it] 42%|████▏ | 13/31 [00:13<00:18, 1.02s/it] 45%|████▌ | 14/31 [00:14<00:17, 1.02s/it] 48%|████▊ | 15/31 [00:15<00:16, 1.02s/it] 52%|█████▏ | 16/31 [00:16<00:15, 1.03s/it] 55%|█████▍ | 17/31 [00:17<00:14, 1.02s/it] 58%|█████▊ | 18/31 [00:18<00:13, 1.02s/it] 61%|██████▏ | 19/31 [00:19<00:12, 1.03s/it] 65%|██████▍ | 20/31 [00:20<00:11, 1.03s/it] 68%|██████▊ | 21/31 [00:21<00:10, 1.03s/it] 71%|███████ | 22/31 [00:22<00:09, 1.03s/it] 74%|███████▍ | 23/31 [00:23<00:08, 1.03s/it] 77%|███████▋ | 24/31 [00:24<00:07, 1.03s/it] 81%|████████ | 25/31 [00:25<00:06, 1.03s/it] 84%|████████▍ | 26/31 [00:26<00:05, 1.03s/it] 87%|████████▋ | 27/31 [00:27<00:04, 1.03s/it] 90%|█████████ | 28/31 [00:28<00:03, 1.03s/it] 94%|█████████▎| 29/31 [00:29<00:02, 1.03s/it] 97%|█████████▋| 30/31 [00:30<00:01, 1.03s/it] 100%|██████████| 31/31 [00:31<00:00, 1.03s/it] 100%|██████████| 31/31 [00:31<00:00, 1.02s/it] NSFW content detected in image 0 NSFW content detected in image 2 Total safe images: 2 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cIDyt3cmsdbsnrme0cpza19n4t5pmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline. Her posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe. The photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind. Shot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.
- go_fast
- lora_scale
- 0.85
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 2.78
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "model": "dev", "prompt": "High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\n\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\n\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\n\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\n\n", "go_fast": false, "lora_scale": 0.85, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 2.78, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { model: "dev", prompt: "High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\n\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\n\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\n\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\n\n", go_fast: false, lora_scale: 0.85, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "png", guidance_scale: 2.78, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "model": "dev", "prompt": "High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\n\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\n\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\n\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\n\n", "go_fast": False, "lora_scale": 0.85, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 2.78, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "model": "dev", "prompt": "High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\\n\\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\\n\\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\\n\\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\\n\\n", "go_fast": false, "lora_scale": 0.85, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 2.78, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:20:36.743164Z", "created_at": "2025-05-23T00:19:49.837000Z", "data_removed": false, "error": null, "id": "yt3cmsdbsnrme0cpza19n4t5pm", "input": { "model": "dev", "prompt": "High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\n\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\n\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\n\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\n\n", "go_fast": false, "lora_scale": 0.85, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 2.78, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "free=26940677259264\nDownloading weights\n2025-05-23T00:19:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq0drtcml/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\n2025-05-23T00:19:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local\n2025-05-23T00:20:00Z | INFO | [ Complete ] dest=/tmp/tmpq0drtcml/weights size=\"355 MB\" total_elapsed=3.562s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar\nDownloaded weights in 3.59s\nLoaded LoRAs in 6.36s\nUsing seed: 19859\nPrompt: High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline.\nHer posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe.\nThe photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind.\nShot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet.\n[!] txt2img mode\n 0%| | 0/31 [00:00<?, ?it/s]\n 3%|▎ | 1/31 [00:01<00:31, 1.04s/it]\n 6%|▋ | 2/31 [00:01<00:26, 1.08it/s]\n 10%|▉ | 3/31 [00:02<00:27, 1.02it/s]\n 13%|█▎ | 4/31 [00:03<00:27, 1.01s/it]\n 16%|█▌ | 5/31 [00:05<00:26, 1.02s/it]\n 19%|█▉ | 6/31 [00:06<00:25, 1.03s/it]\n 23%|██▎ | 7/31 [00:07<00:24, 1.03s/it]\n 26%|██▌ | 8/31 [00:08<00:23, 1.03s/it]\n 29%|██▉ | 9/31 [00:09<00:22, 1.04s/it]\n 32%|███▏ | 10/31 [00:10<00:21, 1.04s/it]\n 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it]\n 39%|███▊ | 12/31 [00:12<00:19, 1.04s/it]\n 42%|████▏ | 13/31 [00:13<00:18, 1.04s/it]\n 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it]\n 48%|████▊ | 15/31 [00:15<00:16, 1.04s/it]\n 52%|█████▏ | 16/31 [00:16<00:15, 1.04s/it]\n 55%|█████▍ | 17/31 [00:17<00:14, 1.04s/it]\n 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it]\n 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it]\n 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it]\n 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it]\n 71%|███████ | 22/31 [00:22<00:09, 1.04s/it]\n 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it]\n 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it]\n 81%|████████ | 25/31 [00:25<00:06, 1.04s/it]\n 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it]\n 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it]\n 90%|█████████ | 28/31 [00:28<00:03, 1.04s/it]\n 94%|█████████▎| 29/31 [00:30<00:02, 1.04s/it]\n 97%|█████████▋| 30/31 [00:31<00:01, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.04s/it]\nNSFW content detected in image 0\nNSFW content detected in image 1\nNSFW content detected in image 2\nTotal safe images: 1 out of 4", "metrics": { "predict_time": 39.911407688, "total_time": 46.906164 }, "output": [ "https://replicate.delivery/xezq/LnwpnBbCx26yF5ED6IHzJWAlK2FzmlJOKEuE2BEFCGAVx1LF/out-3.png" ], "started_at": "2025-05-23T00:19:56.831756Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-5xyteyyhdq7unwta3k2mqi5msgt2fdfhyhdiedl54upr4vef7xbq", "get": "https://api.replicate.com/v1/predictions/yt3cmsdbsnrme0cpza19n4t5pm", "cancel": "https://api.replicate.com/v1/predictions/yt3cmsdbsnrme0cpza19n4t5pm/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated infree=26940677259264 Downloading weights 2025-05-23T00:19:56Z | INFO | [ Initiating ] chunk_size=150M dest=/tmp/tmpq0drtcml/weights url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar 2025-05-23T00:19:56Z | INFO | [ Cache Service ] enabled=true scheme=http target=hermes.services.svc.cluster.local 2025-05-23T00:20:00Z | INFO | [ Complete ] dest=/tmp/tmpq0drtcml/weights size="355 MB" total_elapsed=3.562s url=https://replicate.delivery/xezq/iMfOiq7dLP38Ea8hPltgTjruUxYiMqjHfWqwxVtdgzdAoWvUA/trained_model.tar Downloaded weights in 3.59s Loaded LoRAs in 6.36s Using seed: 19859 Prompt: High-contrast black-and-white editorial photoshoot of an RGN subject — an Armenian woman with a sexy body, dark brown eyes, and brown hair — captured in a bold minimalist style. The subject is posing confidently against a clean white wall under sharp natural sunlight. She wears a ribbed white crop tank lifted between her lips and a pair of minimal white tie-side bikini bottoms, revealing her sculpted abs and toned waistline. Her posture is bold and empowered — one hand on her hip, the other arm lifted, exposing her side. She wears narrow, retro-style sunglasses, tilted downward on her nose, adding a playful touch to the sensuality. Her brown hair is styled in a messy top knot, emphasizing a spontaneous, effortless vibe. The photo is rendered in high-contrast black and white, with hard shadows defining her curves and bone structure. The lighting is raw and real — direct natural light creates dramatic silhouettes and geometric shadow play on her body and the wall behind. Shot as if on a Leica M6 with a 50mm lens, using Ilford HP5 black-and-white film simulation: strong grain, crisp midtones, and blown-out highlights on fabric. The final image feels editorial yet intimate, simultaneously classic and provocative — like a lost frame from a 90s Helmut Newton contact sheet. [!] txt2img mode 0%| | 0/31 [00:00<?, ?it/s] 3%|▎ | 1/31 [00:01<00:31, 1.04s/it] 6%|▋ | 2/31 [00:01<00:26, 1.08it/s] 10%|▉ | 3/31 [00:02<00:27, 1.02it/s] 13%|█▎ | 4/31 [00:03<00:27, 1.01s/it] 16%|█▌ | 5/31 [00:05<00:26, 1.02s/it] 19%|█▉ | 6/31 [00:06<00:25, 1.03s/it] 23%|██▎ | 7/31 [00:07<00:24, 1.03s/it] 26%|██▌ | 8/31 [00:08<00:23, 1.03s/it] 29%|██▉ | 9/31 [00:09<00:22, 1.04s/it] 32%|███▏ | 10/31 [00:10<00:21, 1.04s/it] 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it] 39%|███▊ | 12/31 [00:12<00:19, 1.04s/it] 42%|████▏ | 13/31 [00:13<00:18, 1.04s/it] 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it] 48%|████▊ | 15/31 [00:15<00:16, 1.04s/it] 52%|█████▏ | 16/31 [00:16<00:15, 1.04s/it] 55%|█████▍ | 17/31 [00:17<00:14, 1.04s/it] 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it] 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it] 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it] 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it] 71%|███████ | 22/31 [00:22<00:09, 1.04s/it] 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it] 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it] 81%|████████ | 25/31 [00:25<00:06, 1.04s/it] 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it] 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it] 90%|█████████ | 28/31 [00:28<00:03, 1.04s/it] 94%|█████████▎| 29/31 [00:30<00:02, 1.04s/it] 97%|█████████▋| 30/31 [00:31<00:01, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.04s/it] NSFW content detected in image 0 NSFW content detected in image 1 NSFW content detected in image 2 Total safe images: 1 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cIDspky7n9cbnrmc0cpza1snezj4mStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood. She wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers. She accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness. The entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.
- go_fast
- lora_scale
- 0.91
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 1:1
- output_format
- png
- guidance_scale
- 3.07
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { model: "dev", prompt: "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", go_fast: false, lora_scale: 0.91, megapixels: "1", num_outputs: 4, aspect_ratio: "1:1", output_format: "png", guidance_scale: 3.07, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": False, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\\n\\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\\n\\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\\n\\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:20:57.294620Z", "created_at": "2025-05-23T00:20:22.749000Z", "data_removed": false, "error": null, "id": "spky7n9cbnrmc0cpza1snezj4m", "input": { "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "Weights already loaded\nLoaded LoRAs in 0.02s\nUsing seed: 29063\nPrompt: High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.\n[!] txt2img mode\n 0%| | 0/31 [00:00<?, ?it/s]\n 3%|▎ | 1/31 [00:01<00:31, 1.05s/it]\n 6%|▋ | 2/31 [00:01<00:26, 1.08it/s]\n 10%|▉ | 3/31 [00:02<00:27, 1.02it/s]\n 13%|█▎ | 4/31 [00:03<00:27, 1.01s/it]\n 16%|█▌ | 5/31 [00:05<00:26, 1.02s/it]\n 19%|█▉ | 6/31 [00:06<00:25, 1.03s/it]\n 23%|██▎ | 7/31 [00:07<00:24, 1.04s/it]\n 26%|██▌ | 8/31 [00:08<00:23, 1.04s/it]\n 29%|██▉ | 9/31 [00:09<00:22, 1.04s/it]\n 32%|███▏ | 10/31 [00:10<00:21, 1.05s/it]\n 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it]\n 39%|███▊ | 12/31 [00:12<00:19, 1.05s/it]\n 42%|████▏ | 13/31 [00:13<00:18, 1.05s/it]\n 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it]\n 48%|████▊ | 15/31 [00:15<00:16, 1.05s/it]\n 52%|█████▏ | 16/31 [00:16<00:15, 1.05s/it]\n 55%|█████▍ | 17/31 [00:17<00:14, 1.05s/it]\n 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it]\n 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it]\n 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it]\n 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it]\n 71%|███████ | 22/31 [00:22<00:09, 1.04s/it]\n 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it]\n 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it]\n 81%|████████ | 25/31 [00:25<00:06, 1.04s/it]\n 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it]\n 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it]\n 90%|█████████ | 28/31 [00:29<00:03, 1.04s/it]\n 94%|█████████▎| 29/31 [00:30<00:02, 1.04s/it]\n 97%|█████████▋| 30/31 [00:31<00:01, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.04s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 34.538611492, "total_time": 34.54562 }, "output": [ "https://replicate.delivery/xezq/43z1WW7UPv6SDtOyRmybufZAiOFFZMIA7kEfOeQOEihSLueSB/out-0.png", "https://replicate.delivery/xezq/IeSJWBfuKUoZZEqZ6eR7l5dkqlQTpK2XhBD7uv0CDAGSLueSB/out-1.png", "https://replicate.delivery/xezq/Lm1xjmC3J75PKVmqJWZ0vYZrRnWy66xxh600seD1YOk0irXKA/out-2.png", "https://replicate.delivery/xezq/RmsrfggRQIXzc6pSmj3arilVQAIxIp3g2ixMVo4Exbv0irXKA/out-3.png" ], "started_at": "2025-05-23T00:20:22.756008Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-gon5n2c7z5luiyrn3r4raibywptjhir2kyxgiwdcy3blvrucvb6q", "get": "https://api.replicate.com/v1/predictions/spky7n9cbnrmc0cpza1snezj4m", "cancel": "https://api.replicate.com/v1/predictions/spky7n9cbnrmc0cpza1snezj4m/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated inWeights already loaded Loaded LoRAs in 0.02s Using seed: 29063 Prompt: High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood. She wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers. She accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness. The entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials. [!] txt2img mode 0%| | 0/31 [00:00<?, ?it/s] 3%|▎ | 1/31 [00:01<00:31, 1.05s/it] 6%|▋ | 2/31 [00:01<00:26, 1.08it/s] 10%|▉ | 3/31 [00:02<00:27, 1.02it/s] 13%|█▎ | 4/31 [00:03<00:27, 1.01s/it] 16%|█▌ | 5/31 [00:05<00:26, 1.02s/it] 19%|█▉ | 6/31 [00:06<00:25, 1.03s/it] 23%|██▎ | 7/31 [00:07<00:24, 1.04s/it] 26%|██▌ | 8/31 [00:08<00:23, 1.04s/it] 29%|██▉ | 9/31 [00:09<00:22, 1.04s/it] 32%|███▏ | 10/31 [00:10<00:21, 1.05s/it] 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it] 39%|███▊ | 12/31 [00:12<00:19, 1.05s/it] 42%|████▏ | 13/31 [00:13<00:18, 1.05s/it] 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it] 48%|████▊ | 15/31 [00:15<00:16, 1.05s/it] 52%|█████▏ | 16/31 [00:16<00:15, 1.05s/it] 55%|█████▍ | 17/31 [00:17<00:14, 1.05s/it] 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it] 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it] 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it] 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it] 71%|███████ | 22/31 [00:22<00:09, 1.04s/it] 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it] 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it] 81%|████████ | 25/31 [00:25<00:06, 1.04s/it] 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it] 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it] 90%|█████████ | 28/31 [00:29<00:03, 1.04s/it] 94%|█████████▎| 29/31 [00:30<00:02, 1.04s/it] 97%|█████████▋| 30/31 [00:31<00:01, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.04s/it] Total safe images: 4 out of 4
Prediction
biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94cIDsafjgqhjjxrm80cpza2bjkvkdmStatusSucceededSourceWebHardwareH100Total durationCreatedInput
- model
- dev
- prompt
- High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood. She wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers. She accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness. The entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.
- go_fast
- lora_scale
- 0.91
- megapixels
- 1
- num_outputs
- 4
- aspect_ratio
- 9:16
- output_format
- png
- guidance_scale
- 3.07
- output_quality
- 80
- prompt_strength
- 0.7
- extra_lora_scale
- 1
- num_inference_steps
- 31
{ "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }
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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", { input: { model: "dev", prompt: "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", go_fast: false, lora_scale: 0.91, megapixels: "1", num_outputs: 4, aspect_ratio: "9:16", output_format: "png", guidance_scale: 3.07, output_quality: 80, prompt_strength: 0.7, extra_lora_scale: 1, num_inference_steps: 31 } } ); // 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 biggpt1/regina using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", input={ "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": False, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } ) print(output)
To learn more, take a look at the guide on getting started with Python.
Run biggpt1/regina 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": "biggpt1/regina:bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c", "input": { "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\\n\\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\\n\\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\\n\\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2025-05-23T00:22:04.846325Z", "created_at": "2025-05-23T00:21:29.879000Z", "data_removed": false, "error": null, "id": "safjgqhjjxrm80cpza2bjkvkdm", "input": { "model": "dev", "prompt": "High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\n\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\n\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\n\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.", "go_fast": false, "lora_scale": 0.91, "megapixels": "1", "num_outputs": 4, "aspect_ratio": "9:16", "output_format": "png", "guidance_scale": 3.07, "output_quality": 80, "prompt_strength": 0.7, "extra_lora_scale": 1, "num_inference_steps": 31 }, "logs": "Loaded LoRAs in 0.60s\nUsing seed: 63558\nPrompt: High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood.\nShe wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers.\nShe accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness.\nThe entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials.\n[!] txt2img mode\n 0%| | 0/31 [00:00<?, ?it/s]\n 3%|▎ | 1/31 [00:01<00:31, 1.04s/it]\n 6%|▋ | 2/31 [00:01<00:26, 1.09it/s]\n 10%|▉ | 3/31 [00:02<00:27, 1.03it/s]\n 13%|█▎ | 4/31 [00:03<00:26, 1.01it/s]\n 16%|█▌ | 5/31 [00:04<00:26, 1.01s/it]\n 19%|█▉ | 6/31 [00:06<00:25, 1.02s/it]\n 23%|██▎ | 7/31 [00:07<00:24, 1.03s/it]\n 26%|██▌ | 8/31 [00:08<00:23, 1.03s/it]\n 29%|██▉ | 9/31 [00:09<00:22, 1.03s/it]\n 32%|███▏ | 10/31 [00:10<00:21, 1.03s/it]\n 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it]\n 39%|███▊ | 12/31 [00:12<00:19, 1.04s/it]\n 42%|████▏ | 13/31 [00:13<00:18, 1.04s/it]\n 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it]\n 48%|████▊ | 15/31 [00:15<00:16, 1.04s/it]\n 52%|█████▏ | 16/31 [00:16<00:15, 1.04s/it]\n 55%|█████▍ | 17/31 [00:17<00:14, 1.04s/it]\n 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it]\n 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it]\n 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it]\n 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it]\n 71%|███████ | 22/31 [00:22<00:09, 1.04s/it]\n 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it]\n 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it]\n 81%|████████ | 25/31 [00:25<00:06, 1.04s/it]\n 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it]\n 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it]\n 90%|█████████ | 28/31 [00:28<00:03, 1.04s/it]\n 94%|█████████▎| 29/31 [00:29<00:02, 1.04s/it]\n 97%|█████████▋| 30/31 [00:30<00:01, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.04s/it]\n100%|██████████| 31/31 [00:32<00:00, 1.03s/it]\nTotal safe images: 4 out of 4", "metrics": { "predict_time": 34.948545928, "total_time": 34.967325 }, "output": [ "https://replicate.delivery/xezq/TBmV7VZafgSUaiipAbO47zetI3d6I62e5f4DnmiSaFHwac9SB/out-0.png", "https://replicate.delivery/xezq/eBVMuGdMWeuF3k4fgYH6JWKjAt6FgJrltNWrDeNIFwCyac9SB/out-1.png", "https://replicate.delivery/xezq/ZAMyHRGSDDL7Ap9AuXpgAbesZAptreYta62b5sIa7cKsGXvUA/out-2.png", "https://replicate.delivery/xezq/x7wflPYn8pTlEiLYpCIFB34an9PF5BxnbO462cFZXSaWjrXKA/out-3.png" ], "started_at": "2025-05-23T00:21:29.897779Z", "status": "succeeded", "urls": { "stream": "https://stream.replicate.com/v1/files/bcwr-usmpxxsbbgw57oc3ikiyj5s3pzucm3oeug7ypc2uoraquiwxrijq", "get": "https://api.replicate.com/v1/predictions/safjgqhjjxrm80cpza2bjkvkdm", "cancel": "https://api.replicate.com/v1/predictions/safjgqhjjxrm80cpza2bjkvkdm/cancel" }, "version": "bc459575f5c76e3e727de02b77db8ed3b8e03ce01031a965cfabbf0be265d94c" }
Generated inLoaded LoRAs in 0.60s Using seed: 63558 Prompt: High-gloss editorial photoshoot of an RGN subject — an Armenian woman with a sexy figure, dark brown eyes, and brown hair — styled in bold pop-art summer fashion. The subject is captured in an ultra-saturated close-up against a cloudless electric blue sky, with dramatic lighting and a vibrant, playful mood. She wears oversized, rhinestone-encrusted sunglasses with bold yellow letters across the lenses that read “PIÑA COLADA”, reflecting sunlight in dramatic glints. Her lips are slightly parted, glossy and pink, as she seductively bites into a bright red cherry on a stem, held delicately in manicured fingers. She accessorizes with whimsical cherry-shaped earrings, a delicate layered gold necklace, and a red textured halter top barely peeking into frame. Her brown hair is styled in loose waves, partially pulled back to expose her face and earrings. Her dark eyes, just visible behind the dramatic glasses, glimmer with playfulness. The entire image is styled with a hyperreal, editorial color grade — popping reds, vibrant yellows, ultra-clean shadows. The lighting is sharp and fashion-forward, with deep contrast and clear edge highlights. Shot on a Canon R5 with a 50mm lens, processed in pop-art commercial fashion style, evoking Y2K summer campaigns or 90s Italian glam editorials. [!] txt2img mode 0%| | 0/31 [00:00<?, ?it/s] 3%|▎ | 1/31 [00:01<00:31, 1.04s/it] 6%|▋ | 2/31 [00:01<00:26, 1.09it/s] 10%|▉ | 3/31 [00:02<00:27, 1.03it/s] 13%|█▎ | 4/31 [00:03<00:26, 1.01it/s] 16%|█▌ | 5/31 [00:04<00:26, 1.01s/it] 19%|█▉ | 6/31 [00:06<00:25, 1.02s/it] 23%|██▎ | 7/31 [00:07<00:24, 1.03s/it] 26%|██▌ | 8/31 [00:08<00:23, 1.03s/it] 29%|██▉ | 9/31 [00:09<00:22, 1.03s/it] 32%|███▏ | 10/31 [00:10<00:21, 1.03s/it] 35%|███▌ | 11/31 [00:11<00:20, 1.04s/it] 39%|███▊ | 12/31 [00:12<00:19, 1.04s/it] 42%|████▏ | 13/31 [00:13<00:18, 1.04s/it] 45%|████▌ | 14/31 [00:14<00:17, 1.04s/it] 48%|████▊ | 15/31 [00:15<00:16, 1.04s/it] 52%|█████▏ | 16/31 [00:16<00:15, 1.04s/it] 55%|█████▍ | 17/31 [00:17<00:14, 1.04s/it] 58%|█████▊ | 18/31 [00:18<00:13, 1.04s/it] 61%|██████▏ | 19/31 [00:19<00:12, 1.04s/it] 65%|██████▍ | 20/31 [00:20<00:11, 1.04s/it] 68%|██████▊ | 21/31 [00:21<00:10, 1.04s/it] 71%|███████ | 22/31 [00:22<00:09, 1.04s/it] 74%|███████▍ | 23/31 [00:23<00:08, 1.04s/it] 77%|███████▋ | 24/31 [00:24<00:07, 1.04s/it] 81%|████████ | 25/31 [00:25<00:06, 1.04s/it] 84%|████████▍ | 26/31 [00:26<00:05, 1.04s/it] 87%|████████▋ | 27/31 [00:27<00:04, 1.04s/it] 90%|█████████ | 28/31 [00:28<00:03, 1.04s/it] 94%|█████████▎| 29/31 [00:29<00:02, 1.04s/it] 97%|█████████▋| 30/31 [00:30<00:01, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.04s/it] 100%|██████████| 31/31 [00:32<00:00, 1.03s/it] Total safe images: 4 out of 4
Want to make some of these yourself?
Run this model