mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-22 19:01:41 +02:00
updated to fix the formatting to make for a cleaner diff in the pull request
This commit is contained in:
parent
333ea4aa53
commit
58c647d433
@ -100,8 +100,7 @@
|
||||
<div id="editor-settings" class="panel-box settings-box">
|
||||
<h4 class="collapsible">Image Settings</h4>
|
||||
<ul id="editor-settings-entries" class="collapsible-content">
|
||||
<li>
|
||||
<table>
|
||||
<li><table>
|
||||
<tr><b class="settings-subheader">Image Settings</b></tr>
|
||||
<tr class="pl-5"><td><label for="seed">Seed:</label></td><td><input id="seed" name="seed" size="10" value="30000"> <input id="random_seed" name="random_seed" type="checkbox" checked> <label for="random_seed">Random</label></td></tr>
|
||||
<tr class="pl-5"><td><label for="num_outputs_total">Number of Images:</label></td><td><input id="num_outputs_total" name="num_outputs_total" value="1" size="1"> <label><small>(total)</small></label> <input id="num_outputs_parallel" name="num_outputs_parallel" value="1" size="1"> <label for="num_outputs_parallel"><small>(in parallel)</small></label></td></tr>
|
||||
@ -177,8 +176,7 @@
|
||||
<option value="png">png</option>
|
||||
</select>
|
||||
</td></tr>
|
||||
</table>
|
||||
</li>
|
||||
</li></table>
|
||||
|
||||
<br/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user