Spaces:
Sleeping
Sleeping
FramePack LoRA only
Browse files
app.py
CHANGED
|
@@ -1227,7 +1227,7 @@ def refresh_prompt():
|
|
| 1227 |
return ";".join(array)
|
| 1228 |
|
| 1229 |
title_html = """
|
| 1230 |
-
<h1><center>FramePack</center></h1>
|
| 1231 |
<big><center>Generate videos from text/image/video freely, without account, without watermark and download it</center></big>
|
| 1232 |
<br/>
|
| 1233 |
|
|
@@ -1341,7 +1341,7 @@ with block:
|
|
| 1341 |
allocation_time = gr.Slider(label="GPU allocation time (in seconds)", info='lower=May abort run, higher=Quota penalty for next runs; only useful for ZeroGPU; for instance set to 88 when you have the message "You have exceeded your GPU quota (180s requested vs. 89s left)."', value=180, minimum=60, maximum=320, step=1)
|
| 1342 |
|
| 1343 |
with gr.Group():
|
| 1344 |
-
lora_file = gr.File(label="LoRA File", file_count="single", type="filepath")
|
| 1345 |
lora_multiplier = gr.Slider(label="LoRA Multiplier", minimum=0.0, maximum=1.0, value=0.8, step=0.1)
|
| 1346 |
fp8_optimization = gr.Checkbox(label="FP8 Optimization", value=False)
|
| 1347 |
|
|
|
|
| 1227 |
return ";".join(array)
|
| 1228 |
|
| 1229 |
title_html = """
|
| 1230 |
+
<h1><center>FramePack with FramePack LoRAs</center></h1>
|
| 1231 |
<big><center>Generate videos from text/image/video freely, without account, without watermark and download it</center></big>
|
| 1232 |
<br/>
|
| 1233 |
|
|
|
|
| 1341 |
allocation_time = gr.Slider(label="GPU allocation time (in seconds)", info='lower=May abort run, higher=Quota penalty for next runs; only useful for ZeroGPU; for instance set to 88 when you have the message "You have exceeded your GPU quota (180s requested vs. 89s left)."', value=180, minimum=60, maximum=320, step=1)
|
| 1342 |
|
| 1343 |
with gr.Group():
|
| 1344 |
+
lora_file = gr.File(label="FramePack LoRA File", file_count="single", type="filepath")
|
| 1345 |
lora_multiplier = gr.Slider(label="LoRA Multiplier", minimum=0.0, maximum=1.0, value=0.8, step=0.1)
|
| 1346 |
fp8_optimization = gr.Checkbox(label="FP8 Optimization", value=False)
|
| 1347 |
|