An open API service indexing awesome lists of open source software.

https://github.com/satyajitghana/sdxl-ui

SDXL UI with Next.JS
https://github.com/satyajitghana/sdxl-ui

ai nextjs nextjs13 sdxl stable-diffusion stable-diffusion-webui

Last synced: 5 months ago
JSON representation

SDXL UI with Next.JS

Awesome Lists containing this project

README

          

## SDXL - UI

![screenshot](screenshot.png)

Create `env.local` with SDXL FastAPI Server Endpoint

```
NEXT_PUBLIC_BACKEND_URL=https://de3e-3-108-220-186.ngrok.io
```

Run with

```
npm run dev
```