Add less line
Browse files- src/pipeline.py +2 -2
src/pipeline.py
CHANGED
@@ -55,8 +55,8 @@ def load_pipeline() -> Pipeline:
|
|
55 |
|
56 |
pipeline.to(memory_format=torch.channels_last)
|
57 |
pipeline.transformer = torch.compile(pipeline.transformer)
|
58 |
-
quantize_(pipeline.vae, int8_weight_only())
|
59 |
-
pipeline.vae = torch.compile(pipeline.vae)
|
60 |
pipeline.set_progress_bar_config(disable=True)
|
61 |
|
62 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|
|
|
55 |
|
56 |
pipeline.to(memory_format=torch.channels_last)
|
57 |
pipeline.transformer = torch.compile(pipeline.transformer)
|
58 |
+
# quantize_(pipeline.vae, int8_weight_only())
|
59 |
+
# pipeline.vae = torch.compile(pipeline.vae)
|
60 |
pipeline.set_progress_bar_config(disable=True)
|
61 |
|
62 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|