From 8277feca682bcb0b42c8244b89776614389f8935 Mon Sep 17 00:00:00 2001 From: Vishnu V Jaddipal Date: Wed, 25 Oct 2023 02:10:08 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c14a051..5a02380 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ prompt = "An astronaut riding a green horse" # Your prompt here neg_prompt = "ugly, blurry, poor quality" # Negative prompt here image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0] ``` - +### Please do use negative prompting, and a CFG around 9.0 for the best quality! ### Model Description - **Developed by:** [Segmind](https://www.segmind.com/) @@ -70,8 +70,6 @@ image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[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 - **Text-to-Image Generation:** The model excels at generating images from text prompts, enabling a wide range of creative applications.