ZATOR

Available Now

ZATOR
MAKES
ALL BETTER.

Zator — A specialized programming language for building generative text and image pipelines via KoboldCpp and Stable Diffusion — simple, fast, and flexible.

Download Zator Documentation
Character Generation Zator
def generate_and_publish_story(prompt, domain)
{

    var text = generate_text("Generate story about {prompt}", 10)
    var icon = generate_img("{prompt}", 256, 256)

    var publish = request("{domain}", "GET")
    print("{publish}? Ага!")

    save_txt(text, "stories/{prompt}.txt")
    save_img(icon, "stories/{prompt}.png")
}

var domain
print("Enter domain:")
input(domain)

var theme
print("Enter theme:")
input(theme)

call generate_and_publish_story(theme, domain, test)

print("Story generated and published successfully!")

Minimum boilerplate code — maximum results.

Run →

Why Zator?

Simple Syntax

Write generative scenarios as easily as regular scripts.

🧠

KoboldCpp Integration

Built-in functions for text and image generation via KoboldCpp and Stable Diffusion.

🎨

Image Processing

Color-based cropping (chroma key), scaling, and asset preparation directly within the language.

Documentation

Getting Started

Installation, requirements, and your first Zator script.

Open →

Content Generation

Working with generate_text and generate_img via KoboldCpp.

Open →

File Handling

Saving texts, images, and project organization.

Open →

Downloads & Source

🚀

Interpreter

Latest stable release for Windows environments.

Download .EXE
🧩

VSCode Extension

Syntax highlighting and support for .zator files.

Install Extension
📦

GitHub

Source code, examples, and project documentation.

View Repository

Publications

Habr

A Language for AI Content

A detailed review of the language for creating AI-generated content.

Read
Medium

Simplify AI Pipelines

Building AI content generation workflows with KoboldCpp.

Read
Dev.to

From 30 Lines to 5

How to reduce AI pipeline code by switching to Zator.

Read
Read more →