Skip to content

Commit 61a1995

Browse files
committed
Update yaml file
1 parent 7bbbab2 commit 61a1995

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ENV MODEL_URL=${MODEL_URL}
134134
# saved in a directory with same MODEL_ID name to be loaded by diffusers.
135135
ARG CHECKPOINT_URL="https://huggingface.co/spaceinvader/tarrot/resolve/main/tarot_rws_step_2500.ckpt"
136136
ENV CHECKPOINT_URL=${CHECKPOINT_URL}
137-
ARG CHECKPOINT_CONFIG_URL="https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference.yaml"
137+
ARG CHECKPOINT_CONFIG_URL="https://raw.githubusercontent.com/Stability-AI/stablediffusion/main/configs/stable-diffusion/v2-inference-v.yaml"
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)