Upload folder using huggingface_hub
Browse files- src/pipeline.py +1 -1
src/pipeline.py
CHANGED
@@ -39,7 +39,7 @@ def load_pipeline() -> Pipeline:
|
|
39 |
|
40 |
pipeline.vae.to(memory_format=torch.channels_last)
|
41 |
# quantize_(pipeline.vae, int8_weight_only())
|
42 |
-
pipeline.vae.compile()
|
43 |
pipeline.to("cuda")
|
44 |
for _ in range(2):
|
45 |
pipeline("cat", num_inference_steps=4)
|
|
|
39 |
|
40 |
pipeline.vae.to(memory_format=torch.channels_last)
|
41 |
# quantize_(pipeline.vae, int8_weight_only())
|
42 |
+
# pipeline.vae.compile()
|
43 |
pipeline.to("cuda")
|
44 |
for _ in range(2):
|
45 |
pipeline("cat", num_inference_steps=4)
|