Do You Remember? — That Summer on Port 7860 An anonymous developer recounts the four-year history of the AUTOMATIC1111 Stable Diffusion WebUI, from its creation in August 2022 to its decline by 2026. The project, which began as a single Gradio script, became the most popular interface for running Stable Diffusion locally before being overtaken by newer tools like ComfyUI and Forge. The developer documents the project's rise, peak, and eventual stagnation, marking the end of an era for open-source AI image generation. A Memoir of AUTOMATIC1111 Stable Diffusion WebUI — from a single line of Gradio script in August 2022, to the closing curtain of an era 2022.08.22 — 2026.07.10 | An open-source legend of roughly four years Do you remember? It feels like it just happened yesterday. An anonymous GitHub user, a Gradio script found in a post on an anonymous image board, a git clone , a run.bat , and then a page popped up in the browser at 127.0.0.1:7860 — prompt on the left, generated image on the right, the progress bar inching forward step by step, VRAM usage jumping around in Task Manager. That thrill of getting Stable Diffusion running on your own machine for the first time, that sense of accomplishment when you finally produced a "decent-looking" image after tweaking parameters for hours — thinking back on it now, it all still feels vivid. But do the math: from that afternoon in August 2022 when the repository was created, to this midsummer of 2026 — it's been nearly four years. Four years. On the timescale of internet products, four years is enough for a platform to be born, peak, and fade into obscurity; enough for a generation of users to dive in, drift away, and forget. A1111 WebUI traced this complete arc. Four years ago, AI image generation was, for most people, synonymous with cloud services like Midjourney — the experience of typing /imagine in Discord and waiting for results. Running Stable Diffusion on a local machine meant opening a terminal, typing command-line instructions, navigating Python dependency hell, and facing a pile of incomprehensible parameters. A1111 packed all of that into a web interface, letting anyone who could type generate images on their own GPU. It wasn't the first to do this, but it was the most complete, the most user-friendly, and the one with the most thriving ecosystem. And now? Open the GitHub Release page, and the last version sits at v1.10.1, dated February 9, 2025 — and it wasn't even published by AUTOMATIC1111 himself. The Issues section has discussion threads asking "Is this project dead?" ^1 . The community's center of gravity has long since shifted to ComfyUI, the node-based workflow engine iterating at a pace of one release per week ^2 . lllyasviel, the creator of ControlNet, started fresh with Forge, which can run FLUX on just 4GB of VRAM ^3 . The WebUI that once changed everything at 127.0.0.1:7860 now lies there quietly, like a veteran who has completed his mission. This article is a complete memoir of it all. From the first line of code on that August afternoon in 2022, to the legacy it leaves behind today in 2026 — every version, every feature, every turning point, I will record as accurately as I can. Because some things, while you still remember them, should be written down. To tell the story of A1111 properly, we have to go back to its cause — the birth of the Stable Diffusion model itself. On August 22, 2022, Stability AI, in collaboration with the CompVis Lab at LMU Munich and Runway ML, publicly released the Stable Diffusion 1.4 model ^4 . It was a text-to-image generation model based on Latent Diffusion Model architecture, with approximately 890 million parameters, open-sourced under the CreativeML Open RAIL-M license. At the time, it was the most capable open-source image generation model, bar none. Its release sent shockwaves through the AI community akin to an earthquake. But the model itself was just a set of weight files and an inference script. The official tool provided by Stability AI was a Python script that had to be run from the command line. For most people without a deep learning background — artists, designers, photography enthusiasts, curious netizens — "open a terminal, activate a conda environment, run python scripts/txt2img.py --prompt 'a cat' " was itself a barrier. And behind that barrier lay a series of obstacles that could make anyone give up at the first step: wrong CUDA version, PyTorch won't install, not enough VRAM, how to fill in the Hugging Face token... On that very day, August 22, 2022, at 14:05:26 UTC, a GitHub user going by the name AUTOMATIC1111 created a public repository called stable-diffusion-webui ^5 . Ten minutes later, at 14:15:46, the first substantive code commit was pushed, with a commit message so terse it consisted of a single word: first ^6 . A web interface for Stable Diffusion, implemented using Gradio library. — Repository description, August 22, 2022 This was no coincidence. A1111's birth and the release of Stable Diffusion 1.4 happened on the same day . Some online sources claim A1111 "appeared about a month after SD's release," which is inaccurate — the repository creation timestamp returned by the GitHub API is ironclad proof ^5 ^6 . AUTOMATIC1111 responded the very day SD 1.4 was open-sourced, and this speed itself tells you something: he didn't act on impulse. He was prepared, waiting for the moment a model would be open-sourced. And on that day, the democratization of AI image generation officially began. Who is AUTOMATIC1111? This question still has no definitive answer. He has never revealed his real identity. His GitHub profile was created in 2022, and his commit records show the author name as AUTOMATIC with the email 16777216c@gmail.com ^6 . 16777216 is 2 to the 24th power, and the trailing c is widely believed to be a nod to 4chan — a connection made more explicit in the project's README. Open the README file of the A1111 repository, and the Credits section reads: Initial Gradio script — posted on 4chan by an Anonymous user. Thank you Anonymous user. — stable-diffusion-webui README This line reveals A1111's true starting point: AUTOMATIC1111 did not build this project from scratch. After Stable Diffusion 1.4 was released, an anonymous user on 4chan posted a simple Gradio-based script that let Stable Diffusion run in a browser. AUTOMATIC1111 took this script, used it as a starting point, rapidly expanded it into a fully-featured web application, and pushed it to GitHub ^4 . This origin story itself carries a distinctively internet-native character: an anonymous person, on an anonymous forum, posts anonymous code, and then another anonymous person picks it up and turns it into a product that changes the entire industry landscape. No company, no funding, no roadshow, no LinkedIn profile. Just a pseudonym on GitHub and a commit history. There was also no affiliation with Stability AI. Stability AI was the upstream model provider; A1111 was an independent community project ^4 . This independence became critically important later — it meant A1111's fate was entirely tied to a single anonymous maintainer, which was both its greatest advantage immune to commercial pressure and its greatest risk no organizational continuity guarantee . On January 5, 2023, this risk manifested in dramatic fashion: AUTOMATIC1111's GitHub account was briefly banned for alleged Terms of Service violations, and the entire repository went offline, causing panic in the community ^4 . The ecosystem's core tool vanished along with its creator's account — the scenario every single-maintainer open-source project dreads most. The account was subsequently restored, and GitHub provided no detailed explanation, but the incident served as a wake-up call for everyone. Ten days later, on January 15, 2023, AUTOMATIC1111 added the AGPL-3.0 open-source license to the project ^7 . For nearly five months prior, this project with tens of thousands of stars had no formal license file — the README even noted "Now with a license " A project that reshaped the AI image generation landscape had been "running naked" legally for almost half a year. This sort of thing could probably only happen in this anonymous, decentralized community. From August 22, 2022, to January 24, 2023 — nearly five months — A1111 never published a versioned Release. Users updated by running git pull to fetch the latest commits, and the changelog was the commit history ^4 . But it was precisely this "versionless" period that laid the foundation for nearly all of A1111's core features. The pace of development was so fast that "feral growth" is not an exaggeration. On the day the repository was created, in addition to the basic txt2img function, AUTOMATIC1111 had already added GFPGAN face restoration and Prompt Matrix ^6 . The next day, August 23, prompt length validation and the --no-half command-line option were added, and img2img mode also gained Prompt Matrix support. On August 24, Textual Inversion support was merged, from a PR submitted by community contributor dogewanwan ^6 . Over the following two weeks, features grew at nearly one per day: ui-config.json allowed interface parameters to persist. The user experience evolved from "fill everything in again each time" to "remember my settings." webui-user.bat , making it easy for non-English speakers and Windows users to launch.