sczhou / CodeFormer

[NeurIPS 2022] Towards Robust Blind Face Restoration with Codebook Lookup Transformer
Other
15.78k stars 3.32k forks source link

What are the parameters for upscale images? #341

Open NameGTHuB opened 9 months ago

NameGTHuB commented 9 months ago

What are the parameters for upscale images? Like demonstrated on replicate.

NameGTHuB commented 9 months ago

123

hongdthaui commented 9 months ago

Hi, you can use -s or --upscale param, example : python inference_codeformer.py -w 0.7 -s 2 --input_path [image folder]|[image path]

NameGTHuB commented 9 months ago

Hi, you can use -s or --upscale param, example : python inference_codeformer.py -w 0.7 -s 2 --input_path [image folder]|[image path]

Thank you very much, I didn't notice it at all.