Delete run.sh
Browse files
run.sh
DELETED
|
@@ -1,28 +0,0 @@
|
|
| 1 |
-
# for wild dataset
|
| 2 |
-
python ./test_seesr_sam.py \
|
| 3 |
-
--pretrained_model_path ./preset/models/stable-diffusion-2-base \
|
| 4 |
-
--prompt '' \
|
| 5 |
-
--seesr_model_path ./preset/models/checkpoint-90000 \
|
| 6 |
-
--ram_ft_path ./preset/models/DAPE.pth \
|
| 7 |
-
--image_path ./preset/datasets/test_datasets/wild \
|
| 8 |
-
--output_dir your_output_dir_path/wild \
|
| 9 |
-
--start_point noise \
|
| 10 |
-
--num_inference_steps 50 \
|
| 11 |
-
--guidance_scale 8.5 \
|
| 12 |
-
--added_prompt "clean, high-resolution, 8k, ultra-detailed, ultra-realistic" \
|
| 13 |
-
--upscale 1 \
|
| 14 |
-
--process_size 512
|
| 15 |
-
|
| 16 |
-
# for synthetic dataset
|
| 17 |
-
python ./test_seesr_sam.py \
|
| 18 |
-
--pretrained_model_path ./preset/models/stable-diffusion-2-base \
|
| 19 |
-
--prompt '' \
|
| 20 |
-
--seesr_model_path ./preset/models/checkpoint-90000 \
|
| 21 |
-
--ram_ft_path ./preset/models/DAPE.pth \
|
| 22 |
-
--image_path ./preset/datasets/test_datasets/synthetic \
|
| 23 |
-
--output_dir your_output_dir_path/synthetic \
|
| 24 |
-
--start_point noise \
|
| 25 |
-
--num_inference_steps 50 \
|
| 26 |
-
--guidance_scale 0.9 \
|
| 27 |
-
--upscale 4 \
|
| 28 |
-
--process_size 512
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|