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'我什么都试过了,你能帮帮我吗?我试过把它放在同一个文件夹里,所以请帮忙!

发布于 2021-12-16 09:24:49
尝试以下命令:
pip install taming-transformershttps://stackoverflow.com/questions/69983020
复制相似问题