Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Commit b2bafe4

Browse files
committed
added .bat file for downloading models
1 parent 9efd919 commit b2bafe4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
mkdir onnx-models
2+
cd onnx-models
3+
git lfs install
4+
git clone https://huggingface.co/rocca/swin-ir-onnx
5+
git clone https://huggingface.co/runwayml/stable-diffusion-v1-5
6+
git clone https://huggingface.co/softwareweaver/InstaFlow-0.9B-Olive-Onnx
7+
git clone https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7
8+
git clone https://huggingface.co/softwareweaver/stable-diffusion-xl-base-1.0-Olive-Onnx
9+

0 commit comments

Comments
 (0)