rahul7star commited on
Commit
8c137f7
Β·
verified Β·
1 Parent(s): 0acc480

with lora add

Browse files
Files changed (1) hide show
  1. app_quant_latent.py +1 -1
app_quant_latent.py CHANGED
@@ -456,7 +456,7 @@ try:
456
  # pipe.unload_lora_weights()
457
  pipe.to("cuda")
458
  log("βœ… Pipeline built successfully.")
459
-
460
  except Exception as e:
461
  log(f"❌ Pipeline build failed: {e}")
462
  pipe = None
 
456
  # pipe.unload_lora_weights()
457
  pipe.to("cuda")
458
  log("βœ… Pipeline built successfully.")
459
+ LOGS.append(log)
460
  except Exception as e:
461
  log(f"❌ Pipeline build failed: {e}")
462
  pipe = None