CodeFormer icon indicating copy to clipboard operation
CodeFormer copied to clipboard

Failed inference for CodeFormer: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling `cublasCreate(handle)`

Open xingguo-Zhang opened this issue 2 years ago • 0 comments

When I run the following code, python inference_codeformer.py -w 0.5 --has_aligned --input_path inputs/cropped_faces

I get the following error, can anyone tell me the possible cause?

Background upsampling: False, Face upsampling: False [1/2] Processing: 0143.png Failed inference for CodeFormer: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle) [2/2] Processing: 0240.png Failed inference for CodeFormer: CUDA error: CUBLAS_STATUS_NOT_INITIALIZED when calling cublasCreate(handle)

xingguo-Zhang avatar Feb 21 '23 01:02 xingguo-Zhang