Stable Diffusion AI (Replicate)

Content Type: Module
Categories: Connectors

Overview

A ready-to-use connector to use Stability’s Stable Diffusion image generation service from within your Mendix app! It lets you generate images just by describing the desired content in plain English. The implementation uses an api key from replicate.com

Documentation

Description

Stable Diffusion is a deep learning, text-to-image model released in 2022. It is primarily used to generate detailed images conditioned on text descriptions, though it can also be applied to other tasks such as inpainting, outpainting, and generating image-to-image translations guided by a text prompt. This Connector makes it possible to add this functionality to your Mendix applications.

Typical usage scenario

Use this module to create AI generated images. You could use the images as placeholders or to experiment with your application content.

Features and limitations

Create new AI generated images. This version doesn’t have an overview of the previous created images yet.

Dependencies

  • Mendix 9.18.2
  • Mendix Microflow Timer module

 

Configuration

Request a token from https://replicate.com to run the connector.

Releases

Version: 1.0.0
Framework Version: 9.18.2
Release Notes: - First version with the ability to create images.