WP Manifestindependent plugin directory
manifest / ai / ai-image-plugin

Uniform AI Generator

A WordPress plugin to generate uniform images using AI.

by Your Name · github.com/fellyph/ai-image-plugin · website

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

Readme

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

  1. Upload the plugin files to the /wp-content/plugins/uniform-ai-generator directory
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. 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

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the GPL v2 or later - see the LICENSE file for details.

Read the full README on GitHub →