Muhammad Taqi Raza
commited on
Commit
·
ef3328b
1
Parent(s):
21d8f36
remving arg.upscale
Browse files
inference/cli_demo_camera_i2v_pcd.py
CHANGED
@@ -472,7 +472,5 @@ if __name__ == "__main__":
|
|
472 |
pool_style=args.pool_style,
|
473 |
pipe_cpu_offload=args.enable_model_cpu_offload,
|
474 |
fps=args.fps,
|
475 |
-
upscale=args.upscale,
|
476 |
-
upscale_factor=args.upscale_factor,
|
477 |
refine=args.refine,
|
478 |
)
|
|
|
472 |
pool_style=args.pool_style,
|
473 |
pipe_cpu_offload=args.enable_model_cpu_offload,
|
474 |
fps=args.fps,
|
|
|
|
|
475 |
refine=args.refine,
|
476 |
)
|