Update src/pipeline.py
Browse files- 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 |
-
"
|
50 |
-
revision="
|
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 |
|