Default38693 commited on
Commit
84c8fa4
1 Parent(s): c9ef50a
Files changed (3) hide show
  1. DL/DownList.txt +0 -8
  2. DL/down.ps1 +0 -28
  3. DL/あ.txt +0 -1
DL/DownList.txt DELETED
@@ -1,8 +0,0 @@
1
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765632
2
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765633
3
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765634
4
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765635
5
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765636
6
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765637
7
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765638
8
- https://github.com/facebookresearch/xformers/suites/11183189417/artifacts/571765639
 
 
 
 
 
 
 
 
 
DL/down.ps1 DELETED
@@ -1,28 +0,0 @@
1
- # URLリストファイルのパス
2
- $urlListFile = "H:\ZattaPython\DL\DownList.txt"
3
-
4
- # URLリストを読み込む
5
- $urls = Get-Content $urlListFile
6
-
7
- # WebClientオブジェクトを作成
8
- $webClient = New-Object System.Net.WebClient
9
-
10
- # リダイレクトを自動で処理するための設定
11
- $webClient.Headers.Add("User-Agent", "Mozilla/5.0 (Windows NT; Windows NT 10.0; en-US) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36")
12
-
13
- # 各URLからファイルをダウンロード
14
- foreach ($url in $urls) {
15
- try {
16
- $fileName = [System.IO.Path]::GetFileName($url)
17
- $webClient.DownloadFile($url, $fileName)
18
- Write-Host "ダウンロード成功: $url -> $fileName"
19
- } catch {
20
- Write-Warning "ダウンロード失敗: $url"
21
- }
22
-
23
- # 20秒待機
24
- Start-Sleep -Seconds 20
25
- }
26
-
27
- # WebClientオブジェクトを破棄
28
- $webClient.Dispose()
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
DL/あ.txt DELETED
@@ -1 +0,0 @@
1
- xformersの手動ダウンロードがめんどくさかったので自動化しようと思ったら、ログインしてないとできなかった。なので、ボツ