Spaces:
Runtime error
Runtime error
Last frame works!
Browse files
app.py
CHANGED
|
@@ -1345,7 +1345,7 @@ with block:
|
|
| 1345 |
examples = [
|
| 1346 |
[
|
| 1347 |
"./img_examples/Example2.webp", # input_image
|
| 1348 |
-
|
| 1349 |
"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 and the man listens",
|
| 1350 |
"image", # generation_mode
|
| 1351 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
|
@@ -1380,12 +1380,12 @@ with block:
|
|
| 1380 |
0.0, # rs
|
| 1381 |
6, # gpu_memory_preservation
|
| 1382 |
False, # enable_preview
|
| 1383 |
-
|
| 1384 |
16 # mp4_crf
|
| 1385 |
],
|
| 1386 |
[
|
| 1387 |
"./img_examples/Example3.jpg", # input_image
|
| 1388 |
-
|
| 1389 |
"A boy is walking to the right, full view, full-length view, cartoon",
|
| 1390 |
"image", # generation_mode
|
| 1391 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
|
@@ -1400,7 +1400,7 @@ with block:
|
|
| 1400 |
0.0, # rs
|
| 1401 |
6, # gpu_memory_preservation
|
| 1402 |
False, # enable_preview
|
| 1403 |
-
|
| 1404 |
16 # mp4_crf
|
| 1405 |
],
|
| 1406 |
],
|
|
|
|
| 1345 |
examples = [
|
| 1346 |
[
|
| 1347 |
"./img_examples/Example2.webp", # input_image
|
| 1348 |
+
0, # image_position
|
| 1349 |
"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 and the man listens",
|
| 1350 |
"image", # generation_mode
|
| 1351 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
|
|
|
| 1380 |
0.0, # rs
|
| 1381 |
6, # gpu_memory_preservation
|
| 1382 |
False, # enable_preview
|
| 1383 |
+
True, # use_teacache
|
| 1384 |
16 # mp4_crf
|
| 1385 |
],
|
| 1386 |
[
|
| 1387 |
"./img_examples/Example3.jpg", # input_image
|
| 1388 |
+
100, # image_position
|
| 1389 |
"A boy is walking to the right, full view, full-length view, cartoon",
|
| 1390 |
"image", # generation_mode
|
| 1391 |
"Missing arm, unrealistic position, impossible contortion, visible bone, muscle contraction, blurred, blurry", # n_prompt
|
|
|
|
| 1400 |
0.0, # rs
|
| 1401 |
6, # gpu_memory_preservation
|
| 1402 |
False, # enable_preview
|
| 1403 |
+
False, # use_teacache
|
| 1404 |
16 # mp4_crf
|
| 1405 |
],
|
| 1406 |
],
|