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

Hello and so happy to see you use Pytorch-Lightning! :tada: Just wondering if you already heard about quite the new **Pytorch Lightning (PL) ecosystem CI** where we would like to...

Using a VQGAN model, we can encode an image to zs, but it also returns some other things including the indices for the codebook. I'm trying to reconstruct an image...

Hi! I'm receiving an error while trying to train the model on a custom dataset in colab. I created test.txt and training.txt and modified the paths at custom_vqgan.yaml. I don't...

How to train coco-stuff dataset? First run coco_cond_stage.yaml, then coco_scene_images_trnsformer.yaml?

Hi there, I cannot find a pretrained model to have a quick try. Could somebody give me some advice?

The high resolution images from this repo seems to be sampled from conditional transformer models. How do I sample a high resolution image from an unconditional transformer? Do I have...

Thanks. In the paper, top row of Figure 4 shows two image inpainting results. I wonder how to do that. Can I replace the image coordinates with masked images?

Hi,do you know how to sample and reconstruct images from a vqgan trained on own datasets,is there code about it?I can't find it.Thank you very much!!

After setup when running `streamlit run scripts/sample_conditional.py` from the root directory. I get the following error: ``` Traceback (most recent call last): File ".../opt/anaconda3/lib/python3.8/site-packages/streamlit/script_runner.py", line 354, in _run_script exec(code, module.__dict__)...

The argument `disc_start` of configuration yaml file is numbers of steps when discriminator loss kicks in during the training. The significance of the question is based on issue #93 where...