SDXL consists of an ensemble of experts pipeline for latent diffusion: In a first step, the base model is used to generate (noisy) latents, which are then further processed with a refinement model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/) specialized for the final denoising steps. Note that the base model can be used as a standalone module.
SDXL consists of an ensemble of experts pipeline for latent diffusion: In a first step, the base model is used to generate (noisy) latents, which are then further processed with a refinement model (available here: https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/) specialized for the final denoising steps. Note that the base model can be used as a standalone module.
Input prompt. (Default: An astronaut riding a rainbow unicorn)
Input Negative Prompt. (Default: empty)
image
mask
Width of output image (Default: 1024)
Height of output image (Default: 1024)
Num Outputs
Number of images to output. (Default: 1, 1 ≤ num_outputs ≤ 4)
An enumeration. 7
Num Inference Steps
Number of denoising steps (Default: 50, 1 ≤ num_inference_steps ≤ 500)
Guidance Scale
Scale for classifier-free guidance (Default: 7.5, 1 ≤ guidance_scale ≤ 50)
Prompt Strength
Prompt strength when using img2img / inpaint. 1.0 corresponds to full destruction of information in image (Default: 0.8, 0 ≤ prompt_strength ≤ 1)
Random seed. Leave blank to randomize the seed (Default: empty)
An enumeration. 3
High Noise Frac
for expert_ensemble_refiner, the fraction of noise to use (Default: 0.8, 0 ≤ high_noise_frac ≤ 1)
for base_image_refiner, the number of steps to refine, defaults to num_inference_steps (Default: empty)
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. 2
You need to login to use this model
Press submit to run inference and see results