Nitral-AI commited on
Commit
0362871
1 Parent(s): b1daca3

Upload 6 files

Browse files
Porpoise_1.0-Presets/Poppy_Porpoise_0.85_Context.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "story_string": "<|begin_of_text|><|start_header_id|>system<|end_header_id|>\n\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|eot_id|>",
3
+ "example_separator": "",
4
+ "chat_start": "",
5
+ "use_stop_strings": false,
6
+ "allow_jailbreak": false,
7
+ "always_force_name2": false,
8
+ "trim_sentences": true,
9
+ "include_newline": false,
10
+ "single_line": false,
11
+ "name": "Poppy_Porpoise_0.85_Context"
12
+ }
Porpoise_1.0-Presets/Poppy_Porpoise_0.85_Instruct.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "system_prompt": "Stay in the contextual perspective of {{char}} during your next reply to {{user}}. It is currently {{time}} {{date}}.",
3
+ "input_sequence": "<|start_header_id|>{{user}}<|end_header_id|>\n\n",
4
+ "output_sequence": "<|start_header_id|>{{char}}<|end_header_id|>\n\n",
5
+ "first_output_sequence": "",
6
+ "last_output_sequence": "",
7
+ "system_sequence_prefix": "",
8
+ "system_sequence_suffix": "",
9
+ "stop_sequence": "<|eot_id|>",
10
+ "wrap": false,
11
+ "macro": true,
12
+ "names": true,
13
+ "names_force_groups": true,
14
+ "activation_regex": "",
15
+ "skip_examples": false,
16
+ "output_suffix": "<|eot_id|>",
17
+ "input_suffix": "<|eot_id|>",
18
+ "system_sequence": "<|start_header_id|>{{name}}<|end_header_id|>\n\n",
19
+ "system_suffix": "<|eot_id|>",
20
+ "user_alignment_message": "Let's begin.",
21
+ "system_same_as_user": false,
22
+ "last_system_sequence": "",
23
+ "name": "Poppy_Porpoise_0.85_Instruct"
24
+ }
Porpoise_1.0-Presets/Poppy_Porpoise_Textgen-Preset-0.85.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temp": 0.95,
3
+ "temperature_last": true,
4
+ "top_p": 1,
5
+ "top_k": 40,
6
+ "top_a": 0,
7
+ "tfs": 1,
8
+ "epsilon_cutoff": 0,
9
+ "eta_cutoff": 0,
10
+ "typical_p": 1,
11
+ "min_p": 0.3,
12
+ "rep_pen": 1.1,
13
+ "rep_pen_range": 0,
14
+ "rep_pen_decay": 0,
15
+ "no_repeat_ngram_size": 0,
16
+ "penalty_alpha": 0,
17
+ "num_beams": 1,
18
+ "length_penalty": 1,
19
+ "min_length": 0,
20
+ "encoder_rep_pen": 1,
21
+ "freq_pen": 0,
22
+ "presence_pen": 0,
23
+ "skew": 0,
24
+ "do_sample": false,
25
+ "early_stopping": false,
26
+ "dynatemp": false,
27
+ "min_temp": 1,
28
+ "max_temp": 5,
29
+ "dynatemp_exponent": 1,
30
+ "smoothing_factor": 0.3,
31
+ "smoothing_curve": 1,
32
+ "dry_allowed_length": 2,
33
+ "dry_multiplier": 0,
34
+ "dry_base": 1.75,
35
+ "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
36
+ "dry_penalty_last_n": 0,
37
+ "add_bos_token": false,
38
+ "truncation_length": 2048,
39
+ "ban_eos_token": false,
40
+ "skip_special_tokens": false,
41
+ "streaming": true,
42
+ "mirostat_mode": 0,
43
+ "mirostat_tau": 5,
44
+ "mirostat_eta": 0.1,
45
+ "guidance_scale": 1,
46
+ "negative_prompt": "",
47
+ "grammar_string": "",
48
+ "json_schema": {},
49
+ "banned_tokens": "",
50
+ "sampler_priority": [
51
+ "temperature",
52
+ "dynamic_temperature",
53
+ "quadratic_sampling",
54
+ "top_k",
55
+ "top_p",
56
+ "typical_p",
57
+ "epsilon_cutoff",
58
+ "eta_cutoff",
59
+ "tfs",
60
+ "top_a",
61
+ "min_p",
62
+ "mirostat"
63
+ ],
64
+ "samplers": [
65
+ "top_k",
66
+ "tfs_z",
67
+ "typical_p",
68
+ "top_p",
69
+ "min_p",
70
+ "temperature"
71
+ ],
72
+ "ignore_eos_token": false,
73
+ "spaces_between_special_tokens": false,
74
+ "speculative_ngram": false,
75
+ "sampler_order": [
76
+ 6,
77
+ 0,
78
+ 1,
79
+ 3,
80
+ 4,
81
+ 2,
82
+ 5
83
+ ],
84
+ "logit_bias": [],
85
+ "n": 1,
86
+ "ignore_eos_token_aphrodite": false,
87
+ "spaces_between_special_tokens_aphrodite": true,
88
+ "rep_pen_size": 0,
89
+ "genamt": 100,
90
+ "max_length": 32768
91
+ }
Porpoise_1.0-Presets/Poppy_Porpoise_Theme.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Poppy_Porpoise_Theme",
3
+ "blur_strength": 0,
4
+ "main_text_color": "rgba(255, 255, 255, 0.9)",
5
+ "italics_text_color": "rgba(0, 255, 255, 0.9)",
6
+ "underline_text_color": "rgba(255, 255, 255, 0.9)",
7
+ "quote_text_color": "rgba(255, 255, 255, 0.9)",
8
+ "blur_tint_color": "rgba(0, 2, 8, 0.98)",
9
+ "chat_tint_color": "rgba(0, 0, 0, 0)",
10
+ "user_mes_blur_tint_color": "rgba(0, 2, 8, 0.9)",
11
+ "bot_mes_blur_tint_color": "rgba(0, 2, 8, 0.9)",
12
+ "shadow_color": "rgba(0, 0, 0, 1)",
13
+ "shadow_width": 5,
14
+ "border_color": "rgba(0, 255, 255, 0.69)",
15
+ "font_scale": 1.05,
16
+ "fast_ui_mode": false,
17
+ "waifuMode": true,
18
+ "avatar_style": 1,
19
+ "chat_display": 1,
20
+ "noShadows": false,
21
+ "chat_width": 50,
22
+ "timer_enabled": true,
23
+ "timestamps_enabled": true,
24
+ "timestamp_model_icon": false,
25
+ "mesIDDisplay_enabled": false,
26
+ "hideChatAvatars_enabled": false,
27
+ "message_token_count_enabled": false,
28
+ "expand_message_actions": true,
29
+ "enableZenSliders": false,
30
+ "enableLabMode": false,
31
+ "hotswap_enabled": true,
32
+ "custom_css": "",
33
+ "bogus_folders": false,
34
+ "zoomed_avatar_magnification": false,
35
+ "reduced_motion": true,
36
+ "compact_input_area": true
37
+ }
Porpoise_1.0-Presets/Visual Novel+ CSS-Snippet.json ADDED
@@ -0,0 +1 @@
 
 
1
+ [{"id":"bd8bad5c-eb52-458d-8259-c1737b209a95","name":"VN","isDisabled":false,"isGlobal":true,"content":"body.waifuMode div#sheld {\r\n height: fit-content;\r\n top: unset;\r\n display: flex;\r\n flex-direction: column;\r\n}\r\nbody.waifuMode div#sheld > #chat {\r\n height: fit-content;\r\n max-height: calc(100vh - calc(var(--topBarBlockSize) + var(--bottomFormBlockSize)) - 9px);\r\n flex: 1 1 auto;\r\n}\r\nbody.waifuMode div#sheld > #chat > .mes {\r\n display: none;\r\n &:nth-last-child(1 of :not(.navchat--hidden)) {\r\n display: flex;\r\n }\r\n}\r\nbody.waifuMode div#sheld > #form_sheld {\r\n flex: 0 0 auto;\r\n}","isCollapsed":false,"isSynced":false,"isDeleted":false,"modifiedOn":1716769564166,"themeList":[]}]
Porpoise_1.0-Presets/Visual Novel+ Quick Reply Config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"version":2,"name":"Visual Novel","disableSend":false,"placeBeforeInput":false,"injectInput":false,"qrList":[{"id":1,"label":"VN On","title":"","message":"/csss-on VN","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"automationId":""},{"id":3,"label":"VN Off","title":"","message":"/csss-off VN","contextList":[],"preventAutoExecute":true,"isHidden":false,"executeOnStartup":false,"executeOnUser":false,"executeOnAi":false,"executeOnChatChange":false,"executeOnGroupMemberDraft":false,"automationId":""}],"idIndex":4}