add tokens and macenko
Browse files- .gitattributes +3 -0
- .gitignore +1 -0
- macenko_target/macenko_param.pt +0 -0
- tokens.py +1 -0
.gitattributes
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
*.svs filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.pyc
|
macenko_target/macenko_param.pt
ADDED
Binary file (999 Bytes). View file
|
|
tokens.py
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
HF_TOKEN = "YOUR_HUGGING_FACE_ACCESS_TOKEN"
|