uchuusen
Results
1
comments of
uchuusen
After adding the appropriate entry into model_index.json I was able to get `vae_encoder` to work with: `init_latent_dist = self.vae_encoder(sample=init_image)[0]` But the next bit: `init_latents = init_latent_dist.sample(generator=generator)` fails due to there...