Update README.md
Browse files
README.md
CHANGED
@@ -60,6 +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 |
### Please do use negative prompting, and a CFG around 9.0 for the best quality!
|
64 |
### Model Description
|
65 |
|
|
|
60 |
neg_prompt = "ugly, blurry, poor quality" # Negative prompt here
|
61 |
image = pipe(prompt=prompt, negative_prompt=neg_prompt).images[0]
|
62 |
```
|
63 |
+
### Update: Our model should now be usable in ComfyUI.
|
64 |
### Please do use negative prompting, and a CFG around 9.0 for the best quality!
|
65 |
### Model Description
|
66 |
|