Icar commited on
Commit
8277fec
1 Parent(s): ba12b12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -60,7 +60,7 @@ prompt = "An astronaut riding a green horse" # Your prompt here
60
  neg_prompt = "ugly, blurry, poor quality" # Negative prompt here
61
  image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
62
  ```
63
-
64
  ### Model Description
65
 
66
  - **Developed by:** [Segmind](https://www.segmind.com/)
@@ -70,8 +70,6 @@ image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
70
  - **Distilled From** [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
71
 
72
 
73
- ### Please do use negative prompting for the best quality!
74
-
75
  ### Key Features
76
 
77
  - **Text-to-Image Generation:** The model excels at generating images from text prompts, enabling a wide range of creative applications.
 
60
  neg_prompt = "ugly, blurry, poor quality" # Negative prompt here
61
  image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
62
  ```
63
+ ### Please do use negative prompting, and a CFG around 9.0 for the best quality!
64
  ### Model Description
65
 
66
  - **Developed by:** [Segmind](https://www.segmind.com/)
 
70
  - **Distilled From** [stabilityai/stable-diffusion-xl-base-1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
71
 
72
 
 
 
73
  ### Key Features
74
 
75
  - **Text-to-Image Generation:** The model excels at generating images from text prompts, enabling a wide range of creative applications.