Add Forge

Add Automatic1111-Forge:
https://github.com/lllyasviel/stable-diffusion-webui-forge
This commit is contained in:
theunpleasantowl
2024-11-19 20:28:13 -05:00
parent 802d0bcd68
commit cae1586b45
13 changed files with 285 additions and 21 deletions

3
services/comfy/Dockerfile Normal file → Executable file
View 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
View File