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

Taming Transformers for High-Resolution Image Synthesis

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

use imagenet_vqgan.yml Can you provide a training log thank you

Notebook provider in capitalization.

**torch._six** has been deprecated, and this reference causes the code to not run. I removed the import and replaced the string_classes comparison with what **string_classes** actually was / is.

Hi I am trying to install this into my program and using conda for virtual environment. for some reason I cannot get it to install, it does not show up....

i made a directory path/to/ but it doesn't work. what's the problem? can i know?

thank you for making this code public. I want to train vqgan from scrach, but error like the one of below ``` python3 main.py --base configs/imagenet_vqgan.yaml -t True --gpus 0,1,2,3,4,5,6,7...

When I trying use imageNet/transformer, I got this error. and I check that there is no decode function in Labelator class. Labelator class is located at "taming/modules/util/Labelator" @pesser @rromb @tgisaturday...

Hello, First of all, awesome work and awesome repo! Thanks for having shared your pre-trained models! For `VQGAN OpenImages (f=8), 256` and `VQGAN OpenImages (f=8), 16384`, the provided zip files...

# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...

Hi, I would like to know whether you could provide code or show the resources for sampling with classifier guidance on ImageNet using ResNet model? This would be very helpful...