manbeast3b commited on
Commit
471b188
·
verified ·
1 Parent(s): be32132

Update src/pipeline.py

Browse files
Files changed (1) hide show
  1. src/pipeline.py +2 -2
src/pipeline.py CHANGED
@@ -46,8 +46,8 @@ def _load_text_encoder_model():
46
  def _load_vae_model():
47
  """Load the variational autoencoder (VAE) model with specified configuration."""
48
  return AutoencoderTiny.from_pretrained(
49
- "RobertML/FLUX.1-schnell-vae_e3m2",
50
- revision="da0d2cd7815792fb40d084dbd8ed32b63f153d8d",
51
  torch_dtype=Config.DTYPE
52
  )
53
 
 
46
  def _load_vae_model():
47
  """Load the variational autoencoder (VAE) model with specified configuration."""
48
  return AutoencoderTiny.from_pretrained(
49
+ "manbeast3b/FLUX.1-schnell-taef1-float8",
50
+ revision="7c538d53ec698509788ed88b1305c6bb019bdb4d",
51
  torch_dtype=Config.DTYPE
52
  )
53