eeuuia commited on
Commit
cf51351
·
verified ·
1 Parent(s): 140e6ff

Update api/ltx/ltx_aduc_pipeline.py

Browse files
Files changed (1) hide show
  1. api/ltx/ltx_aduc_pipeline.py +1 -5
api/ltx/ltx_aduc_pipeline.py CHANGED
@@ -170,8 +170,4 @@ class LtxAducPipeline:
170
  return final_latents, used_seed
171
 
172
  # --- INSTÂNCIA SINGLETON DO CLIENTE ---
173
- try:
174
- ltx_aduc_pipeline = LtxAducPipeline()
175
- except Exception as e:
176
- logging.critical("CRITICAL: Failed to initialize the LtxAducPipeline client.", exc_info=True)
177
- ltx_aduc_pipeline = None```
 
170
  return final_latents, used_seed
171
 
172
  # --- INSTÂNCIA SINGLETON DO CLIENTE ---
173
+ ltx_aduc_pipeline = LtxAducPipeline()