more TGWebUI sampler HTML nest cleanup
| @@ -1463,14 +1463,12 @@ | ||
| 1463 | 1463 | </div> |
| 1464 | 1464 | </div> |
| 1465 | 1465 | <div class="range-block marginTop5" title="Tokens across which sequence matching is not continued. Specified as a comma-separated list of quoted strings." data-i18n="[title]DRY_Sequence_Breakers_desc"> |
| 1466 | 1466 | <div class="range-block-title textAlignCenter flex-container justifyCenter alignitemscenter"> |
| 1467 | 1467 | <small data-i18n="Sequence Breakers">Sequence Breakers</small> |
| 1468 | 1468 | </div> |
| 1469 | - <div class="wide100p"> | |
| 1470 | 1469 | <textarea id="dry_sequence_breakers_textgenerationwebui" class="text_pole textarea_compact" name="sequence_breakers" rows="3" data-i18n="[placeholder]JSON-serialized array of strings." placeholder="JSON-serialized array of strings."></textarea> |
| 1471 | 1470 | </div> |
| 1472 | 1471 | </div> |
| 1473 | - </div> | |
| 1474 | 1472 | <div data-tg-type="ooba, mancer, koboldcpp, tabby, llamacpp, aphrodite" id="dynatemp_block_ooba" class="wide100p"> |
| 1475 | 1473 | <h4 class="wide100p textAlignCenter"> |
| 1476 | 1474 | <div class="flex-container alignitemscenter justifyCenter"> |
| @@ -1502,7 +1500,7 @@ | ||
| 1502 | 1500 | <div data-tg-type="ooba,infermaticai,koboldcpp,llamacpp,tabby" id="mirostat_block_ooba" class="wide100p"> |
| 1503 | 1501 | <h4 class="wide100p textAlignCenter"> |
| 1504 | 1502 | <label data-i18n="Mirostat (mode=1 is only for llama.cpp)">Mirostat</label> |
| 1505 | 1503 | <div class=" fa-solid fa-circle-info opacity50p " data-i18n="[title]Mirostat_desc" title="Mirostat is a thermostat for output perplexity. Mirostat matches the output perplexity to that of the input, thus avoiding the repetition trap (where, as the autoregressive inference produces text, the perplexity of the output tends toward zero) and the confusion trap (where the perplexity diverges). For details, see the paper Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity by Basu et al. (2020). Mode chooses the Mirostat version. 0=disable, 1=Mirostat 1.0 (llama.cpp only), 2=Mirostat 2.0. Tau = Variability parameter for Mirostat outputs. Eta = Learning rate of Mirostat."></div> |
| 1506 | 1504 | </h4> |
| 1507 | 1505 | <div class="flex-container flexFlowRow gap10px flexShrink"> |
| 1508 | 1506 | <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0"> |
| @@ -1511,18 +1509,12 @@ | ||
| 1511 | 1509 | <input class="neo-range-input" type="number" min="0" max="2" step="1" data-for="mirostat_mode_textgenerationwebui" id="mirostat_mode_counter_textgenerationwebui"> |
| 1512 | 1510 | </div> |
| 1513 | 1511 | <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0"> |
| 1514 | - <label> | |
| 1515 | 1512 | <small data-i18n="Mirostat Tau">Tau</small> |
| 1516 | - <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Variability parameter for Mirostat outputs" title="Variability parameter for Mirostat outputs."></div> | |
| 1517 | - </label> | |
| 1518 | 1513 | <input class="neo-range-slider" type="range" id="mirostat_tau_textgenerationwebui" name="volume" min="0" max="20" step="0.01" /> |
| 1519 | 1514 | <input class="neo-range-input" type="number" min="0" max="20" step="0.01" data-for="mirostat_tau_textgenerationwebui" id="mirostat_tau_counter_textgenerationwebui"> |
| 1520 | 1515 | </div> |
| 1521 | 1516 | <div class="alignitemscenter flex-container marginBot5 flexFlowColumn flexGrow flexShrink gap0"> |
| 1522 | - <label> | |
| 1523 | 1517 | <small data-i18n="Mirostat Eta">Eta</small> |
| 1524 | - <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Learning rate of Mirostat" title="Learning rate of Mirostat."></div> | |
| 1525 | - </label> | |
| 1526 | 1518 | <input class="neo-range-slider" type="range" id="mirostat_eta_textgenerationwebui" name="volume" min="0" max="1" step="0.01" /> |
| 1527 | 1519 | <input class="neo-range-input" type="number" min="0" max="1" step="0.01" data-for="mirostat_eta_textgenerationwebui" id="mirostat_eta_counter_textgenerationwebui"> |
| 1528 | 1520 | </div> |
| @@ -1669,7 +1661,7 @@ | ||
| 1669 | 1661 | <div class="logit_bias_list"></div> |
| 1670 | 1662 | </div> |
| 1671 | 1663 | </div> |
| 1672 | 1664 | <div id="cfg_block_ooba" data-tg-type="ooba, tabby" class="flex-container flexFlowColumn wide100p"> |
| 1673 | 1665 | <hr class="width100p"> |
| 1674 | 1666 | <h4 class="textAlignCenter"> |
| 1675 | 1667 | <span data-i18n="CFG">CFG</span> |
| @@ -1681,15 +1673,11 @@ | ||
| 1681 | 1673 | <input class="neo-range-input" type="number" min="0.1" max="4" step="0.05" data-for="guidance_scale_textgenerationwebui" id="guidance_scale_counter_textgenerationwebui"> |
| 1682 | 1674 | </div> |
| 1683 | 1675 | <div class="range-block"> |
| 1684 | 1676 | <div class="range-blockalignitemscenter justifyCenter flex-titlecontainer justifyLeftflexShrink"> |
| 1685 | 1677 | <spansmall data-i18n="Negative Prompt">Negative Prompt</spansmall> |
| 1686 | - <small> | |
| 1687 | 1678 | <div class="fa-solid fa-circle-info opacity50p" data-i18n="[title]Used if CFG Scale is unset globally, per chat or character" title="Used if CFG Scale is unset globally, per chat or character"></div> |
| 1688 | - </small> | |
| 1689 | - </div> | |
| 1690 | - <div class="wide100p"> | |
| 1691 | - <textarea id="negative_prompt_textgenerationwebui" class="text_pole textarea_compact" name="negative_prompt" rows="3" data-i18n="[placeholder]Add text here that would make the AI generate things you don't want in your outputs." placeholder="Add text here that would make the AI generate things you don't want in your outputs."></textarea> | |
| 1692 | 1679 | </div> |
| 1680 | + <textarea id="negative_prompt_textgenerationwebui" class="wide100p text_pole textarea_compact" name="negative_prompt" rows="3" data-i18n="[placeholder]Add text here that would make the AI generate things you don't want in your outputs." placeholder="Add text here that would make the AI generate things you don't want in your outputs."></textarea> | |
| 1693 | 1681 | </div> |
| 1694 | 1682 | </div> |
| 1695 | 1683 | <div id="grammar_block_ooba" data-tg-type="ooba,aphrodite" class="wide100p"> |