RETROSPECTIVE RECORD · PREPARED 16 SEPTEMBER 2026The record · 100 retrospective records ↗

The record / Models

Models / From the record · 22 August 2022 event · prepared 16 September 2026

Open weights put text-to-image generation on a home GPU

The public release followed a research paper on latent diffusion and a use-restricting licence.

Visual for this record: Open weights put text-to-image generation on a home GPU
Visual published by yxqc.s9479.cn, shown for identification of the record. Credit: yxqc.s9479.cn · source page ↗ Rights: owner-review-pending.

A published method, then a public release

The underlying method appeared first: a paper submitted to arXiv on 20 December 2021 describes running diffusion in the compressed latent space of a pretrained autoencoder rather than on raw pixels, which the authors report substantially reduces the computation needed to train and sample from a diffusion model while keeping image quality competitive across tasks including inpainting and super-resolution. Stability AI, working with the paper's originating CompVis group and with Runway, then trained a text-to-image checkpoint on that architecture and, on 22 August 2022, published the weights under the name Stable Diffusion, following an earlier release restricted to researchers.

What the release actually opened up

The release announcement states the model needs roughly 6.9 gigabytes of VRAM, putting inference within reach of a single consumer GPU rather than a data-centre cluster, and describes a Creative ML OpenRAIL-M licence that it calls permissive for commercial and non-commercial use while carrying use-based restrictions tied to the model card. The project repository is more cautious in its own README, calling the checkpoints 'research artifacts' and stating it does not recommend deploying them in a product or service 'without additional safety mechanisms', citing limitations and biases documented in the accompanying model card. That repository also confirms the model was trained on a subset of the LAION-5B image-text dataset and ships a safety-checker module and an invisible watermark in its reference sampling script.

What open weights changed, and what they did not settle

Publishing the weights meant anyone could fine-tune, inspect or redistribute the model without going through a hosted API, a different distribution model from a waitlisted product. It does not mean the release settled questions about the training data or downstream misuse: the licence's use restrictions are a contractual constraint, not a technical one, and the repository's own safety-checker module can be disabled by anyone running the code locally. The paper's efficiency claims describe training and sampling cost under the authors' own setup; they are not a claim about what every fine-tuned derivative will cost to run, or how responsibly it will be run.

Questions to carry into your own evaluation

  • Is a given deployment running the original safety-checker module, a modified one, or none at all?
  • What does the OpenRAIL-M licence actually restrict for this specific use case, as opposed to what open weights alone imply?
  • Are quoted VRAM or speed figures for the original checkpoint, or for a later, optimised fork?

Stable Diffusion's public release is best read as two separate claims: a paper's efficiency result under its own benchmarks, and a distribution decision to publish weights under a restrictive-use licence. Treating either as a general safety verdict goes beyond what the primary documents state.

Sources & reading trail

High-Resolution Image Synthesis with Latent Diffusion Models ↗

Describes the latent-diffusion method and its computational-efficiency claims across inpainting, super-resolution and text-to-image tasks.

Source published: 20 December 2021 · Retrieved: 16 September 2026

Stable Diffusion Public Release ↗

Dates and describes the public weight release, the VRAM requirement, the licence and the safety classifier.

Source published: 22 August 2022 · Retrieved: 16 September 2026

CompVis/stable-diffusion (GitHub repository) ↗

States the LAION-5B training subset, the 'research artifacts' framing, and the safety-checker and watermarking components.

Source published: Not established · Retrieved: 16 September 2026

Papers and official documents establish the record; the reading and the questions are Model Field Guide editorial analysis. This retrospective draft does not imply the site published on the event date.