From b6d0a7987b5e1183c053296aa3aa7251f4dc5125 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Thu, 22 Jan 2026 22:12:11 -0600 Subject: [PATCH] Updating dockerfile again --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c06281a09..e04af56e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,5 +62,8 @@ RUN TMPDIR=$PIP_TMPDIR pip install --no-cache-dir python-dotenv insightface # Clean up pip temp directory RUN rm -rf $PIP_TMPDIR +# Use community fork since Stability-AI repo is no longer public +ENV STABLE_DIFFUSION_REPO=https://github.com/w-e-w/stablediffusion.git + # Run the application CMD ["python", "launch.py", "--nowebui", "--deforum-api", "--listen", "--api", "--port", "7861"]