This is a 2 billion parameter indie model trained on a single GPU. It is
designed for efficient text-to-image generation with a strong focus on
photography, natural scenes, people, objects, and places.
The repository bundles the flow-matching denoiser, text tokenizer with a copy
of the required
SmolLM2-360M weights,
Python package, and Gradio interface. Image decoding uses
data-archetype/dinac_ae_d2
VAE, which is downloaded automatically.
Getting started
Requirements
The release requires:
Python 3.10 to 3.13
PyTorch 2.12 (>=2.12,<2.13) with a compatible CUDA build
an NVIDIA GPU with CUDA and bfloat16 support
8 GB VRAM for 1024 by 1024 generation with the default bfloat16 release
Linux or Windows
Install a CUDA-enabled PyTorch build for your system first. The
PyTorch installation selector
provides the appropriate command.
Download and install
Install the Hugging Face CLI, download the repository, and install the package
from the downloaded directory:
The default release stores most weights in bfloat16. Numerically sensitive
parameters remain in float32.
Start the Gradio interface
Run the application from the downloaded repository:
python app.py --in-browser
app.py loads the weights from its own repository directory and
downloads the latest compatible DINAC-AE-D2 VAE.
The interface appears immediately and reports model loading and pytorch dynamo compilation
progress.
Downloaded PNG files contain the prompt, effective per-image settings, and
numbered model release as JSON metadata.
The server listens on port 7860. To select the bind address explicitly:
The default configuration generates a 1216 by 832 image with seed 42, 50 ABM2
updates, a Beta(0.6, 0.6) schedule, PDG 2.5, and image self-attention gain
-0.03. The selected text backend is compiled during model loading.
See API and inference parameters for configuration examples,
guidance modes, solvers, schedules, output types, and loading options.
The model has more limited knowledge than larger models. Some concepts may be
unknown or undertrained, especially uncommon subjects and specialist domains.
Text rendering is currently undertrained and unreliable.
The model has been trained almost exclusively on photographs. It has seen
limited artwork outside a few thousand classical paintings, so results for
illustration and other non-photographic styles may be weak or inconsistent.
Responsible use
The model and its outputs are provided without guarantees of accuracy,
suitability, or safety. Users are responsible for reviewing generated content
and complying with applicable laws, privacy obligations, and third-party
rights.
Releases
Remote loading without a revision uses the package's pinned default release.
It does not follow changes to main:
The original weights, architecture, model-specific code, and
documentation are licensed under the ModelGo Attribution-ShareAlike License
2.0 (MG-BY-SA-2.0). Commercial use, modification, redistribution, and hosted
use are permitted subject to its attribution, source-disclosure, and
share-alike conditions. Distributions must retain NOTICE.
The bundled SmolLM2 subset remains under Apache License 2.0. See
LICENSE-APACHE-2.0 and Attribution. DINAC-AE-D2 remains
under the license published in its own repository.