The SCHMITT symbol instance parameters are documented in the 'A. Special Functions' section of the LTspice help file. As I have no idea what logic family you are using, I guessed at a hysterisis of 0.4V between input thresholds so set Vh=0.2 which is a bit more than the minimum hysteresis for a 74HC Schmitt input @3.3V Vcc.
Change A1's 'Value' line to: Vt=1.65, Vh={hyst/2} Vhigh=3.3
and add a:
.step param hyst list 0.3 0.82 1.2
if you want to step the hysteresis through the minimum, typical and maximum for a typical 74HC part, or modify the list for whatever logic you are using. You may also want to parametrise Vt and add another .step command for it.
It does have a lot of parts, but hey can all be cheap 'jellybean' ones. Substitute a comparator with an open drain or open collector output, and you could cut it down to one chip, two diodes, two capacitors and six resistors to implement a single stage charge pump and precision Schmitt with its threshold and hysteresis set by the resistors.