Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #16564

Closed
wants to merge 2 commits into from
Closed

Main #16564

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 4.8.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Requirement already satisfied: opencv-python in c:\a\webui\venv\lib\site-packages (4.10.0.84)
Requirement already satisfied: numpy>=1.21.2 in c:\a\webui\venv\lib\site-packages (from opencv-python) (1.26.2)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,4 @@ Licenses for borrowed code can be found in `Settings -> Licenses` screen, and al
- Hypertile - tfernd - https://github.com/tfernd/HyperTile
- Initial Gradio script - posted on 4chan by an Anonymous user. Thank you Anonymous user.
- (You)
"# A1111"
3 changes: 2 additions & 1 deletion webui-user.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

@echo off

set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=
set COMMANDLINE_ARGS= --xformers --api --autolaunch --opt-split-attention --no-half-vae --theme dark

call webui.bat
Loading