Strapi plugin logo for Ai Image Generation Plugin

Ai Image Generation Plugin

plugin allows you to generate images using the "stability.ai" API and store it to media library

thumbnail for Ai Image Generation Plugin

Strapi plugin strapi-ai-image-plugin

Features

1
2
Generation using "stability.ai"
Permission for generation

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application.

# Using Yarn
yarn add strapi-ai-image-plugin

# Or using NPM
npm install strapi-ai-image-plugin

./config/plugins.js

Plugin Configuration

1
2
3
4
5
6
7
module.exports = ({ env }) => ({
  // ...
  'strapi-ai-image-plugin': {
    enabled: true
  },
  // ...
});

API Configuration

1
2
3
1. Go to the settings 
2. Ai Image Generation section. 
3. Insert your stability.ai API key and configure default parameters.

Image generation

1
2
3
On any collection or single type press "generate" button on the right side.
Fill all appropriate fields and select interested image.
Use generated image in upload library "ai" page

Install now

npm install strapi-ai-image-plugin

STATS

1 GitHub star17 weekly downloads

Last updated

311 days ago

Strapi Version

4.0.0 and above

Author

github profile image for Ardas
Ardas

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.