vqgan-clip
vqgan-clip copied to clipboard
ModuleNotFoundError in VQGAN+CLIP (codebook sampling method).ipynb
4th cell
ModuleNotFoundError Traceback (most recent call last)
2 frames
/content/taming-transformers/taming/data/utils.py in
ModuleNotFoundError: No module named 'torch._six'
instead of from torch._six import string_classes. use string_classes = str
it works for me.