chawin.chen commited on
Commit ·
2623ad9
1
Parent(s): ee1de9c
fix
Browse files- start_local.sh +4 -4
start_local.sh
CHANGED
|
@@ -37,13 +37,13 @@ export RVM_LOCAL_REPO=/opt/data/models/RobustVideoMatting
|
|
| 37 |
export RVM_WEIGHTS_PATH=/opt/data/models/torch/hub/checkpoints/rvm_resnet50.pth
|
| 38 |
export RVM_MODEL=resnet50
|
| 39 |
|
| 40 |
-
export AUTO_INIT_GFPGAN=
|
| 41 |
export AUTO_INIT_DDCOLOR=false
|
| 42 |
-
export AUTO_INIT_REALESRGAN=
|
| 43 |
export AUTO_INIT_ANIME_STYLE=false
|
| 44 |
export AUTO_INIT_CLIP=false
|
| 45 |
-
export AUTO_INIT_RVM=
|
| 46 |
-
export AUTO_INIT_REMBG=
|
| 47 |
|
| 48 |
export ENABLE_WARMUP=true
|
| 49 |
export REALESRGAN_MODEL=realesr-general-x4v3
|
|
|
|
| 37 |
export RVM_WEIGHTS_PATH=/opt/data/models/torch/hub/checkpoints/rvm_resnet50.pth
|
| 38 |
export RVM_MODEL=resnet50
|
| 39 |
|
| 40 |
+
export AUTO_INIT_GFPGAN=false
|
| 41 |
export AUTO_INIT_DDCOLOR=false
|
| 42 |
+
export AUTO_INIT_REALESRGAN=false
|
| 43 |
export AUTO_INIT_ANIME_STYLE=false
|
| 44 |
export AUTO_INIT_CLIP=false
|
| 45 |
+
export AUTO_INIT_RVM=false
|
| 46 |
+
export AUTO_INIT_REMBG=false
|
| 47 |
|
| 48 |
export ENABLE_WARMUP=true
|
| 49 |
export REALESRGAN_MODEL=realesr-general-x4v3
|