Baseline
Browse files- src/pipeline.py +1 -1
src/pipeline.py
CHANGED
@@ -51,7 +51,7 @@ def load_pipeline() -> Pipeline:
|
|
51 |
|
52 |
pipeline.transformer.to(memory_format=torch.channels_last)
|
53 |
# pipeline.vae.to(memory_format=torch.channels_last)
|
54 |
-
quantize_(pipeline.vae, int8_weight_only())
|
55 |
# pipeline.vae = torch.compile(pipeline.vae, mode="max-autotune")
|
56 |
pipeline.to("cuda")
|
57 |
|
|
|
51 |
|
52 |
pipeline.transformer.to(memory_format=torch.channels_last)
|
53 |
# pipeline.vae.to(memory_format=torch.channels_last)
|
54 |
+
# quantize_(pipeline.vae, int8_weight_only())
|
55 |
# pipeline.vae = torch.compile(pipeline.vae, mode="max-autotune")
|
56 |
pipeline.to("cuda")
|
57 |
|