WP Manifestindependent plugin directory
manifest / ai / afb-ai-art-generator-for-wordpress

Art Generator

Art Generator is a WordPress plugin that enables users to generate AI artwork directly from any page or post using a simple shortcode. Users can upload an image or enter a text prompt, select a style preset, and receive AI-generated art powered by the neural.love API.

by Aliyan Faisal · github.com/aliyanfaisal/afb-ai-art-generator-for-wordpress · 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/aliyanfaisal/afb-ai-art-generator-for-wordpress/archive/refs/heads/main.zip

Art Generator – AI Art WordPress Plugin

( Uses WordPress Plugin Boiler Plate )

Convert images and text prompts into stunning AI-generated artwork — powered by neural.love API.


Overview

Art Generator is a WordPress plugin that enables users to generate AI artwork directly from any page or post using a simple shortcode. Users can upload an image or enter a text prompt, select a style preset, and receive AI-generated art powered by the neural.love API.

Site administrators control the API credentials and available style presets from a dedicated settings page — no coding required.


Features

  • Shortcode-based UI — Drop [afb_art_generator] on any page or post to render the generation interface
  • Image + Prompt Input — Users can upload a source image, enter a text prompt, or both
  • Style Presets — Admins define available art styles from the settings page; users select from them at generation time
  • Admin Settings Page — Manage API key and style presets from WordPress Dashboard → Settings
  • Powered by neural.love API — Leverages state-of-the-art AI art generation models

Installation

  1. Download or clone this repository into your /wp-content/plugins/ directory
  2. Activate the plugin from WordPress Admin → Plugins
  3. Go to Settings → Art Generator and enter your neural.love API key
  4. Configure your desired style presets
  5. Add the shortcode [afb_art_generator] to any page or post

Usage

Shortcode

[afb_art_generator]

Place this shortcode anywhere on your site to render the AI art generation interface. Users will see:

  • An image upload field
  • A text prompt input
  • A style preset selector
  • A Generate button

Admin Settings

Navigate to WordPress Admin → Settings → Art Generator

Setting Description
API Key Your neural.love API key
Style Presets Comma-separated list of art styles available to users

How It Works

User Input (Image + Prompt + Style)
             │
             ▼
     WordPress Backend (PHP)
             │
             ▼
     neural.love REST API
             │
             ▼
     AI-Generated Image returned
             │
             ▼
     Displayed to user on page

Plugin Details

Field Value
Plugin Name Art Generator
Version 1.0.0
Author Aliyan Faisal
License GPL-2.0+
Text Domain afb-art-generator
Shortcode [afb_art_generator]
Requires WordPress 5.0+, PHP 7.4+

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • A valid neural.love API key

Author

Aliyan Faisal GitHub · Website


License

Licensed under the GPL-2.0+ license.