CoolFace
Modelpublic

refiners/sd15.controlnet.tile

sourceHugging Faceopenrailupdated 2y agoView on Hugging Face
0likes433downloads
README.md35 linesDownload Raw Back to root
1---2license: openrail3language:4- en5library_name: refiners6pipeline_tag: image-to-image7base_model: lllyasviel/control_v11f1e_sd15_tile8base_model_relation: adapter9tags:10- image-to-image11- stable-diffusion12- sd1.513- art14- controlnet15- controlnet-v1-116---17 18# Controlnet Tile (control_v11f1e_sd15_tile)19 20![controlnet architecture](https://github.com/lllyasviel/ControlNet/blob/e38d22aa1ce2c2c72d2536c8f337b47249033c98/github_page/sd.png?raw=true)21 22## Citation23 24```bibtex25@misc{zhang2023adding,26  title         = {Adding Conditional Control to Text-to-Image Diffusion Models},27  author        = {Lvmin Zhang and Maneesh Agrawala},28  year          = 2023,29  url           = {https://arxiv.org/abs/2302.05543},30  eprint        = {2302.05543},31  archiveprefix = {arXiv},32  primaryclass  = {cs.CV}33}34```35