mauricioalarcon / sdxl-bu-3d
- Public
- 182 runs
-
L40S
- SDXL fine-tune
Prediction
mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8IDoq4ikdlbt2dm6zlzls3iknkwhiStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.
- refine
- expert_ensemble_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", { input: { width: 1024, height: 1024, prompt: "In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.", refine: "expert_ensemble_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", input={ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run mauricioalarcon/sdxl-bu-3d 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": "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-22T22:07:33.512203Z", "created_at": "2024-03-22T22:07:13.233834Z", "data_removed": false, "error": null, "id": "oq4ikdlbt2dm6zlzls3iknkwhi", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 52394\nEnsuring enough disk space...\nFree disk space: 1648654524416\nDownloading weights: https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar\n2024-03-22T22:07:16Z | INFO | [ Initiating ] dest=/src/weights-cache/8261fdba232289f0 minimum_chunk_size=150M url=https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar\n2024-03-22T22:07:18Z | INFO | [ Complete ] dest=/src/weights-cache/8261fdba232289f0 size=\"186 MB\" total_elapsed=1.752s url=https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar\nb''\nDownloaded weights in 1.834026575088501 seconds\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine.\ntxt2img mode\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:10, 3.71it/s]\n 5%|▌ | 2/40 [00:00<00:10, 3.70it/s]\n 8%|▊ | 3/40 [00:00<00:10, 3.69it/s]\n 10%|█ | 4/40 [00:01<00:09, 3.68it/s]\n 12%|█▎ | 5/40 [00:01<00:09, 3.68it/s]\n 15%|█▌ | 6/40 [00:01<00:09, 3.68it/s]\n 18%|█▊ | 7/40 [00:01<00:08, 3.68it/s]\n 20%|██ | 8/40 [00:02<00:08, 3.68it/s]\n 22%|██▎ | 9/40 [00:02<00:08, 3.68it/s]\n 25%|██▌ | 10/40 [00:02<00:08, 3.68it/s]\n 28%|██▊ | 11/40 [00:02<00:07, 3.68it/s]\n 30%|███ | 12/40 [00:03<00:07, 3.68it/s]\n 32%|███▎ | 13/40 [00:03<00:07, 3.67it/s]\n 35%|███▌ | 14/40 [00:03<00:07, 3.67it/s]\n 38%|███▊ | 15/40 [00:04<00:06, 3.67it/s]\n 40%|████ | 16/40 [00:04<00:06, 3.67it/s]\n 42%|████▎ | 17/40 [00:04<00:06, 3.67it/s]\n 45%|████▌ | 18/40 [00:04<00:05, 3.68it/s]\n 48%|████▊ | 19/40 [00:05<00:05, 3.68it/s]\n 50%|█████ | 20/40 [00:05<00:05, 3.69it/s]\n 52%|█████▎ | 21/40 [00:05<00:05, 3.69it/s]\n 55%|█████▌ | 22/40 [00:05<00:04, 3.69it/s]\n 57%|█████▊ | 23/40 [00:06<00:04, 3.69it/s]\n 60%|██████ | 24/40 [00:06<00:04, 3.69it/s]\n 62%|██████▎ | 25/40 [00:06<00:04, 3.69it/s]\n 65%|██████▌ | 26/40 [00:07<00:03, 3.69it/s]\n 68%|██████▊ | 27/40 [00:07<00:03, 3.69it/s]\n 70%|███████ | 28/40 [00:07<00:03, 3.69it/s]\n 72%|███████▎ | 29/40 [00:07<00:02, 3.69it/s]\n 75%|███████▌ | 30/40 [00:08<00:02, 3.69it/s]\n 78%|███████▊ | 31/40 [00:08<00:02, 3.69it/s]\n 80%|████████ | 32/40 [00:08<00:02, 3.69it/s]\n 82%|████████▎ | 33/40 [00:08<00:01, 3.69it/s]\n 85%|████████▌ | 34/40 [00:09<00:01, 3.69it/s]\n 88%|████████▊ | 35/40 [00:09<00:01, 3.69it/s]\n 90%|█████████ | 36/40 [00:09<00:01, 3.69it/s]\n 92%|█████████▎| 37/40 [00:10<00:00, 3.69it/s]\n 95%|█████████▌| 38/40 [00:10<00:00, 3.68it/s]\n 98%|█████████▊| 39/40 [00:10<00:00, 3.68it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.68it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.68it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\n 10%|█ | 1/10 [00:00<00:02, 3.97it/s]\n 20%|██ | 2/10 [00:00<00:01, 4.13it/s]\n 30%|███ | 3/10 [00:00<00:01, 4.18it/s]\n 40%|████ | 4/10 [00:00<00:01, 4.20it/s]\n 50%|█████ | 5/10 [00:01<00:01, 4.21it/s]\n 60%|██████ | 6/10 [00:01<00:00, 4.22it/s]\n 70%|███████ | 7/10 [00:01<00:00, 4.24it/s]\n 80%|████████ | 8/10 [00:01<00:00, 4.23it/s]\n 90%|█████████ | 9/10 [00:02<00:00, 4.23it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.23it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.21it/s]", "metrics": { "predict_time": 17.160374, "total_time": 20.278369 }, "output": [ "https://replicate.delivery/pbxt/swGHeCpPMz3tNyWtrAUPO8sUbeSCN7Ls9wAqmUTyplllM7iSA/out-0.png" ], "started_at": "2024-03-22T22:07:16.351829Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/oq4ikdlbt2dm6zlzls3iknkwhi", "cancel": "https://api.replicate.com/v1/predictions/oq4ikdlbt2dm6zlzls3iknkwhi/cancel" }, "version": "4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8" }
Generated inUsing seed: 52394 Ensuring enough disk space... Free disk space: 1648654524416 Downloading weights: https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar 2024-03-22T22:07:16Z | INFO | [ Initiating ] dest=/src/weights-cache/8261fdba232289f0 minimum_chunk_size=150M url=https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar 2024-03-22T22:07:18Z | INFO | [ Complete ] dest=/src/weights-cache/8261fdba232289f0 size="186 MB" total_elapsed=1.752s url=https://replicate.delivery/pbxt/VTAy9SVZhm62Nln5ET8zFRA10lHXgPEJcQoH531l5NOAxuoE/trained_model.tar b'' Downloaded weights in 1.834026575088501 seconds Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: In the style of BetterUp - An office environment with several elements with a vibrant, high contrast color palette with white gray and few highlight of rubine. txt2img mode 0%| | 0/40 [00:00<?, ?it/s] 2%|▎ | 1/40 [00:00<00:10, 3.71it/s] 5%|▌ | 2/40 [00:00<00:10, 3.70it/s] 8%|▊ | 3/40 [00:00<00:10, 3.69it/s] 10%|█ | 4/40 [00:01<00:09, 3.68it/s] 12%|█▎ | 5/40 [00:01<00:09, 3.68it/s] 15%|█▌ | 6/40 [00:01<00:09, 3.68it/s] 18%|█▊ | 7/40 [00:01<00:08, 3.68it/s] 20%|██ | 8/40 [00:02<00:08, 3.68it/s] 22%|██▎ | 9/40 [00:02<00:08, 3.68it/s] 25%|██▌ | 10/40 [00:02<00:08, 3.68it/s] 28%|██▊ | 11/40 [00:02<00:07, 3.68it/s] 30%|███ | 12/40 [00:03<00:07, 3.68it/s] 32%|███▎ | 13/40 [00:03<00:07, 3.67it/s] 35%|███▌ | 14/40 [00:03<00:07, 3.67it/s] 38%|███▊ | 15/40 [00:04<00:06, 3.67it/s] 40%|████ | 16/40 [00:04<00:06, 3.67it/s] 42%|████▎ | 17/40 [00:04<00:06, 3.67it/s] 45%|████▌ | 18/40 [00:04<00:05, 3.68it/s] 48%|████▊ | 19/40 [00:05<00:05, 3.68it/s] 50%|█████ | 20/40 [00:05<00:05, 3.69it/s] 52%|█████▎ | 21/40 [00:05<00:05, 3.69it/s] 55%|█████▌ | 22/40 [00:05<00:04, 3.69it/s] 57%|█████▊ | 23/40 [00:06<00:04, 3.69it/s] 60%|██████ | 24/40 [00:06<00:04, 3.69it/s] 62%|██████▎ | 25/40 [00:06<00:04, 3.69it/s] 65%|██████▌ | 26/40 [00:07<00:03, 3.69it/s] 68%|██████▊ | 27/40 [00:07<00:03, 3.69it/s] 70%|███████ | 28/40 [00:07<00:03, 3.69it/s] 72%|███████▎ | 29/40 [00:07<00:02, 3.69it/s] 75%|███████▌ | 30/40 [00:08<00:02, 3.69it/s] 78%|███████▊ | 31/40 [00:08<00:02, 3.69it/s] 80%|████████ | 32/40 [00:08<00:02, 3.69it/s] 82%|████████▎ | 33/40 [00:08<00:01, 3.69it/s] 85%|████████▌ | 34/40 [00:09<00:01, 3.69it/s] 88%|████████▊ | 35/40 [00:09<00:01, 3.69it/s] 90%|█████████ | 36/40 [00:09<00:01, 3.69it/s] 92%|█████████▎| 37/40 [00:10<00:00, 3.69it/s] 95%|█████████▌| 38/40 [00:10<00:00, 3.68it/s] 98%|█████████▊| 39/40 [00:10<00:00, 3.68it/s] 100%|██████████| 40/40 [00:10<00:00, 3.68it/s] 100%|██████████| 40/40 [00:10<00:00, 3.68it/s] 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:02, 3.97it/s] 20%|██ | 2/10 [00:00<00:01, 4.13it/s] 30%|███ | 3/10 [00:00<00:01, 4.18it/s] 40%|████ | 4/10 [00:00<00:01, 4.20it/s] 50%|█████ | 5/10 [00:01<00:01, 4.21it/s] 60%|██████ | 6/10 [00:01<00:00, 4.22it/s] 70%|███████ | 7/10 [00:01<00:00, 4.24it/s] 80%|████████ | 8/10 [00:01<00:00, 4.23it/s] 90%|█████████ | 9/10 [00:02<00:00, 4.23it/s] 100%|██████████| 10/10 [00:02<00:00, 4.23it/s] 100%|██████████| 10/10 [00:02<00:00, 4.21it/s]
Prediction
mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8IDdwklrfdbpaasrhwbq7sx2an5p4StatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.
- refine
- expert_ensemble_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", { input: { width: 1024, height: 1024, prompt: "In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.", refine: "expert_ensemble_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", input={ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run mauricioalarcon/sdxl-bu-3d 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": "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-22T22:10:03.354672Z", "created_at": "2024-03-22T22:09:45.559285Z", "data_removed": false, "error": null, "id": "dwklrfdbpaasrhwbq7sx2an5p4", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 30019\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine.\ntxt2img mode\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:10, 3.71it/s]\n 5%|▌ | 2/40 [00:00<00:10, 3.70it/s]\n 8%|▊ | 3/40 [00:00<00:09, 3.70it/s]\n 10%|█ | 4/40 [00:01<00:09, 3.70it/s]\n 12%|█▎ | 5/40 [00:01<00:09, 3.70it/s]\n 15%|█▌ | 6/40 [00:01<00:09, 3.70it/s]\n 18%|█▊ | 7/40 [00:01<00:08, 3.70it/s]\n 20%|██ | 8/40 [00:02<00:08, 3.70it/s]\n 22%|██▎ | 9/40 [00:02<00:08, 3.70it/s]\n 25%|██▌ | 10/40 [00:02<00:08, 3.70it/s]\n 28%|██▊ | 11/40 [00:02<00:07, 3.70it/s]\n 30%|███ | 12/40 [00:03<00:07, 3.69it/s]\n 32%|███▎ | 13/40 [00:03<00:07, 3.69it/s]\n 35%|███▌ | 14/40 [00:03<00:07, 3.69it/s]\n 38%|███▊ | 15/40 [00:04<00:06, 3.69it/s]\n 40%|████ | 16/40 [00:04<00:06, 3.69it/s]\n 42%|████▎ | 17/40 [00:04<00:06, 3.69it/s]\n 45%|████▌ | 18/40 [00:04<00:05, 3.69it/s]\n 48%|████▊ | 19/40 [00:05<00:05, 3.69it/s]\n 50%|█████ | 20/40 [00:05<00:05, 3.69it/s]\n 52%|█████▎ | 21/40 [00:05<00:05, 3.68it/s]\n 55%|█████▌ | 22/40 [00:05<00:04, 3.68it/s]\n 57%|█████▊ | 23/40 [00:06<00:04, 3.68it/s]\n 60%|██████ | 24/40 [00:06<00:04, 3.68it/s]\n 62%|██████▎ | 25/40 [00:06<00:04, 3.68it/s]\n 65%|██████▌ | 26/40 [00:07<00:03, 3.68it/s]\n 68%|██████▊ | 27/40 [00:07<00:03, 3.68it/s]\n 70%|███████ | 28/40 [00:07<00:03, 3.68it/s]\n 72%|███████▎ | 29/40 [00:07<00:02, 3.69it/s]\n 75%|███████▌ | 30/40 [00:08<00:02, 3.68it/s]\n 78%|███████▊ | 31/40 [00:08<00:02, 3.68it/s]\n 80%|████████ | 32/40 [00:08<00:02, 3.68it/s]\n 82%|████████▎ | 33/40 [00:08<00:01, 3.68it/s]\n 85%|████████▌ | 34/40 [00:09<00:01, 3.68it/s]\n 88%|████████▊ | 35/40 [00:09<00:01, 3.68it/s]\n 90%|█████████ | 36/40 [00:09<00:01, 3.68it/s]\n 92%|█████████▎| 37/40 [00:10<00:00, 3.68it/s]\n 95%|█████████▌| 38/40 [00:10<00:00, 3.68it/s]\n 98%|█████████▊| 39/40 [00:10<00:00, 3.68it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.68it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.69it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\n 10%|█ | 1/10 [00:00<00:02, 4.26it/s]\n 20%|██ | 2/10 [00:00<00:01, 4.24it/s]\n 30%|███ | 3/10 [00:00<00:01, 4.24it/s]\n 40%|████ | 4/10 [00:00<00:01, 4.23it/s]\n 50%|█████ | 5/10 [00:01<00:01, 4.22it/s]\n 60%|██████ | 6/10 [00:01<00:00, 4.22it/s]\n 70%|███████ | 7/10 [00:01<00:00, 4.22it/s]\n 80%|████████ | 8/10 [00:01<00:00, 4.22it/s]\n 90%|█████████ | 9/10 [00:02<00:00, 4.21it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.21it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.22it/s]", "metrics": { "predict_time": 15.208139, "total_time": 17.795387 }, "output": [ "https://replicate.delivery/pbxt/TSoAY8WB2CZKOlYPD83vYyUf2xcnJ3Dn0O9DcEVgY1WdndRJA/out-0.png" ], "started_at": "2024-03-22T22:09:48.146533Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/dwklrfdbpaasrhwbq7sx2an5p4", "cancel": "https://api.replicate.com/v1/predictions/dwklrfdbpaasrhwbq7sx2an5p4/cancel" }, "version": "4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8" }
Generated inUsing seed: 30019 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: In the style of BetterUp - A computer in a lab with a vibrant, high contrast color palette with white gray and few highlight of rubine. txt2img mode 0%| | 0/40 [00:00<?, ?it/s] 2%|▎ | 1/40 [00:00<00:10, 3.71it/s] 5%|▌ | 2/40 [00:00<00:10, 3.70it/s] 8%|▊ | 3/40 [00:00<00:09, 3.70it/s] 10%|█ | 4/40 [00:01<00:09, 3.70it/s] 12%|█▎ | 5/40 [00:01<00:09, 3.70it/s] 15%|█▌ | 6/40 [00:01<00:09, 3.70it/s] 18%|█▊ | 7/40 [00:01<00:08, 3.70it/s] 20%|██ | 8/40 [00:02<00:08, 3.70it/s] 22%|██▎ | 9/40 [00:02<00:08, 3.70it/s] 25%|██▌ | 10/40 [00:02<00:08, 3.70it/s] 28%|██▊ | 11/40 [00:02<00:07, 3.70it/s] 30%|███ | 12/40 [00:03<00:07, 3.69it/s] 32%|███▎ | 13/40 [00:03<00:07, 3.69it/s] 35%|███▌ | 14/40 [00:03<00:07, 3.69it/s] 38%|███▊ | 15/40 [00:04<00:06, 3.69it/s] 40%|████ | 16/40 [00:04<00:06, 3.69it/s] 42%|████▎ | 17/40 [00:04<00:06, 3.69it/s] 45%|████▌ | 18/40 [00:04<00:05, 3.69it/s] 48%|████▊ | 19/40 [00:05<00:05, 3.69it/s] 50%|█████ | 20/40 [00:05<00:05, 3.69it/s] 52%|█████▎ | 21/40 [00:05<00:05, 3.68it/s] 55%|█████▌ | 22/40 [00:05<00:04, 3.68it/s] 57%|█████▊ | 23/40 [00:06<00:04, 3.68it/s] 60%|██████ | 24/40 [00:06<00:04, 3.68it/s] 62%|██████▎ | 25/40 [00:06<00:04, 3.68it/s] 65%|██████▌ | 26/40 [00:07<00:03, 3.68it/s] 68%|██████▊ | 27/40 [00:07<00:03, 3.68it/s] 70%|███████ | 28/40 [00:07<00:03, 3.68it/s] 72%|███████▎ | 29/40 [00:07<00:02, 3.69it/s] 75%|███████▌ | 30/40 [00:08<00:02, 3.68it/s] 78%|███████▊ | 31/40 [00:08<00:02, 3.68it/s] 80%|████████ | 32/40 [00:08<00:02, 3.68it/s] 82%|████████▎ | 33/40 [00:08<00:01, 3.68it/s] 85%|████████▌ | 34/40 [00:09<00:01, 3.68it/s] 88%|████████▊ | 35/40 [00:09<00:01, 3.68it/s] 90%|█████████ | 36/40 [00:09<00:01, 3.68it/s] 92%|█████████▎| 37/40 [00:10<00:00, 3.68it/s] 95%|█████████▌| 38/40 [00:10<00:00, 3.68it/s] 98%|█████████▊| 39/40 [00:10<00:00, 3.68it/s] 100%|██████████| 40/40 [00:10<00:00, 3.68it/s] 100%|██████████| 40/40 [00:10<00:00, 3.69it/s] 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:02, 4.26it/s] 20%|██ | 2/10 [00:00<00:01, 4.24it/s] 30%|███ | 3/10 [00:00<00:01, 4.24it/s] 40%|████ | 4/10 [00:00<00:01, 4.23it/s] 50%|█████ | 5/10 [00:01<00:01, 4.22it/s] 60%|██████ | 6/10 [00:01<00:00, 4.22it/s] 70%|███████ | 7/10 [00:01<00:00, 4.22it/s] 80%|████████ | 8/10 [00:01<00:00, 4.22it/s] 90%|█████████ | 9/10 [00:02<00:00, 4.21it/s] 100%|██████████| 10/10 [00:02<00:00, 4.21it/s] 100%|██████████| 10/10 [00:02<00:00, 4.22it/s]
Prediction
mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8ID6nuhrjlbjb7izqg74ajos4frduStatusSucceededSourceWebHardwareA40 (Large)Total durationCreatedInput
- width
- 1024
- height
- 1024
- prompt
- In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.
- refine
- expert_ensemble_refiner
- scheduler
- K_EULER
- lora_scale
- 0.6
- num_outputs
- 1
- guidance_scale
- 7.5
- apply_watermark
- high_noise_frac
- 0.8
- negative_prompt
- prompt_strength
- 0.8
- num_inference_steps
- 50
{ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }
Install Replicate’s Node.js client library:npm install replicate
Import and set up the client:import Replicate from "replicate"; import fs from "node:fs"; const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", { input: { width: 1024, height: 1024, prompt: "In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.", refine: "expert_ensemble_refiner", scheduler: "K_EULER", lora_scale: 0.6, num_outputs: 1, guidance_scale: 7.5, apply_watermark: true, high_noise_frac: 0.8, negative_prompt: "", prompt_strength: 0.8, num_inference_steps: 50 } } ); // To access the file URL: console.log(output[0].url()); //=> "http://example.com" // To write the file to disk: fs.writeFile("my-image.png", output[0]);
To learn more, take a look at the guide on getting started with Node.js.
Install Replicate’s Python client library:pip install replicate
Import the client:import replicate
Run mauricioalarcon/sdxl-bu-3d using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run( "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", input={ "width": 1024, "height": 1024, "prompt": "In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": True, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } ) # To access the file URL: print(output[0].url()) #=> "http://example.com" # To write the file to disk: with open("my-image.png", "wb") as file: file.write(output[0].read())
To learn more, take a look at the guide on getting started with Python.
Run mauricioalarcon/sdxl-bu-3d 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": "mauricioalarcon/sdxl-bu-3d:4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 } }' \ https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Output
{ "completed_at": "2024-03-22T22:13:14.488865Z", "created_at": "2024-03-22T22:12:13.162005Z", "data_removed": false, "error": null, "id": "6nuhrjlbjb7izqg74ajos4frdu", "input": { "width": 1024, "height": 1024, "prompt": "In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.", "refine": "expert_ensemble_refiner", "scheduler": "K_EULER", "lora_scale": 0.6, "num_outputs": 1, "guidance_scale": 7.5, "apply_watermark": true, "high_noise_frac": 0.8, "negative_prompt": "", "prompt_strength": 0.8, "num_inference_steps": 50 }, "logs": "Using seed: 47701\nLoading fine-tuned model\nDoes not have Unet. assume we are using LoRA\nLoading Unet LoRA\nPrompt: In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine.\ntxt2img mode\n 0%| | 0/40 [00:00<?, ?it/s]\n 2%|▎ | 1/40 [00:00<00:10, 3.71it/s]\n 5%|▌ | 2/40 [00:00<00:10, 3.70it/s]\n 8%|▊ | 3/40 [00:00<00:10, 3.69it/s]\n 10%|█ | 4/40 [00:01<00:09, 3.69it/s]\n 12%|█▎ | 5/40 [00:01<00:09, 3.69it/s]\n 15%|█▌ | 6/40 [00:01<00:09, 3.68it/s]\n 18%|█▊ | 7/40 [00:01<00:08, 3.68it/s]\n 20%|██ | 8/40 [00:02<00:08, 3.68it/s]\n 22%|██▎ | 9/40 [00:02<00:08, 3.67it/s]\n 25%|██▌ | 10/40 [00:02<00:08, 3.67it/s]\n 28%|██▊ | 11/40 [00:02<00:07, 3.67it/s]\n 30%|███ | 12/40 [00:03<00:07, 3.67it/s]\n 32%|███▎ | 13/40 [00:03<00:07, 3.67it/s]\n 35%|███▌ | 14/40 [00:03<00:07, 3.67it/s]\n 38%|███▊ | 15/40 [00:04<00:06, 3.67it/s]\n 40%|████ | 16/40 [00:04<00:06, 3.67it/s]\n 42%|████▎ | 17/40 [00:04<00:06, 3.67it/s]\n 45%|████▌ | 18/40 [00:04<00:05, 3.67it/s]\n 48%|████▊ | 19/40 [00:05<00:05, 3.67it/s]\n 50%|█████ | 20/40 [00:05<00:05, 3.67it/s]\n 52%|█████▎ | 21/40 [00:05<00:05, 3.67it/s]\n 55%|█████▌ | 22/40 [00:05<00:04, 3.67it/s]\n 57%|█████▊ | 23/40 [00:06<00:04, 3.67it/s]\n 60%|██████ | 24/40 [00:06<00:04, 3.67it/s]\n 62%|██████▎ | 25/40 [00:06<00:04, 3.67it/s]\n 65%|██████▌ | 26/40 [00:07<00:03, 3.67it/s]\n 68%|██████▊ | 27/40 [00:07<00:03, 3.67it/s]\n 70%|███████ | 28/40 [00:07<00:03, 3.67it/s]\n 72%|███████▎ | 29/40 [00:07<00:02, 3.67it/s]\n 75%|███████▌ | 30/40 [00:08<00:02, 3.67it/s]\n 78%|███████▊ | 31/40 [00:08<00:02, 3.67it/s]\n 80%|████████ | 32/40 [00:08<00:02, 3.67it/s]\n 82%|████████▎ | 33/40 [00:08<00:01, 3.67it/s]\n 85%|████████▌ | 34/40 [00:09<00:01, 3.67it/s]\n 88%|████████▊ | 35/40 [00:09<00:01, 3.67it/s]\n 90%|█████████ | 36/40 [00:09<00:01, 3.67it/s]\n 92%|█████████▎| 37/40 [00:10<00:00, 3.67it/s]\n 95%|█████████▌| 38/40 [00:10<00:00, 3.67it/s]\n 98%|█████████▊| 39/40 [00:10<00:00, 3.67it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.67it/s]\n100%|██████████| 40/40 [00:10<00:00, 3.67it/s]\n 0%| | 0/10 [00:00<?, ?it/s]\n 10%|█ | 1/10 [00:00<00:02, 4.24it/s]\n 20%|██ | 2/10 [00:00<00:01, 4.23it/s]\n 30%|███ | 3/10 [00:00<00:01, 4.21it/s]\n 40%|████ | 4/10 [00:00<00:01, 4.20it/s]\n 50%|█████ | 5/10 [00:01<00:01, 4.21it/s]\n 60%|██████ | 6/10 [00:01<00:00, 4.21it/s]\n 70%|███████ | 7/10 [00:01<00:00, 4.21it/s]\n 80%|████████ | 8/10 [00:01<00:00, 4.22it/s]\n 90%|█████████ | 9/10 [00:02<00:00, 4.21it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.21it/s]\n100%|██████████| 10/10 [00:02<00:00, 4.21it/s]", "metrics": { "predict_time": 15.104889, "total_time": 61.32686 }, "output": [ "https://replicate.delivery/pbxt/q4REX7viSWrVKhjZGw8M4pnZrVcOIH3AFX0ZdCEnE9ueodRJA/out-0.png" ], "started_at": "2024-03-22T22:12:59.383976Z", "status": "succeeded", "urls": { "get": "https://api.replicate.com/v1/predictions/6nuhrjlbjb7izqg74ajos4frdu", "cancel": "https://api.replicate.com/v1/predictions/6nuhrjlbjb7izqg74ajos4frdu/cancel" }, "version": "4326440079ab3ccdf3c486d7c470dc7949e745fa36ba67976c941f3c5e8fc8d8" }
Generated inUsing seed: 47701 Loading fine-tuned model Does not have Unet. assume we are using LoRA Loading Unet LoRA Prompt: In the style of BetterUp, a captain sailing the ocean on a ship with a lighthouse in the background, a vibrant, high contrast color palette with white gray and few highlight of rubine. txt2img mode 0%| | 0/40 [00:00<?, ?it/s] 2%|▎ | 1/40 [00:00<00:10, 3.71it/s] 5%|▌ | 2/40 [00:00<00:10, 3.70it/s] 8%|▊ | 3/40 [00:00<00:10, 3.69it/s] 10%|█ | 4/40 [00:01<00:09, 3.69it/s] 12%|█▎ | 5/40 [00:01<00:09, 3.69it/s] 15%|█▌ | 6/40 [00:01<00:09, 3.68it/s] 18%|█▊ | 7/40 [00:01<00:08, 3.68it/s] 20%|██ | 8/40 [00:02<00:08, 3.68it/s] 22%|██▎ | 9/40 [00:02<00:08, 3.67it/s] 25%|██▌ | 10/40 [00:02<00:08, 3.67it/s] 28%|██▊ | 11/40 [00:02<00:07, 3.67it/s] 30%|███ | 12/40 [00:03<00:07, 3.67it/s] 32%|███▎ | 13/40 [00:03<00:07, 3.67it/s] 35%|███▌ | 14/40 [00:03<00:07, 3.67it/s] 38%|███▊ | 15/40 [00:04<00:06, 3.67it/s] 40%|████ | 16/40 [00:04<00:06, 3.67it/s] 42%|████▎ | 17/40 [00:04<00:06, 3.67it/s] 45%|████▌ | 18/40 [00:04<00:05, 3.67it/s] 48%|████▊ | 19/40 [00:05<00:05, 3.67it/s] 50%|█████ | 20/40 [00:05<00:05, 3.67it/s] 52%|█████▎ | 21/40 [00:05<00:05, 3.67it/s] 55%|█████▌ | 22/40 [00:05<00:04, 3.67it/s] 57%|█████▊ | 23/40 [00:06<00:04, 3.67it/s] 60%|██████ | 24/40 [00:06<00:04, 3.67it/s] 62%|██████▎ | 25/40 [00:06<00:04, 3.67it/s] 65%|██████▌ | 26/40 [00:07<00:03, 3.67it/s] 68%|██████▊ | 27/40 [00:07<00:03, 3.67it/s] 70%|███████ | 28/40 [00:07<00:03, 3.67it/s] 72%|███████▎ | 29/40 [00:07<00:02, 3.67it/s] 75%|███████▌ | 30/40 [00:08<00:02, 3.67it/s] 78%|███████▊ | 31/40 [00:08<00:02, 3.67it/s] 80%|████████ | 32/40 [00:08<00:02, 3.67it/s] 82%|████████▎ | 33/40 [00:08<00:01, 3.67it/s] 85%|████████▌ | 34/40 [00:09<00:01, 3.67it/s] 88%|████████▊ | 35/40 [00:09<00:01, 3.67it/s] 90%|█████████ | 36/40 [00:09<00:01, 3.67it/s] 92%|█████████▎| 37/40 [00:10<00:00, 3.67it/s] 95%|█████████▌| 38/40 [00:10<00:00, 3.67it/s] 98%|█████████▊| 39/40 [00:10<00:00, 3.67it/s] 100%|██████████| 40/40 [00:10<00:00, 3.67it/s] 100%|██████████| 40/40 [00:10<00:00, 3.67it/s] 0%| | 0/10 [00:00<?, ?it/s] 10%|█ | 1/10 [00:00<00:02, 4.24it/s] 20%|██ | 2/10 [00:00<00:01, 4.23it/s] 30%|███ | 3/10 [00:00<00:01, 4.21it/s] 40%|████ | 4/10 [00:00<00:01, 4.20it/s] 50%|█████ | 5/10 [00:01<00:01, 4.21it/s] 60%|██████ | 6/10 [00:01<00:00, 4.21it/s] 70%|███████ | 7/10 [00:01<00:00, 4.21it/s] 80%|████████ | 8/10 [00:01<00:00, 4.22it/s] 90%|█████████ | 9/10 [00:02<00:00, 4.21it/s] 100%|██████████| 10/10 [00:02<00:00, 4.21it/s] 100%|██████████| 10/10 [00:02<00:00, 4.21it/s]
Want to make some of these yourself?
Run this model