Skip to content

Commit

Permalink
Update download_pretrained_models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bebra777228 authored Mar 11, 2024
1 parent 9e183a7 commit 7293bf1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions download_pretrained_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"SnowieV2_D.pth":"https://huggingface.co/MUSTAR/SnowyRuPretrain_EnP_40k/resolve/main/D_Snowie_RuPretrain_EnP.pth",
"SnowieV2_G.pth":"https://huggingface.co/MUSTAR/SnowyRuPretrain_EnP_40k/resolve/main/G_Snowie_RuPretrain_EnP.pth",
"Rin_E3_D.pth":"https://huggingface.co/ORVC/RIN_E3/resolve/main/RIN_E3_D.pth",
"Rin_E3_G.pth":"https://huggingface.co/ORVC/RIN_E3/resolve/main/RIN_E3_G.pth",
"SnowieV3_D.pth":"https://huggingface.co/MUSTAR/SnowieV3-40k_pretrain/resolve/main/D_SnowieV3_40k.pth",
"SnowieV3_G.pth":"https://huggingface.co/MUSTAR/SnowieV3-40k_pretrain/resolve/main/G_SnowieV3_40k.pth",
"SnowieV3_x_Rin_E3_D.pth":"https://huggingface.co/MUSTAR/SnowieV3-X-RINE3-40K/resolve/main/D_Snowie-X-Rin_40k.pth",
"SnowieV3_x_Rin_E3_G.pth":"https://huggingface.co/MUSTAR/SnowieV3-X-RINE3-40K/resolve/main/G_Snowie-X-Rin_40k.pth"
"Rin_E3_G.pth":"https://huggingface.co/ORVC/RIN_E3/resolve/main/RIN_E3_G.pth"
}
for file, link in files.items():
file_path = os.path.join(pretrained_folder, file)
Expand Down

0 comments on commit 7293bf1

Please sign in to comment.