Spaces:
Running
Running
Fix example
Browse files
app.py
CHANGED
@@ -1646,7 +1646,8 @@ with block:
|
|
1646 |
"./img_examples/Example5.png", # input_image
|
1647 |
"./img_examples/Example6.png", # end_image
|
1648 |
0, # image_position
|
1649 |
-
"A woman jumps out of the train and arrives on the ground, viewed from the outside, photorealistic, realistic, amateur photography, midday, insanely detailed, 8k",
|
|
|
1650 |
"Missing arm, long hand, unrealistic position, impossible contortion, visible bone, muscle contraction, poorly framed, blurred, blurry, over-smooth", # n_prompt
|
1651 |
True, # randomize_seed
|
1652 |
42, # seed
|
@@ -1655,7 +1656,7 @@ with block:
|
|
1655 |
672, # resolution
|
1656 |
1, # total_second_length
|
1657 |
9, # latent_window_size
|
1658 |
-
|
1659 |
1.0, # cfg
|
1660 |
10.0, # gs
|
1661 |
0.0, # rs
|
|
|
1646 |
"./img_examples/Example5.png", # input_image
|
1647 |
"./img_examples/Example6.png", # end_image
|
1648 |
0, # image_position
|
1649 |
+
"A woman jumps out of the train and arrives on the ground, viewed from the outside, photorealistic, realistic, amateur photography, midday, insanely detailed, 8k",
|
1650 |
+
"start_end", # generation_mode
|
1651 |
"Missing arm, long hand, unrealistic position, impossible contortion, visible bone, muscle contraction, poorly framed, blurred, blurry, over-smooth", # n_prompt
|
1652 |
True, # randomize_seed
|
1653 |
42, # seed
|
|
|
1656 |
672, # resolution
|
1657 |
1, # total_second_length
|
1658 |
9, # latent_window_size
|
1659 |
+
25, # steps
|
1660 |
1.0, # cfg
|
1661 |
10.0, # gs
|
1662 |
0.0, # rs
|