diff --git a/README.md b/README.md
index 24d89bd..f2d9674 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
Some basic custom nodes for the ComfyUI user interface for Stable Diffusion. Features:
-+ **True batch multiprompting capability for ComfyUI**
++ **True batch multi-prompting capability for ComfyUI**
+ An image saver for images and JSON files to base folder, custom folders for one, or custom folders for both. Also allows for Python timestamping
+ Switches for text and numbers
+ Random prompt selectors
@@ -14,6 +14,14 @@ When using the [ComfyUI](https://github.com/comfyanonymous/ComfyUI) interface fo
Rightly or wrongly, I was teaching myself a bit of Python back in 2023 to get some nodes up and running to do what I'd like, and I am starting to do that again. Yes, I am using ChatGPT, Copilot, Claude and others, and yes, I am a glutton for punishment. There are no promises that these nodes will work for you or that I will maintain them. Feel free to do with them as you wish, according to the license model.
+***
+**UPDATE: JUL 18, 2025**
+
+**Version 1.3 introduces the Endless πβ¨ Fontifier, a little button on your taskbar that allows you to dynamically change fonts and sizes.**
++ No need to dive into CSS to change text size
++ Allows changes to the title areas, connector text, widgets, and more
++ Adjust the higher of the title bar and other areas too, to accommodate the new font size
+
***
**UPDATE: JUL 8, 2025**
@@ -64,9 +72,35 @@ I am not a programmer, nor do I care to be. I have a fulltime job that eats up
If you have issues, ask me **nicely** for help. Your tone matters; I'm too old and tired to pay attention to people who think I blew up their machines, and if how I react to you if you are difficult bothers you, some self-reflection is in order on your part. You are not "forthright" or "honest" or "direct", you're merely an ass if you think badgering people is justifiable to get what you want. The world has too many assholes, don't make me think you're another one.
***
+
+## Button List
+
+### Endless πβ¨ Fontifier
+
+I always found it odd that in the early days of ComfyUI, you could not change the font size for various node elements. Sure you could manually go into the CSS styling in a user file, but that is not user friendly. Later versions have allowed you to change the widget text size, but that's it. Yes, you can zoom in, but... now you've lost your larger view of the workflow. If you have a 4K monitor and old eyes, too bad so sad for you. This javacsript places a button on your task bar called "Endless πβ¨ Fontifier". Clicking it shows the dialog box below:
+
+
+
+
+
+Drag the box aronud by clicking and holding the title. To cancel, you can simply click outside the dialog box or press the escape key. With this dialog box, you can do the following:
+
++ Globally change the font size for all text elements
++ Change the fonts themselves
++ Instead of a global change, select various elements to resize
++ Adjust the higher of the title bar or connectors and other input areas
+
+
+Once you make your changes, you can preview them and then choose to apply or cancel. Changed your mind? Load the box again and press the reset key.
+
+
+
+
+**NOTE: There is a few bugs still where the changes don't respect the preview or reset buttons, instead they are applied immediately. I'll fix these issues soon.
+
## Node List
-### Batch Multiprompt Node for SD, SDXL, FLUX, and FLUX Kontext
+### Batch Multiprompt Node for SD, SDXL, and FLUX

@@ -261,4 +295,4 @@ These nodes may or may not be maintained. They work on my system but may not on
+ The image novelty node uses OpenAI's CLIP (ViT-B/32) model to assess image novelty based on cosine distance from reference embeddings
+ Thanks to all the node creators out there, most who toil away with little or no appreciation
-#
+#
\ No newline at end of file
diff --git a/changlelog.md b/changlelog.md
index 5cb5606..2005045 100644
--- a/changlelog.md
+++ b/changlelog.md
@@ -1,4 +1,8 @@
-July 7/25, V 1.2.4: You can now use the batch prompt node with Flux Kontext Dev. The process works the same way as the other nodes, except here the prompts are used to make changes to the image(s). You cannot iterate within the prompt set (e.g, set up a list of prompts for a sequence of changes), it is designed to allow you to process multiple scenarios at once.
+July 19/26, V1.3: INtroducing the Endless Fontifier, a javascript file that adds allows the user to change font sizes and fonts for various text elements on the ComfyUI interface.
+
+July 8/25, V1.2.5: Fixed bug in Image Saver that forced a connection for prompts. That is now optional
+
+July 7/25, V1.2.4: You can now use the batch prompt node with Flux Kontext Dev. The process works the same way as the other nodes, except here the prompts are used to make changes to the image(s). You cannot iterate within the prompt set (e.g, set up a list of prompts for a sequence of changes), it is designed to allow you to process multiple scenarios at once.
July 6/25, V1.2.3: Corrected the JSON files that were being exported. They will now load the workflow when dragged back to the UI. As a bonus, if the PNGINfo is also selected, the JSON will remove that, lowering the size of the file.
diff --git a/img/fontifierbox.png b/img/fontifierbox.png
new file mode 100644
index 0000000..91b91b8
Binary files /dev/null and b/img/fontifierbox.png differ
diff --git a/img/fontifiernode.png b/img/fontifiernode.png
new file mode 100644
index 0000000..4158775
Binary files /dev/null and b/img/fontifiernode.png differ
diff --git a/img/imagescorer.png b/img/imagescorer.png
new file mode 100644
index 0000000..5c16848
Binary files /dev/null and b/img/imagescorer.png differ
diff --git a/img/saliency.png b/img/saliency.png
new file mode 100644
index 0000000..63e4440
Binary files /dev/null and b/img/saliency.png differ
diff --git a/img/scoreinput.png b/img/scoreinput.png
new file mode 100644
index 0000000..7c112b0
Binary files /dev/null and b/img/scoreinput.png differ
diff --git a/img/scoreinput2.png b/img/scoreinput2.png
new file mode 100644
index 0000000..5e51220
Binary files /dev/null and b/img/scoreinput2.png differ
diff --git a/img/structural.png b/img/structural.png
new file mode 100644
index 0000000..80d0b46
Binary files /dev/null and b/img/structural.png differ
diff --git a/pyproject.toml b/pyproject.toml
index 1e2c168..131c026 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,15 +1,15 @@
[project]
name = "endless-nodes"
-version = "1.2.5"
-description = "Modular, prompt-aware nodes for ComfyUIβanalyze images, rank prompts, embed with CLIP, batch with control, and explore aesthetic/structural depth. πβ¨"
+description = "A small set of nodes I created for myself. Features multiple simultaneous prompts in batches, an image saver with ability to have JSON saved to separate folder, image analysis nodes, switches for text and numbers, and more."
+version = "1.3.0"
license = { file = "LICENSE" }
-readme = "README.md"
dependencies = ""
[project.urls]
Repository = "https://github.com/tusharbhutt/Endless-Nodes"
+# Used by Comfy Registry https://comfyregistry.org
[tool.comfy]
PublisherId = "tusharbhutt"
-DisplayName = "Endless πβ¨ Nodes"
+DisplayName = "Endless-Nodes"
Icon = "https://raw.githubusercontent.com/tusharbhutt/Endless-Nodes/main/img/icon.png"
diff --git a/web/endless_fontifier.js b/web/endless_fontifier.js
new file mode 100644
index 0000000..19073d8
--- /dev/null
+++ b/web/endless_fontifier.js
@@ -0,0 +1,531 @@
+// ComfyUI Endless πβ¨ Fontifier - Improved Version
+
+(function() {
+ 'use strict';
+
+ // Store original values for reset functionality
+ const originalValues = {
+ NODE_TEXT_SIZE: 14,
+ NODE_SUBTEXT_SIZE: 12,
+ NODE_TITLE_HEIGHT: 30,
+ DEFAULT_GROUP_FONT: 24,
+ NODE_FONT: 'Arial',
+ NODE_SLOT_HEIGHT: 20,
+ NODE_WIDGET_HEIGHT: 20
+ };
+
+ // Current values (will be updated as user changes them)
+ let currentValues = { ...originalValues };
+
+ // Get ComfyUI theme colors
+ function getComfyUIColors() {
+ const computedStyle = getComputedStyle(document.documentElement);
+ return {
+ background: computedStyle.getPropertyValue('--comfy-menu-bg') || '#353535',
+ backgroundSecondary: computedStyle.getPropertyValue('--comfy-input-bg') || '#222',
+ border: computedStyle.getPropertyValue('--border-color') || '#999',
+ text: computedStyle.getPropertyValue('--input-text') || '#ddd',
+ textSecondary: computedStyle.getPropertyValue('--descrip-text') || '#999',
+ accent: computedStyle.getPropertyValue('--comfy-menu-bg') || '#0f0f0f'
+ };
+ }
+
+ function makeDraggable(dialog) {
+ const header = dialog.querySelector('h2');
+ if (!header) return;
+
+ let offsetX = 0, offsetY = 0, isDown = false;
+
+ header.style.cursor = 'move';
+ header.style.userSelect = 'none';
+
+ header.onmousedown = (e) => {
+ e.preventDefault();
+ isDown = true;
+
+ // Get the actual position of the dialog
+ const rect = dialog.getBoundingClientRect();
+ offsetX = e.clientX - rect.left;
+ offsetY = e.clientY - rect.top;
+
+ const onMouseMove = (e) => {
+ if (!isDown) return;
+ e.preventDefault();
+ dialog.style.left = `${e.clientX - offsetX}px`;
+ dialog.style.top = `${e.clientY - offsetY}px`;
+ dialog.style.transform = 'none'; // Remove the centering transform
+ };
+
+ const onMouseUp = () => {
+ isDown = false;
+ document.removeEventListener('mousemove', onMouseMove);
+ document.removeEventListener('mouseup', onMouseUp);
+ };
+
+ document.addEventListener('mousemove', onMouseMove);
+ document.addEventListener('mouseup', onMouseUp);
+ };
+ }
+
+ function createFontifierDialog() {
+ // Remove existing dialog if present
+ const existingDialog = document.getElementById('fontifier-dialog');
+ if (existingDialog) {
+ existingDialog.remove();
+ }
+
+ const colors = getComfyUIColors();
+
+ // Create dialog container
+ const dialog = document.createElement('div');
+ dialog.id = 'fontifier-dialog';
+ dialog.className = 'comfyui-dialog';
+ dialog.style.cssText = `
+ position: fixed;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ background: ${colors.background};
+ border: 1px solid ${colors.border};
+ border-radius: 8px;
+ padding: 20px;
+ z-index: 10000;
+ width: 520px;
+ max-height: 80vh;
+ overflow-y: auto;
+ font-family: Arial, sans-serif;
+ box-shadow: 0 4px 12px rgba(0,0,0,0.3);
+ color: ${colors.text};
+ `;
+
+ // Create backdrop
+ const backdrop = document.createElement('div');
+ backdrop.className = 'comfyui-backdrop';
+ backdrop.style.cssText = `
+ position: fixed;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ background: rgba(0,0,0,0.5);
+ z-index: 9999;
+ `;
+ backdrop.onclick = () => {
+ backdrop.remove();
+ dialog.remove();
+ };
+
+ dialog.innerHTML = `
+
+
πβ¨ Endless Fontifier
+
+
+
+
+
Global Scale
+
+
+
+
+
+
+
+
+
Font Family
+
+
+
+
+
Text Element Sizes
+
+
+
+
The main title text at the top of each node (e.g., "KSampler", "VAE Decode")
+
+
+
+
+
+
+
+
+
Text inside nodes: parameter names and values (e.g., "steps: 20", "cfg: 8.0")
+
+
+
+
+
+
+
+
Font size for text inside input boxes, dropdowns, and textareas in nodes.
+
+
+
+
+
+
+
+
+
+
Height of the colored title bar area at the top of nodes
+
+
+
+
+
+
+
+
+
Height of input/output connection points on node sides
+
+
+
+
+
+
+
+
+
Text size for node group labels (when nodes are grouped together)