Skip to content

p4arth/tiny-diffusers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An attempt of minimal code recreation of diffusion models.

This code is currently tested on the MNIST dataset.

To train your own tiny diffuser simply run

python3 src/train.py

from inside the root directory of the project.

To test the model you trained simply run

python3 src/test.py --ckpt_path [MODEL_CHECKPOINT]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages