alembics / disco-diffusion

Other
7.47k stars 1.13k forks source link

ModuleNotFoundError: No module named 'py3d_tools' #22

Closed hsk77 closed 2 years ago

hsk77 commented 2 years ago

Hi, there is an issue from "1.5 Define necessary functions"

ModuleNotFoundError Traceback (most recent call last) in () 4 5 import pytorch3d.transforms as p3dT ----> 6 import disco_xform_utils as dxf 7 8 def interp(t):

/content/disco_xform_utils.py in () 1 import torch, torchvision ----> 2 import py3d_tools as p3d 3 import midas_utils 4 from PIL import Image 5 import numpy as np

ModuleNotFoundError: No module named 'py3d_tools'

jakubknejzlik commented 2 years ago

👍 for me as well. Unfortunately as the script pulls from git repo on main branch, it broke probably all the copied colabs. I have to run on my own fork: https://github.com/jakubknejzlik/disco-diffusion

Note: maybe some sort of releases would be nice to avoid breaking copied colabs :)

MSFTserver commented 2 years ago

@jakubknejzlik @hsk77 this should be resolved now, was mistake of forgetting to compile a new ipynb against my pytorch3d lite PR

Sent from my SM-G988U using FastHub

jakubknejzlik commented 2 years ago

@MSFTserver tested and works! Thanks for such quick response :)

hsk77 commented 2 years ago

Thanks to all of you. It works