Skip to content

Commit

Permalink
ArtCNN: Add R16F96 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodes authored Jun 16, 2024
1 parent 77735c2 commit f206fa4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vsscale/onnx.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,11 @@ class C16F64_Chroma(BaseArtCNN):
"""

_model = 5

class R16F96(BaseArtCNN):
"""
The biggest model. Can compete with or outperform Waifu2x Cunet.\n
Also quite a bit slower but is less heavy on vram.
"""

_model = 6

0 comments on commit f206fa4

Please sign in to comment.