-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This version vs SD 1.4(CompVis) #7
Comments
@yuhaoliu7456 could you provide more context? I tried myself and the outputs of SD v1.4 Code: vae = AutoencoderKL.from_pretrained(
"CompVis/stable-diffusion-v1-4",
subfolder="vae",
revision="fp16",
torch_dtype=torch.float16,
).to(device)
sample_vae = vae.decode(latent).sample.detach()
sample_consistency = decoder_consistency(latent) |
Can you provide this original image and I can test it by myself? Thanks |
@yuhaoliu7456 Sure, you can upload it from this url: |
Is it possible to load a local VAE encoder instead of pointing to Huggingface? |
@Kallamamran if you have directory with model weights and |
I test two images using SD 1.4 from CompVis and this consistencydecoder, and is seems that no obvious difference between of them. Anyone else found this?
The text was updated successfully, but these errors were encountered: