mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-04-09 18:49:11 +02:00
TRT styling
This commit is contained in:
parent
9be3297c27
commit
c5249e6144
@ -251,8 +251,9 @@ var PARAMETERS = [
|
|||||||
<b>Early access version:</b> support for LoRA is still under development.
|
<b>Early access version:</b> support for LoRA is still under development.
|
||||||
<div id="trt-build-config" class="displayNone">
|
<div id="trt-build-config" class="displayNone">
|
||||||
<h3>Build Config:</h3>
|
<h3>Build Config:</h3>
|
||||||
Min batch size: <input id="trt-build-min-batch" type="number" min="1" value="1" /><br/>
|
Batch size range:
|
||||||
Max batch size: <input id="trt-build-max-batch" type="number" min="1" value="1" /><br/><br/>
|
<label>Min:</label> <input id="trt-build-min-batch" type="number" min="1" value="1" style="width: 40pt" />
|
||||||
|
<label>Max:</label> <input id="trt-build-max-batch" type="number" min="1" value="1" style="width: 40pt" /><br/><br/>
|
||||||
<b>Build for resolutions</b>:<br/>
|
<b>Build for resolutions</b>:<br/>
|
||||||
<input id="trt-build-res-512" type="checkbox" value="1" /> 512x512 to 768x768<br/>
|
<input id="trt-build-res-512" type="checkbox" value="1" /> 512x512 to 768x768<br/>
|
||||||
<input id="trt-build-res-768" type="checkbox" value="1" checked /> 768x768 to 1024x1024<br/>
|
<input id="trt-build-res-768" type="checkbox" value="1" checked /> 768x768 to 1024x1024<br/>
|
||||||
|
Loading…
Reference in New Issue
Block a user