Skip to content

Stable-Diffusion-API/Laravel-Playground-UI

Repository files navigation

Laravel-Playground-UI

Stable Diffusion Playground UI in Laravel PHP

alt text

alt text

How to Setup

Clone the Project

git clone https://github.com/Stable-Diffusion-API/Laravel-Playground-UI.git

Navigate into the project directory and install Dependencies

composer install

npm install

Copy the content of env.example to .env.

cp .env.example .env

Generate APP key

php artisan key:generate

Make sure to add your api key. You can get it from Stable Diffusion API Website

STABLE_DIFFUSION_API_KEY=

Serve the Project

php artisan serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published