lucidrains / big-sleep

A simple command line tool for text to image generation, using OpenAI's CLIP and a BigGAN. Technique was originally created by https://twitter.com/advadnoun
MIT License
2.57k stars 304 forks source link

The term 'dream' is not recognized as the name of a cmdlet, function, script file, or operable program. #14

Closed itchylol742 closed 3 years ago

itchylol742 commented 3 years ago

When I run the command I get an error. Using Powershell on Windows 10.

dream : The term 'dream' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1

enricoros commented 3 years ago

How did you install this on Windows, using pip? virtualenv? maybe you need to specify the full path of the file. I'm using virtualenv on Windows, and running something like C:\some\path\venv\Scripts\python.exe C:\some\path\modified-cli.py

itchylol742 commented 3 years ago

I ran it in the folder and it solved the problem