Giter VIP home page Giter VIP logo

Comments (5)

robballantyne avatar robballantyne commented on June 3, 2024 2

Base image rebuilds are complete and ComfyUI should now build correctly. Let me know if any further issues

from comfyui.

TechanisYT avatar TechanisYT commented on June 3, 2024

I'm having a similar issue:

error libmamba Could not solve for environment specs
The following package could not be installed
└─ libglib 2.78.4 h4648e47_1 does not exist (perhaps a typo or a missing channel).
critical libmamba Could not solve for environment specs
The command '/bin/bash -c set -eo pipefail && /opt/ai-dock/bin/build/layer0/init.sh | tee /var/log/build.log' returned a non-zero code: 1
ERROR: Service 'supervisor' failed to build : Build failed

from comfyui.

Dodzilla avatar Dodzilla commented on June 3, 2024

I started seeing this same exact error yesterday, it was building for me the previous day.

from comfyui.

robballantyne avatar robballantyne commented on June 3, 2024

The problem is with the underlying PyTorch image causing this image to fail at build time.

I'll rebuild the full stack of lower layers (pytorch, jupyter-pytorch) to fix the issue but it is a problem that may reappear in the future when building with the documented technique because when we build ComfyUI we have to recreate the existing pytorch install 1:1 which won't work if the repos delete files that were previously available.

A workaround when this happens (rare) is to define your own build process that builds upon the pre-built ComfyUI image but you'd need to handle node installation manually.

Expect builds to be working again within the next few hours.

from comfyui.

TechanisYT avatar TechanisYT commented on June 3, 2024

Still having the same issue. Maybe my docker-compose file is wrong. I want to virtualize comfyui in a docker in a proxmox vm with the cpu unly build. What I did was set up a new vm, ran updates and upgrades and cloned the repo. Then I changed the image in the docker compose file as follows:

    build:
      context: ./build
      args:
        IMAGE_BASE: ${IMAGE_BASE:-ghcr.io/ai-dock/comfyui:latest-cpu-jupyter}
      #tags:
      #  - "ghcr.io/ai-dock/comfyui:latest-cpu-jupiter"
    image: ghcr.io/ai-dock/comfyui:latest-cpu-jupiter

Is this the right way to do it and if not what did i do wrong and have to do to fix it ?
tags is commented out because docker-compose gave errors if not.

from comfyui.

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.