fix: configs for nai-v3 model not showing (#258)

This commit is contained in:
Maiko Sinkyaet Tan 2024-08-16 00:16:58 +08:00 committed by GitHub
parent 97f8e17b04
commit 5774d03910
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -370,7 +370,7 @@ export const Config = Schema.intersect([
}),
Schema.union([
Schema.object({
model: Schema.const('nai-v3').required(),
model: Schema.const('nai-v3'),
sampler: sampler.createSchema(sampler.nai3),
smea: Schema.boolean().description('默认启用 SMEA。'),
smeaDyn: Schema.boolean().description('默认启用 SMEA 采样器的 DYN 变体。'),