Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ComfyUI Out of Date #676

Closed
dhelgerson opened this issue Mar 15, 2024 · 3 comments · Fixed by #693
Closed

ComfyUI Out of Date #676

dhelgerson opened this issue Mar 15, 2024 · 3 comments · Fixed by #693
Labels
bug Something isn't working

Comments

@dhelgerson
Copy link

Has this issue been opened before?

  • [ X] It is not in the FAQ, I checked.
  • [ X] It is not in the issues, I searched.

Describe the bug

Whenever I install the docker container and use the comfy preset, and install comfyui-manager. it complains about bing out of date and things don't work right

Which UI

comfy

Hardware / Software

  • OS: [debian]
  • OS version: bullseye
  • Docker Version: 25.0.4
  • Docker compose version: 2.24.7
  • Repo version: 015c2ec
  • RAM: 16GB ddr3
  • GPU/VRAM: GTX 1070 SC

Steps to Reproduce

  1. install necessary runtimes
  2. clone repo
  3. docker compose --profile download up --build
  4. docker compose --profile comfy up --build
  5. git clone comfyui-manager into custom_nodes
  6. restart comfyui
  7. click manager
@dhelgerson dhelgerson added the bug Something isn't working label Mar 15, 2024
@yelban
Copy link

yelban commented Mar 19, 2024

Comment out this, it should be applicable to the current version, just not sure if there will be other issues?

./services/comfy/Dockerfile

ENV ROOT=/stable-diffusion
RUN --mount=type=cache,target=/root/.cache/pip \
  git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
  cd ${ROOT} && \
  git checkout master && \
  # git reset --hard d1f3637a5a944d0607b899babd8ff11d87100503 && \
  pip install -r requirements.txt

@dhelgerson
Copy link
Author

that works. also doesn't seem to have any issues. would it be possible to get the change int he gh or at least updating the commit it looks for?

@timetheonce
Copy link

timetheonce commented Mar 26, 2024

that works. also doesn't seem to have any issues. would it be possible to get the change int he gh or at least updating the commit it looks for?

Hello, happy to see you solved the problem. I solved it too.

@AbdBarho AbdBarho mentioned this issue May 20, 2024
AbdBarho added a commit that referenced this issue May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants