transformer_latent_diffusion icon indicating copy to clipboard operation
transformer_latent_diffusion copied to clipboard

Text to Image Latent Diffusion using a Transformer core

Results 8 transformer_latent_diffusion issues
Sort by recently updated
recently updated
newest added

Just installed and give it a test of the trained model. from tld.configs import LTDConfig, DenoiserConfig, TrainConfig from tld.diffusion import DiffusionTransformer denoiser_cfg = DenoiserConfig(n_channels=4) #configure your model here. cfg =...

Hello, first - thank you for sharing this repo, I've been looking for something like this for a long time. I run your code for 300k steps, but the quality...

Will improve the training and inference speed by a large margin!!

Hi, Thanks for the great work. I tried to run the train.py but "val_encodings.npy" does seems to be generated by data.py. Can you share the complete data generation/training code, thank...

Hi there! Im trying to make minRF, and there was a pointer to here, I was wondering what dataset you used for this! Thanks!