ostris_nodes_comfyui

ostris_nodes_comfyui
★ 44

ComfyUI集成自定义节点工作流优化易于安装
为 ComfyUI 提供的一组自定义节点,提升使用体验与工作流效率,便于扩展与安装。
💡 快速在 ComfyUI 中安装并使用实用自定义节点以提升效率
🍴 11 Forks💻 Python🔄 2025-04-16
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/51137d50651f
📦 requirements.txt
transformers>=4.34.1
bitsandbytes
📄 README

Ostris Nodes ComfyUI

This is a collection of custom nodes for ComfyUI

that I made for some QOL. I will be adding much more

advanced ones in the future once I get more familiar with the API.

Installation

Just git clone this repo into your ComfyUI custom_nodes folder and restart.

cd <your_comfyui_folder>/custom_nodes
git clone https://github.com/ostris/ostris_nodes_comfyui.git
cd ostris_nodes_comfyui
pip install --upgrade -r requirements.txt

Current Nodes

General

  • One Seed – A universal seed node with numerous output formats
  • seed (SEED)
  • int (int)
  • number (NUMBER)
  • float (FLOAT)
  • string (STRING)
  • zfill (STRING) – zero filled to 16 digits
  • Text Box – Just a simple textbox for now
  • string (STRING)
  • text (TEXT)
  • LLM Prompt Upsampling (BETA)

    Based on the fantastic work of [sayakpaul/caption-upsampling](

    https://github.com/sayakpaul/caption-upsampling). It uses

    an LLM to expand your prompt into a more complex prompt with more descriptive detail.

    WARNING: This is experimental. It will likely remove TI embeddings. It loads in 4bit

    mode but will still be VRAM hungry.

  • LLM Pipe Loader – Loads the LLM pipeline to use
  • model_name (STRING) Huggingface model name e.g. HuggingFaceH4/zephyr-7b-beta
  • LLM Prompt Upsampling – Upsamples a prompt
  • Example: