Skip to content

Commit

Permalink
Drop diffusion from XTTS (#3150)
Browse files Browse the repository at this point in the history
* Drop diffusion for XTTS

* Make style

* Drop diffusion deps in code

* Restore thrashed
  • Loading branch information
erogol authored Nov 6, 2023
1 parent 5d418bb commit f0cb19e
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 1,810 deletions.
2 changes: 1 addition & 1 deletion TTS/tts/layers/tortoise/dpm_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1548,4 +1548,4 @@ def expand_dims(v, dims):
Returns:
a PyTorch tensor with shape [N, 1, 1, ..., 1] and the total dimension is `dims`.
"""
return v[(...,) + (None,) * (dims - 1)]
return v[(...,) + (None,) * (dims - 1)]
1,319 changes: 0 additions & 1,319 deletions TTS/tts/layers/xtts/diffusion.py

This file was deleted.

385 changes: 0 additions & 385 deletions TTS/tts/layers/xtts/vocoder.py

This file was deleted.

Loading

0 comments on commit f0cb19e

Please sign in to comment.