Spaces:
Sleeping
Sleeping
add Milky Wonderland v3.0
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -57,6 +57,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
57 |
|
58 |
# TechnoByte Models
|
59 |
wget -cq https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/ && \
|
|
|
60 |
|
61 |
# VAE
|
62 |
rm -rf ./models/vae && \
|
|
|
57 |
|
58 |
# TechnoByte Models
|
59 |
wget -cq https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v20.safetensors -P ./models/checkpoints/ && \
|
60 |
+
wget -cq https://huggingface.co/TechnoByte/MilkyWonderland/resolve/main/milkyWonderland_v30.safetensors -P ./models/checkpoints/ && \
|
61 |
|
62 |
# VAE
|
63 |
rm -rf ./models/vae && \
|