Closed ghostsquad closed 9 months ago
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?
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.
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.