hey i thought i told you to get outta here

Former-commit-id: 2b4bbbaa12a08e88c0949fd1349b38a6f0d4af42
This commit is contained in:
tim h 2022-11-24 00:38:57 -06:00
parent 9a21d4f786
commit 5550c7622e
2 changed files with 0 additions and 8 deletions

View file

@ -75,13 +75,6 @@ people, person, humans, human, divers, diver, glitch, error, text, watermark, ba
</div> </div>
<!-- Unsectioned --> <!-- Unsectioned -->
<div id="scaleFactor"></div> <div id="scaleFactor"></div>
<label for="cbxSnap">Snap to grid?</label>
<input
type="checkbox"
id="cbxSnap"
onchange="changeSnapMode()"
checked="checked" />
<br />
<input type="checkbox" id="cbxHRFix" onchange="changeHiResFix()" /> <input type="checkbox" id="cbxHRFix" onchange="changeHiResFix()" />
<label for="cbxHRFix">Auto txt2img HRfix</label> <label for="cbxHRFix">Auto txt2img HRfix</label>
<br /> <br />

View file

@ -120,7 +120,6 @@ function startup() {
getModels(); getModels();
drawBackground(); drawBackground();
changeSampler(); changeSampler();
changeSnapMode();
changeMaskBlur(); changeMaskBlur();
changeSeed(); changeSeed();
changeOverMaskPx(); changeOverMaskPx();