Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationDefaults ¶
type GenerationDefaults struct {
Model string
Sampler string
Cnt int
Batch int
Steps int
Width int
Height int
WidthSDXL int
HeightSDXL int
StepsSDXL int
CFGScale float64
}
func (GenerationDefaults) String ¶
func (d GenerationDefaults) String() string
type ParamsType ¶
type ParamsType struct {
StableDiffusionApiHost string
BotToken string
AllowedUserIDs []int64
AdminUserIDs []int64
AllowedGroupIDs []int64
Defaults GenerationDefaults
}
func (*ParamsType) Init ¶
func (p *ParamsType) Init() error
func (ParamsType) String ¶
func (p ParamsType) String() string
Click to show internal directories.
Click to hide internal directories.