Skip to content

Instantly share code, notes, and snippets.

@rishubil
Last active March 20, 2024 04:22
Show Gist options
  • Star 24 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rishubil/6869dc3c6bb9309ba22015ebd112d733 to your computer and use it in GitHub Desktop.
Save rishubil/6869dc3c6bb9309ba22015ebd112d733 to your computer and use it in GitHub Desktop.
SCE-TTS: 내 목소리로 TTS 만들기

📗 문서 주소가 https://sce-tts.github.io/ 으로 변경되었습니다.

SCE-TTS와 관련한 최신 정보는 위 주소를 참고해주세요!

@nature123456
Copy link

대단하십니다.
늙으막에 컴퓨터에 매달려 있는 사람입니다. 님의 자료를 보면서 우리가 왜 IT 강국인지 실감하게 됩니다.
덕분에 정말 좋은 것을 배우게 됩니다.
설명이 상세하고 거의 오류 없이 따라하게 됩니다.
고맙습니다.

@nature123456
Copy link

아래와 같은 오류는 왜 생기나요?
ERROR: torchvision 0.7.0+cu101 has requirement torch==1.6.0, but you'll have torch 1.5.1+cu101 which is incompatible.
ERROR: umap-learn 0.4.6 has requirement numpy>=1.17, but you'll have numpy 1.16.4 which is incompatible.
ERROR: umap-learn 0.4.6 has requirement scipy>=1.3.1, but you'll have scipy 1.3.0 which is incompatible.
ERROR: torchvision 0.7.0+cu101 has requirement torch==1.6.0, but you'll have torch 1.5.1+cu101 which is incompatible.
ERROR: tensorflow 2.3.0 has requirement scipy==1.4.1, but you'll have scipy 1.3.0 which is incompatible.
ERROR: datascience 0.10.6 has requirement folium==0.2.1, but you'll have folium 0.8.3 which is incompatible.
ERROR: albumentations 0.1.12 has requirement imgaug<0.2.7,>=0.2.5, but you'll have imgaug 0.2.9 which is incompatible.

@KaKaoPark857
Copy link

훌륭하십니다.
다만 유튜브에 올라온 영상내용과 깃에 저장되어있는 명령어가 다르네요 수정하셔야겠어요
3.4 음성데이터 변환 부분에서 docker-compose run --rm backend generate_ljs_audio_text.py <복사한 폴더 이름>
여기에 중간에 python이 빠진거 같습니다.
docker-compose run --rm backend python generate_ljs_audio_text.py <복사한 폴더 이름>

@cm7park
Copy link

cm7park commented Jan 11, 2021

너무 자랑스럽고 훌륭합니다!
현재 Colab으로 구동 중이긴 한데요.
혹시 로컬에서 RTX 3000 시리즈로 구동이 되나요?
아무리 시도해봐도 에러가 나와서, 환경 구축을 어떻게 하셨는지 궁금합니다.

@hinaple
Copy link

hinaple commented Apr 16, 2021

Melgan학습은 너무 잘 되는데 이상하게 Glow TTS만 돌리면 여러가지 버전이 안맞는다고 오류가 발생하고 가장 결정적으로 Apex라는 모듈..?이 설치가 아예 안됩니다ㅠㅠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment