Skip to content

Commit 67ca07e

Browse files
committed
Update dockerfile
1 parent 61a1995 commit 67ca07e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ENV HF_AUTH_TOKEN=${HF_AUTH_TOKEN}
103103
# "CompVis/stable-diffusion-v1-4", "hakurei/waifu-diffusion",
104104
# "stabilityai/stable-diffusion-2",
105105
# "stabilityai/stable-diffusion-2-inpainting" etc.
106-
ARG MODEL_ID="spaceinvader/tarrot"
106+
ARG MODEL_ID
107107
ENV MODEL_ID=${MODEL_ID}
108108

109109
# "" = model default.
@@ -132,9 +132,9 @@ ARG MODEL_URL=""
132132
ENV MODEL_URL=${MODEL_URL}
133133
# If set, it will be downloaded and converted to diffusers format, and
134134
# saved in a directory with same MODEL_ID name to be loaded by diffusers.
135-
ARG CHECKPOINT_URL="https://huggingface.co/spaceinvader/tarrot/resolve/main/tarot_rws_step_2500.ckpt"
135+
ARG CHECKPOINT_URL
136136
ENV CHECKPOINT_URL=${CHECKPOINT_URL}
137-
ARG CHECKPOINT_CONFIG_URL="https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml"
137+
ARG CHECKPOINT_CONFIG_URL
138138
ENV CHECKPOINT_CONFIG_URL=${CHECKPOINT_CONFIG_URL}
139139
# Set to true to NOT download model at build time, rather at init / usage.
140140
ARG RUNTIME_DOWNLOADS=0

0 commit comments

Comments
 (0)