taming-transformers
taming-transformers copied to clipboard
Taming Transformers for High-Resolution Image Synthesis
Torch does not support torch._six anymore, so removed from torch._six import string_classes Replaced string_classes with str. Reference: https://github.com/pytorch/pytorch/pull/94709
Trying to run another project in a remote environment, and that needs to pip-install the taming transformers repo. The original project uses conda and `pip install -e` and, presumably, is...
Could you please help me with image inpainting with vqgan? i dont know how to do it
Hi compvis group, thanks for your overwheming work and i'd love to deploy your method into my project. However, i found there is no learning rate scheduler(lr scheduler) was used...
I'm trying to run the VQGAN+CLIP notebook on Google Colab. During the library import I get the following error: `--------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () 11...
guys it is deprecated. --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () 11 from omegaconf import OmegaConf 12 from PIL import Image ---> 13 from taming.models import cond_transformer,...
# What - Add download directory args to LPIPS to save "taming/modules/autoencoder/lpips" files to avoid saving it at any place.
Hello, is there a way to get the config.yaml file of VQGAN OpenImages (f=8), 256. I cannot find it. thank you
Stable diffusion VAE fine tuning (backport AutoencoderKL and its config.yaml to taming-transformers)
Can we have stable diffusion VAE fine-tuning directly from taming-transformers ? The code seems to work (obviously, AutoencoderKL was taken from taming-transformers). Both the AutoencoderKL code and the config snippet...