Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ pipe.set_adapters(["lightx2v"], adapter_weights=[1.])
|
|
52 |
pipe.fuse_lora(adapter_names=["lightx2v"], lora_scale=1., components=["transformer"])
|
53 |
pipe.unload_lora_weights()
|
54 |
|
55 |
-
optimize_pipeline_(pipe, image=Image.new("RGB", (1024, 1024)), prompt='prompt')
|
56 |
|
57 |
# --- UI Constants and Helpers ---
|
58 |
MAX_SEED = np.iinfo(np.int32).max
|
|
|
52 |
pipe.fuse_lora(adapter_names=["lightx2v"], lora_scale=1., components=["transformer"])
|
53 |
pipe.unload_lora_weights()
|
54 |
|
55 |
+
# optimize_pipeline_(pipe, image=Image.new("RGB", (1024, 1024)), prompt='prompt')
|
56 |
|
57 |
# --- UI Constants and Helpers ---
|
58 |
MAX_SEED = np.iinfo(np.int32).max
|