mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
[ADD] ComfyUI-Manager
This commit is contained in:
parent
802d0bcd68
commit
91f163bb87
|
|
@ -12,6 +12,9 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
|||
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
RUN git clone https://github.com/ltdrdata/ComfyUI-Manager ${ROOT}/custom_nodes/ComfyUI-Manager && \
|
||||
pip install -r ${ROOT}/custom_nodes/ComfyUI-Manager/requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
COPY . /docker/
|
||||
RUN chmod u+x /docker/entrypoint.sh && cp /docker/extra_model_paths.yaml ${ROOT}
|
||||
|
|
|
|||
Loading…
Reference in a new issue