plugin allows you to generate images using the "stability.ai" API and store it to media library
1
2
Generation using "stability.ai"
Permission 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
1
2
3
4
5
6
7
module.exports = ({ env }) => ({
// ...
'strapi-ai-image-plugin': {
enabled: true
},
// ...
});
1
2
3
1. Go to the settings
2. Ai Image Generation section.
3. Insert your stability.ai API key and configure default parameters.
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
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.