Skip to content

Commit

Permalink
feat: WebUI Improvements! (#133)
Browse files Browse the repository at this point in the history
- Has all latest config values
- Opens automatically in the web browser
- Handles magic constants like, "all models", "top 5", etc
- Future proof: Does not remove config file items it doesn't understand
- Everything has labels and descriptions
- Descriptions all mention the actual underlying technical config file item name
- `--share` command line option to get a Gradio public URL
- `--no-browser` command line option to NOT open in browser
- `--lan` command line option to allow access on the local network
- Can exit the application now with Ctrl+C
- Display max_power as Max Image Size and show 512x512, 768x768, etc
- Re-implement functionality to enable/disable maintenance mode.
- Support editing config in a text editor _and_ the webui at the same time without losing any config.
  • Loading branch information
jug-dev authored Mar 26, 2023
1 parent 86ba629 commit c5adf17
Show file tree
Hide file tree
Showing 3 changed files with 713 additions and 583 deletions.
1 change: 0 additions & 1 deletion bridge-webui.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@echo off
cd /d %~dp0
call runtime python -s webui.py %*
%0 %*
108 changes: 0 additions & 108 deletions bridgeData_template.py

This file was deleted.

Loading

0 comments on commit c5adf17

Please sign in to comment.