mirror of
https://github.com/s0md3v/roop.git
synced 2025-12-06 18:08:29 +00:00
fix lint error
This commit is contained in:
parent
d603778f67
commit
60c0436c61
@ -45,6 +45,7 @@ else:
|
||||
ckpt_path = "CodeFormer/weights/CodeFormer/codeformer.pth"
|
||||
checkpoint = torch.load(ckpt_path)["params_ema"]
|
||||
|
||||
|
||||
def get_code_former():
|
||||
global CODE_FORMER
|
||||
with THREAD_LOCK:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user