Frames generative modeling as a two-player game: a generator forges data while a discriminator learns to spot fakes, training both by backpropagation alone — no Markov chains, no inference networks. The adversarial pressure yields sharp samples.
The 2017 paper that replaced recurrence with pure self-attention, making sequence models fully parallelizable — and, almost as a side effect, laying the architectural foundation for nearly every large language model that followed, from BERT to GPT.
Browser-based control panel for running Stable Diffusion locally, built on Gradio. Bundles txt2img, img2img, inpainting, outpainting, and upscalers (ESRGAN, GFPGAN, CodeFormer), plus an extension ecosystem and support for NVIDIA, AMD, and Intel GPUs.
Generate a lip-synced talking-head video from a single portrait image and an audio clip using learned 3D motion coefficients for realistic expression and head motion. Offers still/reference modes, Colab/HuggingFace demos, and an Apache-2.0 license.
Provides an uncensored, self‑hostable studio for generating AI images, videos, and lip‑synced talking videos in browser or desktop. Integrates 200+ models via Muapi.ai, supports local inference (stable-diffusion.cpp), multi-image inputs and workflow automation — no content filters.
stable-diffusion.cpp is a pure C/C++ implementation for diffusion model inference, based on ggml, supporting models like Stable Diffusion (SD1.x, SD2.x, SDXL), Flux, Wan, Qwen Image, Z-Image, and more. It's lightweight with no external dependencies, supports backends like CPU, CUDA, Vulkan, Metal, and features like LoRA, ControlNet, LCM for efficient local image generation on platforms including Linux, Mac, Windows, and Android.
Runs Stable Diffusion XL behind a Midjourney-style interface, hiding samplers, model swaps, and LoRA weights. A built-in GPT2 expander rewrites prompts into richer styling, and it works fully offline on as little as 4GB of Nvidia VRAM.
Swaps a face from a single photo onto a live webcam feed or video in real time, using the inswapper_128 model with GFPGAN enhancement. Runs on NVIDIA, Apple Silicon, and Intel GPUs, with a built-in filter that blocks explicit or sensitive media.
Generates expressive multilingual speech from text, with sub-word control over prosody and emotion via inline tags like [whisper] or [angry]. Handles multi-speaker, multi-turn dialogue; the weights ship under a research-only license.
Automates uploading and scheduled publishing of videos to major Chinese and international social platforms (Douyin, Bilibili, Xiaohongshu, Kuaishou, WeChat Video Channel, TikTok, etc.). Offers a CLI, platform-specific uploader modules, headless/browser automation and agent-skill integration for scripted cross-posting workflows.
Provides a diffusion-model studio for image, video, audio-video, editing, LoRA, and full training workflows so many model families share one inference and training framework.
Reworks AUTOMATIC1111's Stable Diffusion WebUI onto a custom backend that auto-manages GPU memory to speed inference and cut VRAM use. Adds native FLUX support with NF4/GGUF quantization and a UNetPatcher framework for model-agnostic extensions.