cleanup todo

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-31 09:55:02 +02:00
parent 4f6575a8bf
commit db4ffcd8ef
9 changed files with 9 additions and 18 deletions
+3 -3
View File
@@ -340,9 +340,9 @@ class UpscalerSeedVR(Upscaler):
images=tensor,
cfg_scale=cfg_scale,
cfg_rescale=cfg_rescale,
steps=steps, # TODO SeedVR steps
batch_size=batch_size, # TODO SeedVR batch size
temporal_overlap=batch_overlap, # TODO SeedVR temporal overlap
steps=steps,
batch_size=batch_size,
temporal_overlap=batch_overlap,
seed=seed,
res_w=width,
device=devices.device,