Kich tran
Browse files- src/pipeline.py +0 -1
src/pipeline.py
CHANGED
@@ -50,7 +50,6 @@ def load_pipeline() -> Pipeline:
|
|
50 |
pipeline.to(memory_format=torch.channels_last)
|
51 |
pipeline.transformer = torch.compile(pipeline.transformer)
|
52 |
quantize_(pipeline.vae, int8_weight_only())
|
53 |
-
pipeline.vae = torch.compile(pipeline.vae)
|
54 |
|
55 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|
56 |
with torch.inference_mode():
|
|
|
50 |
pipeline.to(memory_format=torch.channels_last)
|
51 |
pipeline.transformer = torch.compile(pipeline.transformer)
|
52 |
quantize_(pipeline.vae, int8_weight_only())
|
|
|
53 |
|
54 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|
55 |
with torch.inference_mode():
|