skytnt commited on
Commit
2bc3289
1 Parent(s): 80de906

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -32,4 +32,8 @@ neg_prompt = "lowres, bad_anatomy, error_body, error_hair, error_arm, error_hand
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.
 
 
 
 
 
32
  pipe.text2img(prompt, width=512,height=768,negative_prompt=neg_prompt,max_embeddings_multiples=3).images[0]
33
  ```
34
 
35
+ if you see
36
+ ```
37
+ 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
38
+ ```
39
+ This is normal, do not worry .