Ship 0.15.0: installable persona packs and slimmer bundled set.
Load Assistent/extensions packs between bundled and overlay, keep neutral/aggressive/dreamer, drop cinema/lewd/private shelves, and make horny slash commands schema-driven. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+13
-13
@@ -57,7 +57,7 @@ describe('session.js', () => {
|
||||
steps: 28,
|
||||
loras: [{ name: 'a', weight: 0.8 }],
|
||||
genResults: [{ id: 'var1', src: '/View/x.png' }],
|
||||
persona: 'leonid',
|
||||
persona: 'neutral',
|
||||
});
|
||||
assert.equal(s.gen.prompt, 'fox');
|
||||
assert.equal(s.gen.steps, 28);
|
||||
@@ -126,18 +126,18 @@ describe('session.js', () => {
|
||||
{ exact, profiles: exact.profiles, profileName: 'turbo', userParamIntent: true },
|
||||
);
|
||||
assert.equal(explicit.patch.steps, 12);
|
||||
assert.equal(explicit.patch.cfg, 2);
|
||||
|
||||
const forced = mergeExactParamsForGenerate(
|
||||
{ generate: true, steps: 20, cfg: 7 },
|
||||
{
|
||||
exact: { generation: { steps: 8, cfg: 1 }, profiles: { turbo: { steps: 8, cfg: 1, sigma_shift: 1.15 } } },
|
||||
profiles: { turbo: { steps: 8, cfg: 1, sigma_shift: 1.15 } },
|
||||
profileName: 'turbo',
|
||||
userParamIntent: false,
|
||||
},
|
||||
);
|
||||
assert.equal(forced.patch.steps, 8);
|
||||
assert.equal(explicit.patch.cfg, 2);
|
||||
|
||||
const forced = mergeExactParamsForGenerate(
|
||||
{ generate: true, steps: 20, cfg: 7 },
|
||||
{
|
||||
exact: { generation: { steps: 8, cfg: 1 }, profiles: { turbo: { steps: 8, cfg: 1, sigma_shift: 1.15 } } },
|
||||
profiles: { turbo: { steps: 8, cfg: 1, sigma_shift: 1.15 } },
|
||||
profileName: 'turbo',
|
||||
userParamIntent: false,
|
||||
},
|
||||
);
|
||||
assert.equal(forced.patch.steps, 8);
|
||||
assert.equal(forced.patch.cfg, 1);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user