Add Model Description

This commit is contained in:
Yatharth Gupta 2023-10-23 12:11:52 +00:00 committed by huggingface-web
parent ff12fca2fb
commit 1a27f150e7

@ -62,6 +62,15 @@ neg_prompt = "ugly, blurry, poor quality" # Negative prompt here
image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
```
### Model Description
- **Developed by:** [Segmind](https://www.segmind.com/)
- **Developers** [Yatharth Gupta](https://huggingface.co/Warlord-K) and [Vishnu Jaddipal](https://huggingface.co/Icar).
- **Model type:** Diffusion-based text-to-image generative model
- **License:** Apache 2.0
- **Distilled From** [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
### Please do use negative prompting for the best quality!
### Key Features