diff --git a/README.md b/README.md index 7aa5c7bf..3fa14292 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/requirements.txt b/requirements.txt index 5b26ce8e..235cbfb6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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