Skip to content

Commit

Permalink
Cleaned up GFPGAN code (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
RunDevelopment authored Nov 22, 2023
1 parent e91239f commit 6e29e02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/spandrel/architectures/GFPGAN/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ def load(state_dict: StateDict) -> FaceSRModelDescriptor[GFPGANv1Clean]:
narrow = 1
sft_half = True

input_is_latent = input_is_latent
different_w = different_w
num_style_feat = num_style_feat

model = GFPGANv1Clean(
out_size=out_size,
num_style_feat=num_style_feat,
Expand Down

0 comments on commit 6e29e02

Please sign in to comment.