CoolFace
Modelpublic

thibaud/controlnet-sd21-normalbae-diffusers

sourceHugging Faceotherupdated 3y agoView on Hugging Face
0likes11downloads
README.md28 linesDownload Raw Back to root
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:18![<color> 0](https://huggingface.co/thibaud/controlnet-sd21/resolve/main/example_normalbae.png)19 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