Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #66

Open
LivVada opened this issue Apr 29, 2024 · 0 comments
Open

ModuleNotFoundError #66

LivVada opened this issue Apr 29, 2024 · 0 comments

Comments

@LivVada
Copy link

LivVada commented Apr 29, 2024

Hey!
I'm using Pytti tools and this Error occurred at the last step from: Run it!
-> ModuleNotFoundError

This is the code:
#@markdown Execute this cell to start image generation
from pytti.workhorse import _main as render_frames
import random

if (seed is None) or (params.seed is None):
params.seed = random.randint(-0x8000_0000_0000_0000, 0xffff_ffff_ffff_ffff)

render_frames(params)

This is the error:
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 2>()
1 #@markdown Execute this cell to start image generation
----> 2 from pytti.workhorse import _main as render_frames
3 import random
4
5 if (seed is None) or (params.seed is None):

2 frames
/usr/local/lib/python3.10/dist-packages/pytti/image_models/vqgan.py in
7
8
----> 9 from taming.models import cond_transformer, vqgan
10
11 from pytti import replace_grad, clamp_with_grad, vram_usage_mode

ModuleNotFoundError: No module named 'taming.models'


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.

Before everything was working great and I don't know what I should have changed ... would love to get help! :) I don't get any outputs anymore

3ADD2032-A40A-4462-BC3C-D18274BBBB91

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant