thibaud/controlnet-sd21-normalbae-diffusers
011
1---2license: other3language:4- en5tags:6- art7- diffusers8- stable diffusion9- controlnet10---11Here's the first version of controlnet for stablediffusion 2.1 for diffusers12Trained on a subset of laion/laion-art13 14License: refers to the different preprocessor's ones.15 16 17### Normal BAE:1819 20 21### Misuse, Malicious Use, and Out-of-Scope Use22 23The model should not be used to intentionally create or disseminate images that create hostile or alienating environments for people. This includes generating images that people would foreseeably find disturbing, distressing, or offensive; or content that propagates historical or current stereotypes.24 25 26Thanks 27- https://huggingface.co/lllyasviel/ControlNet for the implementation and the release of 1.5 models.28- https://huggingface.co/thepowefuldeez for the conversion script to diffusers