prompt_quill_comfyui

prompt_quill_comfyui
★ 21

ComfyUI集成Prompt Quill提示词管理工作流扩展
将 Prompt Quill 集成到 ComfyUI 的节点集合,便于在复杂工作流中构建、编辑和管理提示词,提升提示词复用与可视化。
💡 在复杂ComfyUI工作流中编辑和管理提示词
🍴 3 Forks💻 Python🔄 2025-01-27
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/8b0992d318c3
📄 README

ComfyUI Prompt Quill

Custom ComfyUI Nodes for interacting with Prompt Quill.

Integrate the power of Prompt Quill into ComfyUI workflows.

To use this properly, you would need a running Prompt Quill API reachable from the host that is running ComfyUI.

Installation

  • Install ComfyUI
  • git clone in the “custom_nodes` folder inside your ComfyUI installation or download as zip and unzip the contents to `custom_nodes/prompt_quill_comfyui“.
  • Start/restart ComfyUI
  • Or

    use the comfyui manager “install via git url” https://github.com/osi1880vr/prompt_quill_comfyui.

    Nodes

    PromptQuillGenerate

    A node that gives an ability to query Prompt Quill via given prompt.

    PromptQuillSailing

    A node that does some real magic, based on the vast ocean of data Prompt Quill uses you go on a journey along the data and you find amazing prompts.

    This is an exploration feature more than create a prompt for a fixed input. each time you call it, it will create a new prompt, based on the most far context from the last run.

    Important: If you want to start a new journey from a new starting point you have to set journey_reset to true for at least one image and then back to false. Only that way you reset the journeys history on the Prompt Quill side. I did not yet find any better way as Comfyui is kind of stateless.

    More nodes will follow soon