Skip to content

This repo tries to create simple generative models on toy datasets.

License

Notifications You must be signed in to change notification settings

imraunav/ToyGenerativeModels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GenerativeModels for Face generation

Training on CelebA-HQ images to generate faces

  • DDPM - implementation of original DDPM with minor things taken from IDDPM

  • Result DDPM generated image

  • To train the model with specific config

CUDA_VISIBLE_DEVICES=0,1 torchrun \
    --standalone \
    --nproc_per_node=2 \
    -m ddpm.train_diffusion \
    --config ddpm/configs/config_2.yaml

Latent Diffusion

Under construction

About

This repo tries to create simple generative models on toy datasets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published