JavaScript
x
10
10
1
ModuleNotFoundError Traceback (most recent call last)
2
<ipython-input-14-2683ccd40dcb> in <module>
3
16 from omegaconf import OmegaConf
4
17 from PIL import Image
5
---> 18 from taming.models import cond_transformer, vqgan
6
19 import taming.modules
7
20 import torch
8
9
ModuleNotFoundError: No module named 'taming'
10
I’ve tried everything can you please help me? I’ve tried putting it in the same folder and stuff so please help!
Advertisement
Answer
Try the following command:
JavaScript
1
2
1
pip install taming-transformers
2