chigozienri / VQGAN-CLIP-animations

134 stars 28 forks source link

Module not found errors (2 so far) - omegaconf, taming #26

Closed tim-andes closed 3 years ago

tim-andes commented 3 years ago

Describe the bug First attempt: ModuleNotFoundError: No module named 'omegaconf' Refreshed colab and tried again, Second attempt: ModuleNotFoundError: No module named 'taming'

Parameters used Paste in the parameters you used Didn't get this far

Which cell you saw the error in e.g. "Loading of libraries and definitions"

Error message

---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-11-dbaa526c00d0> in <module>()
     24 from omegaconf import OmegaConf
     25 from PIL import Image
---> 26 from taming.models import cond_transformer, vqgan
     27 import torch
     28 from torch import nn, optim

ModuleNotFoundError: No module named 'taming'
chigozienri commented 3 years ago

Had you also run the cell "Library installation"? If so, I can't replicate this behaviour. Let me know!

tim-andes commented 3 years ago

Hm, I will double check when I do some runs on Monday and close the issue if that's the case. Thank you

tim-andes commented 3 years ago

I think you were correct, I must have failed to run Library Installation first. Closing the issue