dagloop5 commited on
Commit
9caaee2
·
verified ·
1 Parent(s): bb85c2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ from ltx_pipelines.utils.helpers import (
71
  )
72
  from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
73
  from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
 
74
  from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
75
 
76
  # Force-patch xformers attention into the LTX attention module.
 
71
  )
72
  from ltx_pipelines.utils.media_io import decode_audio_from_file, encode_video
73
  from ltx_core.loader.primitives import LoraPathStrengthAndSDOps
74
+ from ltx_core.loader.sd_ops import SDOps
75
  from ltx_core.loader.sd_ops import LTXV_LORA_COMFY_RENAMING_MAP
76
 
77
  # Force-patch xformers attention into the LTX attention module.