Visual LaTeX editor: edit like Word, output like LaTeX, track with Git
KherveTeX is a document editor that produces real LaTeX and tracks every change with Git — giving you the ease of a word processor and the typesetting quality of LaTeX, without ever touching a .tex file by hand. Write documents visually with familiar formatting tools. KherveTeX maintains a clean document model and serializes it to LaTeX, then compiles to PDF via the bundled Tectonic engine — no external LaTeX installation required. The PDF preview updates as you work.
Every save is an...
ConsistencyDecoder is a Python package from OpenAI that introduces an improved decoding method for variational autoencoders (VAEs) used in Stable Diffusion pipelines. Instead of relying solely on the standard GAN or VAE decoder, this approach leverages a Consistency Distilled Diff VAE, designed to produce higher-quality and more stable outputs from encoded latents. The project provides a simple API for encoding with a Stable Diffusion VAE and decoding using the new consistency model, allowing for side-by-side comparisons with traditional decoders. It demonstrates how consistency models can enhance visual fidelity while maintaining efficiency, reducing artifacts common in GAN-decoded outputs. ...
Meld is a visualdiff and merge tool designed to help users compare files, directories, and version-controlled projects with clarity and precision. It supports two-way and three-way comparisons, making it especially useful for reviewing code changes and resolving merge conflicts. Meld provides live comparison updates, allowing users to see differences immediately as files are edited.