warmshao / FasterLivePortrait

Bring portraits to life in Real Time!onnx/tensorrt support!实时肖像驱动!
455 stars 42 forks source link

How to increase maximum resolution #39

Closed Echolink50 closed 1 month ago

Echolink50 commented 1 month ago

1280x1280 is the largest video I can make no matter how large the image is. Is there a file I can edit and adjust the maximum output resolution? Thanks

LuckyNES commented 1 month ago

imo you can try an AI upscaler

Echolink50 commented 1 month ago

Thanks. I have used that also, but I am wondering what has the resolution maximum set to 1280x1280

warmshao commented 1 month ago

change the source_max_dim param in trt_infer.yaml

Echolink50 commented 1 month ago

change the source_max_dim param in trt_infer.yaml

Thanks