Stable-Diffusion-Latent-Space-Explorer icon indicating copy to clipboard operation
Stable-Diffusion-Latent-Space-Explorer copied to clipboard

New version / dependency issue

Open MHRosenberg opened this issue 9 months ago • 1 comments

Hi there,

I've been using your code off-and-on for a few weeks. I'm hitting a new dependency error presumably due to changes in the underlying packages. Do you current get this error below? If not, could you send a complete list of the versions associated with the dependencies?

Traceback (most recent call last): File "/content/drive/MyDrive/creative/Stable-Diffusion-Latent-Space-Explorer/run_sd_experiment.py", line 7, in import models File "/content/drive/MyDrive/creative/Stable-Diffusion-Latent-Space-Explorer/models.py", line 5, in from torchvision import transforms File "/usr/local/lib/python3.10/dist-packages/torchvision/init.py", line 6, in from torchvision import _meta_registrations, datasets, io, models, ops, transforms, utils File "/usr/local/lib/python3.10/dist-packages/torchvision/_meta_registrations.py", line 4, in import torch._custom_ops ModuleNotFoundError: No module named 'torch._custom_ops'

Thanks!

MHRosenberg avatar May 12 '24 19:05 MHRosenberg