A WordPress plugin to generate uniform images using AI, requires AI Services plugin.
This plugin extends WordPress with AI-powered image generation capabilities. It integrates with the AI Services plugin to provide uniform image generation features.
- WordPress 5.8 or higher
- PHP 7.4 or higher
- AI Services plugin
- Upload the plugin files to the
/wp-content/plugins/uniform-ai-generator
directory - Activate the plugin through the 'Plugins' screen in WordPress
- Ensure the AI Services plugin is installed and activated
[Usage instructions will be added here]
# Clone the repository
git clone [repository-url]
cd uniform-ai-generator
# If using Composer (for future dependency management)
composer install
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the GPL v2 or later - see the LICENSE file for details.