Documentation
¶
Overview ¶
Package novelai ...
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NovalAI ¶
type NovalAI struct {
Tok string `json:"accessToken"`
// contains filtered or unexported fields
}
NovalAI ...
type Para ¶
type Para struct {
Width int `json:"width"`
Height int `json:"height"`
Scale int `json:"scale"`
Sampler string `json:"sampler"`
Steps int `json:"steps"`
Seed int `json:"seed"`
NSamples int `json:"n_samples"`
Strength float64 `json:"strength"`
Noise float64 `json:"noise"`
UcPreset int `json:"ucPreset"`
Uc string `json:"uc"`
}
Para ...
Click to show internal directories.
Click to hide internal directories.