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
description: 'Download the latest stable version of chaiNNer for Windows, macOS, and Linux. Free, open-source node-based image processing software with batch processing and GPU acceleration.',
272
+
description:
273
+
'Download the latest stable version of chaiNNer for Windows, macOS, and Linux. Free, open-source node-based image processing software with batch processing and GPU acceleration.',
@@ -111,7 +111,7 @@ function Page(pageProps: PageProps) {
111
111
bg="transparent"
112
112
py={20}
113
113
>
114
-
<ContainermaxW="6xl">
114
+
<ContainermaxW="1400px">
115
115
<VStackspacing={16}>
116
116
{/* Introduction */}
117
117
<VStack
@@ -132,9 +132,9 @@ function Page(pageProps: PageProps) {
132
132
lineHeight="1.6"
133
133
>
134
134
A node-based image processing GUI aimed at making chaining image processing tasks easy and customizable. Born as an AI upscaling
135
-
application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application. ChaiNNer gives
136
-
you a level of customization of your image processing workflow that very few others do. Cross-platform for Windows, macOS, and
137
-
Linux.
135
+
application, chaiNNer has grown into an extremely flexible and powerful programmatic image processing application. ChaiNNer
136
+
gives you a level of customization of your image processing workflow that very few others do. Cross-platform for Windows, macOS,
137
+
and Linux.
138
138
</Text>
139
139
</VStack>
140
140
@@ -151,7 +151,7 @@ function Page(pageProps: PageProps) {
151
151
Key Features
152
152
</Heading>
153
153
<SimpleGrid
154
-
columns={{base: 1,md: 2,lg: 3}}
154
+
columns={{base: 1,md: 2,lg: 4}}
155
155
spacing={8}
156
156
w="100%"
157
157
>
@@ -161,12 +161,24 @@ function Page(pageProps: PageProps) {
161
161
description="Build processing pipelines by dragging and connecting nodes in an intuitive visual interface. Full control over your workflow with incredibly complex tasks just by connecting a few nodes together."
162
162
color="brand.500"
163
163
/>
164
+
<FeatureCard
165
+
icon={FaPalette}
166
+
title="Comprehensive Processing"
167
+
description="Full suite of image processing operations including filters, color adjustments, transforms, blending, and effects. Automate any task you can do in traditional image editing software."
168
+
color="pink.400"
169
+
/>
164
170
<FeatureCard
165
171
icon={FaMagic}
166
172
title="AI Upscaling"
167
173
description="Leverage AI models for image upscaling with support for PyTorch, NCNN, ONNX, and TensorRT. Use architectures like ESRGAN, Real-ESRGAN, and many more via Spandrel."
168
174
color="purple.400"
169
175
/>
176
+
<FeatureCard
177
+
icon={FaCheckCircle}
178
+
title="Smart Validation"
179
+
description="Built-in type system, real-time validation, and conditional logic ensure your chains are correct. Catch errors before processing while maintaining flexibility for complex workflows."
description: 'A powerful node-based image processing GUI for batch processing and custom workflows. Features GPU acceleration, visual node editor, and cross-platform support for Windows, macOS, and Linux.',
'A powerful node-based image processing GUI for batch processing and custom workflows. Features GPU acceleration, visual node editor, and cross-platform support for Windows, macOS, and Linux.',
title: 'chaiNNer Nightly Builds - Latest Development Releases',
441
-
description: 'Download the latest nightly builds of chaiNNer with cutting-edge features and improvements. Experimental builds for Windows, macOS, and Linux with the newest image processing capabilities.',
445
+
description:
446
+
'Download the latest nightly builds of chaiNNer with cutting-edge features and improvements. Experimental builds for Windows, macOS, and Linux with the newest image processing capabilities.',
0 commit comments