CodeFormer
CodeFormer copied to clipboard
AttributeError: 'Namespace' object has no attribute 'w'
Maybe this is where you are wrong. Line 80 of inference_codeformer.py w = args.w ↓↓ w = args.fidelity_weight
Fixed it! Thanks.