asagi4 / comfyui-prompt-control

ComfyUI nodes for prompt editing and LoRA control
GNU General Public License v3.0
165 stars 14 forks source link

Request: Can you expose ScheduleToPrompt as separate node? #28

Closed exverxes closed 5 months ago

exverxes commented 5 months ago

You have mentioned in documentation that you use ScheduleToPrompt in the PropmptControlSimple. Would it be possible to expose it as separate node as well to have preview of the prompt when not using PromptControlSimple?

asagi4 commented 5 months ago

... That's just a silly typo in the documentation. It's supposed to be ScheduletoCond, which already exists.

I could add a node that returns the expanded prompt at a specific step as a string, if that's useful.