Open miasik opened 1 month ago
This might also be a bug in how PCSplitSampling is implemented; I don't really use it myself because it's very hacky and not that useful usually, so it might have suffered some code decay.
ComfyUI's function signatures differ between custom sampling and the "normal" sampling function and PC needs to deal with that. I suspect some parameters are getting mixed up here.
The extension is used for work with prompt editing features like [::] or [||] https://github.com/asagi4/comfyui-prompt-control
Node "PCSplitSampling" is used to use steps instead of time steps. It's very useful to me. The node is the last in the schedule chain and other nodes using a model should be connected to it. KSamplers work well with it(and IP adapter in my other workflow too). At least nodes "Iterative Upscale (Image)" and "FaceDetailer" don't work with it and throw an error below.
There's a way to avoid the error. If i connect the nodes to "ScheduleToModel" (the node before "PCSplitSampling" in the chain) they work, but using time steps instead of steps.
My workflow to demonstrate the issue: SD15 alone Test.json