Icar commited on
Commit
49f887f
1 Parent(s): cb41151

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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