diff --git a/README.md b/README.md index 97f26ccb..169c894b 100644 --- a/README.md +++ b/README.md @@ -240,4 +240,4 @@ Before reporting a bug, make sure that you have: - Gradio dropdown menu refresh button, code for reloading the interface: https://github.com/AUTOMATIC1111/stable-diffusion-webui - Verbose preset: Anonymous 4chan user. - NovelAI and KoboldAI presets: https://github.com/KoboldAI/KoboldAI-Client/wiki/Settings-Presets -- Pygmalion preset, code for early stopping in chat mode, code for some of the sliders, --chat mode colors: https://github.com/PygmalionAI/gradio-ui/ +- Code for early stopping in chat mode, code for some of the sliders: https://github.com/PygmalionAI/gradio-ui/ diff --git a/modules/shared.py b/modules/shared.py index 348defa3..51fdf36c 100644 --- a/modules/shared.py +++ b/modules/shared.py @@ -41,7 +41,7 @@ settings = { 'chat_default_extensions': ["gallery"], 'presets': { 'default': 'NovelAI-Sphinx Moth', - '.*pygmalion': 'Pygmalion', + '.*pygmalion': 'NovelAI-Storywriter', '.*RWKV': 'Naive', }, 'prompts': { diff --git a/presets/Pygmalion.txt b/presets/Pygmalion.txt deleted file mode 100644 index f8b2ca55..00000000 --- a/presets/Pygmalion.txt +++ /dev/null @@ -1,6 +0,0 @@ -do_sample=True -top_p=0.9 -top_k=0 -temperature=0.5 -repetition_penalty=1.1 -typical_p=1.0