mrtroydev commited on
Commit
3883c60
1 Parent(s): c1309fe

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +60 -0
  2. .github/FUNDING.yml +13 -0
  3. .github/ISSUE_TEMPLATE/bug_report.md +27 -0
  4. .github/ISSUE_TEMPLATE/feature_request.md +20 -0
  5. .github/ISSUE_TEMPLATE/question.md +11 -0
  6. .gitignore +6 -0
  7. CONTRIBUTING.md +4 -0
  8. LICENSE +21 -0
  9. README.md +3 -9
  10. __pycache__/install.cpython-310.pyc +0 -0
  11. activate_only.bat +1 -0
  12. activate_only.sh +2 -0
  13. assets/logo.png +0 -0
  14. audio_webui_colab.ipynb +98 -0
  15. autodebug/__init__.py +0 -0
  16. autodebug/__pycache__/__init__.cpython-310.pyc +0 -0
  17. autodebug/__pycache__/autodebug.cpython-310.pyc +0 -0
  18. autodebug/__pycache__/prelaunch.cpython-310.pyc +0 -0
  19. autodebug/autodebug.py +79 -0
  20. autodebug/prelaunch.py +32 -0
  21. data/bark_custom_speakers/.placeholder +0 -0
  22. data/bark_custom_speakers/trien.npz +3 -0
  23. data/config.json +7 -0
  24. data/models/.placeholder +0 -0
  25. data/models/audioldm/.placeholder +0 -0
  26. data/models/hf_cache/.locks/models--GitMylo--bark-voice-cloning/9cf7eeab58835c5fc1cfbd3fd19c457fbd07859a5f036a6bfea4b6840716c1e7.lock +0 -0
  27. data/models/hf_cache/.locks/models--bert-base-multilingual-cased/2ba5de7675473164e07f3b3531748c9a6f113a2c.lock +0 -0
  28. data/models/hf_cache/.locks/models--bert-base-multilingual-cased/420b0fc31334c64ddf53cc3e9222a6d4c59d0cae.lock +0 -0
  29. data/models/hf_cache/.locks/models--bert-base-multilingual-cased/b122e74db13b415ea824c074da33c1c44f0d13a3.lock +0 -0
  30. data/models/hf_cache/.locks/models--bert-base-multilingual-cased/e837bab60a5d204e29622d127c2dafe508aa0731.lock +0 -0
  31. data/models/hf_cache/.locks/models--suno--bark/286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388.lock +0 -0
  32. data/models/hf_cache/.locks/models--suno--bark/799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab.lock +0 -0
  33. data/models/hf_cache/.locks/models--suno--bark/ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35.lock +0 -0
  34. data/models/hf_cache/.locks/spaces--gradio--soft/0d31c1c55d01c5892150100ae752d5155d084dff.lock +0 -0
  35. data/models/hf_cache/models--GitMylo--bark-voice-cloning/refs/main +1 -0
  36. data/models/hf_cache/models--bert-base-multilingual-cased/.no_exist/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/added_tokens.json +0 -0
  37. data/models/hf_cache/models--bert-base-multilingual-cased/.no_exist/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/special_tokens_map.json +0 -0
  38. data/models/hf_cache/models--bert-base-multilingual-cased/blobs/2ba5de7675473164e07f3b3531748c9a6f113a2c +1 -0
  39. data/models/hf_cache/models--bert-base-multilingual-cased/blobs/420b0fc31334c64ddf53cc3e9222a6d4c59d0cae +0 -0
  40. data/models/hf_cache/models--bert-base-multilingual-cased/blobs/b122e74db13b415ea824c074da33c1c44f0d13a3 +25 -0
  41. data/models/hf_cache/models--bert-base-multilingual-cased/blobs/e837bab60a5d204e29622d127c2dafe508aa0731 +0 -0
  42. data/models/hf_cache/models--bert-base-multilingual-cased/refs/main +1 -0
  43. data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/config.json +25 -0
  44. data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/tokenizer.json +0 -0
  45. data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/tokenizer_config.json +1 -0
  46. data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/vocab.txt +0 -0
  47. data/models/hf_cache/models--suno--bark/blobs/286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388 +3 -0
  48. data/models/hf_cache/models--suno--bark/blobs/799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab +3 -0
  49. data/models/hf_cache/models--suno--bark/blobs/ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35 +3 -0
  50. data/models/hf_cache/models--suno--bark/refs/main +1 -0
.gitattributes CHANGED
@@ -33,3 +33,63 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ data/models/hf_cache/models--suno--bark/blobs/286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388 filter=lfs diff=lfs merge=lfs -text
37
+ data/models/hf_cache/models--suno--bark/blobs/799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab filter=lfs diff=lfs merge=lfs -text
38
+ data/models/hf_cache/models--suno--bark/blobs/ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35 filter=lfs diff=lfs merge=lfs -text
39
+ data/models/unclassified/pip/http/0/7/5/b/a/075ba67a4562aec1cd8bfbf203a5264ec220cf0295cac46c98b443eb filter=lfs diff=lfs merge=lfs -text
40
+ data/models/unclassified/pip/http/1/4/4/2/4/14424eefcb8f6ef74ea47dfc3bc9ec36400668525a3e19cea311bec9 filter=lfs diff=lfs merge=lfs -text
41
+ data/models/unclassified/pip/http/1/b/9/4/6/1b94656e9507ace84a01f016ea8056e947ab5866013cc7756bc7c677 filter=lfs diff=lfs merge=lfs -text
42
+ data/models/unclassified/pip/http/2/1/7/6/a/2176ac2069f9bdf44fbcff7c22e292efc87b8d03315b81dfed5fec41 filter=lfs diff=lfs merge=lfs -text
43
+ data/models/unclassified/pip/http/2/6/8/2/5/2682520cbb9f4463541a2bad019f08e3359980857f5eeaf0ab923b65 filter=lfs diff=lfs merge=lfs -text
44
+ data/models/unclassified/pip/http/2/7/7/1/0/2771078a12ca48277667188e5dc941835fa203ffc3ee7b13a0b7e17f filter=lfs diff=lfs merge=lfs -text
45
+ data/models/unclassified/pip/http/2/8/9/6/8/28968f65141c5f6c178aa08235de8841d5ae7c75bd4e53668bb923ff filter=lfs diff=lfs merge=lfs -text
46
+ data/models/unclassified/pip/http/2/9/3/6/4/29364aa1936364d8c515172d5577bc53afa5203e018d71abb591b165 filter=lfs diff=lfs merge=lfs -text
47
+ data/models/unclassified/pip/http/3/5/9/6/a/3596afd016f77672204e7e6b87ae019597d769826f7d49e348922339 filter=lfs diff=lfs merge=lfs -text
48
+ data/models/unclassified/pip/http/3/9/a/e/6/39ae6aa825aebb75b0193714975cbc9defffa90203c5342f2214137e filter=lfs diff=lfs merge=lfs -text
49
+ data/models/unclassified/pip/http/3/c/a/1/5/3ca15bd8da033ad3b9825d285261c1c197c0cf1679f096c5b7efa410 filter=lfs diff=lfs merge=lfs -text
50
+ data/models/unclassified/pip/http/3/c/e/f/9/3cef90e2f33f3b9a1b50e02cc0736e09cc97714cb8b1101d706d912d filter=lfs diff=lfs merge=lfs -text
51
+ data/models/unclassified/pip/http/3/f/d/a/a/3fdaaebf6529f1d207d59a85b28de56aa60510959205dc5ba5ace33b filter=lfs diff=lfs merge=lfs -text
52
+ data/models/unclassified/pip/http/4/8/5/4/e/4854e629f0a37cfe4deef480af4404d6cd6775b7bd9f6a4609ace692 filter=lfs diff=lfs merge=lfs -text
53
+ data/models/unclassified/pip/http/4/e/c/6/1/4ec61ede633a2e6300104d0a3ba0dd102f75c9a4a82141f98af245cb filter=lfs diff=lfs merge=lfs -text
54
+ data/models/unclassified/pip/http/5/1/f/5/9/51f599083bccdefe73a322da245355b45f25439a04b126d8ed8b5271 filter=lfs diff=lfs merge=lfs -text
55
+ data/models/unclassified/pip/http/5/4/a/7/d/54a7d60af9e4b29026d9a24e024cfcd39d35cc6f2dba4f2da4b7e6df filter=lfs diff=lfs merge=lfs -text
56
+ data/models/unclassified/pip/http/6/1/1/5/f/6115f2f7d9ed2cee0978a9a24fcf143eff1678f8e2775d18e73f69d8 filter=lfs diff=lfs merge=lfs -text
57
+ data/models/unclassified/pip/http/6/6/0/a/b/660abb6906034a2c04e1dc1ef4c076314875a28ccb09c05f83b14940 filter=lfs diff=lfs merge=lfs -text
58
+ data/models/unclassified/pip/http/6/6/b/d/3/66bd3b1ed7e3320df59d743cc536a749b9efa31a0140c321ddcd9016 filter=lfs diff=lfs merge=lfs -text
59
+ data/models/unclassified/pip/http/6/a/4/0/8/6a4080fe21f87b0661722442b87c4f81fd34703be9e64c995cf5ed9e filter=lfs diff=lfs merge=lfs -text
60
+ data/models/unclassified/pip/http/6/e/f/7/a/6ef7ae373253a3997ffc8ac7b70e67716f79d6365ffa5c28f40f349a filter=lfs diff=lfs merge=lfs -text
61
+ data/models/unclassified/pip/http/7/4/0/8/8/740888090330b0dd7a2cf5dad2cb6e22a5d40cf4b894416c973d3fb6 filter=lfs diff=lfs merge=lfs -text
62
+ data/models/unclassified/pip/http/7/e/2/0/f/7e20f67205460c2990dc3d43525f043c513381bcfe256dfd8072b3b3 filter=lfs diff=lfs merge=lfs -text
63
+ data/models/unclassified/pip/http/8/2/f/c/c/82fcc15ad064649546d523c049b5ebe016d9ae1b5a7fb7b32fce7512 filter=lfs diff=lfs merge=lfs -text
64
+ data/models/unclassified/pip/http/8/7/4/7/1/87471198cb7fc632cfcd6811310d8da1de7f956b049844a9c0ba89ec filter=lfs diff=lfs merge=lfs -text
65
+ data/models/unclassified/pip/http/8/b/0/a/5/8b0a5aaa108b548edc8b98ac2f2996e90c07a2a43f01eb17b0a33c4b filter=lfs diff=lfs merge=lfs -text
66
+ data/models/unclassified/pip/http/8/c/4/5/a/8c45a6fce8e3d1e5257df554670605066211bf217d024f9155c6dce0 filter=lfs diff=lfs merge=lfs -text
67
+ data/models/unclassified/pip/http/9/3/0/5/a/9305a9e52d32a90517dc3735658e0b7b86b46239fd457b2063368d09 filter=lfs diff=lfs merge=lfs -text
68
+ data/models/unclassified/pip/http/9/8/5/2/c/9852c838b20700b7a678c6592e1c0f504548d03119f0931a00b3ee6b filter=lfs diff=lfs merge=lfs -text
69
+ data/models/unclassified/pip/http/9/b/b/e/1/9bbe13cfe687c04579dc00a02b2a2fdf11dc9b393de3cc51f0314eb1 filter=lfs diff=lfs merge=lfs -text
70
+ data/models/unclassified/pip/http/a/0/0/3/8/a00381c87f796f6ce8bdeee1acd93b76fb1c6be79d1cb69f972a32b2 filter=lfs diff=lfs merge=lfs -text
71
+ data/models/unclassified/pip/http/a/0/d/4/0/a0d40c220f742bd2f9042dba1847df31cc5ab321f6ed63375e947616 filter=lfs diff=lfs merge=lfs -text
72
+ data/models/unclassified/pip/http/a/1/3/8/8/a1388c096310fd179ee5e0d689593630995afc389ad8dbba9e01ee03 filter=lfs diff=lfs merge=lfs -text
73
+ data/models/unclassified/pip/http/a/1/a/e/7/a1ae72d7adee6483a188def9035ea946d84fa766cf0b0c8a8d30f33f filter=lfs diff=lfs merge=lfs -text
74
+ data/models/unclassified/pip/http/a/2/c/a/a/a2caa3bc06584f4ee6212d9b1bb6166e7fccbf2b144d7837db757f0a filter=lfs diff=lfs merge=lfs -text
75
+ data/models/unclassified/pip/http/a/4/2/6/d/a426d2941da17ff20a30fa4d99d854b021950160cb9960a185aceff4 filter=lfs diff=lfs merge=lfs -text
76
+ data/models/unclassified/pip/http/a/7/8/0/3/a7803f03ea53af03e3fa238b4e4e3d4850ed940522435f1303913537 filter=lfs diff=lfs merge=lfs -text
77
+ data/models/unclassified/pip/http/a/e/b/3/0/aeb30ec47cb8633122c512ba57e7c8f046a5f5ed100719081621b4dd filter=lfs diff=lfs merge=lfs -text
78
+ data/models/unclassified/pip/http/a/f/e/a/1/afea1a7eff3c00182657b212005ed7558c9374d83e659aed56860438 filter=lfs diff=lfs merge=lfs -text
79
+ data/models/unclassified/pip/http/b/8/9/4/b/b894b7659556274f6eb8a1be579ff8fcf7c95016250d2ed154fbce47 filter=lfs diff=lfs merge=lfs -text
80
+ data/models/unclassified/pip/http/b/c/4/4/7/bc4470adfa6fe6b0db4a67ed43d7646583d36f21b726867c57f32cc8 filter=lfs diff=lfs merge=lfs -text
81
+ data/models/unclassified/pip/http/b/e/4/8/c/be48c6af34ce9a2c153618ab623be22a96ef71c547ea2621dbcd141a filter=lfs diff=lfs merge=lfs -text
82
+ data/models/unclassified/pip/http/d/5/a/a/c/d5aac533cd4613d228ab51ef8d01a40d382a503d4ebff4fdd760bd07 filter=lfs diff=lfs merge=lfs -text
83
+ data/models/unclassified/pip/http/d/d/8/8/4/dd884c1d55d2bfa13200f58081e79f3f708e7f1df45f78c917300cd7 filter=lfs diff=lfs merge=lfs -text
84
+ data/models/unclassified/pip/http/e/3/f/1/8/e3f1801eaa4f04fc6d082ba99a3e351394ad65f9d8c82b74cdd14a94 filter=lfs diff=lfs merge=lfs -text
85
+ data/models/unclassified/pip/http/e/a/1/e/9/ea1e9be74162a87b2e3b013e944985c7fe51408cfe2fb6c04a95d990 filter=lfs diff=lfs merge=lfs -text
86
+ data/models/unclassified/pip/http/e/b/8/2/9/eb8291b7f855024d609d9fd318d3ca01eda8b2e32a9a7f1fb17b5b4c filter=lfs diff=lfs merge=lfs -text
87
+ data/models/unclassified/pip/http/f/4/b/8/e/f4b8efa9a40587bed0d140dba7696d65c84b6a6d55da1b422d425960 filter=lfs diff=lfs merge=lfs -text
88
+ data/models/unclassified/pip/http/f/d/c/4/2/fdc4280c998c3e3465da9a6c73e73126e1dd28159cf27c4e9d0ea2b6 filter=lfs diff=lfs merge=lfs -text
89
+ data/models/unclassified/pip/http/f/d/f/e/c/fdfec62244354ad1b10fc38f33bb5f3e29e1b99389b0a2ca60b63b3e filter=lfs diff=lfs merge=lfs -text
90
+ data/models/unclassified/pip/http/f/e/a/7/1/fea715519d99e2a4c061e92635c062af11b4c51ffdca56fe04ec5a8b filter=lfs diff=lfs merge=lfs -text
91
+ data/models/unclassified/pip/wheels/8d/36/89/e188602a40bc980fcf31b8a5702cae393fe1f5a7ee93024097/diffusers-0.21.0.dev0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
92
+ data/models/unclassified/pip/wheels/e4/35/55/9c66f65ec7c83fd6fbc2b9502a0ac81b2448a1196159dacc32/fairseq-0.12.2-cp310-cp310-linux_x86_64.whl filter=lfs diff=lfs merge=lfs -text
93
+ data/models/unclassified/pip/wheels/fb/9e/68/4403e73d278584358e6036aae74a93ab7250d84d67b624f665/suno_bark-0.0.1a0-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
94
+ data/models/unclassified/torch/hub/checkpoints/encodec_24khz-d7cc33bc.th filter=lfs diff=lfs merge=lfs -text
95
+ data/temp/e0864a6318cb09dbfb55dea3434163dfeadec551/to_clone.wav filter=lfs diff=lfs merge=lfs -text
.github/FUNDING.yml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # These are supported funding model platforms
2
+
3
+ github: [gitmylo] # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4
+ patreon: # Replace with a single Patreon username
5
+ open_collective: # Replace with a single Open Collective username
6
+ ko_fi: # Replace with a single Ko-fi username
7
+ tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8
+ community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9
+ liberapay: # Replace with a single Liberapay username
10
+ issuehunt: # Replace with a single IssueHunt username
11
+ otechie: # Replace with a single Otechie username
12
+ lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13
+ custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
.github/ISSUE_TEMPLATE/bug_report.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Bug report
3
+ about: Report a bug, or another issue
4
+ title: "[BUG REPORT] "
5
+ labels: bug
6
+ assignees: gitmylo
7
+
8
+ ---
9
+
10
+ **Describe the bug**
11
+ A clear and concise description of what the bug is.
12
+
13
+ **To Reproduce**
14
+ Steps to reproduce the behavior:
15
+ 1. Go to '...'
16
+ 2. Click on '....'
17
+ 3. Scroll down to '....'
18
+ 4. See error
19
+
20
+ **Expected behavior**
21
+ A clear and concise description of what you expected to happen.
22
+
23
+ **Screenshots**
24
+ If applicable, add screenshots to help explain your problem.
25
+
26
+ **Additional context**
27
+ Add any other context about the problem here.
.github/ISSUE_TEMPLATE/feature_request.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Feature request
3
+ about: Request a new feature
4
+ title: "[FEATURE REQUEST] "
5
+ labels: enhancement
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ **Is your feature request related to a problem? Please describe.**
11
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12
+
13
+ **Describe the solution you'd like**
14
+ A clear and concise description of what you want to happen.
15
+
16
+ **Describe alternatives you've considered**
17
+ A clear and concise description of any alternative solutions or features you've considered.
18
+
19
+ **Additional context**
20
+ Add any other context or screenshots about the feature request here.
.github/ISSUE_TEMPLATE/question.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ name: Question
3
+ about: Ask a question
4
+ title: "[QUESTION] "
5
+ labels: user question
6
+ assignees: ''
7
+
8
+ ---
9
+
10
+ # Question title (e.g. Where do I download RVC models?)
11
+ question content goes here
.gitignore ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ data/**
2
+ !**/.placeholder
3
+ *.wav
4
+ ./extensions/**
5
+ venv/**
6
+ *.pyc
CONTRIBUTING.md ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # Contributing
2
+ You can contribute code changes by making a [pull request](https://github.com/gitmylo/audio-webui/pulls)
3
+
4
+ You can also request new features or report bugs by making an [issue](https://github.com/gitmylo/audio-webui/issues)
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2023 Mylo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -1,12 +1,6 @@
1
  ---
2
- title: Audio Webui
3
- emoji: 👀
4
- colorFrom: purple
5
- colorTo: red
6
  sdk: gradio
7
- sdk_version: 4.21.0
8
- app_file: app.py
9
- pinned: false
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: audio-webui
3
+ app_file: /content/audio-webui/webui/webui.py
 
 
4
  sdk: gradio
5
+ sdk_version: 3.49.0
 
 
6
  ---
 
 
__pycache__/install.cpython-310.pyc ADDED
Binary file (651 Bytes). View file
 
activate_only.bat ADDED
@@ -0,0 +1 @@
 
 
1
+ start venv\Scripts\activate.bat
activate_only.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ #!/usr/bin/env bash
2
+ source venv/bin/activate
assets/logo.png ADDED
audio_webui_colab.ipynb ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "nbformat": 4,
3
+ "nbformat_minor": 0,
4
+ "metadata": {
5
+ "colab": {
6
+ "private_outputs": true,
7
+ "provenance": [],
8
+ "gpuType": "T4"
9
+ },
10
+ "kernelspec": {
11
+ "name": "python3",
12
+ "display_name": "Python 3"
13
+ },
14
+ "language_info": {
15
+ "name": "python"
16
+ },
17
+ "accelerator": "GPU"
18
+ },
19
+ "cells": [
20
+ {
21
+ "cell_type": "markdown",
22
+ "source": [
23
+ "## Before running\n",
24
+ "1. click on \"`Runtime`\".\n",
25
+ "2. click on \"`Change runtime type`\".\n",
26
+ "3. set \"`Hardware accelerator`\" to \"`GPU`\".\n",
27
+ "4. click on \"`save`\"."
28
+ ],
29
+ "metadata": {
30
+ "id": "sdEMR6I1E8F3"
31
+ }
32
+ },
33
+ {
34
+ "cell_type": "code",
35
+ "source": [
36
+ "# @title Activate audio (prevents automatic shutdown) { display-mode: \"form\" }\n",
37
+ "%%html\n",
38
+ "<audio src=\"https://oobabooga.github.io/silence.m4a\" controls>"
39
+ ],
40
+ "metadata": {
41
+ "id": "OM2iVlTZC8CN"
42
+ },
43
+ "execution_count": null,
44
+ "outputs": []
45
+ },
46
+ {
47
+ "cell_type": "code",
48
+ "execution_count": null,
49
+ "metadata": {
50
+ "id": "4BNv3IMvDMjX"
51
+ },
52
+ "outputs": [],
53
+ "source": [
54
+ "#@title Setup { display-mode: \"form\" }\n",
55
+ "#@markdown 1. Clones https://github.com/gitmylo/audio-webui/\n",
56
+ "#@markdown 2. Cd's into `audio-webui`\n",
57
+ "#@markdown 3. Fix some google colab default packages\n",
58
+ "\n",
59
+ "!git clone https://github.com/gitmylo/audio-webui/\n",
60
+ "%cd audio-webui\n",
61
+ "\n",
62
+ "!pip uninstall tensorflow -y\n",
63
+ "!pip install --upgrade numpy==1.23.5"
64
+ ]
65
+ },
66
+ {
67
+ "cell_type": "code",
68
+ "source": [
69
+ "#@title Launching { display-mode: \"form\" }\n",
70
+ "username = 'user' #@param {type:\"string\"}\n",
71
+ "#@markdown Default: \"`user`\"<br>\n",
72
+ "#@markdown Sets the username for the webui\n",
73
+ "\n",
74
+ "#@markdown\n",
75
+ "\n",
76
+ "password = 'password' #@param {type:\"string\"}\n",
77
+ "#@markdown Default: \"`pass`\", **please change this**<br>\n",
78
+ "#@markdown Sets the password for the webui\n",
79
+ "\n",
80
+ "#@markdown\n",
81
+ "\n",
82
+ "args = '' #@param {type:\"string\"}\n",
83
+ "#@markdown Default: empty<br>\n",
84
+ "#@markdown Sets the other args for the webui\n",
85
+ "\n",
86
+ "#@markdown\n",
87
+ "\n",
88
+ "args = f'-sv {args} -s -u \"{username}\" -p \"{password}\"'\n",
89
+ "!python main.py $args"
90
+ ],
91
+ "metadata": {
92
+ "id": "LqmO0xhlJxVa"
93
+ },
94
+ "execution_count": null,
95
+ "outputs": []
96
+ }
97
+ ]
98
+ }
autodebug/__init__.py ADDED
File without changes
autodebug/__pycache__/__init__.cpython-310.pyc ADDED
Binary file (135 Bytes). View file
 
autodebug/__pycache__/autodebug.cpython-310.pyc ADDED
Binary file (4.59 kB). View file
 
autodebug/__pycache__/prelaunch.cpython-310.pyc ADDED
Binary file (1.33 kB). View file
 
autodebug/autodebug.py ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import sys
2
+ import traceback
3
+
4
+ import setup_tools.os as oscheck
5
+ import setup_tools.commands as commands
6
+
7
+
8
+ class AutoDebugException(OSError):
9
+ def __init__(self, message):
10
+ super(AutoDebugException, self).__init__(message)
11
+
12
+ def action(self):
13
+ pass
14
+
15
+
16
+ class WrongPythonVersionException(AutoDebugException):
17
+ def action(self):
18
+ if oscheck.is_windows():
19
+ print('Do you want to download the python 3.10 installer?\nWhen installing, make sure py launcher is selected as well.')
20
+ response = input('Y/n: ').upper()
21
+ if not response:
22
+ response = 'Y'
23
+ response = response[0]
24
+ if response == 'Y':
25
+ commands.run_command('start', 'https://www.python.org/downloads/release/python-31011/') # Last python 3.10 version with windows installer
26
+ elif response == 'N':
27
+ print('If you ever want to download it, the link is: https://www.python.org/downloads/release/python-31011/')
28
+ else:
29
+ print('Please use a package manager to install python 3.10. For example: `apt install python3.10` on debian.')
30
+ input()
31
+
32
+
33
+ class InstallFailException(AutoDebugException):
34
+ def __init__(self, exit_code, stdout, stderr):
35
+ super(InstallFailException, self).__init__('Install failed!')
36
+ self.exit_code = exit_code
37
+ self.stdout = stdout
38
+ self.stderr = stderr
39
+
40
+ def action(self):
41
+ print(f'STDOUT:\n{self.stdout}\n\n\n\nSTDERR:\n{self.stderr}\n\n')
42
+ if 'https://visualstudio.microsoft.com/visual-cpp-build-tools/'.casefold() in self.stderr.casefold():
43
+ print('You need to have visual studio C++ build tools installed. https://visualstudio.microsoft.com/visual-cpp-build-tools/.')
44
+ if 'OSError: [WinError: 5] Access is denied:'.casefold() in self.stderr.casefold():
45
+ print('OSError, try running again.')
46
+ print('Please read the error above carefully. \nIf you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues.')
47
+ print('When creating an issue, please include your full autodebug message.')
48
+ print(f'Exit code: {self.exit_code}')
49
+ input()
50
+
51
+
52
+ def print_banner():
53
+ print('''
54
+ ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
55
+ █░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██
56
+ █░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██
57
+ █░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██
58
+ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀''')
59
+
60
+
61
+ def catcher(e: Exception):
62
+ if isinstance(e, AutoDebugException):
63
+ print_banner()
64
+ print(e)
65
+ e.action()
66
+ elif isinstance(e, ImportError):
67
+ e_comp = str(e).casefold()
68
+ if 'No module named \'pywintypes\''.casefold() in e_comp:
69
+ print('Install finished, pywintypes missing, relaunching script.')
70
+ commands.run_command(sys.executable, ' '.join([f'"{arg}"' for arg in sys.argv]))
71
+ return
72
+
73
+ traceback.print_exception(e)
74
+ print(e)
75
+ print('Your install might have failed to install one of the requirements, are you missing a package?')
76
+ print('You can read common issues at https://github.com/gitmylo/audio-webui/wiki/common-issues')
77
+ input()
78
+ else:
79
+ raise e
autodebug/prelaunch.py ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import shlex
2
+ import subprocess
3
+
4
+ from install import ensure_installed
5
+ import sys
6
+ import autodebug.autodebug as autodebug
7
+ from setup_tools import os
8
+
9
+
10
+ def check_python():
11
+ print('Python version: ', sys.version)
12
+ major, minor, patch, variant, _ = sys.version_info
13
+ if major == 3 and minor == 10:
14
+ return
15
+ raise autodebug.WrongPythonVersionException(f'Your python version is not supported. You\'re running "{major}.{minor}.{patch}". But you need "3.10.x"')
16
+
17
+
18
+ def print_git():
19
+ command = 'git log --pretty="Webui version: %H - %cd" -n 1'
20
+ command = command if os.is_windows() else shlex.split(command)
21
+ result = subprocess.run(command, capture_output=True)
22
+ if result.returncode == 0:
23
+ print(result.stdout.decode(encoding=sys.getdefaultencoding()), end='')
24
+ else:
25
+ print('Webui version: Unable to check version, not installed with git.')
26
+
27
+
28
+ def prelaunch_checks():
29
+ check_python()
30
+ print_git()
31
+
32
+ ensure_installed() # Installs missing packages
data/bark_custom_speakers/.placeholder ADDED
File without changes
data/bark_custom_speakers/trien.npz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b47d69c33e821b74c6c31bc5f85e5eb3b8e72a65da95f5c6a44c5b264f11487
3
+ size 54460
data/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bark_models_mix": "large:large:large",
3
+ "bark_half": false,
4
+ "bark_offload_cpu": true,
5
+ "bark_use_cpu": false,
6
+ "wav_type": "gradio"
7
+ }
data/models/.placeholder ADDED
File without changes
data/models/audioldm/.placeholder ADDED
File without changes
data/models/hf_cache/.locks/models--GitMylo--bark-voice-cloning/9cf7eeab58835c5fc1cfbd3fd19c457fbd07859a5f036a6bfea4b6840716c1e7.lock ADDED
File without changes
data/models/hf_cache/.locks/models--bert-base-multilingual-cased/2ba5de7675473164e07f3b3531748c9a6f113a2c.lock ADDED
File without changes
data/models/hf_cache/.locks/models--bert-base-multilingual-cased/420b0fc31334c64ddf53cc3e9222a6d4c59d0cae.lock ADDED
File without changes
data/models/hf_cache/.locks/models--bert-base-multilingual-cased/b122e74db13b415ea824c074da33c1c44f0d13a3.lock ADDED
File without changes
data/models/hf_cache/.locks/models--bert-base-multilingual-cased/e837bab60a5d204e29622d127c2dafe508aa0731.lock ADDED
File without changes
data/models/hf_cache/.locks/models--suno--bark/286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388.lock ADDED
File without changes
data/models/hf_cache/.locks/models--suno--bark/799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab.lock ADDED
File without changes
data/models/hf_cache/.locks/models--suno--bark/ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35.lock ADDED
File without changes
data/models/hf_cache/.locks/spaces--gradio--soft/0d31c1c55d01c5892150100ae752d5155d084dff.lock ADDED
File without changes
data/models/hf_cache/models--GitMylo--bark-voice-cloning/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ c26e70f3311c6973ca86511dd18b6a8ee073e830
data/models/hf_cache/models--bert-base-multilingual-cased/.no_exist/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/added_tokens.json ADDED
File without changes
data/models/hf_cache/models--bert-base-multilingual-cased/.no_exist/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/special_tokens_map.json ADDED
File without changes
data/models/hf_cache/models--bert-base-multilingual-cased/blobs/2ba5de7675473164e07f3b3531748c9a6f113a2c ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "model_max_length": 512}
data/models/hf_cache/models--bert-base-multilingual-cased/blobs/420b0fc31334c64ddf53cc3e9222a6d4c59d0cae ADDED
The diff for this file is too large to render. See raw diff
 
data/models/hf_cache/models--bert-base-multilingual-cased/blobs/b122e74db13b415ea824c074da33c1c44f0d13a3 ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "pooler_fc_size": 768,
19
+ "pooler_num_attention_heads": 12,
20
+ "pooler_num_fc_layers": 3,
21
+ "pooler_size_per_head": 128,
22
+ "pooler_type": "first_token_transform",
23
+ "type_vocab_size": 2,
24
+ "vocab_size": 119547
25
+ }
data/models/hf_cache/models--bert-base-multilingual-cased/blobs/e837bab60a5d204e29622d127c2dafe508aa0731 ADDED
The diff for this file is too large to render. See raw diff
 
data/models/hf_cache/models--bert-base-multilingual-cased/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ 3f076fdb1ab68d5b2880cb87a0886f315b8146f8
data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "pooler_fc_size": 768,
19
+ "pooler_num_attention_heads": 12,
20
+ "pooler_num_fc_layers": 3,
21
+ "pooler_size_per_head": 128,
22
+ "pooler_type": "first_token_transform",
23
+ "type_vocab_size": 2,
24
+ "vocab_size": 119547
25
+ }
data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "model_max_length": 512}
data/models/hf_cache/models--bert-base-multilingual-cased/snapshots/3f076fdb1ab68d5b2880cb87a0886f315b8146f8/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
data/models/hf_cache/models--suno--bark/blobs/286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:286abc253d4d7f4d148325df07585f7ca4fca36ce40577a1ddd744a8b35e4388
3
+ size 3934534533
data/models/hf_cache/models--suno--bark/blobs/799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799c87afab4b01537094c63ea231f2c42c9c07aeb16773690540ad251a6d8fab
3
+ size 3741740229
data/models/hf_cache/models--suno--bark/blobs/ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccdedd35373bc3a16845f1f1452c5c96926f5cbccab01e824f7f15add2c16a35
3
+ size 5353258741
data/models/hf_cache/models--suno--bark/refs/main ADDED
@@ -0,0 +1 @@
 
 
1
+ 70a8a7d34168586dc5d028fa9666aceade177992