Instructions to use refiners/sd15.controlnet.normalbae with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Refiners
How to use refiners/sd15.controlnet.normalbae with Refiners:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| license: openrail | |
| language: | |
| - en | |
| library_name: refiners | |
| pipeline_tag: image-to-image | |
| base_model: lllyasviel/control_v11p_sd15_normalbae | |
| base_model_relation: adapter | |
| tags: | |
| - image-to-image | |
| - stable-diffusion | |
| - sd1.5 | |
| - art | |
| - controlnet | |
| - controlnet-v1-1 | |
| # Controlnet NormalBae (control_v11p_sd15_normalbae) | |
|  | |
| ## Citation | |
| ```bibtex | |
| @misc{zhang2023adding, | |
| title = {Adding Conditional Control to Text-to-Image Diffusion Models}, | |
| author = {Lvmin Zhang and Maneesh Agrawala}, | |
| year = 2023, | |
| url = {https://arxiv.org/abs/2302.05543}, | |
| eprint = {2302.05543}, | |
| archiveprefix = {arXiv}, | |
| primaryclass = {cs.CV} | |
| } | |
| ``` | |