From d5519f6c9689d489fdc449d06d0faa59f971ae50 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 22 Jun 2026 12:31:59 +0000 Subject: [PATCH] fix: correct GitHub org XLabs-AI for x-flux-comfyui --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9e327f..3e7d15b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN cd /app/custom_nodes \ && pip install --no-cache-dir -r ComfyUI-GGUF/requirements.txt RUN cd /app/custom_nodes \ - && git clone --depth 1 https://github.com/XLabsProject/x-flux-comfyui \ + && git clone --depth 1 https://github.com/XLabs-AI/x-flux-comfyui \ && pip install --no-cache-dir -r x-flux-comfyui/requirements.txt RUN useradd -u 1000 -m comfyui && chown -R 1000:1000 /app