Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ModuleNotFoundError: No module named 'taming' [closed]

Tags:

python

ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-14-2683ccd40dcb> in <module>
     16 from omegaconf import OmegaConf
     17 from PIL import Image
---> 18 from taming.models import cond_transformer, vqgan
     19 import taming.modules
     20 import torch

ModuleNotFoundError: No module named 'taming'

I've tried everything can you please help me? I've tried putting it in the same folder and stuff so please help!

1

like image 402
Will Avatar asked Dec 10 '25 20:12

Will


1 Answers

Try the following command:

pip install taming-transformers
like image 193
Pavel Avatar answered Dec 13 '25 09:12

Pavel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!