From 4acfd62eb43eb641984fc8f69147fcda5a5d05b1 Mon Sep 17 00:00:00 2001 From: "(CK)" <48079849+x-CK-x@users.noreply.github.com> Date: Sun, 16 Jul 2023 22:34:23 -0400 Subject: [PATCH] Update README.md - run instructions update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff097bf..cb50848 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ python -m scripts.animate --config configs/prompts/8-GhibliBackground.yaml Configure yaml options, model settings & generate animations as desired. ``` python webui.py +python webui.py --server_port 7860 --share +python webui.py --server_port 7860 --share --username NAME --password PASS ```