lllyasviel / ControlNet

Let us control diffusion models!
Apache License 2.0
29.76k stars 2.69k forks source link

Coding guides for ControlNet #472

Open JemiloII opened 1 year ago

JemiloII commented 1 year ago

Looking for more coding guides with control net. I don't want to use Automatic1111 and most guides out there are just for Automatic1111. I been following some of the diffusers library guide, but their examples are quite limited.

I been trying as of late to use img2img with openpose, depth maps, and canny. I been trying to generate an initial image, then feed the most recently created image back into the img2img; this way, I can have an animation get generated. I create the openpose/depth map images I create from blender.

geroldmeisinger commented 12 months ago

look here: https://huggingface.co/docs/diffusers/using-diffusers/controlnet

JemiloII commented 11 months ago

thanks

JemiloII commented 11 months ago

Do you know of anything that kinda just is raw controlnet code usage? I use huggingface, but man, a lot of things they code has been non performant. They only recently started caring about performance.