#rand_perlin_2d missing in fresh conda env {Linux]
50 messages · Page 1 of 1 (latest)
Yup all installed without issue
wellllll i think there might have been issues
doing that and recreating might help - yeah
or will test without conda
Typically when theres a failure to import, it means that it didn't get some dependency it needs during env creation
😠
ok some progress
ModuleNotFoundError: No module named 'ldm.models.diffusion.ksampler'
👀
sometimes I hate python
fixed it 😄
And some huge error
CUDA error: no kernel image is available for execution on the device
you have an NVidia?
Yup
something is going off on env being able to execute w/ it
i wonder about your pytorch versions
what card do you have?
im looking at forums
and it seems like its a (potential) compatibility issue between 3060ti and pytorch
https://discuss.pytorch.org/t/which-pytorch-cuda-version-to-use-with-newest-3060ti-driver/148579 example
im now at 1.12.1+cu102
which is the same v as before, aye?
yup
pip3 install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu116
fixed it?
yup though need change port now
legend
for port?