Skip to content

Commit fbc2603

Browse files
Added Video Comparer Update
1 parent 56c0085 commit fbc2603

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ComfyUI-ShaderNoiseKSampler
22

3-
![Version](https://img.shields.io/badge/version-1.0.9-blue.svg)
3+
![Version](https://img.shields.io/badge/version-1.1.0-blue.svg)
44
![ComfyUI](https://img.shields.io/badge/ComfyUI-compatible-green)
55
![License](https://img.shields.io/badge/license-GPL--3.0-brightgreen.svg)
66
![Dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg)
@@ -29,6 +29,7 @@ ComfyUI-ShaderNoiseKSampler is an advanced custom KSampler node that blends stan
2929
## 🚀 Recent Updates
3030

3131
- **Comparer Auto-Fill - 6/12/25**: Both the `Advanced Image Comparer` and `Video Comparer` nodes now feature an `auto_fill` toggle. This addition streamlines your workflow by allowing you to compare with a single input. When `auto_fill` is enabled (the default setting), any empty image or video slot will be automatically populated with the output from the previous generation. This makes iterative A/B testing—comparing your latest creation to the one right before it—faster and more intuitive. It does not pull from your output folder but from the cached images or videos of your current session.
32+
![Video Comparer Updated WEBP](images/video_comparer_updated.webp)
3233

3334
## 🧭 Navigating the Seed Universe
3435

images/video_comparer_updated.webp

Lines changed: 3 additions & 0 deletions
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-shadernoiseksampler"
33
description = "Transform AI image generation from random exploration into deliberate artistic navigation. This advanced KSampler replacement blends traditional noise with shader noise. Navigate latent space with intention using adjustable noise parameters, shape masks, and colors transformations."
4-
version = "1.0.9"
4+
version = "1.1.0"
55
license = {file = "LICENSE"}
66

77
[project.urls]

0 commit comments

Comments
 (0)