Versions in this module Expand all Collapse all v1 v1.2.0 Mar 2, 2024 Changes in this version + type Runtime interface + Close func() + ListModels func(ctx context.Context) ([]types.ModelInfo, error) + ListSamplers func(ctx context.Context) ([]types.SamplerInfo, error) + TextToImage func(ctx context.Context, params types.TextToImageParams) (image.Image, error) + TextToImagePNG func(ctx context.Context, params types.TextToImageParams) (io.ReadCloser, error)