{"id":20626535,"url":"https://github.com/kuwacom/vall-e-x-tools","last_synced_at":"2025-03-08T00:36:34.438Z","repository":{"id":219956761,"uuid":"750372985","full_name":"kuwacom/VALL-E-X-Tools","owner":"kuwacom","description":"VALL-E-X の日本語ツール","archived":false,"fork":false,"pushed_at":"2024-02-15T11:19:40.000Z","size":274,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-17T06:26:48.788Z","etag":null,"topics":["ai","tts","vall-e"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kuwacom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-01-30T14:23:15.000Z","updated_at":"2024-02-15T11:16:18.000Z","dependencies_parsed_at":"2024-02-05T16:10:36.523Z","dependency_job_id":null,"html_url":"https://github.com/kuwacom/VALL-E-X-Tools","commit_stats":null,"previous_names":["kuwacom/vall-e-x-tools"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2FVALL-E-X-Tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2FVALL-E-X-Tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2FVALL-E-X-Tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kuwacom%2FVALL-E-X-Tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kuwacom","download_url":"https://codeload.github.com/kuwacom/VALL-E-X-Tools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242483345,"owners_count":20135784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","tts","vall-e"],"created_at":"2024-11-16T13:13:52.070Z","updated_at":"2025-03-08T00:36:34.416Z","avatar_url":"https://github.com/kuwacom.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What Is This\nVALL-E-X 用のツール類\n\nフォークした日本語版もあります\nhttps://github.com/kuwacom/VALL-E-X-JP\n\n# How To Use\n以下本家リポジトリを参考に進めていきます\nhttps://github.com/Plachtaa/VALL-E-X\n\n\n## リポジトリのクローン\n先に本家リポジトリ内のソースコードの一部をコピーしてきます\n\n必要なファイル・フォルダは\n\n`customs` `data` `images` `models` `modules` `nltk_data` `prompts` `utils` `whisper`\n\nの計9フォルダです\n\n## Python環境の作成\n### 仮想環境の作成\n次に `venv` を利用して環境を構築していきます\n\nそれぞれのOSにあったコマンドを実行してください\n(コマンド等が違う場合はその都度修正してください)\n\n\u003e Windows\n```shell\npy -3.10 -m venv venv\n```\n\u003e Linux\n```bash\npython3 -m venv venv\n```\n\n### モジュールのインストール\n次にモジュールをインストールします\n\n先ほど準備した仮想環境へアクティベートした状態で行ってください\n\n```\n./venv/Scripts/activate\n```\n\nプリセットでは二つの環境のみ用意してありますのでそれ以外の場合は各自変更してください\n\n\u003e CUDA 12.1\n```bash\npip install -r req-cuda-12.1.txt\n```\ntorch類は https://pytorch.org/get-started/locally/ より手動で入れます\n```bash\npip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118\n```\n\u003e CUDA 12.1\n```bash\npip install -r req.txt\n```\n\n以上で環境の構築は終了です\n\n\n## 動作テスト\n以下のファイルを実行して動作のテストをしてください\n\n```\ntest.py\n```\n\n## WEBGUI\nWEBGUIは本家様作成の物をベースに改造したものがあります(日本語のみ)\n\n以下のファイルを実行して利用してください\n\n```\nlaunch-ui.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuwacom%2Fvall-e-x-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkuwacom%2Fvall-e-x-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkuwacom%2Fvall-e-x-tools/lists"}