Coder Social home page Coder Social logo

Comments (3)

camenduru avatar camenduru commented on May 22, 2024 4

https://github.com/camenduru/StableStudio-colab

from stablestudio.

cruhl avatar cruhl commented on May 22, 2024

Getting this working in Google Collab would be pretty neat

from stablestudio.

felipeavilis avatar felipeavilis commented on May 22, 2024

Same error here... any ideas? Im using a VM in Azure.

Discussed in #26

Originally posted by AbdirayimovS May 19, 2023 Hi there,

I wonder if there is a Google collab notebook to easily install and run StableStudio.

  1. I created a new Google Collab notebook!
  2. Installed nodejs
    !sudo apt install nodejs npm !npm install
  3. Installed yarn
    curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list sudo apt update && sudo apt install yarn yarn
  4. Copied the repo and run the folowing code:
    git clone https://github.com/Stability-AI/StableStudio.git cd StableStudio yarn yarn dev

The error I am getting:

`internal/modules/cjs/loader.js:638 throw err; ^

Error: Cannot find module 'worker_threads' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15) at Function.Module._load (internal/modules/cjs/loader.js:562:25) at Module.require (internal/modules/cjs/loader.js:692:17) at require (internal/modules/cjs/helpers.js:25:18) at /content/StableStudio/.yarn/releases/yarn-3.3.0.cjs:423:2587 at Object. (/content/StableStudio/.yarn/releases/yarn-3.3.0.cjs:740:8833) at Module._compile (internal/modules/cjs/loader.js:778:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10) at Module.load (internal/modules/cjs/loader.js:653:32) at tryModuleLoad (internal/modules/cjs/loader.js:593:12)`

from stablestudio.

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.