skytnt commited on
Commit
80de906
1 Parent(s): 4bb42c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -31,3 +31,5 @@ neg_prompt = "lowres, bad_anatomy, error_body, error_hair, error_arm, error_hand
31
 
32
  pipe.text2img(prompt, width=512,height=768,negative_prompt=neg_prompt,max_embeddings_multiples=3).images[0]
33
  ```
 
 
 
31
 
32
  pipe.text2img(prompt, width=512,height=768,negative_prompt=neg_prompt,max_embeddings_multiples=3).images[0]
33
  ```
34
+
35
+ Don't worry if you see `Token indices sequence length is longer than the specified maximum sequence length for this model ( 108 > 77 ) . Running this sequence through the model will result in indexing errors`. This is normal.