fix: correct GitHub org XLabs-AI for x-flux-comfyui

This commit is contained in:
2026-06-22 12:31:59 +00:00
parent 9f844f0037
commit d5519f6c96
+1 -1
View File
@@ -18,7 +18,7 @@ RUN cd /app/custom_nodes \
&& pip install --no-cache-dir -r ComfyUI-GGUF/requirements.txt && pip install --no-cache-dir -r ComfyUI-GGUF/requirements.txt
RUN cd /app/custom_nodes \ 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 && pip install --no-cache-dir -r x-flux-comfyui/requirements.txt
RUN useradd -u 1000 -m comfyui && chown -R 1000:1000 /app RUN useradd -u 1000 -m comfyui && chown -R 1000:1000 /app