Hi, I noticed that the `AutoencoderKL` has a method of `encode()`, which requires a input tensor of the image. For flux, should this input image tensor be normalized? If so, what is the mean/std of this?
Hi,
I noticed that the
AutoencoderKLhas a method ofencode(), which requires a input tensor of the image.For flux, should this input image tensor be normalized? If so, what is the mean/std of this?