mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-02-18 04:42:13 -05:00
add option to show intermediate latent space
This commit is contained in:
@@ -901,6 +901,9 @@ class Generate:
|
||||
def sample_to_image(self, samples):
|
||||
return self._make_base().sample_to_image(samples)
|
||||
|
||||
def sample_to_lowres_estimated_image(self, samples):
|
||||
return self._make_base().sample_to_lowres_estimated_image(samples)
|
||||
|
||||
# very repetitive code - can this be simplified? The KSampler names are
|
||||
# consistent, at least
|
||||
def _set_sampler(self):
|
||||
|
||||
Reference in New Issue
Block a user