eeuuia commited on
Commit
4c4c353
·
verified ·
1 Parent(s): 502d5a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ transformer.enable_layerwise_casting(
106
  print("Montando a LTXConditionPipeline...")
107
  pipeline = LTXConditionPipeline(
108
  vae=vae, text_encoder=text_encoder, tokenizer=tokenizer,
109
- scheduler=scheduler, transformer=transformer, cache_dir=CACHE_DIR
110
  )
111
  pipeline.to(device)
112
  pipeline.vae.enable_tiling()
 
106
  print("Montando a LTXConditionPipeline...")
107
  pipeline = LTXConditionPipeline(
108
  vae=vae, text_encoder=text_encoder, tokenizer=tokenizer,
109
+ scheduler=scheduler, transformer=transformer,
110
  )
111
  pipeline.to(device)
112
  pipeline.vae.enable_tiling()