Skip to content

Commit

Permalink
Merge pull request #555 from GooeyAI/upscaler-fix-doc-link
Browse files Browse the repository at this point in the history
fix link in comment to replicate model for gfpgan
  • Loading branch information
nikochiko authored Dec 5, 2024
2 parents c7cbb66 + e79294a commit c4c8511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/upscaler_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def gfpgan(img: str, scale: int = 1) -> bytes:
elif scale != 2:
scale *= 2

# https://replicate.com/nightmareai/real-esrgan/versions/42fed1c4974146d4d2414e2be2c5277c7fcf05fcc3a73abf41610695738c1d7b#output-schema
# https://replicate.com/tencentarc/gfpgan/versions/9283608cc6b7be6b65a8e44983db012355fde4132009bf99d976b2f0896856a3
model = replicate.models.get(UpscalerModels.gfpgan.model_id)
version = model.versions.get(
"9283608cc6b7be6b65a8e44983db012355fde4132009bf99d976b2f0896856a3"
Expand Down

0 comments on commit c4c8511

Please sign in to comment.