-
Notifications
You must be signed in to change notification settings - Fork 2
Command Line Arguments
GChristensen edited this page Jun 13, 2023
·
17 revisions
The following command line arguments are available:
| Argument | Description |
|---|---|
| --device | The GPU device to use. cuda:0 by default |
| --t5-on-gpu | Run T5 encoder on GPU. Off by default. |
| --t5-dtype | The data type used by T5 encoder. bfloat16 by default. |
| --skip-update | Turn off auto update. |
| --remote-access | Enable remote access to the Jupyter Lab server. Off by default. |
| --port | TCP port used by the Jupyter Lab server. |
| --not-open-browser | Do not open browser on the application start. |
| --output-dir | Path to the directory with generated images. |