Upload src/pipeline.py with huggingface_hub
Browse files- src/pipeline.py +0 -1
src/pipeline.py
CHANGED
@@ -52,7 +52,6 @@ def load_pipeline() -> Pipeline:
|
|
52 |
# pipeline.vae.to(memory_format=torch.channels_last)
|
53 |
|
54 |
quantize_(pipeline.vae, int8_weight_only())
|
55 |
-
pipeline.vae = torch.compile(pipeline.vae, fullgraph=True, backend="tensorrt")
|
56 |
|
57 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|
58 |
with torch.inference_mode():
|
|
|
52 |
# pipeline.vae.to(memory_format=torch.channels_last)
|
53 |
|
54 |
quantize_(pipeline.vae, int8_weight_only())
|
|
|
55 |
|
56 |
PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
|
57 |
with torch.inference_mode():
|