File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
107107ENV MODEL_ID=${MODEL_ID}
108108
109109# "" = model default.
@@ -132,9 +132,9 @@ ARG MODEL_URL=""
132132ENV 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
136136ENV 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
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