You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CUSTOM_CODE`| Allows custom code to run in the web UI. Any value will enable this. |`yes`|
115
+
|`LOG_LEVEL`| Sets the log level to one of: CRITICAL, ERROR, WARNING, INFO, DEBUG. Defaults to INFO. |`WARNING`|
116
+
|`NO_PROMPT_HISTORY`| Disables saving and loading of the last prompt. Any value will enable this. |`True`|
117
+
|`NO_WEB_UI`| If `API_AUTH` is also set, disables the web UI, exposing only the API. Any value will enable this. |`t`|
118
+
|`SERVER_NAME`| Sets the server hostname. |`sd.ai.example.com`|
119
+
|`UI_AUTH`| Sets user credentials for hte web UI. Same format as `API_AUTH`|`user1:super_secret,user2:Sup3r_S3Cr3T`|
120
+
|`UI_AUTH_FILE`| Points to a file containing web UI credentials. The file has the same format as `API_AUTH`. Mutually exclusive with `UI_AUTH`|`/run/secrets/ui_auth`|
121
+
|`XFORMERS`| Enables xformers for cross attention layers. Any value will enable this. |`y`|
122
+
123
+
### Volumes
124
+
125
+
The image uses one volume:
126
+
127
+
*`automatic1111` (mounted as `/data/`) for user-content such as models, uploads, output files ,etc.
0 commit comments