lucataco/sdxl-inpainting 🖼️🔢📝❓ → 🖼️

▶️ 2.9M runs 📅 Oct 2023 ⚙️ Cog 0.9.4 🔗 GitHub 📄 Paper ⚖️ License
image-editing image-inpainting

About

SDXL Inpainting by the HF Diffusers team

Example Output

Prompt:

"modern bed with beige sheet and pillows"

Output

Example output

Performance Metrics

1.89s Prediction Time
1.90s Total Time
All Input Parameters
{
  "mask": "https://replicate.delivery/pbxt/JiHHv0cwh14Fe6rwVhDjsoTPlQppdDLQBGruyVcgLzmBqtIZ/room_mask.png",
  "seed": 26462,
  "image": "https://replicate.delivery/pbxt/JiHHuryT8ftK6qKXwi4Q0qepAnMIUGoBjni0gUK9vTJfv0ai/room.png",
  "steps": 20,
  "prompt": "modern bed with beige sheet and pillows",
  "strength": 0.7,
  "scheduler": "K_EULER",
  "num_outputs": 1,
  "guidance_scale": 8,
  "negative_prompt": "monochrome, lowres, bad anatomy, worst quality, low quality"
}
Input Parameters
mask (required) Type: string
Mask image - make sure it's the same size as the input image
seed Type: integer
Random seed. Leave blank to randomize the seed
image (required) Type: string
Input image
steps Type: integerDefault: 20Range: 1 - 80
Number of denoising steps
prompt Type: stringDefault: modern bed with beige sheet and pillows
Input prompt
strength Type: numberDefault: 0.7Range: 0.01 - 1
1.0 corresponds to full destruction of information in image
scheduler Default: K_EULER
scheduler
num_outputs Type: integerDefault: 1Range: 1 - 4
Number of images to output. Higher number of outputs may OOM.
guidance_scale Type: numberDefault: 8Range: 0 - 10
Guidance scale
negative_prompt Type: stringDefault: monochrome, lowres, bad anatomy, worst quality, low quality
Input Negative Prompt
Output Schema

Output

Type: arrayItems Type: stringItems Format: uri

Example Execution Logs
Using seed: 26462
  0%|          | 0/14 [00:00<?, ?it/s]
 14%|█▍        | 2/14 [00:00<00:00, 16.33it/s]
 29%|██▊       | 4/14 [00:00<00:00, 13.72it/s]
 43%|████▎     | 6/14 [00:00<00:00, 12.97it/s]
 57%|█████▋    | 8/14 [00:00<00:00, 12.67it/s]
 71%|███████▏  | 10/14 [00:00<00:00, 12.51it/s]
 86%|████████▌ | 12/14 [00:00<00:00, 12.41it/s]
100%|██████████| 14/14 [00:01<00:00, 12.35it/s]
100%|██████████| 14/14 [00:01<00:00, 12.69it/s]
Version Details
Version ID
a5b13068cc81a89a4fbeefeccc774869fcb34df4dbc92c1555e0f2771d49dde7
Version Created
March 5, 2024
Run on Replicate →