Skip to content

Latest commit

 

History

History

diffusion-training

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Diffusion Training

Overview

In this minimal example, we show how to train a diffusion model to generate images using the huggan/wikiart which was converted into Lance format and is hosted on Kaggle.

The training code itself was inspired by Huggingface's Diffusion model training example with necessary changes to adapt the training for Lance dataset.

Code

Open In Colab