Mark multi GPU as experimental in the UI

This commit is contained in:
cmdr2 2022-11-14 20:06:20 +05:30
parent 125a50ae87
commit 0cb2f19e29
2 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@
</div>
</body>
<script src="media/js/parameters.js?v=6"></script>
<script src="media/js/parameters.js?v=7"></script>
<script src="media/js/plugins.js?v=1"></script>
<script src="media/js/utils.js?v=6"></script>
<script src="media/js/inpainting-editor.js?v=1"></script>

View File

@ -76,13 +76,13 @@ var PARAMETERS = [
{
id: "auto_pick_gpus",
type: ParameterType.checkbox,
label: "Automatically pick the GPUs",
label: "Automatically pick the GPUs (experimental)",
default: false,
},
{
id: "use_gpus",
type: ParameterType.select_multiple,
label: "GPUs to use",
label: "GPUs to use (experimental)",
note: "to process in parallel",
default: false,
},