jyoung105 / flash-sdxl

Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation

  • Public
  • 34 runs
  • L40S
  • GitHub
  • Weights
  • Paper
  • License

Input

string
Shift + Return to add a new line

Input prompt, text of what you want to generate.

string
Shift + Return to add a new line

Input negative prompt, text of what you don't want to generate.

integer
(minimum: 1, maximum: 2048)

Width of the output image.

Default: 1024

integer
(minimum: 1, maximum: 2048)

Height of the output image.

Default: 1024

integer
(minimum: 1, maximum: 4)

Number of output images.

Default: 1

integer
(minimum: 1, maximum: 50)

Number of denoising steps.

Default: 4

number
(minimum: 0, maximum: 1)

Stochastic parameter to control the randomness.

Default: 0

number
(minimum: 0, maximum: 20)

Scale for classifier-free guidance.

Default: 0

integer

Random seed. Leave blank to randomize the seed.

integer

Number of the layers to skip in CLIP.

Default: 0

Output

output
Generated in

This output was created using a different version of the model, jyoung105/flash-sdxl:a18e80da.

Run time and cost

This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.

Readme

Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation

Flash Diffusion is a diffusion distillation method proposed in Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation by Clément Chadebec, Onur Tasar, Eyal Benaroche, and Benjamin Aubin from Jasper Research.

Model Descriptions:

This model is a 108M LoRA distilled version of SDXL model that is able to generate images in 4 steps. The main purpose of this model is to reproduce the main results of the paper.

See our live demo and official Github repo.

BibTeX

@misc{2406.02347,
Author = {Clement Chadebec and Onur Tasar and Eyal Benaroche and Benjamin Aubin},
Title = {Flash Diffusion: Accelerating Any Conditional Diffusion Model for Few Steps Image Generation},
Year = {2024},
Eprint = {arXiv:2406.02347},
}