kanopi / saplings-ai-image-generator
Installs and configures AI-powered image generation tools.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Type:drupal-recipe
Requires
- drupal/ai: ^1
- drupal/ai_media_image: ^1
- drupal/ai_provider_openai: ^1
- drupal/key: ^1.19
README
Saplings - AI Image Generator
Installs and configures AI-powered image generation tools.
Features
- Generates images using an AI provider.
- Configures AI media image generation.
- Uses OpenAI's DALL-E 3 model for image creation.
Installation
composer require kanopi/saplings-ai-image-generator cd web && php core/scripts/drupal recipe ../recipes/saplings-ai-image-generator
Configure OpenAI
To enable AI-powered image generation, configure the OpenAI provider:
- Create an API key at OpenAI.
- Store the API key securely in
private://keys/openai_provider.key
. - Ensure the key is deployed in your hosting environment to be accessible.
Usage
To use AI-generated images, navigate to the media library and select the AI image generation option. OpenAI’s DALL-E model will generate images based on input prompts.
For bulk image creation and media automation, additional configurations can be applied via the AI module settings under Admin > Configuration > Media.