mirror of
https://github.com/tusharbhutt/Endless-Nodes.git
synced 2026-03-24 13:42:11 -03:00
Add files via upload
Uploading V1.3.0 with ability to change font sizes
This commit is contained in:
40
README.md
40
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
|
||||
|
||||
#
|
||||
#
|
||||
Reference in New Issue
Block a user