mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
85ccfe2313
Signed-off-by: Vladimir Mandic <mandic00@live.com>
948 B
948 B
layout, title, permalink, description
| layout | title | permalink | description |
|---|---|---|---|
| default | SD.Next | / | SD.Next is a powerful, open-source WebUI app for AI image and video generation, built on Stable Diffusion and supporting dozens of advanced models. |
{% assign hero_section = site.data.readme_sections | where: "slug", "hero" | first %}
{% if hero_section %}
{% include readme/{{ hero_section.slug }}.html %}
{% endif %}
{% for section in site.data.readme_sections %}
{% unless section.slug == "hero" %}
{% include readme/{{ section.slug }}.html %}
{% endunless %}
{% endfor %}