File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
135135ARG CHECKPOINT_URL="https://huggingface.co/spaceinvader/tarrot/resolve/main/tarot_rws_step_2500.ckpt"
136136ENV 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"
138138ENV CHECKPOINT_CONFIG_URL=${CHECKPOINT_CONFIG_URL}
139139# Set to true to NOT download model at build time, rather at init / usage.
140140ARG RUNTIME_DOWNLOADS=0
You can’t perform that action at this time.
0 commit comments