Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -81,6 +81,7 @@ RUN wget -c https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/ma
|
|
81 |
# Loras
|
82 |
COPY ./attire_spider-man-12.safetensors /models/loras/attire_spider-man-12.safetensors
|
83 |
COPY ./SDXL_crumpled_paper_Sa_May_V2.safetensors /models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
|
|
84 |
COPY ./RW_pixelart_XL_v1.safetensor /models/loras/RW_pixelart_XL_v1.safetensors
|
85 |
|
86 |
#RUN wget -c https://civitai.com/api/download/models/77307 -O ./models/loras/attire_spider-man-12.safetensors
|
|
|
81 |
# Loras
|
82 |
COPY ./attire_spider-man-12.safetensors /models/loras/attire_spider-man-12.safetensors
|
83 |
COPY ./SDXL_crumpled_paper_Sa_May_V2.safetensors /models/loras/SDXL_crumpled_paper_Sa_May_V2.safetensors
|
84 |
+
COPY ./StickersRedmond.safetensors /models/loras/StickersRedmond.safetensors
|
85 |
COPY ./RW_pixelart_XL_v1.safetensor /models/loras/RW_pixelart_XL_v1.safetensors
|
86 |
|
87 |
#RUN wget -c https://civitai.com/api/download/models/77307 -O ./models/loras/attire_spider-man-12.safetensors
|