Code Monkey home page Code Monkey logo

Comments (8)

carefree0910 avatar carefree0910 commented on June 1, 2024 1

Hi! Unfortunately, I'm afraid that 'currently' there isn't a way to do it. 😣 But I'm working on simplifying the start up process under the sd.base mode, and once I successfully run it through the Colab, I'll let you know!

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Hi! Since I've added more and more features to this repo, even the basic sd services cannot be launched in a naive Colab due to the memory issue (not GPU RAM, but RAM - there are simply too many models to be loaded 🤣)

So if you scroll down to the bottom of the colab, you'll find that the end of the last LOOOONG command is something like:

os.system('cfcreator serve --limit 1 --focus sync')

You can change it to:

os.system('cfcreator serve --limit 1 --focus sd.base')

to re-activate the /txt2img/sd (and the /img2img/sd) endpoint. Beware that this might crush the Colab if the RAM is not enough!

from carefree-creator.

XplosiON1232 avatar XplosiON1232 commented on June 1, 2024

Hey! I tired, and yes, it did indeed hit the RAM limit and crash the Colab 🙃

Is there maybe any way to run an old version of the project on colab? Since I remember it working before.

Thank you.

from carefree-creator.

XplosiON1232 avatar XplosiON1232 commented on June 1, 2024

Okay, thank you!

from carefree-creator.

XplosiON1232 avatar XplosiON1232 commented on June 1, 2024

Hello! Sorry to disturb you, but there isn't any way to specify an old version of the package when installing in the colab?

For example instead of "pip install carefree-creator" we could do something like "pip install carefree-creator==1.0" or something, to install the old version of the package?

Thank you, and if not, lmk if you manage to fit it in a colab again!

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Oh, never mind! There indeed has a way to specify an old version, and yes, replace pip install carefree-creator with pip install carefree-creator==xxx can definitely do the job!

Here's the full list of the available versions: https://pypi.org/project/carefree-creator/#history

The problem is, I'm not sure which version can solve your problem, so I didn't mention it. 🤣

from carefree-creator.

carefree0910 avatar carefree0910 commented on June 1, 2024

Hello! Sorry to disturb you, but there isn't any way to specify an old version of the package when installing in the colab?

For example instead of "pip install carefree-creator" we could do something like "pip install carefree-creator==1.0" or something, to install the old version of the package?

Thank you, and if not, lmk if you manage to fit it in a colab again!

Hi! I've just updated the colab, it should be working now. 🥳

Let me know if you face any other issues!

from carefree-creator.

XplosiON1232 avatar XplosiON1232 commented on June 1, 2024

Hey! I tried it and it works great! Thank you very much!

from carefree-creator.

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.