mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-25 23:31:29 +00:00
打印输出问题,print problem #225
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wlz987 on GitHub (Aug 9, 2022).
这个
Tile 1/9
Tile 2/9
怎么关掉啊
how to cancel
Tile 1/9
Tile 2/9
that be printed in screen
@aylitat commented on GitHub (Oct 25, 2023):
我也想知道。。。。
@ghost commented on GitHub (Apr 30, 2024):
That message is not from this repository, this is from the library
realesrganhttps://github.com/xinntao/Real-ESRGAN/blob/a4abfb2979a7bbff3f69f58f58ae324608821e27/realesrgan/utils.py#L119
You can find the code below from this link
You need to remove that print line from the realesrgan code.
So, find the location where the realesrgan code is (Ex, import realesrgan; realesrgan.ROOT_DIR)
Go to the location, find the util.py file and remove the print line
Have a nice day :)