Spaces:
Paused
Paused
with lora add
Browse files- 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
|