Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateImage ¶
Types ¶
type StableDiffusion ¶
type StableDiffusion struct {
// contains filtered or unexported fields
}
func New ¶
func New(assetDir string) (*StableDiffusion, error)
func (*StableDiffusion) GenerateImage ¶
func (s *StableDiffusion) GenerateImage(height, width, mode, step, seed int, positive_prompt, negative_prompt, dst string) error
Click to show internal directories.
Click to hide internal directories.