Versions in this module Expand all Collapse all v1 v1.0.12 Jan 21, 2026 Changes in this version + const Name + var ErrDiffusersNotFound = errors.New("diffusers package not installed") + var ErrNoDDUFFile = errors.New("no DDUF file found in model bundle") + var ErrNotImplemented = errors.New("not implemented") + var ErrPythonNotFound = errors.New("python3 not found in PATH") + func ExtractPythonError(output string) string + func New(log logging.Logger, modelManager *models.Manager, serverLog logging.Logger, ...) (inference.Backend, error) + type Config struct + Args []string + func NewDefaultConfig() *Config + func (c *Config) GetArgs(model string, socket string, mode inference.BackendMode, ...) ([]string, error)