J5Tsai commited on
Commit
b4951dd
·
1 Parent(s): e148c21

ONEDIFF_DEBUG=1

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,5 +19,5 @@ RUN wget https://github.com/jackalcooper/live_xl/releases/download/latest/${LIVE
19
  RUN tar xf ${LIVE_XL_TAR}
20
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
21
  ENV LIVE_XL_LIGHTNING_ARGS="--base stabilityai/stable-diffusion-xl-base-1.0 --repo ByteDance/SDXL-Lightning --cpkt sdxl_lightning_2step_unet.safetensors"
22
-
23
  CMD [ "live_xl/bin/server", "start" ]
 
19
  RUN tar xf ${LIVE_XL_TAR}
20
  ENV PORT=7860 SECRET_KEY_BASE="Z/VeN8hw0cQruiL3YyWG52IPq+hnG9Ucj1RuW0263Iddmd8f+j7i/b7NCs1fiLCx"
21
  ENV LIVE_XL_LIGHTNING_ARGS="--base stabilityai/stable-diffusion-xl-base-1.0 --repo ByteDance/SDXL-Lightning --cpkt sdxl_lightning_2step_unet.safetensors"
22
+ ENV ONEDIFF_DEBUG=1
23
  CMD [ "live_xl/bin/server", "start" ]