We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4f1e8 commit 304b71bCopy full SHA for 304b71b
deep_daze/deep_daze.py
@@ -19,7 +19,7 @@
19
20
from tqdm import trange, tqdm
21
22
-from clip import load, tokenize
+from deep_daze.clip import load, tokenize
23
24
assert torch.cuda.is_available(), 'CUDA must be available in order to use Deep Daze'
25
0 commit comments