Ii commited on
Commit
e7ed9d8
·
verified ·
1 Parent(s): db0925b

Delete run.sh

Browse files
Files changed (1) hide show
  1. run.sh +0 -13
run.sh DELETED
@@ -1,13 +0,0 @@
1
- #!/bin/bash
2
- # Run this script from within the refacer/docker folder.
3
- # You'll need inswrapper_128.onnx from either:
4
- # https://drive.google.com/file/d/1eu60OrRtn4WhKrzM4mQv4F3rIuyUXqfl/view?usp=drive_link
5
- # or https://drive.google.com/file/d/1jbDUGrADco9A1MutWjO6d_1dwizh9w9P/view?usp=sharing
6
- # or https://mega.nz/file/9l8mGDJA#FnPxHwpdhDovDo6OvbQjhHd2nDAk8_iVEgo3mpHLG6U
7
- # or https://1drv.ms/u/s!AsHA3Xbnj6uAgxhb_tmQ7egHACOR?e=CPoThO
8
- # or https://civitai.com/models/80324?modelVersionId=85159
9
-
10
- docker stop -t 0 refacer
11
- docker build -t refacer -f Dockerfile.nvidia . && \
12
- docker run --rm --name refacer -v $(pwd)/..:/refacer -p 7860:7860 --gpus all refacer python3 app.py --server_name 0.0.0.0 &
13
- sleep 2 && google-chrome --new-window "http://127.0.0.1:7860" &