Datasets:
hibana2077
commited on
Commit
·
c943b5c
1
Parent(s):
bd2e7cc
add auto script for dataset download and update requirements
Browse files- main/auto.sh +2 -0
- main/readme.md +1 -0
- main/requirements.txt +10 -0
main/auto.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
curl https://raw.githubusercontent.com/NVlabs/ffhq-dataset/refs/heads/master/download_ffhq.py -o download_ffhq.py
|
2 |
+
python3 download_ffhq.py --json --thumbs
|
main/readme.md
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
huggingface-cli login
|
main/requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
datasets
|
3 |
+
accelerate
|
4 |
+
scipy
|
5 |
+
pillow
|
6 |
+
huggingface_hub
|
7 |
+
sentencepiece
|
8 |
+
protobuf
|
9 |
+
numpy
|
10 |
+
matplotlib
|