refiners/sd15.text_encoder
037
1---2base_model: runwayml/stable-diffusion-v1-53base_model_relation: adapter4license: creativeml-openrail-m5language:6- en7library_name: refiners8pipeline_tag: feature-extraction9tags:10- image-to-image11- stable-diffusion12- sd1.513- art14---15 16# Stable Diffusion 1.517 1819 20## Citation21 22```bibtex23@InProceedings{Rombach_2022_CVPR,24 author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},25 title = {High-Resolution Image Synthesis With Latent Diffusion Models},26 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},27 month = {June},28 year = {2022},29 pages = {10684-10695}30}31```32 