Spaces:
Runtime error
Runtime error
LeoXing1996
commited on
Commit
·
280b08b
1
Parent(s):
8c8ab6c
add assests
Browse files- app-huggingface.py +4 -0
app-huggingface.py
CHANGED
@@ -412,6 +412,7 @@ def ui():
|
|
412 |
default_motion,
|
413 |
default_prompt1,
|
414 |
default_n_prompt,
|
|
|
415 |
default_cfg ,
|
416 |
default_seed,
|
417 |
default_ip_adapter_scale,
|
@@ -426,6 +427,7 @@ def ui():
|
|
426 |
default_motion,
|
427 |
default_prompt2,
|
428 |
default_n_prompt,
|
|
|
429 |
default_cfg ,
|
430 |
default_seed,
|
431 |
default_ip_adapter_scale,
|
@@ -440,6 +442,7 @@ def ui():
|
|
440 |
default_motion,
|
441 |
default_prompt3,
|
442 |
default_n_prompt,
|
|
|
443 |
default_cfg ,
|
444 |
default_seed,
|
445 |
default_ip_adapter_scale,
|
@@ -454,6 +457,7 @@ def ui():
|
|
454 |
default_motion,
|
455 |
default_prompt4,
|
456 |
default_n_prompt,
|
|
|
457 |
default_cfg ,
|
458 |
default_seed,
|
459 |
default_ip_adapter_scale,
|
|
|
412 |
default_motion,
|
413 |
default_prompt1,
|
414 |
default_n_prompt,
|
415 |
+
sample_step_slider,
|
416 |
default_cfg ,
|
417 |
default_seed,
|
418 |
default_ip_adapter_scale,
|
|
|
427 |
default_motion,
|
428 |
default_prompt2,
|
429 |
default_n_prompt,
|
430 |
+
sample_step_slider,
|
431 |
default_cfg ,
|
432 |
default_seed,
|
433 |
default_ip_adapter_scale,
|
|
|
442 |
default_motion,
|
443 |
default_prompt3,
|
444 |
default_n_prompt,
|
445 |
+
sample_step_slider,
|
446 |
default_cfg ,
|
447 |
default_seed,
|
448 |
default_ip_adapter_scale,
|
|
|
457 |
default_motion,
|
458 |
default_prompt4,
|
459 |
default_n_prompt,
|
460 |
+
sample_step_slider,
|
461 |
default_cfg ,
|
462 |
default_seed,
|
463 |
default_ip_adapter_scale,
|