Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
|
@@ -99,6 +99,10 @@ RUN wget -nv -c \
|
|
| 99 |
https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors \
|
| 100 |
-P ./models/vae/
|
| 101 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
RUN mkdir temp && chmod 777 temp
|
| 103 |
|
| 104 |
# ------------------------------------------------
|
|
|
|
| 99 |
https://huggingface.co/circlestone-labs/Anima/resolve/main/split_files/vae/qwen_image_vae.safetensors \
|
| 100 |
-P ./models/vae/
|
| 101 |
|
| 102 |
+
RUN wget -nv -c \
|
| 103 |
+
https://huggingface.co/Einhorn/Anima-Preview2-Turbo-LoRA/resolve/main/anima_turbo_distill_preview2_14step.safetensors \
|
| 104 |
+
-P ./models/loras/
|
| 105 |
+
|
| 106 |
RUN mkdir temp && chmod 777 temp
|
| 107 |
|
| 108 |
# ------------------------------------------------
|