Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Hillobar authored Dec 25, 2023
1 parent 3becbbf commit 58a82fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rope/Coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def load_GPEN_256_model():
return session

def load_GFPGAN_model():
session = onnxruntime.InferenceSession( "./models/GPEN-BFR-512.onnx", providers=["CUDAExecutionProvider", 'CPUExecutionProvider'])
session = onnxruntime.InferenceSession( "./models/GFPGANv1.4.onnx", providers=["CUDAExecutionProvider", 'CPUExecutionProvider'])
return session

def load_codeformer_model():
Expand Down

0 comments on commit 58a82fd

Please sign in to comment.