pretrained model #10265
Unanswered
miaomiaomiao66
asked this question in
Q&A
pretrained model
#10265
Replies: 1 comment
-
hi @miaomiaomiao66 , Is this helpful? from diffusers import AutoencoderKL
vae = AutoencoderKL.from_pretrained("CompVis/ldm-text2im-large-256", subfolder="vqvae") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use latent diffusion for image generation task, a pretrained model autoencoderKL is required, how can I find the checkpoint file?
Beta Was this translation helpful? Give feedback.
All reactions