diff --git a/README.md b/README.md index 52dce59..94c2c6b 100644 --- a/README.md +++ b/README.md @@ -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