this vae wont work with image converted to latent

#1
by 3blackbar - opened

I tried to do img2img, you do this by loading pic, then encoding it with VAE, and sending that latent over to sampler....
It wont do it, unlike previous cascade workflows that have VAE built in.
Dont see the point of mutliple ways to run cascade, and various VAEs not working , probably cause someone did empty cascade latent with compression already... not cool
So i had to use vae from stock cascade

What you need is the Effnet Encoder from the original Stable Cascade workflows.
This model follows the original Stable Cascade workflow instead of checkpoint stuff.

You can convert from original Stable Cascade to checkpoint but it only works on ComfyUI and there is no clear way to reverse it. This is why i am not using the checkpoint workflows.

Sign up or log in to comment