Shiimizu
Shiimizu
That's a bug in https://github.com/pythongosssss/ComfyUI-Custom-Scripts You can increase the `Number of nodes suggestions` as a workaround
I'm aware of this issue. It's a bug with that node and it should be reported to that repo. It'll be fixed soon.
Could you clarify what you intend to do exactly? There is already a form of prompt scheduling through [prompt editing](https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Features#prompt-editing).
Thanks for bringing this to my attention. I found that it works if you enable `CFGDenoiser` in the `Settings` node, but that comes with its own limitations since model patches,...
Alright, I finally fixed it in https://github.com/shiimizu/ComfyUI_smZNodes/commit/312aed3226305b63c4c758deef88d88832797589
Thanks for the workflow. https://github.com/shiimizu/ComfyUI_smZNodes/commit/75c694182cc82d921900ba068c0dedc7253013c6 should havve it fixed
Happy holidays to you too! No worries, I appreciate your help. Thanks for the workflow again, it helped me pinpoint the issue. All the bugs mentioned should be fixed in...
Duplicate of https://github.com/comfyanonymous/ComfyUI/issues/2806
The `ConditioningConcat` and `ConditioningAverage` nodes only apply to the first conditioning for some reason, and prompt editing returns multiple conditionings. Multiple conditionings outputted from the `ConditioningCombine` node would also go...
Oh I see. Thanks for pointing this out. It should be fixed now.