Add Model Description
Browse files
README.md
CHANGED
@@ -62,6 +62,15 @@ neg_prompt = "ugly, blurry, poor quality" # Negative prompt here
|
|
62 |
image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
|
63 |
```
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
### Please do use negative prompting for the best quality!
|
66 |
|
67 |
### Key Features
|
|
|
62 |
image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
|
63 |
```
|
64 |
|
65 |
+
### Model Description
|
66 |
+
|
67 |
+
- **Developed by:** [Segmind](https://www.segmind.com/)
|
68 |
+
- **Developers** [Yatharth Gupta](https://huggingface.co/Warlord-K) and [Vishnu Jaddipal](https://huggingface.co/Icar).
|
69 |
+
- **Model type:** Diffusion-based text-to-image generative model
|
70 |
+
- **License:** Apache 2.0
|
71 |
+
- **Distilled From** [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|
72 |
+
|
73 |
+
|
74 |
### Please do use negative prompting for the best quality!
|
75 |
|
76 |
### Key Features
|