Skip to content

Releases: romizone/diffusion-simulator

v1.0.0 — Initial Release

07 Mar 13:18

Choose a tag to compare

AI Image Diffusion Simulator v1.0.0

What's New

The first official release of the AI Image Diffusion Simulator — an interactive, browser-based educational tool that visualizes how diffusion models generate images from pure noise.

Features

  • 10 Cute Animal Selections — Cat, Dog, Bunny, Panda, Fox, Penguin, Hamster, Owl, Koala, Duck
  • Real-Time Diffusion Simulation — Watch noise transform into images step by step
  • Full Parameter Controls — Diffusion steps (10-100), guidance scale (CFG 1-20), speed modes
  • Reverse Diffusion — Add noise back to see the forward process
  • Manual Noise Slider — Explore any point in the diffusion timeline
  • Denoising Timeline — Visual snapshots of each step in the process
  • Educational Info Cards — Learn about DDPM, CFG, U-Net, and more
  • Responsive Dark Theme — Animated aurora background, glassmorphism cards
  • Zero Dependencies — Pure HTML/CSS/JavaScript, single-file deployment
  • Deployed on Vercel — Live at diffussion.vercel.app

Tech Stack

Technology Purpose
HTML5 Canvas API Pixel-level image rendering & manipulation
CSS3 Dark theme, animations, responsive layout
Vanilla JavaScript Diffusion engine, UI state management
Google Fonts Inter & Space Grotesk typography
Vercel Production hosting & CDN

Quick Start

git clone https://github.com/romizone/diffusion-simulator.git
open diffusion-simulator/index.html

Or visit the Live Demo directly.


Full Changelog: https://github.com/romizone/diffusion-simulator/commits/v1.0.0