mfielding92 commited on
Commit
666d13b
·
verified ·
1 Parent(s): 3ce1bb6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -122,8 +122,8 @@
122
  </div>
123
  <div class="chips" id="chips"></div>
124
  <div class="meta">
125
- <label>tokens <input type="range" id="maxTokens" min="2048" max="8192" step="256" value="8192"><span class="val" id="maxTokensV">2048</span></label>
126
- <label>iterations/block <input type="range" id="maxIters" min="8" max="120" step="8" value="120"><span class="val" id="maxItersV">64</span></label>
127
  <label>anim delay <input type="range" id="delay" min="0" max="0.3" step="0.02" value="0"><span class="val" id="delayV">0.0s</span></label>
128
  <label><input type="checkbox" id="fullDenoise"> run all denoising steps (no early stop)</label>
129
  <label><input type="checkbox" id="warmStart" checked> tweak in place (diffuse from current page, not noise)</label>
 
122
  </div>
123
  <div class="chips" id="chips"></div>
124
  <div class="meta">
125
+ <label>tokens <input type="range" id="maxTokens" min="2048" max="8192" step="256" value="8192"><span class="val" id="maxTokensV">8192</span></label>
126
+ <label>iterations/block <input type="range" id="maxIters" min="8" max="120" step="8" value="120"><span class="val" id="maxItersV">120</span></label>
127
  <label>anim delay <input type="range" id="delay" min="0" max="0.3" step="0.02" value="0"><span class="val" id="delayV">0.0s</span></label>
128
  <label><input type="checkbox" id="fullDenoise"> run all denoising steps (no early stop)</label>
129
  <label><input type="checkbox" id="warmStart" checked> tweak in place (diffuse from current page, not noise)</label>