Respair commited on
Commit
dda18c6
·
verified ·
1 Parent(s): c43104d

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -0
demo.py CHANGED
@@ -341,6 +341,7 @@ user_guide_html = f"""
341
  <h4>Some notes:</h4>
342
  <ul>
343
  <li><b>Not all speakers are equal.</b> Randomized samples might give you a poor reference sometimes.</li>
 
344
  <li><b>Play with Beta:</b> Values from 0.2 to 0.9 can work well. Higher Beta = LESS like the reference. It works great for some voices, breaks others. Please play with different values. (0 = diffusion off).</li>
345
  </ul>
346
 
 
341
  <h4>Some notes:</h4>
342
  <ul>
343
  <li><b>Not all speakers are equal.</b> Randomized samples might give you a poor reference sometimes.</li>
344
+ <li><b>IDs are not accurate, since the base model didn't require one and it was automatically generated so the same ID can give you different speakers.</li>
345
  <li><b>Play with Beta:</b> Values from 0.2 to 0.9 can work well. Higher Beta = LESS like the reference. It works great for some voices, breaks others. Please play with different values. (0 = diffusion off).</li>
346
  </ul>
347