Crate stable_diffusion_a1111_webui_client

Crate stable_diffusion_a1111_webui_client 

Source
Expand description

This is a client for the Automatic1111 stable-diffusion web UI.

Re-exports§

pub use image;

Structs§

Artist
Artist
BaseGenerationRequest
The parameters to the generation that are shared between text-to-image synthesis and image-to-image synthesis.
Client
Interface to the web UI.
Embedding
A textual inversion embedding
Embeddings
All available textual inversion embeddings
GenerationInfo
The information associated with a generation.
GenerationProgress
How much of the generation is complete.
GenerationResult
The result of the generation.
ImageToImageGenerationRequest
Parameters for an image-to-image generation.
Model
Model
Options
The currently set options for the UI
PostprocessRequest
A request to post-process an image. See Client::postprocess.
PromptStyle
Prompt style
TextToImageGenerationRequest
Parameters for a text-to-image generation.

Enums§

Authentication
The type of authentication to use with a Client.
ClientError
All potential errors that the client can produce.
InpaintingFillMode
How the area to be inpainted will be initialized
Interrogator
Supported interrogators for Client::interrogate
ResizeMode
How to resize the image for image-to-image generation
Sampler
The sampler to use for the generation.
Upscaler
Upscaler

Type Aliases§

Result
Result type for the Client.