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
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,12 +17,15 @@ Ethical AI upscaling for games. _(formerly "mender")_
17
17
18
18
## What does it do?
19
19
20
-
It upscales an image by a factor of $4$ (1K → 4K, etc.) with a minimal hit to performance.
21
-
For the renderer implemented in the official example, it produces a $2024\times2024$ image ~12 times faster than targeting $2024\times2024$ directly.
20
+
It upscales an image by a factor of $4$ (1K → 4K, etc.) with a minimal hit to
21
+
performance. For the renderer implemented in the official example, it produces a
22
+
$2024\times2024$ image ~12 times faster than targeting $2024\times2024$
23
+
directly.
22
24
23
25
## Ethical?
24
26
25
-
The dataset that was used to train the upscaling neural network was generated with Blender's Geometry Nodes. **No artist's work was used in the process**.
27
+
The dataset that was used to train the upscaling neural network was generated
28
+
with Blender's Geometry Nodes. **No artist's work was used in the process**.
26
29
27
30
## Roadmap
28
31
@@ -33,7 +36,8 @@ The dataset that was used to train the upscaling neural network was generated wi
Inside of your Astro + Starlight project, you'll see the following folders and files:
18
+
Inside of your Astro + Starlight project, you'll see the following folders and
19
+
files:
19
20
20
21
```
21
22
.
@@ -30,9 +31,11 @@ Inside of your Astro + Starlight project, you'll see the following folders and f
30
31
└── tsconfig.json
31
32
```
32
33
33
-
Starlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory. Each file is exposed as a route based on its file name.
34
+
Starlight looks for `.md` or `.mdx` files in the `src/content/docs/` directory.
35
+
Each file is exposed as a route based on its file name.
34
36
35
-
Images can be added to `src/assets/` and embedded in Markdown with a relative link.
37
+
Images can be added to `src/assets/` and embedded in Markdown with a relative
38
+
link.
36
39
37
40
Static assets, like favicons, can be placed in the `public/` directory.
38
41
@@ -51,4 +54,6 @@ All commands are run from the root of the project, from a terminal:
51
54
52
55
## 👀 Want to learn more?
53
56
54
-
Check out [Starlight’s docs](https://starlight.astro.build/), read [the Astro documentation](https://docs.astro.build), or jump into the [Astro Discord server](https://astro.build/chat).
57
+
Check out [Starlight’s docs](https://starlight.astro.build/), read
58
+
[the Astro documentation](https://docs.astro.build), or jump into the
0 commit comments