ComfyUI-PonyCharacterPrompt

ComfyUI-PonyCharacterPrompt
★ 2

Excel文件随机抽取角色提示ComfyUI节点
读取用户指定的.xlsx文件,手动选择工作表和列,从第3行开始随机抽取单元格值并作为字符串输出到下游节点,用于生成角色提示或随机化输入。
💡 从角色库Excel随机抽取角色提示并传递给下一节点。
🍴 1 Forks💻 Python🔄 2024-10-26
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/9d76119b2ef2
📦 requirements.txt
openpyxl
📄 README

Pony Character Prompt Picker for ComfyUI

This custom node for ComfyUI allows users to randomly select character prompts from an Excel file, specifically designed for pony character generation.

Node Description

The Pony Character Prompt Picker node reads an Excel file specified by the user, allows manual selection of a tab, and randomly picks a cell value from a specified column, starting from row 3 to the end. The selected value is output as a string to the next node in the ComfyUI workflow.

Features

  • Read Excel files (.xlsx)
  • Manually specify the sheet name
  • Choose a specific column to pick values from
  • Randomly select a value from the specified column, starting from row 3
  • Output the selected value as a string
  • Installation

  • Ensure you have ComfyUI installed and set up.
  • Clone this repository or download the files into your ComfyUI’s custom_nodes directory: