Expand description
This is a client for the Automatic1111 stable-diffusion web UI.
Re-exports
pub use image;
Structs
Artist
The parameters to the generation that are shared between text-to-image synthesis
and image-to-image synthesis.
Interface to the web UI.
A textual inversion embedding
All available textual inversion embeddings
The information associated with a generation.
How much of the generation is complete.
The result of the generation.
Parameters for an image-to-image generation.
Model
The currently set options for the UI
A request to post-process an image. See Client::postprocess.
Prompt style
Parameters for a text-to-image generation.
Enums
The type of authentication to use with a Client.
All potential errors that the client can produce.
How the area to be inpainted will be initialized
Supported interrogators for Client::interrogate
How to resize the image for image-to-image generation
The sampler to use for the generation.
Upscaler
Type Definitions
Result type for the
Client
.