FIX: inswapper_128.onnx legal link
This commit is contained in:
parent
96e82ccb46
commit
94d15f517c
@ -9,8 +9,7 @@ req_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "requiremen
|
|||||||
|
|
||||||
models_dir = os.path.abspath("models/roop")
|
models_dir = os.path.abspath("models/roop")
|
||||||
|
|
||||||
# model_url = "https://huggingface.co/henryruhs/roop/resolve/main/inswapper_128.onnx"
|
model_url = "https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx"
|
||||||
model_url = "https://huggingface.co/deepinsight/inswapper/resolve/main/inswapper_128.onnx" # temporary url
|
|
||||||
model_name = os.path.basename(model_url)
|
model_name = os.path.basename(model_url)
|
||||||
model_path = os.path.join(models_dir, model_name)
|
model_path = os.path.join(models_dir, model_name)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user