File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,10 +33,10 @@ jobs:
3333 with :
3434 version : 10
3535
36- - name : fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws /VSET-core/releases
36+ - name : fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI /VSET-core/releases
3737 run : |
3838 cd resources
39- $baseUrl = "https://github.com/TensoRaws /VSET-core/releases/download/v4.2-0819"
39+ $baseUrl = "https://github.com/EutropicAI /VSET-core/releases/download/v4.2-0819"
4040 1..4 | ForEach-Object {
4141 $url = "$baseUrl/VSET-core.7z.00$_"
4242 Write-Host "Downloading $url ..."
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 with :
3333 version : 10
3434
35- - name : fetch VSET-core # fetch VSET-core from https://github.com/TensoRaws /VSET-core/releases
35+ - name : fetch VSET-core # fetch VSET-core from https://github.com/EutropicAI /VSET-core/releases
3636 run : |
3737 cd resources
38- $baseUrl = "https://github.com/TensoRaws /VSET-core/releases/download/v4.2-0819"
38+ $baseUrl = "https://github.com/EutropicAI /VSET-core/releases/download/v4.2-0819"
3939 1..4 | ForEach-Object {
4040 $url = "$baseUrl/VSET-core.7z.00$_"
4141 Write-Host "Downloading $url ..."
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ These magic strings will be replaced in final script:
7070 - Video Path: __VIDEO_PATH__
7171 - Extra Model Path: __EXTRA_MODEL_PATH__
7272
73- GitHub: https://github.com/TensoRaws /VSET
73+ GitHub: https://github.com/EutropicAI /VSET
7474"""
7575\n
7676`
You can’t perform that action at this time.
0 commit comments