Spaces:
Runtime error
Runtime error
Jesus Lopez
commited on
Commit
·
fcb0afa
1
Parent(s):
a8c39f5
fix: add lfs voice
Browse files- .devcontainer/devcontainer.json +2 -1
- .gitattributes +3 -0
- .gitignore +3 -19
- assets/audios/audio-others/.gitkeep +0 -0
- logs/male-1/male-1.pth +3 -0
.devcontainer/devcontainer.json
CHANGED
|
@@ -10,7 +10,8 @@
|
|
| 10 |
"ghcr.io/devcontainers/features/github-cli:1": {},
|
| 11 |
"ghcr.io/nikobockerman/devcontainer-features/poetry-persistent-cache:1": {},
|
| 12 |
"ghcr.io/devcontainers-extra/features/poetry:2": {},
|
| 13 |
-
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {}
|
|
|
|
| 14 |
},
|
| 15 |
"containerEnv": {
|
| 16 |
"DOCKER_CLI_HINTS": "false",
|
|
|
|
| 10 |
"ghcr.io/devcontainers/features/github-cli:1": {},
|
| 11 |
"ghcr.io/nikobockerman/devcontainer-features/poetry-persistent-cache:1": {},
|
| 12 |
"ghcr.io/devcontainers-extra/features/poetry:2": {},
|
| 13 |
+
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
|
| 14 |
+
"ghcr.io/devcontainers/features/git-lfs:1": {}
|
| 15 |
},
|
| 16 |
"containerEnv": {
|
| 17 |
"DOCKER_CLI_HINTS": "false",
|
.gitattributes
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
poetry.lock binary
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
poetry.lock binary
|
| 2 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
.gitignore
CHANGED
|
@@ -3,22 +3,6 @@
|
|
| 3 |
__pycache__/
|
| 4 |
*.pyc
|
| 5 |
.env
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
*.pth
|
| 10 |
-
*.index
|
| 11 |
-
*.mp3
|
| 12 |
-
*.flac
|
| 13 |
-
*.ogg
|
| 14 |
-
*.m4a
|
| 15 |
-
*.bin
|
| 16 |
-
*.wav
|
| 17 |
-
*.zip
|
| 18 |
-
*.png
|
| 19 |
-
*.safetensors
|
| 20 |
-
|
| 21 |
-
logs
|
| 22 |
-
env
|
| 23 |
-
venv
|
| 24 |
-
rvc/models
|
|
|
|
| 3 |
__pycache__/
|
| 4 |
*.pyc
|
| 5 |
.env
|
| 6 |
+
assets/audios/
|
| 7 |
+
logs/mute/
|
| 8 |
+
logs/reference/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/audios/audio-others/.gitkeep
DELETED
|
File without changes
|
logs/male-1/male-1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bbbdbf6c5f91f8f0d9a1544afaa51c69f70ff584a9d867b6db6183933dc06ce
|
| 3 |
+
size 57589524
|