Uniform AI Generator
A WordPress plugin to generate uniform images using AI.
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/fellyph/ai-image-plugin/archive/refs/heads/main.zipReadme
Uniform AI Generator
A WordPress plugin to generate uniform images using AI, requires AI Services plugin.
Description
This plugin extends WordPress with AI-powered image generation capabilities. It integrates with the AI Services plugin to provide uniform image generation features.
Requirements
- WordPress 5.8 or higher
- PHP 7.4 or higher
- AI Services plugin
Installation
- Upload the plugin files to the
/wp-content/plugins/uniform-ai-generatordirectory - Activate the plugin through the 'Plugins' screen in WordPress
- Ensure the AI Services plugin is installed and activated
Usage
[Usage instructions will be added here]
Development
Setup
# Clone the repository
git clone [repository-url]
cd uniform-ai-generator
# If using Composer (for future dependency management)
composer install
Contributing
- 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
License
This project is licensed under the GPL v2 or later - see the LICENSE file for details.