GithubHelp home page GithubHelp logo

Does it work on mac ? about big-sleep HOT 6 OPEN

NtnmrnNtnmrn avatar NtnmrnNtnmrn commented on May 28, 2024
Does it work on mac ?

from big-sleep.

Comments (6)

Ednaordinary avatar Ednaordinary commented on May 28, 2024 1

If you look at issue #131, it looks like big sleep won't work without cuda. To answer your original question, it won't work on most of all macs (I'm not sure if older mac's with Nvidia GPUs would work, but probably not)

from big-sleep.

Ednaordinary avatar Ednaordinary commented on May 28, 2024

Did you do

python3
import big-sleep.Imagine as dream
dream(text = "text")

Or just

dream(text = "text")

?
The dream command is not available directly from the shell, you have to enter python and import big-sleep. also, this may not be an issue to you, but if it says no module called big-sleep you may want to exit() and use pip3 or python3 -m pip instead of pip, if you have multiple versions of python installed. Then re-enter python3 and try again

from big-sleep.

NtnmrnNtnmrn avatar NtnmrnNtnmrn commented on May 28, 2024

Thank you for your answer.

When I enter python3 and write "import big-sleep.Imagine as dream"
It says :

  File "<stdin>", line 1
    import big-sleep.Imagine as dream
              ^
SyntaxError: invalid syntax 

This doesn't get better with pip3 or python3 -m pip instead of pip.

from big-sleep.

Ednaordinary avatar Ednaordinary commented on May 28, 2024

Sorry, typo. try this instead
big_sleep.Imagine as dream

from big-sleep.

NtnmrnNtnmrn avatar NtnmrnNtnmrn commented on May 28, 2024

Thanks ! but I get the same

File "<stdin>", line 1 big_sleep.Imagine as dream ^ SyntaxError: invalid syntax

EDIT : ok it worked with "import big_sleep.Imagine as dream"

I get :

>>> import big_sleep.Imagine as dream Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Users/.../Downloads/big-sleep-main/big_sleep/__init__.py", line 1, in <module> from big_sleep.big_sleep import BigSleep, Imagine File "/Users/.../Downloads/big-sleep-main/big_sleep/big_sleep.py", line 26, in <module> assert torch.cuda.is_available(), 'CUDA must be available in order to use Big Sleep' AssertionError: CUDA must be available in order to use Big Sleep

from big-sleep.

NtnmrnNtnmrn avatar NtnmrnNtnmrn commented on May 28, 2024

Ok thanks! :)

from big-sleep.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.