Closed Justin62628 closed 1 year ago
mem = psutil.virtual_memory() # since the speed of producer (model inference) is faster than the consumer (I/O) # if there is a risk of OOM, just sleep to let the consumer work if mem.percent > 80.0: time.sleep(30)
https://github.com/TencentARC/AnimeSR
SVFI 3.25.2-alpha
https://github.com/TencentARC/AnimeSR