Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Oct 27, 2024
1 parent bb81cbe commit 599206e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,27 @@ To upgrade your installation on Linux or macOS, follow these steps:
To launch the GUI service, you can use the provided scripts or run the `kohya_gui.py` script directly. Use the command line arguments listed below to configure the underlying service.

```text
--listen: Specify the IP address to listen on for connections to Gradio.
--username: Set a username for authentication.
--password: Set a password for authentication.
--server_port: Define the port to run the server listener on.
--inbrowser: Open the Gradio UI in a web browser.
--share: Share the Gradio UI.
--language: Set custom language
--help show this help message and exit
--config CONFIG Path to the toml config file for interface defaults
--debug Debug on
--listen LISTEN IP to listen on for connections to Gradio
--username USERNAME Username for authentication
--password PASSWORD Password for authentication
--server_port SERVER_PORT
Port to run the server listener on
--inbrowser Open in browser
--share Share the gradio UI
--headless Is the server headless
--language LANGUAGE Set custom language
--use-ipex Use IPEX environment
--use-rocm Use ROCm environment
--do_not_use_shell Enforce not to use shell=True when running external commands
--do_not_share Do not share the gradio UI
--requirements REQUIREMENTS
requirements file to use for validation
--root_path ROOT_PATH
`root_path` for Gradio to enable reverse proxy support. e.g. /kohya_ss
--noverify Disable requirements verification
```

### Launching the GUI on Windows
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ huggingface-hub==0.25.2
imagesize==1.4.1
invisible-watermark==0.2.0
lion-pytorch==0.0.6
# lycoris_lora==2.2.0.post3
lycoris_lora==3.1.0
omegaconf==2.3.0
onnx==1.16.1
Expand All @@ -34,5 +33,5 @@ toml==0.10.2
transformers==4.44.2
voluptuous==0.13.1
wandb==0.18.0
# for kohya_ss library
-e ./sd-scripts # no_verify leave this to specify not checking this a verification stage
# for kohya_ss sd-scripts library
-e ./sd-scripts

0 comments on commit 599206e

Please sign in to comment.