Fix image generation prompt and add warning
message for NovelAI users Signed-off-by: hashcoko <hashcoko@gmail.com>
This commit is contained in:
@@ -49,14 +49,7 @@ export const languageEnglish = {
|
||||
loreorder: "If insert Order is higher, it will effect the model more, and it will more lessly cuted when activated lore are many.",
|
||||
bias:"bias is a key-value data which modifies the likelihood of string appearing.\nit can be -100 to 100, higher values will be more likely to appear, and lower values will be more unlikely to appear \nWarning: if the tokenizer is wrong, it not work properly.",
|
||||
emotion: "Emotion Images option shows image depending at character's emotion which is analized by character's response. you must input emotion name as words *(like joy, happy, fear and etc.)* .emotion named **neutral** will be default emotion if it exists. must be more then 3 images to work properly.",
|
||||
imggen: "Image Generation option generates and shows image from external program. the image is generated by image prompt, which is made by analizing current chat. \n\n image generation is analized based on key-value arguments, which are configarable in below."
|
||||
+ "\n\Zn**'always'** key applys always, and dosen't changes. **'negative'** key applys always in negative value for image generation."
|
||||
+ "\n\nobjects with other key's value will change according to the key's name as the chat progresses."
|
||||
+ "\n\nIf a key has a special character in front of its name, it has a special effect."
|
||||
+ "\n- if the key starts with **|**, the key's value will not change."
|
||||
+ "\n- if the key starts with **$**, the key's value will more likely to change."
|
||||
+ "\n\nwhen the image is first generated, you can only change it by modifying 'Current Image Generation Data' in below.",
|
||||
|
||||
imggen: "After analyzing the chat, apply the prompt to {{slot}}.",
|
||||
regexScript: "Regex Script is a custom script that replaces string that matches IN to OUT.\n\nThere four type options."
|
||||
+ "\n\n- **Modify Input** modifys user's input"
|
||||
+ "\n\n- **Modify Output** modifys character's output"
|
||||
@@ -457,4 +450,6 @@ export const languageEnglish = {
|
||||
imgGenPrompt: "Image Generation Prompt",
|
||||
imgGenNegatives: "Image Generation Negative Prompt",
|
||||
imgGenInstructions: "Image Generation Instructions",
|
||||
usePlainFetchWarn: "Please disable this option when using NovelAI, as it can cause CORS errors when using NovelAI."
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user