Update README.md
Browse files
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.
|