Delete run_inference.sh
Browse files- run_inference.sh +0 -7
run_inference.sh
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
accelerate launch --num_processes=1 --gpu_ids="0," --main_process_port 29300 src/inference_s3diff.py \
|
2 |
-
--sd_path="path_to_checkpoints/sd-turbo" \
|
3 |
-
--de_net_path="assets/mm-realsr/de_net.pth" \
|
4 |
-
--pretrained_path="path_to_checkpoints_folder/model_30001.pkl" \
|
5 |
-
--output_dir="./output" \
|
6 |
-
--ref_path="path_to_ground_truth_folder" \
|
7 |
-
--align_method="wavelet"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|