taming-transformers icon indicating copy to clipboard operation
taming-transformers copied to clipboard

Moving lpips vgg download to `.cache` folder

Open midhunharikumar opened this issue 4 years ago • 0 comments
trafficstars

Using the installed taming module from other folders causes the LPIPS VGG weights to be downloaded again. This causes unnecessary model replication. Saving the weights to cache folder prevents this and is accepted practice for libraries like torch.

Testing

Local testing to run basic VQGAN training.

midhunharikumar avatar Sep 06 '21 21:09 midhunharikumar