Update demo.py
Browse files
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 |
|