@@ -18,6 +18,7 @@ Stable Diffusion AI is an easy-to-use app that lets you quickly generate images
1818- Can use server environment powered by [ Stable-Diffusion-WebUI] ( https://github.com/AUTOMATIC1111/stable-diffusion-webui ) (AUTOMATIC1111)
1919- Can use server envitonment powered by [ Hugging Face Inference API] ( https://huggingface.co/docs/api-inference/quicktour ) .
2020- Can use server environment powered by [ OpenAI] ( https://platform.openai.com/docs/api-reference/images ) (DALL-E-2, DALL-E-3).
21+ - Can use server environment powered by [ Stability AI] ( https://platform.stability.ai/ ) .
2122- Can use local environment powered by LocalDiffusion (Beta)
2223- Supports original Txt2Img, Img2Img modes
2324 - ** Positive** and ** negative** prompt support
@@ -30,6 +31,12 @@ Stable Diffusion AI is an easy-to-use app that lets you quickly generate images
3031 - ( Img2Img ONLY ) : Image selection from device gallery _ (requires user permission)_
3132 - ( Img2Img ONLY ) : Capture input image from camera _ (requires user permission)_
3233 - ( Img2Img ONLY ) : Fetching random image for the input
34+ - ( Img2Img ONLY ) : Inpaint (for A1111)
35+ - Mask blur (1 to 64)
36+ - Mask mode (Masked, not masked)
37+ - Masked content (Fill, Original, Latent noise, Latent nothing)
38+ - Inpaint area (Whole picture, only masked)
39+ - Only maked padding (0 to 256 px)
3340 - Batch generation with maximum of 20 images (for A1111 and Horde)
3441 - Lora picker (for A1111)
3542 - Textual inversion picker (for A1111)
@@ -81,7 +88,13 @@ OpenAI provides a service for text to image generation using [DALLE-2](https://o
8188
8289OpenAI requires to use API KEY, which can be created in [ OpenAI API Key settings] ( https://platform.openai.com/api-keys ) .
8390
84- ### Option 5: Local Diffusion (Beta)
91+ ### Option 5: StabilityAI
92+
93+ [ StabilityAI] ( https://platform.stability.ai/ ) is the image generation service provided by DreamStudio.
94+
95+ StabilityAI requires to use API KEY, which can be created in [ API Keys page] ( https://platform.stability.ai/account/keys ) .
96+
97+ ### Option 6: Local Diffusion (Beta)
8598
8699Only ** txt2img** mode is supported.
87100
0 commit comments