CoolFace
Modelpublic

YashNagraj75/Latent-Diffusion-Conditional

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes
50 commits on main
2853c713mo ago

Add model card

YashNagraj75
7e6af102y ago

Add wandb logging (Life is more peacefull)

YashNagraj75
bf96a552y ago

Model not moving forward

YashNagraj75
2e5aaca2y ago

Add update logic

YashNagraj75
04897d82y ago

Add scheduler

YashNagraj75
88f49f72y ago

Sloving conflicts

YashNagraj75
fca91c02y ago

More stuff

YashNagraj75
eec35f52y ago

Update disc_loss update logic

YashNagraj75
2c4ef682y ago

Made changes in the training script

YashNagraj75
90d71da2y ago

More samples

YashNagraj75
f4c75262y ago

Update

YashNagraj75
80828442y ago

Re training will finish this time for sure

YashNagraj75
680c6452y ago

More samples

YashNagraj75
de7e31f2y ago

Halfway through

YashNagraj75
e183f2c2y ago

Remove all samples

YashNagraj75
1c6f5f92y ago

Checkpoint for 2nd epoch

Yuvasamrat
af8cdd62y ago

Checkpointnt for 1st epoch

Yuvasamrat
1a70dc12y ago

Change checkpoint dir

Yuvasamrat
bba68062y ago

Modify training code

Yuvasamrat
24738502y ago

Remove logging statements

Yuvasamrat
f5927bd2y ago

Move to gpu and add checkpoint images to attributes

Yuvasamrat
43b6c802y ago

Print statements for logging

Youandmefuck
92078be2y ago

Add num_heads variables

Yash Nagraj
f0ff5802y ago

Make changes

Yash Nagraj
8d85e1f2y ago

Resolve run time errors

Yuvasamrat
789dd082y ago

Make changes to get image

Yash Nagraj
199f0272y ago

Get the buffers in order to open as image

Yash Nagraj
788a6e12y ago

Change any output errors

YashNagraj75
1013ca22y ago

Add im_path from the config

Yash Nagraj
432f4362y ago

Change the config file accordingly

Yash Nagraj
936be8c2y ago

Add loss printing and saving logic

Yash Nagraj
e57e3182y ago

Optimize Discriminator in the training loop

Yash Nagraj
d67fec62y ago

Change dataloader loading from directory

Yash Nagraj
4c5a8ab2y ago

Add dataloader for training

Yash Nagraj
2b3a3132y ago

Add the dataset

Yash Nagraj
f6182a32y ago

Move the pretrained vgg16 model to another directory

Yash Nagraj
dff68d42y ago

Add forward function to the Diffusion model UNet

Yash Nagraj
6966d992y ago

Build the Unet from the config

Yash Nagraj
2e8c2722y ago

change variable names

Yash Nagraj
97679c92y ago

Get all parameters from model_config

Yash Nagraj
ec937a42y ago

Add discriminator for adverserial loss for VAE training

Yash Nagraj
b311ae52y ago

Add lpips for VAE training

Yash Nagraj
2a1c7f22y ago

Clean up

Yash Nagraj
7377e9c2y ago

Add AutoEncoder (VQVAE)

Yash Nagraj
70a401a2y ago

Add UpBlock Unet to concat downblock's output

Yash Nagraj
6801d5a2y ago

Add all the layers in the UpBlock

Yash Nagraj
de5e3562y ago

Add forward function to the midblock

Yash Nagraj
38d054a2y ago

Add residual convolution to the mid block

Yash Nagraj
c2857b52y ago

Add MidBlocks and change cross_attn in down blocks

Yash Nagraj
95b2cf22y ago

Add cross attn if needed for conditional latent diffusion

Yash Nagraj