mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 17:25:07 +02:00
updated sdcpp, also set euler as default sampler
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user