plugin allows you to generate images using the "stability.ai" API and store it to media library
1Generation using "stability.ai"
2Permission for generation
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
1module.exports = ({ env }) => ({
2 // ...
3 'strapi-ai-image-plugin': {
4 enabled: true
5 },
6 // ...
7});
11. Go to the settings
22. Ai Image Generation section.
33. Insert your stability.ai API key and configure default parameters.
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
npm install strapi-ai-image-plugin
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.