Instructions to use refiners/sd15.text_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Refiners
How to use refiners/sd15.text_encoder 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
| base_model: runwayml/stable-diffusion-v1-5 | |
| base_model_relation: adapter | |
| license: creativeml-openrail-m | |
| language: | |
| - en | |
| library_name: refiners | |
| pipeline_tag: feature-extraction | |
| tags: | |
| - image-to-image | |
| - stable-diffusion | |
| - sd1.5 | |
| - art | |
| # Stable Diffusion 1.5 | |
|  | |
| ## Citation | |
| ```bibtex | |
| @InProceedings{Rombach_2022_CVPR, | |
| author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn}, | |
| title = {High-Resolution Image Synthesis With Latent Diffusion Models}, | |
| booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)}, | |
| month = {June}, | |
| year = {2022}, | |
| pages = {10684-10695} | |
| } | |
| ``` | |