nerdyrodent / VQGAN-CLIP

Just playing with getting VQGAN+CLIP running locally, rather than having to use colab.
Other
2.59k stars 428 forks source link

module error #128

Closed dekid69 closed 2 years ago

dekid69 commented 2 years ago

ModuleNotFoundError Traceback (most recent call last) in () 11 from omegaconf import OmegaConf 12 from PIL import Image ---> 13 from taming.models import cond_transformer, vqgan 14 import taming.modules 15 import torch

ModuleNotFoundError: No module named 'taming'


NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the "Open Examples" button below.

pls help

nerdyrodent commented 2 years ago

Be sure to install the requirements.

dekid69 commented 2 years ago

I was using google calob

On Fri, Feb 11, 2022 at 2:04 AM Nerdy Rodent @.***> wrote:

Be sure to install the requirements.

— Reply to this email directly, view it on GitHub https://github.com/nerdyrodent/VQGAN-CLIP/issues/128#issuecomment-1036043334, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVPQCXJFHWVBIB65G4UHWIDU2TNJTANCNFSM5N4CE7YA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>