Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -24,15 +24,6 @@ translations = {
|
|
24 |
"negative_prompt": "Negative Prompt",
|
25 |
"seed": "Seed",
|
26 |
"video_length": "Video Length (max 5 seconds)",
|
27 |
-
"latent_window": "Latent Window Size",
|
28 |
-
"steps": "Inference Steps",
|
29 |
-
"steps_info": "Changing this value is not recommended.",
|
30 |
-
"cfg_scale": "CFG Scale",
|
31 |
-
"distilled_cfg": "Distilled CFG Scale",
|
32 |
-
"distilled_cfg_info": "Changing this value is not recommended.",
|
33 |
-
"cfg_rescale": "CFG Rescale",
|
34 |
-
"gpu_memory": "GPU Memory Preservation (GB) (larger means slower)",
|
35 |
-
"gpu_memory_info": "Set this to a larger value if you encounter OOM errors. Larger values cause slower speed.",
|
36 |
"next_latents": "Next Latents",
|
37 |
"generated_video": "Generated Video",
|
38 |
"sampling_note": "Note: Due to reversed sampling, ending actions will be generated before starting actions. If the starting action is not in the video, please wait, it will be generated later.",
|
@@ -56,13 +47,6 @@ translations = {
|
|
56 |
"negative_prompt": "ネガティブプロンプト",
|
57 |
"seed": "シード値",
|
58 |
"video_length": "動画の長さ(最大5秒)",
|
59 |
-
"latent_window": "潜在窓サイズ",
|
60 |
-
"steps": "推論ステップ数",
|
61 |
-
"steps_info": "この値の変更は推奨されません。",
|
62 |
-
"cfg_scale": "CFGスケール",
|
63 |
-
"distilled_cfg": "蒸留CFGスケール",
|
64 |
-
"distilled_cfg_info": "この値の変更は推奨されません。",
|
65 |
-
"cfg_rescale": "CFGリスケール",
|
66 |
"gpu_memory": "GPU推論保存メモリ(GB)(値が大きいほど処理が遅くなります)",
|
67 |
"gpu_memory_info": "OOMエラーが発生した場合は、この値を大きくしてください。値が大きいほど処理が遅くなります。",
|
68 |
"next_latents": "次の潜在変数",
|
@@ -1372,16 +1356,6 @@ with block:
|
|
1372 |
"teacache_info": "Faster speed, but may result in slightly worse finger and hand generation.",
|
1373 |
"negative_prompt": "Negative Prompt",
|
1374 |
"seed": "Seed",
|
1375 |
-
"video_length": "Video Length (max 5 seconds)",
|
1376 |
-
"latent_window": "Latent Window Size",
|
1377 |
-
"steps": "Inference Steps",
|
1378 |
-
"steps_info": "Changing this value is not recommended.",
|
1379 |
-
"cfg_scale": "CFG Scale",
|
1380 |
-
"distilled_cfg": "Distilled CFG Scale",
|
1381 |
-
"distilled_cfg_info": "Changing this value is not recommended.",
|
1382 |
-
"cfg_rescale": "CFG Rescale",
|
1383 |
-
"gpu_memory": "GPU Memory Preservation (GB) (larger means slower)",
|
1384 |
-
"gpu_memory_info": "Set this to a larger value if you encounter OOM errors. Larger values cause slower speed.",
|
1385 |
"next_latents": "Next Latents",
|
1386 |
"generated_video": "Generated Video",
|
1387 |
"sampling_note": "Note: Due to reversed sampling, ending actions will be generated before starting actions. If the starting action is not in the video, please wait, it will be generated later.",
|
@@ -1405,15 +1379,6 @@ with block:
|
|
1405 |
"negative_prompt": "ネガティブプロンプト",
|
1406 |
"seed": "シード値",
|
1407 |
"video_length": "動画の長さ(最大5秒)",
|
1408 |
-
"latent_window": "潜在窓サイズ",
|
1409 |
-
"steps": "推論ステップ数",
|
1410 |
-
"steps_info": "この値の変更は推奨されません。",
|
1411 |
-
"cfg_scale": "CFGスケール",
|
1412 |
-
"distilled_cfg": "蒸留CFGスケール",
|
1413 |
-
"distilled_cfg_info": "この値の変更は推奨されません。",
|
1414 |
-
"cfg_rescale": "CFGリスケール",
|
1415 |
-
"gpu_memory": "GPU推論保存メモリ(GB)(値が大きいほど処理が遅くなります)",
|
1416 |
-
"gpu_memory_info": "OOMエラーが発生した場合は、この値を大きくしてください。値が大きいほど処理が遅くなります。",
|
1417 |
"next_latents": "次の潜在変数",
|
1418 |
"generated_video": "生成された動画",
|
1419 |
"sampling_note": "注意:逆順サンプリングのため、終了動作が開始動作より先に生成されます。開始動作が動画に表示されていない場合は、しばらくお待ちください。後で生成されます。",
|
|
|
24 |
"negative_prompt": "Negative Prompt",
|
25 |
"seed": "Seed",
|
26 |
"video_length": "Video Length (max 5 seconds)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
"next_latents": "Next Latents",
|
28 |
"generated_video": "Generated Video",
|
29 |
"sampling_note": "Note: Due to reversed sampling, ending actions will be generated before starting actions. If the starting action is not in the video, please wait, it will be generated later.",
|
|
|
47 |
"negative_prompt": "ネガティブプロンプト",
|
48 |
"seed": "シード値",
|
49 |
"video_length": "動画の長さ(最大5秒)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
"gpu_memory": "GPU推論保存メモリ(GB)(値が大きいほど処理が遅くなります)",
|
51 |
"gpu_memory_info": "OOMエラーが発生した場合は、この値を大きくしてください。値が大きいほど処理が遅くなります。",
|
52 |
"next_latents": "次の潜在変数",
|
|
|
1356 |
"teacache_info": "Faster speed, but may result in slightly worse finger and hand generation.",
|
1357 |
"negative_prompt": "Negative Prompt",
|
1358 |
"seed": "Seed",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1359 |
"next_latents": "Next Latents",
|
1360 |
"generated_video": "Generated Video",
|
1361 |
"sampling_note": "Note: Due to reversed sampling, ending actions will be generated before starting actions. If the starting action is not in the video, please wait, it will be generated later.",
|
|
|
1379 |
"negative_prompt": "ネガティブプロンプト",
|
1380 |
"seed": "シード値",
|
1381 |
"video_length": "動画の長さ(最大5秒)",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1382 |
"next_latents": "次の潜在変数",
|
1383 |
"generated_video": "生成された動画",
|
1384 |
"sampling_note": "注意:逆順サンプリングのため、終了動作が開始動作より先に生成されます。開始動作が動画に表示されていない場合は、しばらくお待ちください。後で生成されます。",
|