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

1Generation using "stability.ai"
2Permission 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

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

API Configuration

11. Go to the settings 
22. Ai Image Generation section. 
33. Insert your stability.ai API key and configure default parameters.

Image generation

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

Install now

npm install strapi-ai-image-plugin

STATS

2 GitHub stars7 weekly downloads

Last updated

500 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.