You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-4Lines changed: 60 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,72 @@ It uses a deep learning–based denoising model designed to preserve fine image
31
31
32
32
---
33
33
34
-
## Installation
34
+
## Installation
35
+
36
+
### Build from source from git (linux):
37
+
38
+
Clone the repository, enter the RawRefinery directory and install locally with pip. I recommend setting up a python 3.11 virtual environment, conda environment, or the equivalent.
0 commit comments