huggingface / diffusers

🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch and FLAX.
https://huggingface.co/docs/diffusers
Apache License 2.0
26.1k stars 5.38k forks source link

ControlNet Scribble with SDXL #5503

Closed rafationgson closed 1 year ago

rafationgson commented 1 year ago

Hello! I would like to ask if there will be support for Controlnet scribble with SDXL. Currently I have only seen models for canny, depth and openpose.

patrickvonplaten commented 1 year ago

cc @patil-suraj as well

sayakpaul commented 1 year ago

Have you tried out the T2I Adapter?

https://huggingface.co/spaces/TencentARC/T2I-Adapter-SDXL-Sketch

It's quite high-quality.

rafationgson commented 1 year ago

Tried T2I Adapter and the results are good. Thank you!