Skip to content

zhuyingda/MiniDiffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniDDPM

a mini DDPM implementation based on ddpm-mnist[https://huggingface.co/1aurent/ddpm-mnist] with a 28x28 image generation.

usage

You can generate an image by running these commands:

python -m venv .venv
pip install -r requirements.txt
python prepare.py
python extract_weights.py
python unet.py

You will get result_final.png as the output result by unet.py.

based datasets

About

A mini diffusion model implementation for study.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages