T
T
TheDRAGO2021-04-14 16:28:07
pip
TheDRAGO, 2021-04-14 16:28:07

Problem installing lucidsonicdreams library. What should be done?

I stumbled upon the lucidsonicdreams library by accident. I decided to install it. Two errors came up during installation:

moviepy 1.0.3 has requirement decorator<5.0,>=4.0.2, but you'll have decorator 5.0.6 which is incompatible.
networkx 2.5.1 has requirement decorator<5,>=4.3, but you'll have decorator 5.0.6 which is incompatible.


When I run the code it says: 2021-04-14 23:04:23.308000: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'cudart64_100.dll'; dlerror: cudart64_100.dll not found
2021-04-14 23:04:23.324691: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. And the fact that there is no "dnnlib" module

Tried on python versions 3.6 and 3.7

Code:
from lucidsonicdreams import LucidSonicDream

L = LucidSonicDream(song = 'song.mp3', style = 'abstract photos')
L.hallucinate(file_name = 'chemical_love.mp4')

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alexbprofit, 2021-04-14
@alexbprofit

install cuda toolkit

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question