ssitu
ssitu
What are you looking for it to do? Have you tried using the base and refiner?
I can definitely add that, but I'm not sure how it should look like. Is there a custom node that does what you're looking for that I could look at?
Well you do need the model to add detail to the image.
@Acephalia can you share the workflow with the problem? And are you using a low denoise for the refiner?
@Acephalia It works with the base but not with the refiner? I can't run SDXL but I can take a look at the workflow to see if I can notice...
It already performs the controlnet per tile, am I misunderstanding?
Ah ok I think I understand. A problem will be that the controlnet already runs before the node, so I'll have to throw away the first preprocessed image and reapply...
On second thought, I won't have access to the pre-processors, so I won't be able to run them.
> > On second thought, I won't have access to the pre-processors, so I won't be able to run them. > > ComfyUI_TiledKSampler support slicing controlnets https://github.com/BlenderNeko/ComfyUI_TiledKSampler/blob/4fcc003f62efdbdec2f79eab37e1fb8dd84bac64/nodes.py#L255 That's already being...
It’s happening when it is tiling the controlnet image. Is the batch size of 1410 close to the limit of what it can handle before it runs out of memory?...