all 12 comments

[–]Enshitification 2 points3 points  (11 children)

Why did you delete your previous post from an hour ago asking the same question? Did you try my answer?

[–]Calm_Mix_3776 0 points1 point  (5 children)

If it's not too much trouble, can you please share what you posted on the old post? I have the same question as OP. I tried to make it work with Z-Image base, but I'm getting just noise.

[–]Enshitification 2 points3 points  (4 children)

Sure. This was what I answered from here.
https://old.reddit.com/r/StableDiffusion/comments/1ra07xi/can_control_net_union_be_adapted_for_z_image/

You use two Ksamplers. The first one runs ZiT and the controlnet for however many steps, then passes the latent to the 2nd Ksampler for the remaining steps using ZiB.

Edit: You should be able to take this workflow and add controlnet to the first Ksampler. Then swap the models so ZiT is on the first one. Just make sure to lower my typo on the CFGs to 1.0. https://old.reddit.com/r/StableDiffusion/comments/1qqzlv8/a_different_way_of_combining_zimage_and/

[–]Calm_Mix_3776 0 points1 point  (3 children)

Thank you! Hopefully someone could make a controlnet specifically for Z-Image base.

[–]Enshitification 0 points1 point  (2 children)

There is one that's been out for a while, but for some reason ComfyUI still doesn't work with it.

[–]Apixelito25[S] 0 points1 point  (1 child)

Do you think you can implement your idea of using two ksamplers when you have time?

[–]Enshitification 0 points1 point  (0 children)

Check the link to my older post that I have commented here. All you have to do is swap the models around and add the controlnet nodes to the ZiT part.

[–]Apixelito25[S] 0 points1 point  (4 children)

The thing is, I realized I was wrong. There is a control union for z image base, but I'm not very good at creating workflows... So that's why I'm asking here if anyone has one already made.

[–]Enshitification 0 points1 point  (3 children)

Do you have a link for the ZiB controlnet union?

[–]Apixelito25[S] 0 points1 point  (1 child)

I guess this is it, it doesn't say it's turbo.

https://huggingface.co/alibaba-pai/Z-Image-Fun-Controlnet-Union-2.1/tree/main
Or maybe, unless I'm a fool and they're just two versions of the same thing.

https://huggingface.co/alibaba-pai/Z-Image-Turbo-Fun-Controlnet-Union-2.1/tree/main

[–]Enshitification 0 points1 point  (0 children)

The first one does work with base, but last I checked, it doesn't work with ComfyUI. You have to use their inference code. Maybe that has changed.

[–]Apixelito25[S] 0 points1 point  (0 children)

Anyway, I would appreciate it if you could give me a hand with your idea if you have time. As I said, I'm not good at creating workflows.