Files
Vladimir Mandic 85ccfe2313 pages branch
Signed-off-by: Vladimir Mandic <mandic00@live.com>
2026-05-27 13:24:06 +02:00

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 %}