config

package
v1.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppParams added in v1.0.4

type AppParams struct {
	StableDiffusionApiHost string

	BotToken        string
	AllowedUserIDs  []int64
	AdminUserIDs    []int64
	AllowedGroupIDs []int64
	ProcessTimeout  time.Duration

	Defaults GenerationDefaults
}

func (*AppParams) Init added in v1.0.4

func (p *AppParams) Init() error

func (AppParams) String added in v1.0.4

func (p AppParams) String() string

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL