You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running comfy node install ...nodes..., if --fast-deps is passed, it exits very quickly and fails to install anything, with the only output being Execute from: /root/comfy/ComfyUI.
To Reproduce
Steps to reproduce the behavior
# Use a Python image with uv pre-installedFROM ghcr.io/astral-sh/uv:python3.12-bookworm-slim
# Install the project into `/app`WORKDIR /app
# Enable bytecode compilationENV UV_COMPILE_BYTECODE=1
# Copy from the cache instead of linking since it's a mounted volumeENV UV_LINK_MODE=copy
RUN uv pip install --system comfy-cli
RUN apt update
RUN apt install -y git
# [DEFAULT]# enable_tracking = FalseCOPY config.ini /root/.config/comfy-cli/config.ini
RUN comfy --skip-prompt install --nvidia --fast-deps
RUN comfy node install --fast-deps cg-use-everywhere qq-nodes-comfyui ComfyUI-KJNodes rgthree-comfy ComfyUI_TensorRT
Expected behavior
The nodes to install, while utilizing uv(I assume)
Nice to have
Terminal output
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When running
comfy node install ...nodes...
, if--fast-deps
is passed, it exits very quickly and fails to install anything, with the only output beingExecute from: /root/comfy/ComfyUI
.To Reproduce
Steps to reproduce the behavior
Expected behavior
The nodes to install, while utilizing
uv
(I assume)Nice to have
The text was updated successfully, but these errors were encountered: