Add nai cfg_rescale, noise_schedule options settings (#835)
# PR Checklist - [ ] Have you checked if it works normally in all models? *Ignore this if it doesn't use models.* - [ ] Have you checked if it works normally in all web, local, and node hosted versions? If it doesn't, have you blocked it in those versions? - I've checked web version only. - [x] Have you added type definitions? # Description Added the ability to configure the `cfg_rescale` and `noise_schedule` properties in the NovelAI settings. # Example 
This commit is contained in:
@@ -255,8 +255,10 @@ export function setDatabase(data:Database){
|
||||
width:512,
|
||||
height:768,
|
||||
sampler:"k_dpmpp_sde",
|
||||
noise_schedule:"native",
|
||||
steps:28,
|
||||
scale:5,
|
||||
cfg_rescale: 0,
|
||||
sm:true,
|
||||
sm_dyn:false,
|
||||
noise:0.0,
|
||||
@@ -1409,8 +1411,10 @@ export interface NAIImgConfig{
|
||||
width:number,
|
||||
height:number,
|
||||
sampler:string,
|
||||
noise_schedule:string,
|
||||
steps:number,
|
||||
scale:number,
|
||||
cfg_rescale:number,
|
||||
sm:boolean,
|
||||
sm_dyn:boolean,
|
||||
noise:number,
|
||||
|
||||
Reference in New Issue
Block a user