asagi4 / comfyui-prompt-control

ComfyUI nodes for prompt editing and LoRA control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PromptControlSimple not in Readme

ghostsquad opened this issue · comments

Is PromptControlSimple part of this repo? If so, is it a deprecated node? It's not in the README, so I'm not sure what the expected behavior is.

image

It is in the repo. I seem to have forgotten it from the README.

It's just a convenience node that's a combination of the primary nodes (PromptToSchedule, ScheduleToCond, ScheduleToModel and FilterSchedule)

Ah thanks! Ya, I think ComfyUI needs a better way to document node functionality. 😂 Right now, I kinda rely on the information in the README and if things get hairy, I'll try to find/read the code. Thanks for updating the README. 😄

By chance can you explain the tags, start, and end fields on this node?

image

Also, not sure if this is a bug here, or in ComfyUI, as it seems those 3 fields escape the boundary of the node itself.

See the FilterSchedule node for an explanation of those. They are used to apply filtering to the schedule if you want to do a two-pass workflow for example.

And yeah, that's a bug in ComfyUI or you have some UI extension that breaks things a bit.