Mistake
Browse files
app.py
CHANGED
|
@@ -537,7 +537,7 @@ def process(input_image, prompt,
|
|
| 537 |
use_teacache=False,
|
| 538 |
mp4_crf=16
|
| 539 |
):
|
| 540 |
-
global stream
|
| 541 |
|
| 542 |
if torch.cuda.device_count() == 0:
|
| 543 |
gr.Warning('Set this space to GPU config to make it work.')
|
|
@@ -1167,7 +1167,7 @@ with block:
|
|
| 1167 |
True, # randomize_seed
|
| 1168 |
42, # seed
|
| 1169 |
1, # batch
|
| 1170 |
-
|
| 1171 |
1, # total_second_length
|
| 1172 |
9, # latent_window_size
|
| 1173 |
35, # steps
|
|
@@ -1199,7 +1199,7 @@ with block:
|
|
| 1199 |
"Missing arm, unrealistic position, impossible contortion, blurred, blurry", # n_prompt
|
| 1200 |
True, # randomize_seed
|
| 1201 |
42, # seed
|
| 1202 |
-
|
| 1203 |
1, # total_second_length
|
| 1204 |
9, # latent_window_size
|
| 1205 |
25, # steps
|
|
@@ -1228,7 +1228,7 @@ with block:
|
|
| 1228 |
True, # randomize_seed
|
| 1229 |
42, # seed
|
| 1230 |
1, # batch
|
| 1231 |
-
|
| 1232 |
1, # total_second_length
|
| 1233 |
9, # latent_window_size
|
| 1234 |
25, # steps
|
|
|
|
| 537 |
use_teacache=False,
|
| 538 |
mp4_crf=16
|
| 539 |
):
|
| 540 |
+
global stream
|
| 541 |
|
| 542 |
if torch.cuda.device_count() == 0:
|
| 543 |
gr.Warning('Set this space to GPU config to make it work.')
|
|
|
|
| 1167 |
True, # randomize_seed
|
| 1168 |
42, # seed
|
| 1169 |
1, # batch
|
| 1170 |
+
640, # resolution
|
| 1171 |
1, # total_second_length
|
| 1172 |
9, # latent_window_size
|
| 1173 |
35, # steps
|
|
|
|
| 1199 |
"Missing arm, unrealistic position, impossible contortion, blurred, blurry", # n_prompt
|
| 1200 |
True, # randomize_seed
|
| 1201 |
42, # seed
|
| 1202 |
+
640, # resolution
|
| 1203 |
1, # total_second_length
|
| 1204 |
9, # latent_window_size
|
| 1205 |
25, # steps
|
|
|
|
| 1228 |
True, # randomize_seed
|
| 1229 |
42, # seed
|
| 1230 |
1, # batch
|
| 1231 |
+
640, # resolution
|
| 1232 |
1, # total_second_length
|
| 1233 |
9, # latent_window_size
|
| 1234 |
25, # steps
|