Fix SD prefixes for first in the list

76e45abfc6ca759c97abe9253f525d509b57c05b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Showing whitespace changes
public/scripts/extensions/stable-diffusion/index.js+2 -2
@@ -783,7 +783,7 @@ async function onCharacterNegativePromptInput() {
783783}
784784
785785function getCharacterPrefix() {
786786 if (!this_chid === undefined || selected_group) {
787787 return '';
788788 }
789789
@@ -797,7 +797,7 @@ function getCharacterPrefix() {
797797}
798798
799799function getCharacterNegativePrefix() {
800800 if (!this_chid === undefined || selected_group) {
801801 return '';
802802 }
803803