// comment or /* comment */ is no work
It seems that using "convert" to connect the prompt from external sources causes "//" to stop working. It works if you directly mention it in ClipTextEncode, but this is inconvenient.
yep, same here
This bug has been occurring since this commit.
That is not a bug. Just a policy is changed.
Previously, if a dynamic prompt was not explicitly set for the multi-line widget, it was applied by default. However, now if a dynamic prompt is not explicitly applied, it is disabled.
For built-in nodes, the behavior remains the same as before. For custom nodes, it is up to the developer's discretion.
thankyou. Hmm. It's very inconvenient that it doesn't work when converting text... Is there a custom node that would work for this? I think it's a big change, so I'd like you to show me specifically what I should do instead.
https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/issues/158 need add "dynamicPrompts": True to the prompt nodes