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_EN.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ No separate Python installation is required. Download the [portable package](htt
136
136
137
137
#### Download a portable release
138
138
139
-
Download a CPU, CUDA 13.0, CUDA 12.6, or experimental ROCm 7.2.1 build from [GitHub Releases](https://github.com/hgmzhn/manga-translator-ui/releases), extract it, and run `Win-Start.bat`. RTX 50-series cards must use the build whose filename contains `cuda13.0`; other NVIDIA GPUs may choose `cuda12.6` for compatibility, and drivers supporting CUDA 13.0 or newer can also run the CUDA 12.6 build. Python dependencies and model files are included. The ROCm 7.2.1 build requires a supported AMD GPU and driver 26.2.2. 📖 [Release download notes](https://hgmzhn.github.io/manga-translator-ui/en/install/release-download)
139
+
Download a CPU, CUDA 13.0, CUDA 12.6, or experimental ROCm 7.2.1 build from [GitHub Releases](https://github.com/hgmzhn/manga-translator-ui/releases), extract it, and run `Win-Start.bat`. GeForce 10-series GPUs such as the GTX 1060/1070/1080 must use the compatibility build whose filename contains `cuda12.6`. CUDA 13.0 requires Turing (compute capability 7.5) or newer; RTX 20/30/40/50-series GPUs may use `cuda13.0` when the driver supports CUDA 13.0, and it is recommended for RTX 50-series GPUs. Drivers supporting CUDA 13.0 or newer can also run the CUDA 12.6 build. Python dependencies and model files are included. The ROCm 7.2.1 build requires a supported AMD GPU and driver 26.2.2. 📖 [Release download notes](https://hgmzhn.github.io/manga-translator-ui/en/install/release-download)
Copy file name to clipboardExpand all lines: doc/en/INSTALLATION.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,10 @@ This document provides detailed installation steps, system requirements, first-r
31
31
32
32
-**Memory**: 16 GB RAM or more
33
33
-**GPU**:
34
-
-**NVIDIA GPU**: CUDA 13.0 is the default; CUDA 12.6 is available for compatibility and also runs on drivers supporting CUDA 13.0 or newer
34
+
-**NVIDIA GPU**: GeForce 10-series GPUs must use CUDA 12.6; CUDA 13.0 requires Turing (compute capability 7.5) or newer. Drivers supporting CUDA 13.0 or newer can also run the CUDA 12.6 build
35
35
- Recommended VRAM: 6 GB or more
36
36
- Typical supported class: GTX 1060 and above
37
-
- RTX 50-series cards must download the CUDA 13.0 build.
37
+
- RTX 20/30/40/50-series GPUs may use CUDA 13.0 when the driver supports it; CUDA 13.0 is recommended for RTX 50-series GPUs
38
38
-**AMD GPU**: ROCm support is experimental
39
39
- Supported cards: **RX 7000 / 9000 only**
40
40
- ⚠️ RX 5000 / 6000 should use the CPU build
@@ -72,7 +72,7 @@ Double-click `Win-Install-or-Update.bat` and choose **[1] Install** in the maint
72
72
2.**Force-sync the latest code**: after a successful sync, the maintenance launcher reloads the updated code before continuing
73
73
3.**GPU detection**: automatically detects NVIDIA / AMD / integrated graphics; with multiple GPUs you get a list to pick from
74
74
4.**Choose a PyTorch build**:
75
-
-**NVIDIA**: CUDA 13.0 by default (the `cuda12.6` branch uses CUDA 12.6)
75
+
-**NVIDIA**: selected automatically from the GPU model, compute capability, and driver; GeForce 10-series GPUs are forced to CUDA 12.6, while Turing (compute capability 7.5) or newer uses CUDA 13.0 when supported by the driver
76
76
-**AMD**: ROCm, experimental, **RX 7000 / 9000 series only**
77
77
-**Other / integrated graphics**: CPU build
78
78
5.**Fast batch dependency install with uv**:
@@ -125,10 +125,12 @@ Go to [GitHub Releases](https://github.com/hgmzhn/manga-translator-ui/releases).
125
125
### 2. Choose a build
126
126
127
127
-`manga-translator-cpu-vX.Y.Z.7z.001`: best compatibility; no dedicated GPU required.
128
-
-`manga-translator-cuda13.0-vX.Y.Z.7z.001`: NVIDIA CUDA 13.0; RTX 50-series cards must use this build.
129
-
-`manga-translator-cuda12.6-vX.Y.Z.7z.001`: NVIDIA CUDA 12.6; supports CUDA 12.x systems and also runs on drivers supporting CUDA 13.0 or newer.
128
+
-`manga-translator-cuda13.0-vX.Y.Z.7z.001`: for Turing (compute capability 7.5) or newer NVIDIA GPUs whose driver supports CUDA 13.0; recommended for RTX 50-series GPUs.
129
+
-`manga-translator-cuda12.6-vX.Y.Z.7z.001`: required for GeForce 10-series GPUs and suitable for other NVIDIA GPUs needing compatibility; drivers supporting CUDA 13.0 or newer can run it through backward compatibility.
130
130
-`manga-translator-rocm7.2.1-vX.Y.Z.7z.001`: experimental Radeon ROCm 7.2.1; requires a supported AMD GPU and AMD driver 26.2.2.
131
131
132
+
> CUDA 13.0 no longer supports NVIDIA architectures before Turing. GeForce 10-series GPUs such as the GTX 1060/1070/1080 must use the CUDA 12.6 package and must not download the CUDA 13.0 package.
133
+
132
134
### 3. Extract split volumes
133
135
134
136
Download every `.7z.001`, `.002`, and later volume for the selected build into one directory without renaming them, then extract `.001`. Missing any volume makes extraction fail.
@@ -565,7 +567,7 @@ If you want to fine-tune the result later, open it in `Editor View`.
565
567
566
568
**Try this**
567
569
568
-
1. Confirm the GPU and driver support CUDA 13.0; the CUDA 12.6 build requires CUDA 12.6
570
+
1. Confirm the build matches the GPU: GeForce 10-series GPUs must use CUDA 12.6; CUDA 13.0 requires Turing (compute capability 7.5) or newer plus a driver that supports CUDA 13.0
569
571
2. Update the NVIDIA driver
570
572
3. If the issue is ONNX-specific, open `Settings` -> `General` and enable `Disable ONNX GPU Acceleration`
571
573
4. If the machine is not compatible, switch to the CPU build
Copy file name to clipboardExpand all lines: doc/wiki/en/install/release-download.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,14 @@ Open the latest version on [GitHub Releases](https://github.com/hgmzhn/manga-tra
30
30
| Release filename prefix | Best for | Runtime |
31
31
| --- | --- | --- |
32
32
|`manga-translator-cpu-vX.Y.Z.7z.*`| Any Windows x64 computer; use it without a discrete GPU or when compatibility is uncertain | CPU PyTorch / ONNX Runtime |
33
-
|`manga-translator-cuda13.0-vX.Y.Z.7z.*`| NVIDIA GPUs supporting CUDA 13.0 or newer; RTX 50-series cards must use this build| CUDA 13.0 / PyTorch cu130 |
34
-
|`manga-translator-cuda12.6-vX.Y.Z.7z.*`| NVIDIA GPUs needing the CUDA 12.6 compatibility build; drivers supporting CUDA 13.0 or newer can also run it | CUDA 12.6 / PyTorch cu126 |
33
+
|`manga-translator-cuda13.0-vX.Y.Z.7z.*`|Turing (compute capability 7.5) or newer NVIDIA GPUs whose driver supports CUDA 13.0; recommended for RTX 50-series GPUs| CUDA 13.0 / PyTorch cu130 |
34
+
|`manga-translator-cuda12.6-vX.Y.Z.7z.*`|Required for GeForce 10-series GPUs; also for other NVIDIA GPUs needing the compatibility build. Drivers supporting CUDA 13.0 or newer can run it through backward compatibility| CUDA 12.6 / PyTorch cu126 |
35
35
|`manga-translator-rocm7.2.1-vX.Y.Z.7z.*`| AMD GPUs supported by Windows ROCm | Experimental Radeon ROCm 7.2.1; AMD driver 26.2.2 is required |
36
36
37
37
The ROCm 7.2.1 package works only with supported AMD GPUs. Use the CPU package when uncertain, and never mix volumes from different runtimes.
38
38
39
+
> CUDA 13.0 no longer supports NVIDIA architectures before Turing. The installer explicitly recognizes GeForce 10-series model names and forces CUDA 12.6; it also conservatively falls back to CUDA 12.6 when compute capability cannot be detected.
40
+
39
41
## Download and extract the volumes
40
42
41
43
1. Download **all**`.7z.001`, `.7z.002`, and later volumes for the selected variant into one directory without renaming them.
| NVIDIA GPU | GTX 1060 or newer with 6 GB VRAM; driver must support CUDA 13.0 by default, or CUDA 12.6 for the alternate build| More VRAM is better |
27
-
> RTX 50-series NVIDIA cards must use the NVIDIA GPU package; select the CUDA 13.0 default package or the CUDA 12.6 package only when its driver supports that runtime.
26
+
| NVIDIA GPU | GTX 1060 or newer with 6 GB VRAM; GeForce 10-series GPUs must use CUDA 12.6, while CUDA 13.0 requires Turing (compute capability 7.5) or newer| More VRAM is better |
27
+
> GeForce 10-series GPUs such as the GTX 1060/1070/1080 must use the CUDA 12.6 package even when a newer driver reports CUDA 13 support. RTX 20/30/40/50-series GPUs may use CUDA 13.0 when the driver supports it; CUDA 13.0 is recommended for RTX 50-series GPUs.
28
28
| AMD GPU | RX 7000/9000 series only (RDNA 3/4); ROCm is experimental. Use the CPU build on RX 5000/6000 | — |
29
29
30
30
> Windows AMD users can choose the experimental AMD portable release or install through the maintenance script. Both require a supported GPU, Radeon ROCm 7.2.1, and AMD driver 26.2.2; this remains an experimental Windows path.
0 commit comments