kawaiithug commited on
Commit
aa00b3b
·
verified ·
1 Parent(s): ee2b81e

Delete Samplers

Browse files
Samplers/Noire_Preset.json DELETED
@@ -1,121 +0,0 @@
1
- {
2
- "temp": 0.85,
3
- "temperature_last": false,
4
- "top_p": 0.95,
5
- "top_k": 0,
6
- "top_a": 0,
7
- "tfs": 1,
8
- "epsilon_cutoff": 0,
9
- "eta_cutoff": 0,
10
- "typical_p": 1,
11
- "min_p": 0.077,
12
- "rep_pen": 1.1,
13
- "rep_pen_range": 2048,
14
- "rep_pen_decay": 0,
15
- "rep_pen_slope": 1,
16
- "no_repeat_ngram_size": 0,
17
- "penalty_alpha": 0,
18
- "num_beams": 1,
19
- "length_penalty": 1,
20
- "min_length": 0,
21
- "encoder_rep_pen": 1,
22
- "freq_pen": 0.03,
23
- "presence_pen": 0.06,
24
- "skew": 0,
25
- "do_sample": true,
26
- "early_stopping": false,
27
- "dynatemp": false,
28
- "min_temp": 0,
29
- "max_temp": 2,
30
- "dynatemp_exponent": 1,
31
- "smoothing_factor": 0.15,
32
- "smoothing_curve": 1,
33
- "dry_allowed_length": 2,
34
- "dry_multiplier": 0.8,
35
- "dry_base": 1.75,
36
- "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
- "dry_penalty_last_n": 0,
38
- "add_bos_token": true,
39
- "ban_eos_token": false,
40
- "skip_special_tokens": false,
41
- "mirostat_mode": 0,
42
- "mirostat_tau": 6,
43
- "mirostat_eta": 0.29,
44
- "guidance_scale": 1,
45
- "negative_prompt": "",
46
- "grammar_string": "",
47
- "json_schema": {},
48
- "banned_tokens": "",
49
- "sampler_priority": [
50
- "repetition_penalty",
51
- "presence_penalty",
52
- "frequency_penalty",
53
- "dry",
54
- "temperature",
55
- "dynamic_temperature",
56
- "quadratic_sampling",
57
- "top_k",
58
- "top_p",
59
- "typical_p",
60
- "epsilon_cutoff",
61
- "eta_cutoff",
62
- "tfs",
63
- "top_a",
64
- "min_p",
65
- "mirostat",
66
- "xtc",
67
- "encoder_repetition_penalty",
68
- "no_repeat_ngram"
69
- ],
70
- "samplers": [
71
- "penalties",
72
- "dry",
73
- "top_n_sigma",
74
- "top_k",
75
- "typ_p",
76
- "tfs_z",
77
- "typical_p",
78
- "xtc",
79
- "top_p",
80
- "min_p",
81
- "temperature"
82
- ],
83
- "samplers_priorities": [
84
- "dry",
85
- "penalties",
86
- "no_repeat_ngram",
87
- "temperature",
88
- "top_nsigma",
89
- "top_p_top_k",
90
- "top_a",
91
- "min_p",
92
- "tfs",
93
- "eta_cutoff",
94
- "epsilon_cutoff",
95
- "typical_p",
96
- "quadratic",
97
- "xtc"
98
- ],
99
- "ignore_eos_token": false,
100
- "spaces_between_special_tokens": true,
101
- "speculative_ngram": false,
102
- "sampler_order": [
103
- 6,
104
- 0,
105
- 1,
106
- 3,
107
- 4,
108
- 2,
109
- 5
110
- ],
111
- "logit_bias": [],
112
- "xtc_threshold": 0.1,
113
- "xtc_probability": 0,
114
- "nsigma": 0,
115
- "min_keep": 0,
116
- "ignore_eos_token_aphrodite": false,
117
- "spaces_between_special_tokens_aphrodite": true,
118
- "rep_pen_size": 0,
119
- "genamt": 500,
120
- "max_length": 16384
121
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Samplers/Noire_Preset_with_CFG.json DELETED
@@ -1,121 +0,0 @@
1
- {
2
- "temp": 0.85,
3
- "temperature_last": false,
4
- "top_p": 0.95,
5
- "top_k": 0,
6
- "top_a": 0,
7
- "tfs": 1,
8
- "epsilon_cutoff": 0,
9
- "eta_cutoff": 0,
10
- "typical_p": 1,
11
- "min_p": 0.077,
12
- "rep_pen": 1.1,
13
- "rep_pen_range": 2048,
14
- "rep_pen_decay": 0,
15
- "rep_pen_slope": 1,
16
- "no_repeat_ngram_size": 0,
17
- "penalty_alpha": 0,
18
- "num_beams": 1,
19
- "length_penalty": 1,
20
- "min_length": 0,
21
- "encoder_rep_pen": 1,
22
- "freq_pen": 0.03,
23
- "presence_pen": 0.06,
24
- "skew": 0,
25
- "do_sample": true,
26
- "early_stopping": false,
27
- "dynatemp": false,
28
- "min_temp": 0,
29
- "max_temp": 2,
30
- "dynatemp_exponent": 1,
31
- "smoothing_factor": 0.15,
32
- "smoothing_curve": 1,
33
- "dry_allowed_length": 2,
34
- "dry_multiplier": 0.8,
35
- "dry_base": 1.75,
36
- "dry_sequence_breakers": "[\"\\n\", \":\", \"\\\"\", \"*\"]",
37
- "dry_penalty_last_n": 0,
38
- "add_bos_token": true,
39
- "ban_eos_token": false,
40
- "skip_special_tokens": false,
41
- "mirostat_mode": 0,
42
- "mirostat_tau": 6,
43
- "mirostat_eta": 0.29,
44
- "guidance_scale": 1.2,
45
- "negative_prompt": "Overwrought purple prose filled with clichéd expressions and repetitive phrases. Writing that relies on tired metaphors like eyes being orbs, hearts hammering, shivers running down spines, or mischievous glints. Vague innuendo and euphemisms instead of explicit language. Redundant narration that repeats what was already inferred or stated. Stock phrases and formulaic responses that feel artificial and predictable. Writing that tells rather than shows emotional states. Concluding statements that summarize or reflect on the scene. Epilogue-style narration that steps outside the immediate moment. ",
46
- "grammar_string": "",
47
- "json_schema": {},
48
- "banned_tokens": "",
49
- "sampler_priority": [
50
- "repetition_penalty",
51
- "presence_penalty",
52
- "frequency_penalty",
53
- "dry",
54
- "temperature",
55
- "dynamic_temperature",
56
- "quadratic_sampling",
57
- "top_k",
58
- "top_p",
59
- "typical_p",
60
- "epsilon_cutoff",
61
- "eta_cutoff",
62
- "tfs",
63
- "top_a",
64
- "min_p",
65
- "mirostat",
66
- "xtc",
67
- "encoder_repetition_penalty",
68
- "no_repeat_ngram"
69
- ],
70
- "samplers": [
71
- "penalties",
72
- "dry",
73
- "top_n_sigma",
74
- "top_k",
75
- "typ_p",
76
- "tfs_z",
77
- "typical_p",
78
- "xtc",
79
- "top_p",
80
- "min_p",
81
- "temperature"
82
- ],
83
- "samplers_priorities": [
84
- "dry",
85
- "penalties",
86
- "no_repeat_ngram",
87
- "temperature",
88
- "top_nsigma",
89
- "top_p_top_k",
90
- "top_a",
91
- "min_p",
92
- "tfs",
93
- "eta_cutoff",
94
- "epsilon_cutoff",
95
- "typical_p",
96
- "quadratic",
97
- "xtc"
98
- ],
99
- "ignore_eos_token": false,
100
- "spaces_between_special_tokens": true,
101
- "speculative_ngram": false,
102
- "sampler_order": [
103
- 6,
104
- 0,
105
- 1,
106
- 3,
107
- 4,
108
- 2,
109
- 5
110
- ],
111
- "logit_bias": [],
112
- "xtc_threshold": 0.1,
113
- "xtc_probability": 0,
114
- "nsigma": 0,
115
- "min_keep": 0,
116
- "ignore_eos_token_aphrodite": false,
117
- "spaces_between_special_tokens_aphrodite": true,
118
- "rep_pen_size": 0,
119
- "genamt": 500,
120
- "max_length": 16384
121
- }