Crate stable_diffusion_api
Source - Api
- Struct representing a connection to a Stable Diffusion WebUI API.
- ExtraGenParams
- Extra parameters describing image generation.
- Img2Img
- A client for sending image requests to a specified endpoint.
- Img2ImgRequest
- Struct representing an image to image request.
- ImgInfo
- Information about the generated images.
- ImgResponse
- A struct that represents the response from the Stable Diffusion WebUI API endpoint.
- Txt2Img
- A client for sending image requests to a specified endpoint.
- Txt2ImgRequest
- Struct representing a text to image request.
- ApiError
- Errors that can occur when interacting with the Stable Diffusion API.
- Img2ImgError
- Errors that can occur when interacting with the
Img2Img API. - Txt2ImgError
- Errors that can occur when interacting with the
Txt2Img API.