mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 01:04:32 +02:00
85ccfe2313
Signed-off-by: Vladimir Mandic <mandic00@live.com>
36 lines
1.4 KiB
Markdown
36 lines
1.4 KiB
Markdown
---
|
|
layout: default
|
|
title: Documentation
|
|
permalink: /docs/
|
|
description: "SD.Next documentation and guides for setup, hardware support, and advanced usage."
|
|
---
|
|
|
|
<link rel="stylesheet" href="{{ '/assets/site.css' | relative_url }}">
|
|
|
|
<section class="section">
|
|
<div class="section-header">
|
|
<p class="eyebrow">Documentation</p>
|
|
<h1>SD.Next Guides & Resources</h1>
|
|
</div>
|
|
|
|
<p>Explore the documentation hub for installation instructions, platform-specific setup, model support, and advanced workflows.</p>
|
|
|
|
<div class="docs-grid">
|
|
<article class="doc-card">
|
|
<h2>Installation</h2>
|
|
<p>Get started quickly on Windows, Linux, macOS, or with Docker.</p>
|
|
<a class="button tertiary" href="https://vladmandic.github.io/sdnext-docs/Installation/">Read installation guide</a>
|
|
</article>
|
|
<article class="doc-card">
|
|
<h2>Hardware support</h2>
|
|
<p>Learn how SD.Next detects and optimizes nVidia, AMD, Intel, OpenVINO, and Apple platforms.</p>
|
|
<a class="button tertiary" href="https://vladmandic.github.io/sdnext-docs/nVidia/">View platform guides</a>
|
|
</article>
|
|
<article class="doc-card">
|
|
<h2>Model support</h2>
|
|
<p>Browse supported AI models, quantization workflows, and advanced inference options.</p>
|
|
<a class="button tertiary" href="https://vladmandic.github.io/sdnext-docs/Model-Support/">See supported models</a>
|
|
</article>
|
|
</div>
|
|
</section>
|