Crate sal_e_api

Crate sal_e_api 

Source

Structs§

ComfyParams
A struct representing the parameters for ComfyUI image generation.
ComfyPromptApi
Struct wrapping a connection to the ComfyUI API.
Img2ImgParams
A struct representing the parameters for image generation in the Stable Diffusion WebUI API.
Response
Struct representing a response from a Stable Diffusion API image generation endpoint.
StableDiffusionWebUiApi
Struct wrapping a connection to the Stable Diffusion WebUI API.
Txt2ImgParams
A struct representing the parameters for image generation in the Stable Diffusion WebUI API.

Enums§

ComfyPromptApiError
Img2ImgApiError
Txt2ImgApiError

Traits§

GenParams
Trait representing an interface to image generation parameters.
ImageParams
Trait representing an interface to the parameters used to generate an image.
Img2ImgApi
Trait representing an Img2Img endpoint.
Txt2ImgApi
Trait representing a Txt2Img endpoint.