Structs§
- Comfy
Params - A struct representing the parameters for ComfyUI image generation.
- Comfy
Prompt Api - Struct wrapping a connection to the ComfyUI API.
- Img2
ImgParams - 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.
- Stable
Diffusion WebUi Api - Struct wrapping a connection to the Stable Diffusion WebUI API.
- Txt2
ImgParams - A struct representing the parameters for image generation in the Stable Diffusion WebUI API.
Enums§
Traits§
- GenParams
- Trait representing an interface to image generation parameters.
- Image
Params - Trait representing an interface to the parameters used to generate an image.
- Img2
ImgApi - Trait representing an Img2Img endpoint.
- Txt2
ImgApi - Trait representing a Txt2Img endpoint.