Spaces:
Runtime error
Runtime error
With TeaCache
Browse files
app.py
CHANGED
|
@@ -1687,6 +1687,30 @@ with block:
|
|
| 1687 |
16, # mp4_crf
|
| 1688 |
30 # fps_number
|
| 1689 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1690 |
],
|
| 1691 |
run_on_click = True,
|
| 1692 |
fn = process,
|
|
|
|
| 1687 |
16, # mp4_crf
|
| 1688 |
30 # fps_number
|
| 1689 |
],
|
| 1690 |
+
[
|
| 1691 |
+
"./img_examples/Example2.webp", # input_image
|
| 1692 |
+
None, # end_image
|
| 1693 |
+
0, # image_position
|
| 1694 |
+
"A man on the left and a woman on the right face each other ready to start a conversation, large space between the persons, full view, full-length view, 3D, pixar, 3D render, CGI. The man talks and the woman listens; A man on the left and a woman on the right face each other ready to start a conversation, large space between the persons, full view, full-length view, 3D, pixar, 3D render, CGI. The woman talks, the man stops talking and the man listens; A man on the left and a woman on the right face each other ready to start a conversation, large space between the persons, full view, full-length view, 3D, pixar, 3D render, CGI. The woman talks and the man listens",
|
| 1695 |
+
"start_end", # generation_mode
|
| 1696 |
+
"Missing arm, long hand, unrealistic position, impossible contortion, visible bone, muscle contraction, poorly framed, blurred, blurry, over-smooth", # n_prompt
|
| 1697 |
+
True, # randomize_seed
|
| 1698 |
+
42, # seed
|
| 1699 |
+
True, # auto_allocation
|
| 1700 |
+
180, # allocation_time
|
| 1701 |
+
672, # resolution
|
| 1702 |
+
1, # total_second_length
|
| 1703 |
+
9, # latent_window_size
|
| 1704 |
+
30, # steps
|
| 1705 |
+
1.0, # cfg
|
| 1706 |
+
10.0, # gs
|
| 1707 |
+
0.0, # rs
|
| 1708 |
+
6, # gpu_memory_preservation
|
| 1709 |
+
False, # enable_preview
|
| 1710 |
+
True, # use_teacache
|
| 1711 |
+
16, # mp4_crf
|
| 1712 |
+
30 # fps_number
|
| 1713 |
+
],
|
| 1714 |
],
|
| 1715 |
run_on_click = True,
|
| 1716 |
fn = process,
|