How to train ldm on a low-resolution image dataset (128*128)
You should train a new autoencoder to encode the source image 128x128x3 into a latent code 32x32x4.
You should train a new autoencoder to encode the source image
128x128x3into a latent code32x32x4.
Could you tell me how to train? Thanks
You should train a new autoencoder to encode the source image
128x128x3into a latent code32x32x4.Could you tell me how to train? Thanks
That is a simple processing. You can search "how to train a autoencoder?" in google. You should prepare your datasets and design a network containing latent code 32x32x4. And ensure the image size with 128x128x3.