Giter Club home page Giter Club logo

Comments (4)

doctorpangloss avatar doctorpangloss commented on September 24, 2024 1

In order to improve compatibility, I'm going to introduce a method that will declare symbols wherever they used to be. I apologize for the breakage. There are significant challenges with node loading order that required moving things around - nodes are actually lazily loaded at this point, which resolved all kinds of bugs. I will keep you posted on that solution.

from comfyscript.

Chaoses-Ib avatar Chaoses-Ib commented on September 24, 2024

There are some breaking changes in the comfyui package, again (#28). It's now fixed in ComfyScript v0.4.5. I've also added the last tested commit id of comfyui in the readme, so if there are some problems with new versions in the future, one can find a working old version to workaround.

However, there are still other problems in comfyui. The built package doesn't include JSON configs needed by models (hiddenswitch/ComfyUI#6). A workaround is to use editable install:

RUN pip install wheel
RUN git clone https://github.com/hiddenswitch/ComfyUI.git && cd ComfyUI && pip install --no-build-isolation -e .
RUN pip install -U "comfy-script[default]"

from comfyscript.

ChrGriffin avatar ChrGriffin commented on September 24, 2024

Great, that did it, thanks! And thanks for the README update as well.

from comfyscript.

doctorpangloss avatar doctorpangloss commented on September 24, 2024

I am investigating the issues reported here too

from comfyscript.

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.