video tab major update

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-03-21 14:53:52 -04:00
parent b2432db88e
commit 46bc0834b1
16 changed files with 163 additions and 516 deletions
+3
View File
@@ -186,6 +186,9 @@ def create_infotext(p: StableDiffusionProcessing, all_prompts=None, all_seeds=No
for k, v in args.copy().items():
if v is None:
del args[k]
if type(v) is float or type(v) is int:
if v <= -1:
del args[k]
if isinstance(v, str):
if len(v) == 0 or v == '0x0':
del args[k]