taming-transformers
taming-transformers copied to clipboard
Moving lpips vgg download to `.cache` folder
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.