You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded a pretrained model from Hugging Face with the intention of using single_inference.py for sampling. However, I noticed a discrepancy between the VAE types: the code in single_inference.py uses AllegroAutoencoderKL3D, while the config.json of the model specifies AutoencoderKLAllegro. How should I resolve this inconsistency?
The text was updated successfully, but these errors were encountered:
I downloaded a pretrained model from Hugging Face with the intention of using single_inference.py for sampling. However, I noticed a discrepancy between the VAE types: the code in single_inference.py uses AllegroAutoencoderKL3D, while the config.json of the model specifies AutoencoderKLAllegro. How should I resolve this inconsistency?
The text was updated successfully, but these errors were encountered: