Expand description
This is a client for the Automatic1111 stable-diffusion web UI.
Re-exports§
pub use image;
Structs§
- Artist
- Artist
- Base
Generation Request - 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
- Generation
Info - The information associated with a generation.
- Generation
Progress - How much of the generation is complete.
- Generation
Result - The result of the generation.
- Image
ToImage Generation Request - Parameters for an image-to-image generation.
- Model
- Model
- Options
- The currently set options for the UI
- Postprocess
Request - A request to post-process an image. See Client::postprocess.
- Prompt
Style - Prompt style
- Text
ToImage Generation Request - Parameters for a text-to-image generation.
Enums§
- Authentication
- The type of authentication to use with a Client.
- Client
Error - All potential errors that the client can produce.
- Inpainting
Fill Mode - How the area to be inpainted will be initialized
- Interrogator
- Supported interrogators for Client::interrogate
- Resize
Mode - 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.