Download the PHP package rudraramesh/ai-image-generator without Composer
On this page you can find all versions of the php package rudraramesh/ai-image-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rudraramesh/ai-image-generator
More information about rudraramesh/ai-image-generator
Files in rudraramesh/ai-image-generator
Download rudraramesh/ai-image-generator
More information about rudraramesh/ai-image-generator
Files in rudraramesh/ai-image-generator
Vendor rudraramesh
Package ai-image-generator
Short Description A Laravel package for AI-powered image generation using OpenAI DALL·E and Stable Diffusion
License MIT
Package ai-image-generator
Short Description A Laravel package for AI-powered image generation using OpenAI DALL·E and Stable Diffusion
License MIT
Please rate this library. Is it a good library?
Informations about the package ai-image-generator
Laravel AI Image Generator
A Laravel package for AI-powered image generation using OpenAI DALL·E and Stable Diffusion.
Installation
-
Add the package to your Laravel project: bash php artisan vendor:publish --provider="Rbb\AiImageGenerator\AiImageGeneratorServiceProvider"
- Register the Service Provider in the config/app.php of the Laravel project bash use Rbb\AiImageGenerator\Facades\AIImageGenerator; // Generate an image from a prompt $imageUrl = AIImageGenerator::generate('A futuristic cityscape at sunset.'); echo $imageUrl;
All versions of ai-image-generator with dependencies
PHP Build Version
Package Version
The package rudraramesh/ai-image-generator contains the following files
Loading the files please wait ....