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

'imagine' is not recognized as an internal or external command, operable program or batch file. #140

Closed rmrf-sl4sh closed 3 years ago

rmrf-sl4sh commented 3 years ago

'imagine' is not recognized as an internal or external command, operable program or batch file.

I can't run 'imagine' it just gives me this error... any help?

rmrf-sl4sh commented 3 years ago

now it's just

C:\Users\Justin\AppData\Roaming\Python\Python39\site-packages\deep_daze>python -m deep_daze.py Traceback (most recent call last): File "C:\Program Files\Python39\lib\runpy.py", line 188, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "C:\Program Files\Python39\lib\runpy.py", line 111, in _get_module_details import(pkg_name) File "C:\Users\Justin\AppData\Roaming\Python\Python39\site-packages\deep_daze\deep_daze.py", line 23, in from .clip import load, tokenize ImportError: attempted relative import with no known parent package