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.
## Features
Two separate interfaces are provided:
-`index.php`: HTML 4.01+ compliant interface
-`legacy.php`: HTML 3.2 compliant interface for extremely old systems
Common features across both versions:
- No JavaScript dependencies
- Lightweight and fast loading
- Support for LORA models using square bracket syntax
- Image optimization with automatic PNG to JPG conversion
- Prompt saving and loading functionality
- Full configurability of key generation parameters:
- Image dimensions
- Sampling steps
- CFG Scale
- Choice of sampling methods
## Browser Compatibility
-`index.php`: Tested working on IE4+ and comparable browsers
-`legacy.php`: Tested working on IE3 and comparable browsers
- Both versions work on modern browsers
## Requirements
- PHP 8+ (Tested on frankenphp running on Debian 12, should also run with traditional PHP setups with apache/nginx)