stability-ai/sdxl 🖼️🔢📝❓✓ → 🖼️
About
A text-to-image generative AI model that creates beautiful images
Example Output
Prompt:
"An astronaut riding a rainbow unicorn, cinematic, dramatic"
Output
Performance Metrics
4.98s
Prediction Time
4.95s
Total Time
All Input Parameters
{
"width": 768,
"height": 768,
"prompt": "An astronaut riding a rainbow unicorn, cinematic, dramatic",
"refine": "expert_ensemble_refiner",
"scheduler": "K_EULER",
"lora_scale": 0.6,
"num_outputs": 1,
"guidance_scale": 7.5,
"apply_watermark": false,
"high_noise_frac": 0.8,
"negative_prompt": "",
"prompt_strength": 0.8,
"num_inference_steps": 25
}
Input Parameters
- mask
- Input mask for inpaint mode. Black areas will be preserved, white areas will be inpainted.
- seed
- Random seed. Leave blank to randomize the seed
- image
- Input image for img2img or inpaint mode
- width
- Width of output image
- height
- Height of output image
- prompt
- Input prompt
- refine
- Which refine style to use
- scheduler
- scheduler
- lora_scale
- LoRA additive scale. Only applicable on trained models.
- num_outputs
- Number of images to output.
- refine_steps
- For base_image_refiner, the number of steps to refine, defaults to num_inference_steps
- guidance_scale
- Scale for classifier-free guidance
- apply_watermark
- Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.
- high_noise_frac
- For expert_ensemble_refiner, the fraction of noise to use
- negative_prompt
- Input Negative Prompt
- prompt_strength
- Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image
- replicate_weights
- Replicate LoRA weights to use. Leave blank to use the default weights.
- num_inference_steps
- Number of denoising steps
- disable_safety_checker
- Disable safety checker for generated images. This feature is only available through the API. See [https://replicate.com/docs/how-does-replicate-work#safety](https://replicate.com/docs/how-does-replicate-work#safety)
Output Schema
Output
Example Execution Logs
Using seed: 16010 Prompt: An astronaut riding a rainbow unicorn, cinematic, dramatic txt2img mode 0%| | 0/16 [00:00<?, ?it/s] 6%|▋ | 1/16 [00:00<00:01, 7.96it/s] 12%|█▎ | 2/16 [00:00<00:01, 7.89it/s] 19%|█▉ | 3/16 [00:00<00:01, 7.86it/s] 25%|██▌ | 4/16 [00:00<00:01, 7.85it/s] 31%|███▏ | 5/16 [00:00<00:01, 7.83it/s] 38%|███▊ | 6/16 [00:00<00:01, 7.82it/s] 44%|████▍ | 7/16 [00:00<00:01, 7.81it/s] 50%|█████ | 8/16 [00:01<00:01, 7.80it/s] 56%|█████▋ | 9/16 [00:01<00:00, 7.80it/s] 62%|██████▎ | 10/16 [00:01<00:00, 7.78it/s] 69%|██████▉ | 11/16 [00:01<00:00, 7.79it/s] 75%|███████▌ | 12/16 [00:01<00:00, 7.79it/s] 81%|████████▏ | 13/16 [00:01<00:00, 7.78it/s] 88%|████████▊ | 14/16 [00:01<00:00, 7.79it/s] 94%|█████████▍| 15/16 [00:01<00:00, 7.79it/s] 100%|██████████| 16/16 [00:02<00:00, 7.79it/s] 100%|██████████| 16/16 [00:02<00:00, 7.81it/s] 0%| | 0/5 [00:00<?, ?it/s] 20%|██ | 1/5 [00:00<00:00, 7.47it/s] 40%|████ | 2/5 [00:00<00:00, 7.42it/s] 60%|██████ | 3/5 [00:00<00:00, 7.40it/s] 80%|████████ | 4/5 [00:00<00:00, 7.39it/s] 100%|██████████| 5/5 [00:00<00:00, 7.39it/s] 100%|██████████| 5/5 [00:00<00:00, 7.40it/s]
Version Details
- Version ID
7762fd07cf82c948538e41f63f77d685e02b063e37e496e96eefd46c929f9bdc- Version Created
- May 23, 2024