ForkSiliconFlowSiliconFlowpublished Jul 14, 2025seen 5d

siliconflow/ComfyUI-Custom-Scripts

forked from pythongosssss/ComfyUI-Custom-Scripts

Open original ↗

Captured source

source ↗

siliconflow/ComfyUI-Custom-Scripts

Description: Enhancements & experiments for ComfyUI, mostly focusing on UI features

Language: JavaScript

License: MIT

Stars: 0

Forks: 0

Open issues: 0

Created: 2025-07-14T07:31:30Z

Pushed: 2025-08-08T04:06:59Z

Default branch: main

Fork: yes

Parent repository: pythongosssss/ComfyUI-Custom-Scripts

Archived: no

README:

ComfyUI-Custom-Scripts

⚠️ While these extensions work for the most part, i'm very busy at the moment and so unable to keep on top of everything here, thanks for your patience!

Installation

1. Clone the repository: git clone https://github.com/pythongosssss/ComfyUI-Custom-Scripts.git to your ComfyUI custom_nodes directory

The script will then automatically install all custom scripts and nodes. It will attempt to use symlinks and junctions to prevent having to copy files and keep them up to date.

  • For uninstallation:
  • Delete the cloned repo in custom_nodes
  • Ensure web/extensions/pysssss/CustomScripts has also been removed

Update

1. Navigate to the cloned repo e.g. custom_nodes/ComfyUI-Custom-Scripts 2. git pull

Features

Autocomplete

!image Provides embedding and custom word autocomplete. You can view embedding details by clicking on the info icon on the list. Define your list of custom words via the settings. !image You can quickly default to danbooru tags using the Load button, or load/manage other custom word lists. !image

Auto Arrange Graph

!image Adds a menu option to auto arrange the graph in order of execution, this makes very wide graphs!

Always Snap to Grid

!image Adds a setting to make moving nodes always snap to grid.

[Testing] "Better" Loader Lists

!image Adds custom Lora and Checkpoint loader nodes, these have the ability to show preview images, just place a png or jpg next to the file and it'll display in the list on hover (e.g. sdxl.safetensors and sdxl.png). Optionally enable subfolders via the settings: !image Adds an "examples" widget to load sample prompts, triggerwords, etc: !image These should be stored in a folder matching the name of the model, e.g. if it is loras/add_detail.safetensors put your files in as loras/add_detail/*.txt To quickly save a generated image as the preview to use for the model, you can right click on an image on a node, and select Save as Preview and choose the model to save the preview for: !image

Checkpoint/LoRA/Embedding Info

!image !image Adds "View Info" menu option to view details about the selected LoRA or Checkpoint. To view embedding details, click the info button when using embedding autocomplete.

Constrain Image

Adds a node for resizing an image to a max & min size optionally cropping if required.

Custom Colors

!image Adds a custom color picker to nodes & groups

Favicon Status

!image !image Adds a favicon and title to the window, favicon changes color while generating and the window title includes the number of prompts in the queue

Image Feed

!image Adds a panel showing images that have been generated in the current session, you can control the direction that images are added and the position of the panel via the ComfyUI settings screen and the size of the panel and the images via the sliders at the top of the panel. !image

KSampler (Advanced) denoise helper

Provides a simple method to set custom denoise on the advanced sampler !image !image

Math Expression

Allows for evaluating complex expressions using values from the graph. You can input INT, FLOAT, IMAGE and LATENT values. !image Other nodes values can be referenced via the Node name for S&R via the Properties menu item on a node, or the node title. Supported operators: + - * / (basic ops) // (floor division) ** (power) ^ (xor) % (mod) Supported functions floor(num, dp?) floor(num) ceil(num) randomint(min,max) If using a LATENT or IMAGE you can get the dimensions using a.width or a.height where a is the input name.

Node Finder

!image Adds a menu item for following/jumping to the executing node, and a menu to quickly go to a node of a specific type.

Preset Text

!image Adds a…

Excerpt shown — open the source for the full document.

Notability

notability 1.0/10

Routine fork by same org