add x-flux-comfyui for IP-Adapter FLUX support

This commit is contained in:
2026-06-22 12:12:55 +00:00
parent 3e38f71582
commit 0445756d32
+4
View File
@@ -15,6 +15,10 @@ RUN cd /app/custom_nodes \
&& git clone --depth 1 https://github.com/city96/ComfyUI-GGUF \
&& 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 \
&& pip install --no-cache-dir -r x-flux-comfyui/requirements.txt
RUN useradd -u 1000 -m comfyui && chown -R 1000:1000 /app
USER 1000