TechnoByte commited on
Commit
a30d6d0
·
verified ·
1 Parent(s): 215cd66

add Milky Wonderland v3.0

Browse files
Files changed (1) hide show
  1. 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 && \