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

Taming Transformers for High-Resolution Image Synthesis

Results 156 taming-transformers issues
Sort by recently updated
recently updated
newest added

I conduct training transformer on custom dataset, it seems like the program will log images on the local disk, but I only got the images of the first five epochs....

Hi all, first of all thanks for your work and support. I'm trying to deploy a colab version for custom training, but I got stuck here: _AttributeError: 'LightningDistributedDataParallel' object has...

Hi, Can someone confirm if the model is known to work in mixed-precision by simply using torch's autocast function? (or if there's a more proper way intended) Thanks

Thanks for the nice codes. I have a question about whether it is possible to train with custom depth maps instead of ImageNet with the current codes?

Thanks for the nice codes and tutorials. I was wondering whether you can provide an example for image completion using the VQGAN with python. Streamlit is relatively hard to use...

where to set max epoch. The code is too implicit for me to follow...

Hi, thank you for sharing the repo. I would like to fine-tune a pre-trained GumbelVQ model on my dataset. Could you please share the code for training GumbelVQ? Currently I...

As refered in #93 , discriminator is the key to get sharp image. But in my experiments, sometime aeloss get negative values. ![image](https://user-images.githubusercontent.com/7460776/151085947-a0e02ea1-6fbf-43ca-a70a-fac76bf163e6.png) I think in any network design, negative...

what is taming-transformers/taming/modules/misc/coord.py for? and how to train an unconditiaonal and conditional transformer? what are the running commands

Hi, I saw that a new dataset "Laion-aesthetic" has been released @ https://github.com/LAION-AI/laion-datasets/blob/main/laion-aesthetic.md . I figured this might be a great addition to the other pretrained models. Is someone able...