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
- Host: GitHub
- URL: https://github.com/satyajitghana/sdxl-ui
- Owner: satyajitghana
- Created: 2023-08-16T20:33:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-17T20:58:45.000Z (about 2 years ago)
- Last Synced: 2025-02-17T22:41:51.782Z (8 months ago)
- Topics: ai, nextjs, nextjs13, sdxl, stable-diffusion, stable-diffusion-webui
- Language: TypeScript
- Homepage:
- Size: 2.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SDXL - UI

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
```