-
Notifications
You must be signed in to change notification settings - Fork 53
Using biniou
Woolverine94 edited this page Dec 15, 2023
·
3 revisions
• Run
• Access
• Quit
• Update
- Launch by executing from the biniou directory :
- for Linux :
cd /home/$USER/biniou
./webui.sh
- for Windows :
Double-click webui.cmd in the biniou directory (C:\Users\%username%\biniou\). When asked by the UAC, configure the firewall according to your network type to authorize access to the webui
Note : First start could be very slow on Windows 11 (comparing to others OS).
- for Docker by executing in a terminal :
docker run -it -p 7860:7860 \
-v biniou_outputs:/home/biniou/biniou/outputs \
-v biniou_models:/home/biniou/biniou/models \
-v biniou_cache:/home/biniou/.cache/huggingface \
-v biniou_gfpgan:/home/biniou/biniou/gfpgan \
biniou:latest
-
Access the webui by the url :
https://127.0.0.1:7860 or https://127.0.0.1:7860/?__theme=dark for dark theme (recommended)
You can also access biniou from any device (including smartphones) on the same LAN/Wifi network by replacing 127.0.0.1 in the url with biniou host ip address or container address if you are using docker.
- Quit by using the keyboard shortcut CTRL+C in the Terminal or stopping the container with you are using docker
- Update this application (biniou + python virtual environment) by running from the biniou directory :
-
for GNU/Linux :
./update.sh
(or./update_cuda.sh
if you're using CUDA) -
for Windows : double-click
update_win.cmd
(orupdate_win_cuda.cmd
if you're using CUDA) -
for Dockerfile : update by reinstalling