add ComfyUI-GGUF custom node for FLUX support
This commit is contained in:
@@ -11,6 +11,10 @@ RUN git clone --depth 1 https://github.com/comfyanonymous/ComfyUI . \
|
|||||||
--index-url https://download.pytorch.org/whl/cpu \
|
--index-url https://download.pytorch.org/whl/cpu \
|
||||||
&& pip install --no-cache-dir -r requirements.txt
|
&& pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
|
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 useradd -u 1000 -m comfyui && chown -R 1000:1000 /app
|
RUN useradd -u 1000 -m comfyui && chown -R 1000:1000 /app
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|||||||
Reference in New Issue
Block a user