Replies: 1 comment 5 replies
This is already supported, since #1895 .
By "Full scale", I believe you mean "VAE-decoded"? IMHO, a full "two kinds of previews in parallel" would probably be too complex at the API and command-line levels to be worth it. Some way to specify "full preview each n steps, proj preview otherwise" could be more doable: say, either new "proj+vae" and "proj+tae" modes or a new boolean flag, and repurposing the preview interval to mean "full preview at N, proj otherwise". |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have tried text-2-image several months ago in
koboldcpp(stable-diffusion.cppdownstream) and at the time I thought why not generate images from latent space at every step and be able to stop when quality becomes acceptable (since whole VAE seems to be computationally easier than one Diffusion step). Now kcpp's SD UI have "Fetch generation progress" where images are displayed at every step and it seems not to slow down progress significantly.I propose:
I want to help develop that if help is needed.
TIA
All reactions