mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2025-11-26 21:54:19 -05:00
Add Forge
Add Automatic1111-Forge: https://github.com/lllyasviel/stable-diffusion-webui-forge
This commit is contained in:
3
services/comfy/Dockerfile
Normal file → Executable file
3
services/comfy/Dockerfile
Normal file → Executable file
@@ -1,4 +1,4 @@
|
||||
FROM pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime
|
||||
FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-runtime
|
||||
|
||||
ENV DEBIAN_FRONTEND=noninteractive PIP_PREFER_BINARY=1
|
||||
|
||||
@@ -9,7 +9,6 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT} && \
|
||||
cd ${ROOT} && \
|
||||
git checkout master && \
|
||||
git reset --hard 276f8fce9f5a80b500947fb5745a4dde9e84622d && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
WORKDIR ${ROOT}
|
||||
|
||||
0
services/comfy/extra_model_paths.yaml
Normal file → Executable file
0
services/comfy/extra_model_paths.yaml
Normal file → Executable file
Reference in New Issue
Block a user