From 122b0c645ae9e38fcd75fe8e787039ac37e300c9 Mon Sep 17 00:00:00 2001 From: MARKMENTAL Date: Mon, 16 Dec 2024 15:03:29 -0500 Subject: [PATCH] Update README.md for clarity --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e52f7dc..23a8c28 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Legacy Stable Diffusion WebUI -A minimalistic, JavaScript-free web interface and processing server for Stable Diffusion, designed specifically for being accessed by legacy systems and browsers. This interface relies on the API from AUTOMATIC1111's Stable Diffusion WebUI. +A minimalistic, JavaScript-free web interface, front-end and processing server for Stable Diffusion, designed specifically for being accessed by legacy systems and browsers as clients. This interface relies on the API from AUTOMATIC1111's Stable Diffusion WebUI. ## Features @@ -28,11 +28,13 @@ Common features across both versions: ## Requirements -- PHP 8+ (Tested on frankenphp running on Debian 12, should also run with traditional PHP setups with apache/nginx) +- Linux server with a suitable GPU; running a model in AUTOMATIC1111's Stable Diffusion WebUI https://github.com/AUTOMATIC1111/stable-diffusion-webui with API access (image generation back-end) +- Externally accessible Linux server running PHP 8+ to run the PHP front-end (Tested on frankenphp running on Debian 12, should also run with traditional PHP setups with apache/nginx, can run on the same server as the back-end) +- Web server (Apache, nginx, etc.) - ImageMagick for image optimization - Curl -- Running instance of AUTOMATIC1111's Stable Diffusion WebUI with API access enabled -- Web server (Apache, nginx, etc.) +- Client machine to access the front-end via web browser + ## Installation