Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Conditional Diffusion
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Diffusion Project
Conditional Diffusion
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
main
Select Git revision
0 results
Begin with the selected commit
Created with Raphaël 2.2.0
13
Aug
10
2
31
Jul
30
22
21
20
18
remove special character from lhq sample png
main
main
Added missing samples to README
add UMAP for AFHQ CLIP
add UMAP for AFHQ InceptionV3
fix SSIM error
update main.py
merge class conditional and inpainting evaluation pipelines
add evaluation helpers and updated readme
update evaluation pipeline
solved minor bugs, changes to readme, updated sampling functions for readability
Combined both versions of the conditional diffusion model, now allows for classifier guided diffusion class conditional, and inpainting image generation.
update README
clipping added to combat class-free guidence lerp
missing dataloader in main
in-out-painting
in-out-painting
fixed UNet error
added original train and test split
commit to switch branches
Added inpainting dataloader (randomly draws black rectangles for masks), concatenation conditioning mechanism for UNet, removed classifier-free guided diffusion
changes to DM class, dataloader, etc.
Completed Class Conditional Diffusion Model. This version is intended to be trained on a class labeled dataset. It makes use of classifier-free guided diffusion to boost sample quality of the model when generating images from each class. The conditioning mechanism in the UNet (implemented together with Roy) simply adds an embedding of the class to the time embedding before passing them through the learnable reshaping layers for each block. Successfully trained on 3 class dataset, dogs, cats and wildlife.
Initial commit
Loading