Skip to content

kuangliu/tinydiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tinydiff: A tiny diffusion training example

Reference:

Classifier-free guidance

Train a conditional diffusion model p(x|y) with conditional dropout: some percentage of time(10-20% tends to work well), the conditioning information y is removed. In practice, it is often replaced with a special input value representing the absence of conditioning information. The resulting model is now able to function both as conditional model p(x|y) and as an unconditional model p(x) depending on whether the conditioning signal is provided.

About

a tiny diffusion example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages