untitled / README.md
alfredplpl's picture
first
b0a9bcf
|
raw
history blame
1.77 kB
---
license: other
tags:
- stable-diffusion
- text-to-image
inference: false
---
# Untitled Model Card
Japanese version is [here](README_jp.md).
# Introduction
Untitled is the latent diffusion model made for AI art.
# Usage
I recommend to use the model by Web UI.
You can download the model [here](untitled.safetensor).
Then, install [Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) by AUTIMATIC1111.
# Examples
## Model Details
- **Developed by:** Robin Rombach, Patrick Esser, Alfred Increment
- **Model type:** Diffusion-based text-to-image generation model
- **Language(s):** English
- **License:** [CreativeML Open RAIL++-M-NC License](MODEL-LICENSE), [AGPL-3.0](https://www.gnu.org/licenses/agpl-3.0.ja.html)
- **Model Description:** This is a model that can be used to generate and modify images based on text prompts. It is a [Latent Diffusion Model](https://arxiv.org/abs/2112.10752) that uses a fixed, pretrained text encoder ([OpenCLIP-ViT/H](https://github.com/mlfoundations/open_clip)).
- **Resources for more information:** [GitHub Repository](https://github.com/Stability-AI/).
- **Cite as:**
@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}
}
*This model card was written by: Alfred Increment and is based on the [Stable Diffusion v2](https://huggingface.co/stabilityai/stable-diffusion-2/raw/main/README.md)