jokerbit commited on
Commit
e952ca7
·
verified ·
1 Parent(s): 34e48c1

Get backend - 10

Browse files
Files changed (1) hide show
  1. src/pipeline.py +1 -1
src/pipeline.py CHANGED
@@ -58,7 +58,7 @@ def load_pipeline() -> Pipeline:
58
  pipeline.vae.to(memory_format=torch.channels_last)
59
  pipeline.transformer = torch.compile(pipeline.transformer, mode="max-autotune")
60
  # quantize_(pipeline.vae, int8_weight_only())
61
- pipeline.vae = torch.compile(pipeline.vae, mode="max-autotune")
62
  # pipeline.set_progress_bar_config(disable=True)
63
 
64
  PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'
 
58
  pipeline.vae.to(memory_format=torch.channels_last)
59
  pipeline.transformer = torch.compile(pipeline.transformer, mode="max-autotune")
60
  # quantize_(pipeline.vae, int8_weight_only())
61
+ # pipeline.vae = torch.compile(pipeline.vae, mode="max-autotune")
62
  # pipeline.set_progress_bar_config(disable=True)
63
 
64
  PROMPT = 'semiconformity, peregrination, quip, twineless, emotionless, tawa, depickle'