updated sdcpp, also set euler as default sampler

This commit is contained in:
Concedo
2024-12-01 17:00:20 +08:00
parent e93c2427b4
commit 2ba5949054
27 changed files with 1514 additions and 521 deletions
+2 -2
View File
@@ -4406,7 +4406,7 @@ Current version indicated by LITEVER below.
img_img2imgstr: 0.6,
img_clipskip: -1,
img_steps: 20,
img_sampler: "Euler a",
img_sampler: "Euler",
img_aspect:0, //0=square,1=portrait,2=landscape,3=bigsquare
save_images: true,
save_remote_images: false,
@@ -19698,8 +19698,8 @@ Current version indicated by LITEVER below.
<div class="inlinelabel">
<div class="justifyleft" style="padding:4px">Sampler: </div>
<select title="Image Sampler" style="padding:1px; font-size:12px; height:20px; width: 100px;" class="form-control" id="img_sampler">
<option value="Euler a">Euler A</option>
<option value="Euler">Euler</option>
<option value="Euler a">Euler A</option>
<option value="Heun">Heun</option>
<option value="DPM2">DPM2</option>
<option value="LCM">LCM</option>