Safetensors
benjamin-paine commited on
Commit
29253d4
·
verified ·
1 Parent(s): ad79bc4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -25,9 +25,15 @@ You do not need to pre-download anything, necessary data will be downloaded at r
25
  Use the `fairytaler` binary from the command line like so:
26
 
27
  ```sh
28
- fairytaler examples/reference.wav examples/reference.txt "Hello, this is some test audio!"
29
  ```
30
 
 
 
 
 
 
 
31
  Many options are available, for complete documentation run `fairytaler --help`.
32
 
33
  ## Python
@@ -71,7 +77,7 @@ def __call__(
71
 
72
  Format values are `wav`, `ogg`, `flac`, `mp3`, `float` and `int`. Passing `output_save=True` will save to file, not passing it will return the data directly.
73
 
74
- # Citation
75
 
76
  ```
77
  @misc{chen2024f5ttsfairytalerfakesfluent,
@@ -83,4 +89,14 @@ Format values are `wav`, `ogg`, `flac`, `mp3`, `float` and `int`. Passing `outpu
83
  primaryClass={eess.AS},
84
  url={https://arxiv.org/abs/2410.06885},
85
  }
 
 
 
 
 
 
 
 
 
 
86
  ```
 
25
  Use the `fairytaler` binary from the command line like so:
26
 
27
  ```sh
28
+ fairytaler examples/reference.wav examples/reference.txt "Fairytaler is a minimal re-implementation of F5 TTS."
29
  ```
30
 
31
+ | Reference Audio | Generated Audio |
32
+ | --------------- | --------------- |
33
+ | <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/64429aaf7feb866811b12f73/SBSzkafZSdjIQERVpDcqf.wav"></audio> | <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/64429aaf7feb866811b12f73/5VGepj6y7wb4qd0-p-IQq.wav"></audio> |
34
+
35
+ *Reference audio sourced from [DiPCo](https://huggingface.co/datasets/benjamin-paine/dinner-party-corpus)*
36
+
37
  Many options are available, for complete documentation run `fairytaler --help`.
38
 
39
  ## Python
 
77
 
78
  Format values are `wav`, `ogg`, `flac`, `mp3`, `float` and `int`. Passing `output_save=True` will save to file, not passing it will return the data directly.
79
 
80
+ # Citations
81
 
82
  ```
83
  @misc{chen2024f5ttsfairytalerfakesfluent,
 
89
  primaryClass={eess.AS},
90
  url={https://arxiv.org/abs/2410.06885},
91
  }
92
+
93
+ @misc{vansegbroeck2019dipcodinnerparty,
94
+ title={DiPCo -- Dinner Party Corpus},
95
+ author={Maarten Van Segbroeck and Ahmed Zaid and Ksenia Kutsenko and Cirenia Huerta and Tinh Nguyen and Xuewen Luo and Björn Hoffmeister and Jan Trmal and Maurizio Omologo and Roland Maas},
96
+ year={2019},
97
+ eprint={1909.13447},
98
+ archivePrefix={arXiv},
99
+ primaryClass={eess.AS},
100
+ url={https://arxiv.org/abs/1909.13447},
101
+ }
102
  ```