lucidrains / deep-daze

Simple command line tool for text to image generation using OpenAI's CLIP and Siren (Implicit neural representation network). Technique was originally created by https://twitter.com/advadnoun
MIT License
4.37k stars 327 forks source link

Not recognised after install #108

Closed Dinoosawruss closed 3 years ago

Dinoosawruss commented 3 years ago

Hi I'm getting the following after I install it

(venv) C:\Users\acer\Desktop\DeepDaze>py -3.7
Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 18:58:18) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import deep_daze
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'deep_daze'
>>> exit()

(venv) C:\Users\acer\Desktop\DeepDaze>imagine
'imagine' is not recognized as an internal or external command,
operable program or batch file.

I followed instructions in #76 but it did not work for me?

I'm on Windows 10 Python 3.7.9