Spaces:
Running
on
Zero
Running
on
Zero
SunderAli17
commited on
Create infer.sh
Browse files- functions/infer.sh +6 -0
functions/infer.sh
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python infer.py \
|
2 |
+
--sdxl_path path/to/sdxl \
|
3 |
+
--vision_encoder_path path/to/dinov2_large \
|
4 |
+
--sakbir_path path/to/sakbir \
|
5 |
+
--test_path path/to/input \
|
6 |
+
--out_path path/to/output
|